Top "Gnu" questions

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

How to install gnu gettext (>0.15) on windows? So I can produce .po/.mo files in Django

When runing django make messages: ./manage.py makemessages -l pt I get: CommandError: Can't find msguniq. Make sure you have …

python django windows gnu gettext
Where can I download the source code to the GNU C++ Standard Library?

I downloaded the GNU Standard C Library (glibc) source code at http://ftp.gnu.org/gnu/glibc/. Where can I …

c++ stl gnu
Is g++ both a c++ compiler and a linker?

I was looking at the output from my build in Eclipse. I'm cross compiling for a ColdFire processor. The compilation …

c++ gcc g++ gnu ld
error: cannot convert 'std::basic_string<char>::iterator ...' to 'const char* for argument '1' ...'

I'm getting the following error: error: cannot convert 'std::basic_string<char>::iterator {aka __gnu_cxx::__normal _iterator&…

c++ compiler-errors char std gnu
What does -D_DEFAULT_SOURCE do?

Previously I was receiving warnings from gcc -std=c99 that usleep() was implicitly declared. Then I stumbled across this stackoverflow …

c linux gcc gnu bsd
BSD md5 vs GNU md5sum output format?

Any one knows why BSD md5 program produces hash output in this format ... MD5 (checksum.md5) = 9eb7a54d24dbf6…

md5 gnu bsd
On Ubuntu, how do you install a newer version of python and keep the older python version?

Background: I am using Ubuntu The newer python version is not in the apt-get repository (or synaptic) I plan on …

python ubuntu installation gnu configure
Git commit -a opens GNU nano 2.2.6 How should I change it to open Vim instead?

I am trying to add a commit message to my changes using git commit -a OR just plain git commit …

git vim editor gnu nano
gnu assembler: get address of label/variable [INTEL SYNTAX]

I have a code like this: .bss woof: .long 0 .text bleh: ...some op codes here. now I would like to …

syntax label gnu intel object-address
getting c++11 - compliant compiler

This all seems like a colossal mess. All I want is a compiler that implements C++11, so I can use &…

c++ macos c++11 gnu toolchain