|
安装时
acinclude.m4 config.h.in debian intl NEWS TODO
aclocal.m4 config.rpath docs lib po
AUTHORS config.sub gftp.spec Makefile.am README
ChangeLog configure gftp.spec.in Makefile.in src
ChangeLog-old configure.in INSTALL missing stamp-h.in
[root@localhost gftp-2.0.15rc2]# ./configure
creating cache ./config.cache
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
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-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
[root@localhost gftp-2.0.15rc2]# make
make: *** No targets specified and no makefile found. Stop.
[root@localhost gftp-2.0.15rc2]#
好像是无法完成编译,究竟是什么原因,如何解决。
我是新手,请大牛帮助 |
|