Re: Undefined _read$UNIX2003 symbols in link phase
Re: Undefined _read$UNIX2003 symbols in link phase
- Subject: Re: Undefined _read$UNIX2003 symbols in link phase
- From: Shawn Erickson <email@hidden>
- Date: Wed, 20 May 2009 15:03:24 -0700
On Wed, May 20, 2009 at 2:53 PM, Stephen Austin
<email@hidden> wrote:
> I’m building a static library from a code base and linking this into a
> larger project. When I do this I get undefined symbols of the form
> _read$UNIX2003 (also for _write , _strerror, _strtof and _strtod).
>
> How can I either resolve these symbols or avoid having them referenced in
> the build library?
You need to build the library and the dependent project with matching
SDK settings. Likely a mismatch exists that is resulting in the
library using Leopard's Unix03 certified entry points will the large
project doesn't see those in the SDK it is using.
-Shawn
_______________________________________________
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