I get the following :
Any suggestions please ?configure result:
configure result: This is Eggdrop's GNU configure script.
configure result: It's going to run a bunch of tests to hopefully make your compile
configure result: work without much twiddling.
configure result:
configure checking for gcc
configure result: no
configure checking for cc
configure found /usr/bin/cc
configure result: cc
configure checking for C compiler version
configure cc --version </dev/null >&5
tcc: invalid option -- '--version'
configure $? = 1
configure cc -v </dev/null >&5
tcc version 0.9.23
configure $? = 0
configure cc -V </dev/null >&5
tcc: invalid option -- '-V'
configure $? = 1
configure checking for C compiler default output file name
configure cc conftest.c >&5
tcc: file '/usr/lib/crt1.o' not found
tcc: file '/usr/lib/crti.o' not found
tcc: file '/usr/lib/crtn.o' not found
configure $? = 0
configure result: b.out
configure checking whether the C compiler works
configure ./b.out
./configure: line 1817: ./b.out: No such file or directory
configure $? = 127
configure error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.