Top "Gnu" questions

This tag is for programming questions related to software and tools provided by the GNU ("GNU's Not Unix") project.

What's the difference of section and segment in ELF file format

From wiki Executable and Linkable Format: The segments contain information that is necessary for runtime execution of the file, while …

linux debian gnu elf abi
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory

I am trying to install roccc 2.0. I have installed required packages. Now while installing it, it is giving me this …

linux gnu i386
How can I detect g++ and MinGW in C++ preprocessor?

I want to do something like: #ifdef GCC #define GetFunctionName() string("My function name is ") + __PRETTY_FUNCTION__; #endif Since I …

c++ g++ mingw c-preprocessor gnu
How to install boost on gnu/linux

There are so many tutorials and yet nothing clarified me how to install this library correctly. I want to install …

c++ linux boost gnu
Makefile (Auto-Dependency Generation)

just for quick terminology: #basic makefile rule target: dependencies recipe The Problem: I want to generate the dependencies automatically. For …

makefile dependencies gnu
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 …

linker shared-libraries gnu linker-scripts
How to register FUSE filesystem type with mount(8) and fstab?

I've written a small FUSE-based filesystem and now the only part's missing is that I want to register it with …

linux filesystems gnu mount fuse
C++ -fvisibility=hidden -fvisibility-inlines-hidden

I have a question about the C++ visibility attribute. I have read http://gcc.gnu.org/wiki/Visibility and yet …

c++ linux visibility gnu dynamic-linking
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?

c# licensing itextsharp gnu
What's the difference among cflgs sse options of -msse, -msse2, -mssse3, -msse4 rtc..? and how to determine?

For the GCC CFLAGS options: -msse, -msse2, -mssse3, -msse4, -msse4.1, -msse4.2. Are they exclusive in their use or can they …

gcc g++ gnu sse compiler-flags