LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 810|回复: 5

安装gftp时碰到的问题

[复制链接]
发表于 2003-8-23 19:34:42 | 显示全部楼层 |阅读模式
安装时
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]#
好像是无法完成编译,究竟是什么原因,如何解决。
我是新手,请大牛帮助
发表于 2003-8-23 19:48:33 | 显示全部楼层
没有装GCC
 楼主| 发表于 2003-8-23 21:33:20 | 显示全部楼层
我下载了gcc3-c++-3.1-5.i386.rpm,准备安装,但系统提示我已经安装了该程序
发表于 2003-8-24 00:16:38 | 显示全部楼层
你需要做个gcc的链接
 楼主| 发表于 2003-8-24 09:41:33 | 显示全部楼层
怎么做呢,我不会啊,我是新手
发表于 2003-8-24 11:42:52 | 显示全部楼层
1) gcc再按tab键看看你的gcc文件名
    比如是gccxxx
2) cd /usr/bin
    ln gccxxx gcc
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表