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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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:
Any ideas? Thanks in advance.
Experiencing the exact same issue when linking to libMesh unit tests on Ubuntu 16.04 with manually built cppunit (e.g.
configure; make; make install