3
root@server:~/shc-3.8.9# make install
***     Installing shc and shc.1 on /usr/local
***     Do you want to continue? y
install -c -s shc /usr/local/bin/
install: cannot run strip: No such file or directory
install: strip process terminated abnormally
make: *** [install] Error 1

I don't use make install often. Can someone tell me how to fix it? :)

/edit1: This error actually occured befor the one I posted above, sorry if that's confusing.. (I tried to bypass the error below with "cp shc-3.8.9.c shc", but then the error above occured. So now that I installed "binutils", and repeated the install proccess, I get this error)

root@server:~/shc-3.8.9# make
cc -Wall  shc.c -o shc
make: cc: Command not found
make: *** [shc] Error 127
  • What exactly are you trying to install and what version of Ubuntu are you on? A link to what you are trying to install would be helpful. – TheWanderer Oct 05 '15 at 01:04
  • I'm trying to install shc-3.8.9 and I tried to follow this guide: http://www.liudongkai.com/articles/2013/10/14/1381715536639.html I use Ubuntu 14.04 – Ausrastor Oct 05 '15 at 01:10
  • It never compiled , you need to install gcc and the dependencies. – Panther Oct 05 '15 at 01:53

1 Answers1

9

make tries to call the program strip which isn't installed.

Install the package binutils