Re: Dylib Dependencies (again)
Re: Dylib Dependencies (again)
- Subject: Re: Dylib Dependencies (again)
- From: Peter O'Gorman <email@hidden>
- Date: Wed, 06 Jun 2007 21:44:45 -0500
On Wed, 2007-06-06 at 16:10 -0700, Greg Guerin wrote:
> Dave wrote:
>
> >So, how do I set the dependency path for PowerPC *and* intel on the build
> >machine?
>
> This really ought to work, and the fact that it's not should raise
> suspicions about something on your build machine being broken, damaged, or
> seriously out of date.
>
> What version of OS, Xcode, dev tools, etc. is on your build machine?
> In particular, is your install_name_tool recent or old?
>
> I just tried it here on 2 different Macs. This worked on OS 10.4.7 ppc,
> and on 10.4.9 i386:
> install_name_tool -id foo.dylib someFatThing.dylib
Yes, I just tried it too, it changed the install_name for every
architecture. The only thing that I can think of is that two libraries
are being created, one for each arch, install_name_tool is being used on
one of them, then, after that they are made into a fat lib using
lipo(1).
Peter
_______________________________________________
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