LinuxSir.cn,穿越时空的Linuxsir!

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

郁闷了,第一个包就出问题

[复制链接]
发表于 2006-3-16 05:53:30 | 显示全部楼层 |阅读模式
host: Ubuntu Dapper LiveCD
gcc : 4.0.3
在准备编译binutils的时候出现问题了...
[PHP]checking for gcc... gcc
checking whether the C compiler (gcc  ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.[/PHP]
[PHP]configure:1937: gcc -o conftest    conftest.c  1>&5
/tmp//ccou9876.s: Assembler messages:
/tmp//ccou9876.s:3: Error: unknown pseudo-op: `.section'
configure: failed program was:

#line 1932 "configure"
#include "confdefs.h"

main(){return(0);}[/PHP]
找了一下,这个error在BSD的port也出现了,改如何解决呢?
即使换成了gcc3.4也一样同样的错误提示。
不知道用 gcc 4.0.* + binutils2.16.1的前辈们是怎么解决这个问题呢?一定要降低gcc版本才可以么?
谢谢!
发表于 2006-3-16 08:29:15 | 显示全部楼层
是不是 gcc 本身有问题?

echo 'main(){};' > dummy.c
gcc -v dummy.c

能顺利完成不?结果是?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-17 02:46:06 | 显示全部楼层
problem solved ~ that is my mistake, the live from ubuntu does not include complete toolchain, after apt-get, it works very well
回复 支持 反对

使用道具 举报

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

本版积分规则

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