Incomplete libstd?
Incomplete libstd?
- Subject: Incomplete libstd?
- From: Bruno Blondeau <email@hidden>
- Date: Tue, 24 Sep 2002 22:32:21 +0200
I'm getting these errors while trying to compile a library (libid3), either
using the command line or ProjectBuilder) using gcc3 and MacOS X 10.2.
ld: Undefined symbols:
std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t> >::compare(std::basic_string<wchar_t,
std::char_traits<wchar_t>, std::allocator<wchar_t> > const&) const
std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t> >::reserve(unsigned long)
std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t>
>
::basic_string[in-charge](std::basic_string<wchar_t,
std::char_traits<wchar_t>, std::allocator<wchar_t> > const&)
std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t> >::basic_string[in-charge]()
std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t> >::~basic_string [in-charge]()
std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t> >::operator+=(wchar_t)
I tried to switch to using gcc2.95 in ProjectBuilder, but this doesn't seem
to change anything. (maybe there is something else to do than changing a
popup menu)
This is compiling fine under 10.1 using the command line (didn't try using
projectbuilder)
Any idea on how to fix this?
Bruno
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.