Menu

problem in installing cppunit

Help
Anonymous
2004-07-20
2004-08-31
  • Anonymous

    Anonymous - 2004-07-20

    hello friends,
    i have redhat linux 9.0 when i want to make it
    it gives me the error as follows

    ************************************************************************
    >/dev/null 2>&1
    make[2]: *** [TestCase.lo] Error 1
    make[2]: Leaving directory `/root/ramakanth/Desktop/7/2074/cppunit-1.10.2/src/cppunit'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/root/ramakanth/Desktop/7/2074/cppunit-1.10.2/src'
    make: *** [all-recursive] Error 1

    **********************************************************
    so how can i install it in mysystem

     
    • monap

      monap - 2004-08-31

      You need to run the following steps in order to make:

      aclocal -I /usr/share/aclocal-1.6 -I /root/ramakanth/Desktop/7/2074/cppunit-1.10.2/config
      autoconf
      automake -a
      ./configure --prefix=Your install area
      make

      This should work !

       

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.