Solaris下安装make及使用

Post by mrchen, 2011-9-3, Views:
原创文章如转载,请注明:转载自冠威博客 [ http://www.guanwei.org/ ]
本文链接地址:http://www.guanwei.org/post/tech/09/Solaris,make.html

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

Tags: solaris  make  安装  使用 
本文未看懂?联系冠威客服,享受手把手服务,远程、现场任您选。优惠期间,免费服务!
有更好的解决方案?联系冠威客服,加入冠威,成为冠威客。发表文章,赚取佣金!
冠威客服:E-mail:Service@GuanWei.Org QQ:1026092 合作伙伴:淘男网
分类:其他技术 | 评论:0 | 引用:0
分享到:

上一篇:cacti+rrdtool+netsnmp系统监控系统的安装方法
下一篇:Solaris下shell命令补全的使用方法

或许你还对下面的文章感兴趣

Comments

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

Hot Articles

New Articles

Last Comments

Guest