Re: cross development 10.2.8 to 10.3.5
Re: cross development 10.2.8 to 10.3.5
- Subject: Re: cross development 10.2.8 to 10.3.5
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 30 Sep 2004 22:56:12 -0600
On Sep 30, 2004, at 4:02 PM, Joe Lester wrote:
I just moved my project from Mac 10.2.8 (Project Builder) to 10.3.5
(XCode). I have the cross development settings set to compile against
10.2.8 but when I try to compile, I get this linking error:
ld: Undefined symbols: _poll
/usr/bin/libtool: internal link edit command failed
Are you linking your app against any static libraries that were
compiled against the 10.3.x headers? Mac OS X 10.3 and later include an
implementation of the SysV poll() function; 10.2.8 and earlier did not
support that function, which is why the symbol was determined to be
"undefined" by the linker. You should look into that if your app is
linked against any static code.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
"Can we win [the war on terror]? I don't think you can win it." -
George W. Bush (August 30, 2004)
_______________________________________________
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