libstdc++ problem
libstdc++ problem
- Subject: libstdc++ problem
- From: "Roni Music" <email@hidden>
- Date: Thu, 23 Mar 2006 11:54:46 +0100
Hi,
I'm building an universal binary app.
It runs fine on OS X 10.4.5 and 10.3.9 (both Intel and PPC)
On OS X 10.2.8 it crasches if I use std::log10()
but works OK if I use log10() that is declared in fp.h
So the problem is if using functions from the standard C++ library
I'm building with GCC 3.3 for PPC,
deplyoment target is set to 10.2
If I create a simple Carbon project and use the same settings as my ordinary
app,
it works fine using std::log10().
I understand the problem is related to the libstdc++.a file that is used in
10.2.8
What am I missing?
Thanks,
Rolf
_______________________________________________
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