Calling the Compiler Directly

Top  Previous  Next

Sometimes you may wish to invoke the compiler directly rather than via the 3L C command. In those cases, you must use the following required option switches normally supplied by 3L C:

 


Option

Function


-c

Do not run the linker


-I

Get header files from the Diamond folder.  The parameter should be:

"<3L>Diamond\edition\Sundance\C6000\include"

 

You must replace <3L> with the actual path of the installation folder. This is usually c:\3L\.

 

These options must appear before any other include path options.

 

Refer to the compiler's documentation for a discussion of the compiler options -c and -I, and the various levels of optimization available.