Re: libssl & libcrypto revisited
Re: libssl & libcrypto revisited
- Subject: Re: libssl & libcrypto revisited
- From: Howard Shere <email@hidden>
- Date: Wed, 22 Feb 2006 13:45:38 -0600
On Feb 22, 2006, at 12:57 PM, Daniel Hazelbaker wrote:
Has the overzealous symbolic link resolving issues been fixed (i.e.
dragging libssl.dylib causing XCode to link to 0.9.7 and thus not run
on 10.2.8) been fixed, or is my best bet for building a universal
binary to "-lssl.0.9" ?
I am not familiar with this issue, but I also have apps which build a
UB for 10.2.8 and forward.
You need to have a different SDKROOT for ppc and for intel. Add these
symbols to Xcode:
SDKROOT_ppc = path to 10.2.8 sdk
SDKROOT_i386 = path to 10.4u sdk
In some cases you need to also use gcc3.3 for 10.2.8 and gcc4 for 10.4u
so you might also need:
GCC_VERSION_ppc = 3.3
GCC_VERSION_i386 = 4.0
Howard Shere
http://www.livejournal.com/users/realgreendragon/
Altair 8800a to Mac OS X so far...
_______________________________________________
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