C++ lib link errors on project converted from CodeWarrior
C++ lib link errors on project converted from CodeWarrior
- Subject: C++ lib link errors on project converted from CodeWarrior
- From: Kurt Bigler <email@hidden>
- Date: Sat, 27 Aug 2005 23:39:40 -0700
Any help with the link errors below would be appreciated. I seem to
be somehow missing C++ basic_string and new/delete functions.
These occurred with the XCode 2.2 seed which I used in hope of
benefiting from the promised improvements in CodeWarrior import
capabilities.
My understanding based on the doc I've read is that there is usually
no need to specify dynamic libraries explicitly, but I have also
tried adding libstdc++.dylib to the link and this had no effect on
the result.
AnyA
/usr/bin/ld: Undefined symbols:
(anonymous namespace)::basic_string<char, (anonymous
namespace)::char_traits<char>, (anonymous
namespace)::allocator<char> >::append((anonymous
namespace)::basic_string<char, (anonymous
namespace)::char_traits<char>, (anonymous
namespace)::allocator<char> > const&)
(anonymous namespace)::basic_string<char, (anonymous
namespace)::char_traits<char>, (anonymous
namespace)::allocator<char> >::basic_string(char const*, (anonymous
namespace)::allocator<char> const&)
(anonymous namespace)::basic_string<char, (anonymous
namespace)::char_traits<char>, (anonymous
namespace)::allocator<char> >::basic_string((anonymous
namespace)::basic_string<char, (anonymous
namespace)::char_traits<char>, (anonymous
namespace)::allocator<char> > const&)
(anonymous namespace)::basic_string<char, (anonymous
namespace)::char_traits<char>, (anonymous
namespace)::allocator<char> >::~basic_string()
(anonymous namespace)::basic_string<char, (anonymous
namespace)::char_traits<char>, (anonymous
namespace)::allocator<char> >::~basic_string()
(anonymous namespace)::allocator<char>::allocator()
(anonymous namespace)::allocator<char>::~allocator()
(anonymous namespace)::basic_string<char, (anonymous
namespace)::char_traits<char>, (anonymous
namespace)::allocator<char> >::c_str() const
(anonymous namespace)::nothrow
operator delete[](void*, (anonymous namespace)::nothrow_t const&)
operator delete(void*, (anonymous namespace)::nothrow_t const&)
operator new[](unsigned long, (anonymous namespace)::nothrow_t const&)
operator new(unsigned long, (anonymous namespace)::nothrow_t const&)
(anonymous namespace)::nothrow
operator new[](unsigned long, (anonymous namespace)::nothrow_t const&)
Thanks in advance for any help.
-Kurt Bigler
_______________________________________________
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