虚位以待(AD)
虚位以待(AD)
首页 > 操作系统 > Solaris > Solaris下安装make及使用

Solaris下安装make及使用
类别:Solaris   作者:码皇   来源:互联网   点击:

10是自带的,如果是最大化安装就应该有了 pkginfo |grep gccsystem SFWgcc GNU compilerssystem SUNWgcc gcc - The GNU C compilersystem SUNWgccruntime GCC Runtime libraries pkginfo |grep

10是自带的,如果是最大化安装就应该有了

#pkginfo |grep gcc
system SFWgcc                           GNU compilers
system SUNWgcc gcc - The GNU C compiler
system SUNWgccruntime GCC Runtime libraries

#pkginfo |grep make
system SUNWgm4                          gmake - GNU m4
system SUNWgmake gmake - GNU make
system SUNWxcu4t XCU4 make and sccs utilities

如果没有安装的话,安装以上的包

可以使用#find / -name make找到make的路径,一般为/usr/sfw/bin目录下。

这样,配置好环境变量即可

#PATH="$PATH":/usr/sfw/bin;export PATH

 

from:冠威blog

相关热词搜索: Solaris 安装 make