当前位置: 代码迷 >> Solaris >> 请问怎么在solaris 8下安装c编译器
  详细解决方案

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

热度:1054   发布时间:2013-02-26 00:00:00.0
请教如何在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