Re: thin linking: "file is not of required architecture"
Re: thin linking: "file is not of required architecture"
- Subject: Re: thin linking: "file is not of required architecture"
- From: Philip Hölzenspies <email@hidden>
- Date: Thu, 10 Apr 2008 11:45:38 +0100
On Apr 10, 2008, at 11:12 AM, Alastair Houghton wrote:
$ ld -arch i386 -r -o linked.o libMyListMod.so libMyListTree.so
Is linked.o a PowerPC object file, perchance?
The -o option is used by ld to provide *out*put, i.e. "-o linked.o"
tells ld to *produce* the file linked.o. Thus, is it a PowerPC object
file? Well, I guess that depends on whether "-arch i386" and i386-only
input files are sufficient to tell ld to produce a i386 file.
Regards,
Philip
_______________________________________________
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