Chapter Contents

Previous

Next
SAS/C Cross-Platform Compiler and C++ Development System User's Guide, Release 6.50


Specifying cool Options at Compilation

Most cool options have two forms:

When you call cool directly, you specify one or more of the options listed in Option Summary . When you specify cool options at compilation, you specify the compiler driver form of the option. Option Summary lists each cool option and its corresponding compiler driver form. The compiler driver form begins with -A . The two forms are not interchangeable: You cannot use cool options with the sascc370 and sasCC370 compiler drivers, and you cannot use the compiler driver options with cool .

For example, the compiler driver form of the -p option is -Aprem . The rules for specifying this option are as follows:

Note:   You can also specify cool options at compilation by prefixing the option with -W l ( -W followed by the letter l). For details on specifying the compilation phase, refer to Compiling C and C++ Programs . Also see Compatibility Notes .  [cautend]


Chapter Contents

Previous

Next

Top of Page

Copyright © 1998 by SAS Institute Inc., Cary, NC, USA. All rights reserved.