Using GCC 3.3 with PB
Using GCC 3.3 with PB
- Subject: Using GCC 3.3 with PB
- From: email@hidden
- Date: Thu, 17 Oct 2002 15:23:04 +1000
The latest versions of gcc in the Apple opensource cvs are version 3.3.
This will build happily on Jaguar and with a happy hour of hacking
gcc_select I can easily install it as the system compiler:
[qs-3051:~/bin] billn% sudo gcc_select 33
Current default compiler is now gcc33.
[qs-3051:~/bin] billn% cc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
Apple Computer, Inc. GCC version 1210, based on gcc version 3.3 20020824
(experimental)
However PB still uses the old 3.1 compiler.
Any idea how to use the 3.3 compiler with PB? The old version allowed one
to specify the path to the compiler but I cannot see how to do that in
Jaguar.
Bill Northcott
_______________________________________________
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.