QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 819|回复: 5

!!!菜鸟求助 GCC安装了但.tar.gz 安装不了

[复制链接]
发表于 2005-9-6 21:53:00 | 显示全部楼层 |阅读模式
总是显示
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes

checking for gcc... gcc
checking whether the C compiler (gcc  ) works... no
configure: error: installation or configuration problem: C compiler ca                      nnot create executables.


求各位大虾帮忙看看,急!
发表于 2005-9-7 09:28:22 | 显示全部楼层
gcc -v
看看
回复

使用道具 举报

 楼主| 发表于 2005-9-7 10:38:13 | 显示全部楼层
gcc -v
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.5/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)

这是gcc -v的结果, 不知道是不是disable-checking 的原因.
btw: 我用的是MagicLinux1.2
回复

使用道具 举报

发表于 2005-9-7 11:19:19 | 显示全部楼层
编个小程序试试
main()
{
printf("this is a test file");
}
命名为test.c
再cd到那个保存这个文件的路径下,在终端下输入gcc -o test test.c
看看有什么结果
回复

使用道具 举报

 楼主| 发表于 2005-9-10 16:52:38 | 显示全部楼层
# gcc -o test test.c
test.c:5:2: warning: no newline at end of file
/usr/bin/ld: unrecognized option '--as-needed'
/usr/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status

这是结果, 貌似和ld 有关, 但不知到怎么弄.
回复

使用道具 举报

发表于 2005-9-10 17:45:31 | 显示全部楼层
gcc -c test.c
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-5 11:32 , Processed in 0.066589 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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