Re: How to build C Preprocessor only?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



조우영 <newhero@xxxxxxxxx> writes:

> I need C Preprocessor only.
> It takes too much time to build the whole gcc package.
> Is there a way to build only c preprocessor in gcc?

No.  Sorry.  In gcc, the preprocessor is really just part of the
compiler, it is not a separate program.  The program 'cpp' is just a
different way of invoking the compiler.

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux