当前位置: 技术问答>linux和unix
请教如何在solaris 8上安装c编译器
来源: 互联网 发布时间:2016-10-16
本文导语: 在执行./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编译器没有安装 但我在系...
在执行./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编译器,该如何解决此问题?
不胜感激!!
...
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
你可以暂时做个cc的连接到gcc 看看好不好用
ln -s /path/gcc /path/cc