Hello; I'm getting an error when attempting to link a CPPunit test (using Netbeans on RHEL). Another developer is able to link the test successfully, and we both have the same cppunit and cppunit-devel packages installed, so I'm not sure what's going on here. The error is: build/Debug/GNU-Linux/tests/tests/abcTest.o:(.rodata._ZTIN7CppUnit17AdditionalMessageE[_ZTIN7CppUnit17AdditionalMessageE]+0x10): undefined reference to `typeinfo for CppUnit::Message' Any ideas? Thanks in advance.