Undefined symbols in C++ project
Undefined symbols in C++ project
- Subject: Undefined symbols in C++ project
- From: Christian Bøtker Høj <email@hidden>
- Date: Thu, 19 Jun 2003 17:00:36 +0200
Hi there
I am trying to compile a rather large C++ project in Project Builder.
The project compiles just fine in CodeWarrior 8 for Mac. Actually the
compilation also succeeds with Project Builder but the linker complains
with the lines below. I have no idea where to look for these symbols as
I can't find where in the code they are referenced. If you have any
suggestions of which libraries to include or how to find out where
these symbols are referenced please let me know.
ld: Undefined symbols:
_link_dummy_func_m_style()
task_for_pid(unsigned, int, unsigned*)
mach_port_deallocate(unsigned, unsigned)
std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t> >::c_str() const
std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t> >::length() const
std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t> >::assign(wchar_t const*, unsigned long)
Regards,
Christian Hxj
Software Developer
SAXoTECH
_______________________________________________
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.