Re: Linking problem after new computer
Re: Linking problem after new computer
- Subject: Re: Linking problem after new computer
- From: Björn Carlström <email@hidden>
- Date: Sat, 15 May 2004 20:36:15 +0200
I'm tageting Panther. Whats puzzeling to me is that I just moved the
project from one PB to another, both Panther. I changed my user name,
but apart from that everything should be the same. I'm quite new to
this som any suggestions what to change/move/delete to get this working
would be appreciated.
/Bjvrn
2004-05-15 kl. 14.57 skrev Sherm Pendley:
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.
_______________________________________________
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.