IMSL: Brief Information
a) To link a fortran program to the IMSL math and stat libraries use:
xlf main.f -limsl
b) To compile a C program, called cmath.c for example, and link it with
the IMSL libraries, use the following command:
$CC -o cmath $CFLAGS cmath.c $LINK_CNL
The documentation for the C libraries can be accessed using 'iptdoc'.