LinuxSir.cn,穿越时空的Linuxsir!

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

各位大虾帮下忙,谢谢先!

[复制链接]
发表于 2006-3-12 00:44:00 | 显示全部楼层 |阅读模式
忙了一整天,终于把梦寐以求的linux装上了,现在面临一个问题,安装下载软件,很多的tar包,tar.gz包需要编译,胆识总是会出现错误
比如说安装myget时:

cd myget-0.1.0
[root@E myget-0.1.0]# ./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 whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
[root@E myget-0.1.0]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@E myget-0.1.0]# make install
make: *** 没有规则可以创建目标“install”。 停止。
发表于 2006-3-12 08:33:48 | 显示全部楼层
configure 都没未完成,Makefile 自然没有生成了!

g++ 装了没?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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