[root@Linux zhcon-0.2]# ls
ABOUT-NLS config.cache configure.in install-sh po TODO
acconfig.h config.guess COPYING intl README
aclocal.m4 config.h.in doc Makefile.am README.BSD
AUTHORS config.log font Makefile.in src
ChangeLog config.sub input missing stamp-h.in
confdefs.h configure INSTALL mkinstalldirs THANKS
[root@Linux zhcon-0.2]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gawk... gawk
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -DNDEBUG -funsigned-char -Wall -Wl,-rpath=/usr/lib/unicon) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
[root@Linux zhcon-0.2]# make
make: *** No targets specified and no makefile found. Stop.
[root@Linux zhcon-0.2]#