Re: Xcode v2.5 no longer compiles project without errors
Re: Xcode v2.5 no longer compiles project without errors
- Subject: Re: Xcode v2.5 no longer compiles project without errors
- From: "Thomas A. Creedon" <email@hidden>
- Date: Sun, 6 Jan 2008 16:33:17 -0800
Hey Chris!
Fantastico! That seems to have done the trick! Many thanks!
On Jan 6, 2008, at 1:01 PM, Chris Espinosa wrote:
cc -o hello hello.c
isn't using an SDK. It's invoking the default C compiler (in this
context, Xcode 2.5's GCC) using the default sysroot (in this case,
Leopard's headers and libraries).
If you are manually invoking the C compiler from a shell script, you
must supply -isysroot ${SDKROOT} when invoking the compiler.
Chris
Toodle-looooooo........
Thomas
website hosting: < http://www.editHere.com/ >, email: < email@hidden
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden