This tag is for programming questions related to software and tools provided by the GNU ("GNU's Not Unix") project.
What is the difference between __attribute__((const)) and __attribute__((pure)) in GNU C? __attribute__((const)) int f() { /* ... */ return 4; } vs __attribute__((…
c gcc attributes constants gnuI read that a tar entry type of 'L' (76) is used by gnu tar and gnu-compliant tar utilities to indicate …
interop gnu tarThis is indeed a stupid idiosyncrasy of mine, but I can't stand the way GNU AS uses to insert a …
assembly comments gnu gnu-assemblerDo any C++ GNU standalone classes exist which handle paths cross platform? My applications build on Windows and LInux. Our …
c++ windows linux cross-platform gnuSay I want to echo something and capture it in a variable, at the same time I see it in …
bash stdout gnuI want to download and compile the source code for libm (GNU's may library). Can someone point me to the …
gnu libmI'm trying to cross compile my application for the maemo environment (GNU). When compiling the application normally, everything works fine, …
c gnu implicit getline scratchbox