[Cppunit-devel] link errors on Solaris 8
Brought to you by:
blep
From: Hodge, M. <Mat...@ma...> - 2003-04-17 14:23:57
|
Hi, I am upgrading the version of CppUnit that we are using from 1.5 to 1.8. In addition to a relocation of the include files, I am running into linker errors. Most of them have to do with the deque typedef. Below is one of the linker errors. ild: (undefined symbol) std::deque<CppUnit::TestFailure*,std::allocator<CppUnit::TestFailure*> >::iterator std::deque<CppUnit::TestFailure*,std::allocator<CppUnit::TestFailure*> >::erase(std::deque<CppUnit::TestFailure*,std::allocator<CppUnit::TestFailur e*> >::iterator,std::deque<CppUnit::TestFailure*,std::allocator<CppUnit::TestFai lure*> >::iterator) -- referenced in /users/hodgem/cppUnit/build/lib/libcppunit.so I am running Forte 6u2 compiler on Solaris 8. Has this been seen before? Thanks, Matt |