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 for 64-bit


Sampath Koppole <sampathkoppole@yahoo.com> writes:

> I don't see cpp (the C-Preprocessor) for the X86_64.
> Is there some flag I should put in for the 64-bit or
> does the 32-bit cpp work with 64-bit ? Or should I do
> something else ?

cpp is not normally shipped as a separate program in current gcc.  I
know that some distros have a cpp program, but I don't think it's part
of gcc.

To run the preprocessor, use gcc -E.

Ian


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