知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

Solaris下安装make及使用

发布时间:2014-09-05 16:59:57作者:知识屋

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

(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜