lib

Applies to C Applies to C++

Purpose

Instructs the compiler to use the standard system libraries at link time.

Syntax


Syntax Diagram

Notes

If the -qnolib compiler option is specified, the standard system libraries are not used. Only those libraries explicitly specified on the command line will be used at link time.

Related References

Compiler Command Line Options
crt IBM Copyright 2003