I am trying to install CUnit by using following steps:
Downloaded CUnit package from SourceForge.
Uncompressed it using the command:
tar xjf CUnit-2.1-3.tar.bz2
Then went into the CUnit-2.1-3 directory.
cd CUnit-2.1.2
Tried running the following sequence of commands:
mkdir -p $HOME/local ./configure --prefix=$HOME/local # but this command is not working
bash is displaying the following message:
bash: ./configure: No such file or directory
./configure
command from within theCUnit-2.1.2
directory? Please check. If so, is there a file calledconfigure
in the directory? Dols
to find out. – Jos Oct 25 '18 at 10:07