Totalview® Reference Guide
:
PART III Platforms and Operating Systems
:
Chapter 9 Platforms and Compilers
:
Compiling with Debugging Symbols
:
HP-UX for IA-64
HP-UX for IA-64
The following table lists the procedures to compile programs on HP HP-UX for IA-64.
Compiler
Compiler Command Line
GCC C
gcc -g
program
.c
GCC C++
g++ -g
program
.cxx
GCC Fortran
g77 -g
program
.f
HP C
cc -g
program
.cc
HP aCC
aCC
-
g
program
.
cxx
HP Fortran 77
f77
-
g
program
.
cc
HP Fortran 90
f90
-
g
program
.
cc