Re: Undefined symbols: "_fputs$UNIX2003", referenced from:
Re: Undefined symbols: "_fputs$UNIX2003", referenced from:
- Subject: Re: Undefined symbols: "_fputs$UNIX2003", referenced from:
- From: Thomas Engelmeier <email@hidden>
- Date: Wed, 15 Oct 2008 12:10:30 +0200
Am 14.10.2008 um 21:02 schrieb Rich Collyer:
I am not confident that I have a solution, but here is what I have
so far...
I have build the openssl library on a 10.4 machine (with XCode 2.1 -
I need to update it to 2.4, download will be complete in about 3
hours)
You are heading for trouble. Quite some system libs might use the
crypto and in turn the ssl library, which might be hosed if you don't
link against the system provided libssl. The MacOS dynamic linker will
resolve to the first symbol loaded with a given name. potential cures
are two-level namespaces and uniques symbol names.
When I look at the resulting library with HexEdit, I no longer see
the $UNIX2003 in it.
The correct tools are otool and nm.
_______________________________________________
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