This is the mail archive of the gcc@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]

Re: Why is the -undef option removed from cpp.


On Thu, Jun 29, 2000 at 01:52:29PM -0700, H . J . Lu wrote:
> The -undef option:
> 
> 	-undef Do not predefine any nonstandard macros.
> 
> is removed from cpp in gcc 2.96. But XFree86 4.0 uses
> 
> #define RawCppCmd CppCmd -undef
> 
> As the result, many files generated by RawCppCmd are empty. Why is
> it removed?

It is not removed.  Your installation is broken; you have CppCmd
pointing at an internal executable instead of the preprocessor.

zw

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