HP PEXlib is supported on the Series 700 workstations using
shared libraries that must be linked with the application program.
Only PEX programs written in C (not FORTRAN or Pascal) are supported.
When you compile your PEXlib programs, you must link the application
with the PEXlib library libPEX5.
Note that the PEX library is dependent on the math library.
A compile line will typically appear:
cc program.c -lPEX5 -lXext -lX11 -lm |
For more information on compiling and linking PEXlib programs,
see the appropriate chapters in the HP PEX Implementation and Programming
Supplement.