This tag is for programming questions related to software and tools provided by the GNU ("GNU's Not Unix") project.
In my makefile, I would like to check for the existence of a library and give an informative error message. …
makefile gnuIn OSX during C++ program compilation with g++ I use LD_FLAGS= -Wl,-stack_size,0x100000000 but in SUSE Linux …
gcc gnuHow to set key(legend) font size in gnuplot? I read the gnuplot introduction file and find no related configuration …
gnu gnuplotHow do I set the font size for the values on both the x and y-axis? I've looked around and …
gnuplot gnuToday I had to use the basename() function, and the man 3 basename (here) gave me some strange message: Notes There …
c posix gnureading information about how to increase stack size for a c++ application compiled with gnu, at compilation time, I understood …
stack gnu