Problem porting libstc++-v3

Richard Earnshaw rearnsha@arm.com
Fri Nov 24 07:00:00 GMT 2000


I'm currently trying to get libstc++-v3 to build on NetBSD.  The code now 
compiles, bug I'm regularly getting the following error when trying to run 
the testsuite:


/home/rearnsha/gnusrc/egcs/libstdc++-v3/include/bits/string.tcc:335: 
Undefined s
ymbol `__ZNSsC1ISt17__normal_iteratorIPcSsEEET_S3_RKSaIcE' referenced from 
text
segment

c++filt tells me that this is:
std::string::string<std::__normal_iterator<char*, std::string> >
(std::__normal_iterator<char*, std::string>, std::__normal_iterator<char*, 
std::string>, std::allocator<char> const&)

But after that, I don't know enough C++ to know where to look next.

Pointers anyone?

R.




More information about the Gcc-bugs mailing list