Re: CPP insanity
by Andy Dougherty other posts by this author
Jan 30 2002 5:59PM messages near this date
Re: CPP insanity
|
Re: CPP insanity
On Wed, 30 Jan 2002, Arthur Bergman wrote:
> On MacOSX
>
> The case seems to be that cppflags is NEVER passed to cc at all
Correct. cppflags are passed to cpp. ccflags are passed to cc.
Generally, cppflags is a subset of ccflags. Options that are either
useless for the preprocessor (like -Olimit 2900) or perhaps even fatal
errors for the preprocessor (such as Solaris' -fast) are filtered out.
> The case seems to be that cppflags is NEVER passed to cc at all, but
> something that is only included when threading is on forces the cpp to
> go to "advanced" mode?
I don't know specifically what's up with Mac OS X, but the solution is
definitely not to pass in cppflags to cc.
--
Andy Dougherty doughera@[...].edu
Dept. of Physics
Lafayette College, Easton PA 18042
Thread:
Arthur Bergman
Simon Cozens
Wilfredo Sanchez
Andy Dougherty
Wilfredo Sanchez
Nick Ing-Simmons
|