Re: libstdc++ and 10.3.9
Re: libstdc++ and 10.3.9
- Subject: Re: libstdc++ and 10.3.9
- From: Thomas Engelmeier <email@hidden>
- Date: Mon, 25 Jun 2007 20:01:40 +0200
Am 23.06.2007 um 19:26 schrieb Edwin Vane:
I have some old code written pre 10.3.9 and today (now that my OS is
updated to 10.3.9) I tried to compile it. I now get linker errors like
the following:
The difference between the 10.3 SDK and the 10.3.9 SDK is that in
10.3 ... 10.3.8 libstdc++ was static, from 10.3.9 on dynamic.
Your linker messages might indicate you are still linking with the
static version (libstdc++.a) while ld is using the somewhere
available libstdc++.dylib automatically (that behavior seen from
Apple engineering as a feature, not an bug. Have fun if you try to
use a given static lib version of libcurl or libxml2)
_______________________________________________
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