Menu

need help--cppunit won't build

Help
kc64
2010-04-12
2013-04-22
  • kc64

    kc64 - 2010-04-12

    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
    
     
  • kc64

    kc64 - 2010-04-12

    Sorry.  Trying to pack the output inside code tags…

    [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
    
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.