i'm trying to compile a test program with cppunit library (1.8.0 and then 1.9.10) , on a solaris 8 system.
it does not work with the dynamic lib (it seems to be a common problem on solaris).
so, i try to use the static one but it doesn't work better :
i'm trying to compile a test program with cppunit library (1.8.0 and then 1.9.10) , on a solaris 8 system.
it does not work with the dynamic lib (it seems to be a common problem on solaris).
so, i try to use the static one but it doesn't work better :
g++ -static -I... -L... -lcppunit arrayTest.o -o testRunner
Undefined first referenced
symbol in file
CppUnit::TestCase::runTest(void) arrayTest.o
...
Does anyone have an idea on what is wrong ?