LinuxSir.cn,穿越时空的Linuxsir!

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

what 'w sos?

[复制链接]
发表于 2004-11-17 02:32:43 | 显示全部楼层 |阅读模式
[root@localhost /]# make
make: *** No targets specified and no makefile found.  Stop.
[root@localhost /]#

help me?
 楼主| 发表于 2004-11-17 02:34:36 | 显示全部楼层
gaim-0.58-all-in-one.patch  m4
[root@localhost gaim-0.58]# make
make: *** No targets specified and no makefile found.  Stop.
[root@localhost gaim-0.58]# make install
make: *** No rule to make target `install'.  Stop.
[root@localhost gaim-0.58]#
发表于 2004-11-17 12:08:10 | 显示全部楼层
做make make install 动作必须在那个目录下有makefile文件才可以
一般软件会使用./configure产生makefile 然后执行make
make install
 楼主| 发表于 2004-11-17 14:03:31 | 显示全部楼层
[root@localhost gaim-0.58]# clear

[root@localhost gaim-0.58]# ./configure
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 sed... /bin/sed
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
[root@localhost gaim-0.58]# make
make: *** No targets specified and no makefile found.  Stop.
[root@localhost gaim-0.58]# make install
make: *** No rule to make target `install'.  Stop.
[root@localhost gaim-0.58]#
还是有那样的问题呀,昨天打中文,今天才好呵,就是那个make的问题没有搞定,
发表于 2004-11-17 14:06:29 | 显示全部楼层
./configure这一步没有真正完成。
系统中缺少c编译器,把gcc装上。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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