GNU compilers
The GNU compilers are the free compilers from
the GNU
project. These compilers are available on
most systems, and are the ones you are probably
most familiar with if you develop on Linux. The
GNU Compiler Collection includes compilers for C
(gcc
), C++ (g++
), Fortran 77
(g77
), as well as others.
Full documetation for the GNU Compiler
Collection is available online.
The version on the Vnode cluster as of
this writing is 3.2.3. The command gcc
-v
will tell you the current version:
[juba@vnodesub00 ~]$ gcc -v
Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.5/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-java-awt=gtk
--host=x86_64-redhat-linux
Thread model: posix
gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)