Totalview® for HPC Reference Guide : PART III Platforms and Operating Systems : Chapter 9 Platforms and Compilers : Compiling with Debugging Symbols : Linux Running on an x86 Platform
Linux Running on an x86 Platform
The following table lists the procedures to compile programs on Linux x86 platforms.
 
Compiler
Compiler Command Line
Absoft Fortran 77
f77 -g program
.f f77 -g program.for
Absoft Fortran 90
f90 -g program.f90
Absoft Fortran 95
f95 -g program.f95
GCC C
gcc -g program.c
GCC C++
g++ -g program.cxx
G77
g77 -g program.f
Intel C++ Compiler
icc -g program.cxx
Intel Fortran Compiler
ifc -g program.f
Lahey/Fujitsu Fortran
lf95 -g program.f
PGI Fortran 77
pgf77 -g program.f
PGI Fortran 90
pgf90 -g program.f