[Cppunit-devel] Re: CPP-Unit Need Help.
Brought to you by:
blep
From: Jerome L. (Frisurf) <lac...@fr...> - 2003-05-18 11:53:35
|
On Fri, 2003-05-16 at 17:00, samir mewada wrote: > Hi All, > > I have build and installed CPP unit 1.8.0 on Solaris 8 > using WS6U2. Samir, I didn't work with c++ programs for years now, but the error message seems to indicate that the a STL symbol is missing at link time. perhaps do you need to add a -L/path/to/your/stl or -LnameSTLlib Or perhaps this is by default in this version of the compiler... Otherwise perhaps could you look at http://130.15.168.200/faqs/SUNWspro/WS6U2/lib/locale/C/html/mr/READMEs/c++_faq.html They describe a way to switch STL libraries, in case the problem was coming from Sun's implementation. As a side note, when I used to work on Unix with C++ programs, I always tried to use 2 compilers (e.g. gcc). Error messages are different from compiler to compiler and some are better than others and help to debug faster. Cheers, & Good luck J. -- Jerome Lacoste (Frisurf) <lac...@fr...> CoffeeBreaks |