From: "Morrow, Patrick S" <[EMAIL PROTECTED]>
patrick.s.morrow> How do I go about getting the preprocessor output?
Most C compilers take the switch -E for that. A very simple line
would then be:
cc -E foo.c > foo.I
.I has been then default extension for preprocessed C files in past
times. BTW, some compilers (I thnk gcc does this) outputs to whatever
you say with -o:
gcc -E foo.c -o foo.I
Look it up in the manual of yor compiler!
--
Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
Redakteur@Stacken \ SWEDEN \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]