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 !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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 !