|
|
 |
|
|
|
|
HP Alpha Running Linux
The following table lists the procedures to compile programs on HP Alpha running Linux.
| Compiler |
Compiler Command Line |
| HP Alpha Linux C |
ccc -g program.c |
| HP Alpha Linux Fortran |
cfal -g program.f |
| GCC EGCS C |
gcc -g program.c |
| GCC EGCS C++ |
g++ -g program.cxx |
| GCC EGCS Fortran |
g77 -g program.f |
|
| |
|
|
|
|