QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 895|回复: 7

安装.tar,.tar.gz,.tar.bz2等压缩过的软件

[复制链接]
发表于 2005-8-1 11:58:33 | 显示全部楼层 |阅读模式
我在安装.tar,.tar.gz,.tar.bz2等压缩过的软件的时候,经常会出现类似这样的提示:
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output... configure: error: C++ compiler cannot create executables
请问是什么意思,我该怎样解决?!我用的是FC2!谢谢!!
发表于 2005-8-1 13:10:04 | 显示全部楼层
没装开发工具。
回复

使用道具 举报

发表于 2005-8-1 15:46:10 | 显示全部楼层
把编程工具GCC等一律安装上
回复

使用道具 举报

 楼主| 发表于 2005-8-2 00:26:22 | 显示全部楼层
gcc我装过了呀!请问我还要装些什么开发软件呢!!
不好意思哈,这问题是很菜,不过小弟刚学这个,实在没办法了。
请高手多指教!!
回复

使用道具 举报

发表于 2005-8-2 08:57:22 | 显示全部楼层
1/先将压缩文件解开至一目录
.tar.gz:tar zxvf xxxxx.tar.gz
.tar.bz2:tar jxvf xxxxx.tar.bz2
2/进入它的目录
cd xxxx
3/配置检测系统
./configure
4.编译源代码至目标代码
make
5.安装目标代码
make install

如果你的第3、4步可以正常通过,说明你的编译系统已经可以正常工作了,否则根据提示安装相应的软件先。

ps.fc4的菜单中 添加/删除应用程序,选择开发工具全部安装,一般可以解决3、4步问题。
回复

使用道具 举报

 楼主| 发表于 2005-8-2 10:39:22 | 显示全部楼层
谢谢来,我知道了,不过如果在第一步:即./configure都执行不了,也就是说解压后根本就没有configure这个文件怎么办?
回复

使用道具 举报

发表于 2005-8-2 10:52:02 | 显示全部楼层
看INSTALL晒
回复

使用道具 举报

 楼主| 发表于 2005-8-2 11:46:37 | 显示全部楼层
现在我基本上都把开发工具都装完了,可还有这个提示:error: C++ compiler cannot create executables
什么意思,C++我在安装的时候选了这一项的呀!
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-18 18:38 , Processed in 0.074477 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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