Hi,
I am trying to install IMS Bench Sipp, but unfortunately I could not execute make rmtl command due to the following error: The first command:
svn co https://svn.code.sf.net/p/sipp/code/sipp/branches/ims_bench ims_bench
sudo make rmtl
make OSNAME=Linux MODELNAME=x86_64 -C rmt
make[1]: Entering directory '/home/besmir/ims_bench/rmt'
make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"` MODELNAME=`uname -m|sed "s/Power Macintosh/ppc/"` rmt_tst
make[2]: Entering directory '/home/besmir/ims_bench/rmt'
gcc -D__LINUX -pthread -D__3PCC__ -I. -I/opt/openssl/include -c -o RmtParm.o RmtParm.cpp
make[2]: execvp: gcc: Permission denied
Makefile:218: recipe for target 'RmtParm.o' failed
make[2]: *** [RmtParm.o] Error 127
make[2]: Leaving directory '/home/besmir/ims_bench/rmt'
Makefile:183: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/besmir/ims_bench/rmt'
Makefile:228: recipe for target 'rmtl' failed
make: *** [rmtl] Error 2
I have installed Perl XML, GCC, G++, GSL, and GNUPLOT. I am running Ubuntu 16.4 Any suggestions?
Thank you.