next up previous contents
Next: X Windows Basics Up: New User Documentation Center Previous: Fortran on the Suns

C and C++ Compilers

Most C and C++ compilers can be found in /usr/local/bin and /usr/local/opt/SUNWspro/bin. CC and cc are the C compilers that come along with the system you are logged into. gcc and g++ are free C and C++ compilers from GNU. gdb is a GNU debugger useful for tracking down mistakes in your program. To use it, compile with the -g option.



Darla K. Kuras
Thu Jul 23 11:09:59 EDT 1998