This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C preprocessor problem


Hi Bansidhar,

You can use the "-v" (verbose) flag, which will show exactly what's being passed in at the command line level.

You can use the "-dM" (display macros), which can be useful to diagnose macro-magic issues, too.

HTH,
--Eljay



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]