Re: Compiling Gnome ?



>>>>> "Andrew" == Andrew Veliath <andrewtv@classic.netaddress.com> writes:

Andrew> Hm.  This is interesting.  The reason I didn't use AC_PROG_CPP
Andrew> is because it tends to give me 'gcc -E' which didn't seem
Andrew> useful here.

Actually, it turns out that this is what you want.

Some systems might not have "/lib/cpp" or any other cpp executable.
Instead, the preprocessor might be integrated into the compiler.  In
this case the only way to run the preprocessor is by running "cc -E".

In the future it is likely that gcc will be built this way (to get
better performance) -- the code to integrate cpp with the body of the
compiler already exists.

Tom



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