-traditional

Hello,

I use pgcc as preprocessor but it cannot understand -traditional flag. What is the replacement for this flag under PGI Win32?

Thanks!

Angel

Hi Angel,

pgcc does not have an equivlent to cpp’s “-traditional” flag. However, to use pgcc strictly as a preprocessor, add the “-E” flag. “-E” tells the compiler driver to stop after the preprocessing step and redirect the output to stdout.

Hope this helps,
Mat