|
|
解压了以后无法编译成功 请大家指教下 我是新手!!!
错误信息如下:
linux:~# bunzip2 gftp-2.0.18rc1.tar.bz2
linux:~# tar xf gftp-2.0.18rc1.tar
linux:~ # cd gftp-2.0.18rc1
linux:~/gftp-2.0.18rc1 # ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
linux:~/gftp-2.0.18rc1 # make
make: *** No targets specified and no makefile found. Stop. |
|