我为我的项目目的安装了开源GHDL项目ghdl-0.29-2.143svn.4.fc16.src.rpm
由 ghdl 0.29 和 gcc 4.3.4 到rpm -i
组成rpmbuild -ba
命令成功。
在ghdl文件夹中,我编辑了一个ada程序然后我做了make
和make install
:没有错误但是它在gcc版本4.6.3(默认)中创建了问题更改为4.3.4并且没有gcc程序执行给出了错误:
error: C compiler cannot create executables
See `config.log' for more details."
In config.log file /usr/bin/ld: cannot find crtbegin.o: No such file or directory
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
提前致谢
此致 Raghu
答案 0 :(得分:1)
您是否尝试过重新安装glibc?这可能有用。