PPT Slide
Invoking the Compiler/Linker
specify run-timelibrary (small L)
compiler options: CL6x -g -o2 -k dotP.c
Notes:
To invoke the compiler and linker using the CL6x command, the command line would be CL6x minus g, minus o2, minus k, dotP.c.
Minus g, minus o2, and minus K are the compiler options that we're using and the file is dotP.c.
Everything after the minus z, shown here in white, communicates with the linker.