You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 detailsadmin@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
The text was updated successfully, but these errors were encountered: