Re: was crt1.o - build still fails
Re: was crt1.o - build still fails
- Subject: Re: was crt1.o - build still fails
- From: Chris Ridd <email@hidden>
- Date: Mon, 17 May 2004 07:57:24 +0100
On 17/5/04 6:31 am, Heath Raftery <email@hidden> wrote:
> Users,
>
> I may have jumped in late on this one, but I left for the Apple
> Developer Roadshow here in Oz a couple of weeks ago, and we were almost
> beat by this little piece of library fun before the show in New
> Zealand. I expected some others may have discovered it as well.
>
> Our situation came about because we originally had issues with
> distributed building on the various Powerbooks we were using. That
> turned out to be because the OS X 10.3.3 on the new Powerbooks had a
> different version of Darwin to the OS X 10.3.3 on the older Powerbooks.
> So we updated the older ones. That fixed distcc, but gave us the crt1.o
> issues. After much feverish head scratching, and mostly working without
> error messages, this is what fixed it for us:
>
> sudo /bin/cp /Developer/SDKs/MacOSX10.3.0.sdk/usr/lib/crt1.o /usr/lib/
> sudo /bin/cp /Developer/SDKs/MacOSX10.3.0.sdk/usr/lib/gcrt1.o /usr/lib/
> sudo /bin/cp /Developer/SDKs/MacOSX10.3.0.sdk/usr/lib/bundle1.o
> /usr/lib/
Hm, on my Panther box which has been steadily updated to 10.3.3, my
/usr/lib/crt1.0 is a different (and bigger) file that the one in the 10.3.0
SDK:
5584 14 Jul 2002 /Developer/SDKs/MacOSX10.2.7.sdk/usr/lib/crt1.o
5584 14 Jul 2002 /Developer/SDKs/MacOSX10.2.8.sdk/usr/lib/crt1.o
5544 12 Sep 2003 /Developer/SDKs/MacOSX10.3.0.sdk/usr/lib/crt1.o
6156 6 Feb 06:13 /usr/lib/crt1.o
Cheers,
Chris
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.