首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > 其他服务器 >

请问怎么在solaris 8上安装c编译器

2012-03-18 
请教如何在solaris 8上安装c编译器在执行./configure时,提示...checking whether the C compiler(cc) work

请教如何在solaris 8上安装c编译器
在执行./configure时,提示
...
checking whether the C compiler(cc) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
查看/usr/local/bin没有找到cc文件,应该是cc编译器没有安装
但我在系统中安装了gcc-2.95.3,请问是否gcc包含c编译器,该如何解决此问题?

不胜感激!!

[解决办法]
solaris不太熟悉
你可以暂时做个cc的连接到gcc 看看好不好用
ln -s /path/gcc /path/cc

热点排行