IBM AIX on RS/6000 Systems

The following table lists the procedures to compile programs on IBM RS/6000 systems running AIX.

Compiler

Compiler Command Line

GCC C

gcc -g program.c

GCC C++

g++ -g program.cxx

IBM xlc C

xlc -g program.c

IBM xlC C++

xlC -g program.cxx

IBM xlf Fortran 77

xlf -g program.f

IBM xlf90 Fortran 90

xlf90 -g program.f90