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:
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