HP Fortran Programmer's Guide (B3908-90031; September 2011)

Compiling and linking
Linking HP Fortran programs
Chapter 280
The libisamstub library is provided as a tool for migrating HP FORTRAN 77 programs that call ISAM
routines. The ISAM library is not available with HP Fortran, but the stub library allows the linker to resolve
references to ISAM routines in HP FORTRAN 77 programs.
Table 2-13 Libraries linked by default on PA-RISC
Library Contents
/usr/lib/libcl.a Archive version of HP Fortran runtime library
/usr/lib/libcl.sl Shared version of HP Fortran runtime library
/opt/fortran90/lib/libF90.a Archive library of array intrinsic procedures
/usr/lib/libc.a Archive library of intrinsic procedures and system
routines
/usr/lib/libc.sl Shared library of intrinsic procedures and system
routines,
/opt/fortran90/lib/libisamstub.a
/opt/fortran90/lib/libisamstubs.a
Archive libraries of stubs to satisfy ISAM references
/usr/lib/libisamstub.sl Shared library of stubs to satisfy ISAM references
Table 2-14 Libraries linked by default on Itanium
Library Contents
/usr/lib/hpux[32|64]/libIO77.a Archive version of HP Fortran runtime library
/usr/lib/hpux[32|64]/libIO77.so Shared version of HP Fortran runtime library
/usr/lib/hpux[32|64]/libF90.a Archive library of array intrinsic procedures
/usr/lib/hpux[32|64]/libF90.so Shared library for Fortran intrinsic procedures
/usr/lib/hpux[32|64]/libF90_paral
lel.a
Archive library for Fortran intrinsic procedures on
parallel mode
/usr/lib/hpux[32|64]/libF90_paral
lel.so
Shared library for Fortran intrinsic procedures on
parallel mode
/usr/lib/hpux[32|64]/libc.so Shared library for intrinsic procedures and system
routines