neurobin / shc

Shell script compiler

Home Page:https://neurobin.org/projects/softwares/unix/shc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is no shc file and ./configure gives error

sahmed1501 opened this issue · 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

Install GCC and Binutils that matched your OS.