LinuxSir.cn,穿越时空的Linuxsir!

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

我的gcc 出什么问题了呢?

[复制链接]
发表于 2004-7-22 11:02:02 | 显示全部楼层 |阅读模式
debian:~/nfs***#./configure
loading cache ./config.cache
checking for gcc...gcc
checking whether the C compiler (gcc) works...no
~~~~~~~~~~~~~
configure:error: installation or configuration problem: C compiler cannot creat
e executables.


debian:~/nfs**#make config
rules.mk:7:comfig.mk:No such file or directory
./configure
loading cache ./config.cache
checking for gcc...gcc
checking whether the C compiler (gcc) works...no
~~~~~~~~~~~~~
configure:error:installation or configuration problem:C compiler cannot creaat
e executables.
make:***[config.mk]Error 1



debian3  gcc3.x  kernel 2.4.18
为什么会编译不了呢?出了什么问题呢?谢谢
发表于 2004-7-22 13:28:51 | 显示全部楼层
没有安装gcc吧.......
 楼主| 发表于 2004-7-23 12:06:04 | 显示全部楼层
apt-get install g++以后解决此问题
郁闷
搞了好久
都不知道要g++这个东西的
谢谢zonzi了
^_^
发表于 2004-7-23 12:48:01 | 显示全部楼层
gcc包含一组编译器,使得它可以编译c,c++,java,fortran等等源码的程序,但是gcc-core不包含这些功能,你需要另外安装g++,g77等等来实现对这些语言的支持。g++就是支持c++的。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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