Re: CPP-Unit Need Help.
Jerome "Lacoste (Frisurf)" <[email protected]> 18 May 2003 13:51:10 +0200
| Newsgroups | gmane.comp.lib.cppunit.devel |
|---|---|
| Organization | CoffeeBreaks |
| Message-ID | <1053258669.839.21.camel@expresso> |
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) <[email protected]> CoffeeBreaks ------------------------------------------------------- This SF.net email is sponsored by: If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge