Linking

See detailed Linking section.

Option

Description

Default

-c

Compile to object only (.o), do not link.

OFF

-C90

Link with alternate I/O library for mixed output with the C language.

OFF

-Ldir

Instructs linker to search dir for libraries.

OFF

-lname

Link with a library indicated in name. For example,
-l
m indicates to link with the math library.

OFF

-p, -qp

Compile and link for function profiling with UNIX prof tool.

OFF

-posixlib

Enable linking with POSIX library.

OFF

-Vaxlib

Enable linking with portability library.

OFF