Re: Darwin 8.2 Source Code Available
Re: Darwin 8.2 Source Code Available
- Subject: Re: Darwin 8.2 Source Code Available
- From: Shantonu Sen <email@hidden>
- Date: Wed, 10 Aug 2005 11:28:35 -0700
On Aug 10, 2005, at 10:54 AM, Shaun Wexler wrote: On Aug 10, 2005, at 10:44 AM, Shantonu Sen wrote:
You can't "gcc_select" 3.3-fast. It doesn't work that way.
You need to use gcc-3.3 (or gcc if 3.3 is your defalut compiler) and pass -fast during compilation of source files.
dual142g4:~ shaun$ gcc_select -l Available compiler versions: 3.3 3.3-fast 4.0
Why would this script return an ineligible option, and the associated error messages? How do you use gccfast-1621.1 ? Now I _am_ lost.
I just told you how to use it. Please read my response again.
$ cat foo.c void foo() {} $ gcc-3.3 -arch ppc -c foo.c -fast -v Reading specs from /usr/libexec/gcc/darwin/ppc/3.3-fast/specs Thread model: posix gcc version 3.3-fast 20030304 (Apple Computer, Inc. build 1621) /usr/libexec/gcc/darwin/ppc/3.3-fast/cc1 -quiet -v -D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=0 -D__APPLE_CC__=1621 -D__DYNAMIC__ -D__OBJC_EXCEPTIONS__ -D__CONSTANT_CFSTRINGS__ -DMAC_OS_X_VERSION_MIN_REQUIRED=1040 foo.c -fobjc-exceptions -fconstant-cfstrings -O3 -quiet -dumpbase foo.c -auxbase foo -version -fast -o /var/tmp//cc9mW2WV.s
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden