Re: XCode 3.0 vs 3.1 linking
Re: XCode 3.0 vs 3.1 linking
- Subject: Re: XCode 3.0 vs 3.1 linking
- From: Peter O'Gorman <email@hidden>
- Date: Wed, 08 Oct 2008 17:09:14 -0500
Rich Collyer wrote:
> Why does XCode 3.1 complain about not understanding the symbols for the
> stdlib functions open, write, close, read, strerror, & fputs, while
> XCode 3.0 is perfectly fine with them? What is missing in the project
> that 3.1 is expecting?
>
> /Undefined symbols:/
> / "_open$UNIX2003", referenced from:/
> / _RAND_poll in libcrypto.a(rand_unix.o)/
Looks like your libcrypto.a was not built with the same
SDK/-mmacosx_version_min settings as your final output.
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