Libraries

See detailed section on Libraries.

Option

Description

Default

-C90

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

OFF

-i_dynamic

Enables to link Intel-provided libraries dynamically.

OFF

-Ldir

Instructs linker to search dir for libraries.

OFF

-lname

Links with the library indicated in name.

OFF

-posixlib

Link with POSIX library.

OFF

-shared

Instructs the compiler to build a Dynamic Shared Object (DSO) instead of an executable.

OFF

-static

Enables to link shared libraries (.so) statically.

OFF

-Vaxlib

Link with portability library.

OFF