hi
I want to create netcat extension for use in tiny core
i am download netcat.-0.7.1.tar_2.gz
and do this steps:
open terminal and type this instructions
tar xzvf netcat-0.7.1.tar_2.gz
cd netcat
./configure --prefix= /usr/local --->error appear.
i put result below
1
configure:WARNING: you should use --build, --host, --target2
configure:warning:invalid host type:/usr/local3
checking build system type.../usr/local4
checking target system type.../usr/local5
checking for a BSD-compatible install.../usr/bin/install -c6
checking whether build environment is sane...yes7
checking for gawk...gawk8
checking whether make sets $(MAKE)...yes9
checking for /usr/local-gcc...no10
checkig for gcc...gcc11
checking for C compiler default output file name... configure: error:C compiler cannot create executables
see 'config.log' for more details
i think #1,#2,#11 lines are my errors and want help
my english is not good excuse me!!