Re: Trouble after updating DevTools
Re: Trouble after updating DevTools
- Subject: Re: Trouble after updating DevTools
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 7 Sep 2002 23:17:59 +0100
On Thursday, September 5, 2002, at 10:25 am, Martin Kautz wrote:
after updating with the August2002DevToolsUpdate.dmg I can't switch the
compiler to 3.1. As far as I knows the update did install a new
version of
gcc ('Apple Computer, Inc. GCC version 1161, based on gcc version 3.1
20020420 (prerelease)') and now PB compiles always with 2.95
regardless the
switch in the target's compiler section...
This is a bug in PB's jamfiles AFAICT, you need to also "gcc_select 2"
in the Terminal.
Furthermore I always get some compiler warnings (from the
Preprocessor?)
regarding the macro __APPLE_CC__. Looks like the compiler 2.95 can't
use the
precompiled headers... Are they for 3.1 only?
2.95 can't use the gcc3-style header precompiling, no, but you can
fixPrecomps -gcc2 to produce gcc 2.95.2-style precompiled headers, as
normal :-)
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.