• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
"std::basic_string" link undefined syms?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"std::basic_string" link undefined syms?


  • Subject: "std::basic_string" link undefined syms?
  • From: "devdrvr.net Multi-Platform SW" <email@hidden>
  • Date: Sun, 04 Aug 2002 15:48:07 -0700

So I move over to X.2 and now have a project app that won't link. Included
the 3.1 archive libstdc++.a (cause that was the problem before and noticed
it got stripped when did the .pbproj open) but can't seem to get the
following undefined symbols resolved. Does this look familiar; can someone
tell me what to include as a lib to fix it? It was building fine under the
latest with X.1.5.

Thanks,
--Perry

========

ld: Undefined symbols:
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>::size() const
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>::c_str() const
std::allocator<char>::allocator[in-charge]()
std::allocator<char>::~allocator [in-charge]()
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>::append(char const*)
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>::reserve(unsigned long)
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>::basic_string[in-charge](char const*, std::allocator<char> const&)
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>::basic_string[in-charge](std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>::basic_string[in-charge]()
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>::~basic_string [in-charge]()
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>::operator=(char const*)
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>::operator+=(char const*)
std::__default_alloc_template<(bool)1, (int)0>::deallocate(void*, unsigned
long)
std::__default_alloc_template<(bool)1, (int)0>::allocate(unsigned long)
std::ios_base::Init::Init[in-charge]()
std::ios_base::Init::~Init [in-charge]()
std::bad_alloc::~bad_alloc [in-charge]()
std::nothrow
vtable for __cxxabiv1::__class_type_info
vtable for __cxxabiv1::__si_class_type_info
vtable for std::bad_alloc
vtable for std::exception
operator delete[](void*)
operator delete(void*)
operator delete(void*, std::nothrow_t const&)
operator new[](unsigned long)
operator new(unsigned long)
operator new(unsigned long, std::nothrow_t const&)
___cxa_allocate_exception
___cxa_begin_catch
___cxa_call_unexpected
___cxa_end_catch
___cxa_rethrow
___cxa_throw
___gxx_personality_v0
_______________________________________________
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.

  • Follow-Ups:
    • Re: "std::basic_string" link undefined syms?
      • From: "devdrvr.net Multi-Platform SW" <email@hidden>
  • Prev by Date: Re: Who is releasing my CFAllocator?
  • Next by Date: Re: the bloody Omni frameworks
  • Previous by thread: Re: NSTextField & NSTextView
  • Next by thread: Re: "std::basic_string" link undefined syms?
  • Index(es):
    • Date
    • Thread