Re: xcode 3.0 build error, library not found
Re: xcode 3.0 build error, library not found
- Subject: Re: xcode 3.0 build error, library not found
- From: Scott Tooker <email@hidden>
- Date: Thu, 15 Nov 2007 11:33:19 -0800
On Nov 15, 2007, at 10:20 AM, Dean Reyburn wrote:
Just updated to leopard and xcode 3.0. My project that builds fine
in xcode 2.x gives this build error:
Command /Developer/usr/bin/gcc-4.0 failed with exit code 1
library not found for -lcrt1.10.5.o
Any ideas about that library, or what's wrong?
It looks like you need to explicitly set the "Mac OS X Deployment
Target" build setting. Prior to Xcode 3.0, this build setting would
default to 10.1 on PPC, 10.4 on Intel. With Xcode 3.0 it now defaults
to the system you are building on (in your case, 10.5) to make the
expected behavior more consistent with other UNIX environments and
more consistent in general.
Scott
Thanks in advance,
-Dean
_______________________________________________
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
_______________________________________________
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