Can you all help me? I have tried to build cppunit several times and have failed. After I issue ./configure, and then make, I get this output. What might I be doing wrong?
[root@sme1 cppunit-1.12.1]# make Making all in src make[1]: Entering directory `/home/e-smith/files/ibays/bullseye/files/cppunit-1.12.1/src' Making all in cppunit make[2]: Entering directory `/home/e-smith/files/ibays/bullseye/files/cppunit-1.12.1/src/cppunit' source='AdditionalMessage.cpp' object='AdditionalMessage.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh ../../config/depcomp \ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -c -o AdditionalMessage.lo AdditionalMessage.cpp libtool: ignoring unknown tag CXX g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -c AdditionalMessage.cpp -o AdditionalMessage.o env: g++: No such file or directory make[2]: *** [AdditionalMessage.lo] Error 1 make[2]: Leaving directory `/home/e-smith/files/ibays/bullseye/files/cppunit-1.12.1/src/cppunit' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/e-smith/files/ibays/bullseye/files/cppunit-1.12.1/src' make: *** [all-recursive] Error 1
Sorry. Trying to pack the output inside code tags…
Log in to post a comment.
Can you all help me? I have tried to build cppunit several times and have failed. After I issue ./configure, and then make, I get this output. What might I be doing wrong?
Sorry. Trying to pack the output inside code tags…