07/05/03 16:09:25
>>273
> Note: The icpc command uses the same compiler options as the icc com-
> mand. Invoking the compiler using icpc compiles .c, and .i files as
> C++. Invoking the compiler using icc compiles .c and .i files as C.
> Using icpc always links in C++ libraries. Using icc only links in C++
> libraries if C++ source is provided on the command line.