[Next] [Previous] [Up] [Top] [Contents] [Index]
Chapter 16: Software Development
CC (upper case), g++ and gcc are all C++ compiler commands on the Fermilab-supported UNIX systems that provide C++ (see section 16.1 for a brief discussion). Just as C++ is a superset of C, the C++ compilers are very similar to C compilers in that their options are usually a superset of C compiler options. The basic compiling information about C in section 16.2.3 is also applicable to C++, with the following exceptions[77]:
CC (upper case) to determine the extensions used on your system. Extensions include:
C (upper case)
c (lower case)
cxxcppccc++ CC (upper-case), g++ or gcc
The C++ compiler may not yet be installed on your Fermilab UNIX system.
gcc, and the available Gnu compiler options are different from the vendor compiler options.