IBM Power Linux The following table lists the procedures to compile programs on the IBM Power Linux computer. Compiler Compiler Command Line Absoft Fortran 77 f77 -g program.ff77 -g program.for Absoft Fortran 90 f90 -g program.f90 GCC C gcc -g program.c GCC C++ g++ -g program.cxx IBM Visual Age C xlc -g program.c IBM Visual Age C++ xlC -g program.cxx IBM Visual Age FORTRAN 77 xlf -g program.f IBM Visual Age Fortran 90 xlf90 -g program.cc