This tag is for programming questions related to software and tools provided by the GNU ("GNU's Not Unix") project.
I'm trying to set up a library called PBC (Pairing-based cryptography). And this library requires another library called GMP -(…
gnu gmp mingw32I've got a makefile (developed for gmake on Linux) that I'm attempting to port to MacOS, but it seems like …
macos sed gnu inplace-editingWhat is the command to match brackets in Emacs (the equivalent of the % command in Vim)?
linux emacs pattern-matching editor gnuI've got these three files: $ cat pattern-ok ['\-] $ cat pattern-buggy [\-'] $ cat text abc'def-ghi And now, is the following …
regex grep gnuI have a directory containing several files, some of which have spaces in their names: Test workspace/ Another directory/ file1.…
shell makefile gnuI am running into integer overflow using the standard ftell and fseek options inside of G++, but I guess I …
c++ c linux gnu large-filesI run GDB on object file (e.g exeFile) and I want to examine it according to several commands . How …
gdb gnu disassemblyI am aware that on most GNU/Linux systems, GCC can be invoked by the name "cc" from the command …
c linux gcc compiler-construction gnu