I have compiled cpp unit source code on Solaris 8 using workshop 6 (WS6U2)
When trying to link test program from cookbook, I am getting linking error like following
------------------------------------------------------
Undefined first referenced
symbol in file
void std::deque<CppUnit::Test*,std::allocator<CppUnit::Test*> >::__allocate_at_end() /usr/CPP-Unit/lib/libcppunit.so
void __rwstd::__rb_tree<CppUnit::TestFactory*,CppUnit::TestFactory*,__rwstd::__ident<CppUnit::TestFactory*,CppUnit::TestFactory*>,std::less<CppUnit::TestFactory*>,std::allocator<CppUnit::TestFactory*> >::__deallocate_buffers() /usr/CPP-Unit/lib/libcppunit.so
------------------------------------------------------
Any help on how to resolve these errors ??
Best Regards.
Samir
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have compiled cpp unit source code on Solaris 8 using workshop 6 (WS6U2)
When trying to link test program from cookbook, I am getting linking error like following
------------------------------------------------------
Undefined first referenced
symbol in file
void std::deque<CppUnit::Test*,std::allocator<CppUnit::Test*> >::__allocate_at_end() /usr/CPP-Unit/lib/libcppunit.so
void __rwstd::__rb_tree<CppUnit::TestFactory*,CppUnit::TestFactory*,__rwstd::__ident<CppUnit::TestFactory*,CppUnit::TestFactory*>,std::less<CppUnit::TestFactory*>,std::allocator<CppUnit::TestFactory*> >::__deallocate_buffers() /usr/CPP-Unit/lib/libcppunit.so
------------------------------------------------------
Any help on how to resolve these errors ??
Best Regards.
Samir