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: Peter O'Gorman <email@hidden>
- Date: Tue, 22 Apr 2008 11:31:17 -0500
Philip Hölzenspies wrote:
>
> $ ld -r -o linked.o libMyListMod.so libMyListTree.so
> ld: warning -arch not specified
> ld: warning in libMyListMod.so, file is not of required architecture
> ld: warning in libMyListTree.so, file is not of required architecture
You are trying to create a reloadable object file from 2 shared
libraries? Don't do that, you will just get an empty object file.
Peter
--
Peter O'Gorman
http://pogma.com
_______________________________________________
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