shc icon indicating copy to clipboard operation
shc copied to clipboard

There is no shc file and ./configure gives error

Open sahmed1501 opened this issue 4 years ago • 1 comments

I don’t see any shc file. I do see shc.c and shc.1 I copied shc.c to /bin and made it executable. I get following error:

I tried to use other method but I get errors:

dmin@nusecs0108:/tmp/git/shc-release> ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... no checking whether make supports nested variables... no checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in /tmp/git/shc-release': configure: error: no acceptable C compiler found in $PATH See config.log' for more details admin@nusecs0108:/tmp/git/shc-release> make If 'make' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf make admin@nusecs0108:/tmp/git/shc-release> ls aclocal.m4 AUTHORS autogen.sh ChangeLog config config.log configure configure.ac COPYING INSTALL Makefile.am Makefile.in NEWS README README.md shc.1 src test admin@nusecs0108:/tmp/git/shc-release> cat README

sahmed1501 avatar Aug 20 '21 13:08 sahmed1501

Install GCC and Binutils that matched your OS.

owl4ce avatar Aug 20 '21 16:08 owl4ce