Tagged Questions
This tag is for programming questions related to software and tools provided by the GNU ("GNU's Not Unix") project.
31
votes
5answers
19k views
How to display line numbers in less (gnu)? [closed]
Does somebody know the command to make less display line numbers in the left column?
31
votes
2answers
11k views
How do I check syntax in bash without running the script?
Is it possible to check a bash script syntax without executing it?
Using Perl, I can run perl -c 'script name', is there any equivalent command for bash scripts?
Thanks.
30
votes
6answers
23k views
Kill detached screen session
I learned from somewhere a detached screen can be killed by
screen -X -S [session # you want to kill] kill
where [session # you want to kill] can be gotten from
screen -ls
.
But this ...
28
votes
12answers
2k views
How did you learn the GNU make tools?
I've been a professional web developer for about five years now, and have compiled many many things for servers. I've also written many simple C programs (one or two files).
The main thing which has ...
21
votes
4answers
10k views
How do you use gcc to generate assembly code in Intel syntax?
The gcc -S option will generate assembly code in AT&T syntax, is there a way to generate files in Intel syntax? Or is there a way to convert between the two?
20
votes
9answers
4k views
Invoking GCC as “cc” versus “gcc”
I am aware that on most GNU/Linux systems, GCC can be invoked by the name "cc" from the command line (as opposed to "gcc"). Is there any difference in GCC's behavior when it is invoked one way versus ...
14
votes
1answer
369 views
Is there an equivalent to the GNU linker “--just-symbols” option for non-GNU linkers?
-R filename
--just-symbols=filename
Read symbol names and their addresses from filename, but do not relocate it or include it in the output. This allows your output file to refer ...
14
votes
4answers
8k views
What is the command to match brackets in Emacs?
What is the command to match brackets in Emacs (the equivalent of the '%' command in vim)?
12
votes
5answers
880 views
Do you have to pay for GNU GPL software that is “for sale”?
I've seen some software (a Joomla component, to be exact) for sale on a web site. The web site says it is licensed under the GNU GPL2. However it also says you need to pay for every site you use the ...
11
votes
3answers
1k views
What does “#define _GNU_SOURCE” imply?
Today I had to use the basename() function, and the man 3 basename gave me some strange message:
Notes
There are two different versions of basename() - the POSIX version described above, and ...
11
votes
12answers
876 views
How Big Should main() Be, in C? [closed]
I'm learning a little C over the holiday weekend, and I started to look at other programs written in C. I ended up looking at GNU Netcat, thinking it would be a good example.
I was a bit shocked to ...
10
votes
6answers
3k views
gnu screen - changing the default escape command key to ALT-X?
In GNU screen, I want to change the default command binding to Alt-s (by tweaking .screenrc) instead of the default C-a, the reason is I use emacs hence GNU screen binds the C-a key, sending "C-a" to ...
10
votes
2answers
3k views
Differences between GNU LGPL v2.1 and GNU LGPL v3?
What are the differences between GNU LGPL v2.1 and GNU LGPL v3?
I know I can read the legal text and compare them, but it's a pain to understand these legal stuffs.
Can you give in a few bullet ...
10
votes
13answers
1k views
GNU Licensing
I am in a bind here. I found some old code written a long time ago, that someone had implemented under the GNU public license, in .NET 1.1. The original code was language agnostic, essentially a file ...
9
votes
3answers
1k views
Relocatable symbols in ELF format (assembly language)
We are developing a port of the GNU Assembler for a client architecture.
Now the problem being faced is that:
If an immediate operand to an instruction is an expression involving more than one ...
8
votes
3answers
629 views
If I use GNU GPL code with my own server-side code, do I need to open my server-side code as GPL?
I am making a Python app that works inside a GNU GPL app. (eg. script/app inside XBMC(Xbox Media Center)) The GNU GPL app provides me with the API to build my app. So this, probably means that my ...
8
votes
7answers
356 views
How does one go about understanding GNU source code?
I'm really sorry if this sounds kinda dumb. I just finished reading K&R and I worked on some of the exercises. This summer, for my project, I'm thinking of re-implementing a linux utility to ...
8
votes
4answers
5k views
Passing additional variables from command line to make
How to pass variables to gnu makefile from command line arguments? In other words I want to pass some arguments which will eventually become variables in makefile.
8
votes
3answers
3k views
Is the iTextSharp DLL free to use and redistribute with my web application project?
Is the iTextSharp DLL free to use and redistribute with my web application project which i will be selling?
7
votes
4answers
259 views
Memory section handling error
I'm getting a link time error:
WARNING: /home/gulevich/development/camac-fedorov/camac/linux/k0607-lsi6/camac-k0607-lsi6.o (.ctors): unexpected non-allocatable section.
Did you forget to use ...
7
votes
4answers
431 views
Are there any good tools for examining Makefiles?
Large complex make files can be daunting to read and examine.
What tools are good for visualizing or otherwise examining a gnu make file?
7
votes
3answers
3k views
Change stack size for a C++ application in Linux during compilation with GNU compiler
probably this is a stupid question, but I am desperate now and can not finf the answer. In OSX during C++ program compilation with G++ I use
LD_FLAGS= -Wl,-stack_size,0x100000000
but in suse linux ...
7
votes
3answers
872 views
Bumping version numbers for new releases in associated files (documentation)
I would be interested to in knowing how you out there handle the bumping the version number for new releases issue.
How do you handle the version number in associated files like man pages, etc.
The ...
7
votes
3answers
2k views
Limiting visibility of symbols when linking shared libraries
Some platforms mandate that you provide a list of a shared library's external symbols to the linker. However, on most unixish systems that's not necessary: all non-static symbols will be available by ...
7
votes
7answers
5k views
How can I record what process or kernel activity is using the disk in GNU/Linux?
On a particular Debian server, iostat (and similar) report an unexpectedly high volume (in bytes) of disk writes going on. I am having trouble working out which process is doing these writes.
Two ...
7
votes
4answers
1k views
What GNU/Linux command-line tool would I use for performing a search and replace on a file?
What GNU/Linux command-line tool would I use for performing a search and replace on a file?
Can the search text, and replacement, be specified in a regex format?
6
votes
3answers
2k views
IDE / Emacs mode for Shell scripting in Bash/Sh, etc
I use Emacs for shell scripts. I know I read somewhere there's some mode to make it easier (code completion, autocomplete, bracket matching, syntax highligting, check syntax) to write Shell scripts on ...
6
votes
3answers
2k views
How do I diff utf-16 files with GNU diff?
GNU diff doesn't seem to be smart enough to detect and handle UTF-16 files, which surprises me. Am I missing an obvious command-line option? Is there a good alternative?
6
votes
2answers
2k views
Can someone explain this directly assembled x86 JMP opcode?
At school we have been using a bootstrap program to run stand-alone programs without an operating system. I have been studying this program and when protected mode is enabled there is a far jump ...
6
votes
4answers
3k views
What GNU tools for refactoring are there?
How to refactor c source code that compiles with gcc, preferably a tool that can be used from the command line?
6
votes
3answers
801 views
Handling file paths cross platform
Do any C++ GNU standalone classes exist which handle paths cross platform? My applications build on Windows and LInux. Our configuration files refer to another file in a seperate directory. I'd ...
5
votes
2answers
209 views
Wrapping C++ template function
I try to wrap a template function with the help of GNU's linker wrap option. The code looks like this:
// f.h
template<typename T>
void f(T t) {
}
// bar.h
void bar();
// bar.cpp
#include ...
5
votes
5answers
368 views
Objective-C in web development
Is it possible/feasible to use ObjC (not necessary the Apple flavor) to develop server-side web applications? Is GNU ObjC toolchain at all usable? Please share your thoughts and experiences.
Upd. I'd ...
5
votes
5answers
270 views
Can sort() in C++ have a n^2 performance?
When trying to estimated the performance of a program, I always treated sort() function as a worst-performance-n^2 function. However, I came across a Wikipedia page:
sort(C++)
Which states that the ...
5
votes
4answers
456 views
What does printf (_(“hello, world\n”)) mean?
What's the role of the _("hello, world\n") argument to printf/puts etc ? I often find it while reading GNU source code.
5
votes
5answers
525 views
Library for parsing arguments GNU-style?
I've noticed the basic 'style' of most GNU core applications whereby arguments are:
--longoption
--longoption=value or --longoption value
-abcdefg (multiple options)
-iuwww-data (option i, u = ...
5
votes
1answer
227 views
Microsof Assembler to GNU Assembler conversion
I have an ARM assembly code that compiles well with Visual Studio. I would like to now use the same ARM assembly code and compile it with GNU Assembler. As you know the syntax of both assemblers are ...
5
votes
7answers
630 views
C++ Switch won't compile with externally defined variable used as case
I'm writing C++ using the MinGW GNU compiler and the problem occurs when I try to use an externally defined integer variable as a case in a switch statement. I get the following compiler error: "case ...
5
votes
3answers
2k views
How to make GNU Screen start a new window at the CURRENT working directory?
By default, when you create a new window in GNU Screen, it will start in the directory where screen is invoked. I want to start a new window in GNU Screen at the current working directory of the ...
5
votes
7answers
913 views
Best General GNU/Linux Book [closed]
What is the best general GNU/Linux book? I've been occasionally using Linux for a few years, but I could still benefit from a good complete manual that isn't tied too closely to a specific ...
5
votes
3answers
2k views
Java Compiler Options to produce .exe files
What compiler (I'm using gcj 4.x) options should I use to generate an "exe" file for my java application to run in windows?
4
votes
1answer
69 views
GNU sed In Windows and Line Termination Character
It is a bit confusing as to what character(s) are used in Windows/DOS version of GNU sed to terminate a line. In particular, what is the newline (\r\n vs \n) char used to join 2 lines after an N ...
4
votes
3answers
60 views
BASH: [ ] (test) behaves unconformly
in my bash "test" has an attitude to exit with status 0:
$ test -n && echo true || echo false
-> true
while
$ test -n "" && echo true || echo false
-> false
It means when ...
4
votes
1answer
312 views
_GNU_SOURCE and __USE_GNU
I want to use CPU_SET, which is a glibc linux-specific macro that should be defined in sched.h The manpage clearly states that _GNU_SOURCE must be defined so that the macro is defined. However, ...
4
votes
2answers
266 views
using readline() for completion
I've got a question about Readline Library.
I want to know if Readline can autocomplete filename from directories in a C program ?
I've searched and only seen command name completion.
thanks in ...
4
votes
2answers
91 views
How do you “echo” the last configure/make build --options within a source directory?
When doing a a GNU-style " ./configure, make, and install " - with specific options, flags, etc... As you all know, sometimes this can be a black art.. and what works for one piece of software may ...
4
votes
1answer
358 views
How can I make C++0x and __STRICT_ANSI__ get along?
I need to use popen in a project, but I get:
error: 'popen' was not declared in this scope
It looks like GCC defines __STRICT_ANSI__ under both -std=c++0x and (contrary to what little information I ...
4
votes
3answers
278 views
Trying to develop python in emacs
I am trying to follow the setup on http://hide1713.wordpress.com/2009/01/30/setup-perfect-python-environment-in-emacs/
I have steps 1 - 3 running great.
Then I get to part 4: Setup Rope, Ropemacs ...
4
votes
2answers
339 views
Use GNU find to show only the leaf directories
I'm trying to use GNU find to find only the directories that contain no other directories, but may or may not contain regular files.
My best guess so far has been:
find dir -type d \( -not -exec ls ...
4
votes
3answers
2k views
grep regex whitespace behavior
I have a textfile, containing something like:
12,34 EUR
5,67 EUR
...
(there is one whitespace before 'EUR' and I ignore 0,XX EUR)
I tried:
grep '[1-9][0-9]*,[0-9]\{2\}\sEUR' => didn't ...