xcode 2.1 Cross compiling 10.2 target
xcode 2.1 Cross compiling 10.2 target
- Subject: xcode 2.1 Cross compiling 10.2 target
- From: Olivier Tristan <email@hidden>
- Date: Tue, 14 Jun 2005 11:12:08 +0200
Hi,
In order to support older system version (until 10.2.8), I use the cross
compiling function of xcode 2.1.
I have initialize the MAC OS X Deployment target to 10.2.
I have remove dependencies to framework wich didn't exist in 10.2 (like
Accelerate and replaces it with VecLib).
But now I have strange undefined reference wich the system expect to see
in /usr/lib/libSystem.B.dylib.
Those are : _btowc, _iswctype, _mbsrtowcs, _towlower, _towupper, _wscoll.
Those symbol are all related to wchar support, the problem is I do not
use any whcar includes or whatever which may use them.
For information, I use libpng, libjpeg, freetype, opengl and the code is
c++ compiled with gcc 3.3 under tiger.
Any idea where it might come from ?
Thanks,
--
Olivier Tristan
Ultimate Sound Bank
_______________________________________________
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