C++ User's Guide

Linking C++ Libraries

The following table shows the compiler options for linking the C++ libraries. See "-library=l[,...l]" for more information.

Library 

Compile Mode 

Option 

Classic iostream

-compat=4

-compat=5

None needed 

-library=iostream

complex

-compat=4

-compat=5

-library=complex

None needed 

Tools.h++ v7 

-compat=4

-compat=5

-library=rwtool7

-library=rwtool7,iostream

Tools.h++ v7 debug 

-compat=4

-compat=5

-library=rwtool7_dbg

-library=rwtool7_dbg,iostream

Garbage collection 

-compat=4

-compat=5

-library=gc

-library=gc

Garbage collection debug 

-compat=4

-compat=5

-library=gc_dbg

-library=gc_dbg