Re: Linking problem after new computer
Re: Linking problem after new computer
- Subject: Re: Linking problem after new computer
- From: Sherm Pendley <email@hidden>
- Date: Sat, 15 May 2004 08:57:32 -0400
On May 15, 2004, at 8:24 AM, Bjvrn Carlstrvm wrote:
I just got my new PB G4 1.5 ghz. I installed XCode from disk and moved
my project to my new PB. Now when I try to build I get the following
link error.
/usr/bin/ld: can't locate file for: -lcrt1.o
Anybody knows what this means and what I can do about it?
That's the C run time.
Are you using Xcode's SDK support to target an earlier version of the
OS? If you are, Xcode will try to link against the crt1.o for that
system, instead of the one found in /usr/lib.
If memory serves, SDK support is an optional install - if you're using
it, look under /Developer/SDKs/ to see if it's there.
sherm--
_______________________________________________
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.