ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl5-porters
perl5-porters
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved