免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3350 | 回复: 0
打印 上一主题 下一主题

Solaris 10 x86环境下安装gcc过程 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-07-22 15:18 |只看该作者 |倒序浏览

Solaris 10 x86环境下安装gcc过程


1.  系统环境准备
a.       由于系统默认的shell使用不太方便,所以将系统shell更改为bash。
# which bash
           usr/bin/bash
# usermod  -s  /usr/bin/bash   root   

b.       建立系统 .profile文件:
         # cp  /etc/skel/local.profile   /.profile

c.       在.profile文件中添加如下内容
PATH=/usr/bin:/usr/local/bin:/usr/ucb:/etc:/usr/sbin:/usr/bin:/usr/sfw/bin:/usr/ccs/bin:/opt/csw/bin:.
export PATH
export PS1='\u:\w#'

d.       从Solaris 10安装光盘中安装如下工具包
        # pkgadd –d /cdrom/Solaris_10/Product  SUNWwgetr
        # pkgadd –d /cdrom/Solaris_10/Product  SUNWwgetu
        # pkgadd –d /cdrom/Solaris_10/Product  SUNWwgetS
        # pkgadd –d /cdrom/Solaris_10/Product  SUNWgcmn

2.  下载gcc软件
# wget   
ftp://ftp.sunfreeware.com/pub/freeware/intel/10/gcc-3.4.6-sol10-x86-local.gz
# wget        
ftp://ftp.sunfreeware.com/pub/freeware/intel/10/libiconv-1.11-sol10-x86-local.gz
# wget        
ftp://ftp.sunfreeware.com/pub/freeware/intel/10/libgcc-3.4.6-sol10-x86-local
.gz
# wget        
ftp://ftp.sunfreeware.com/pub/freeware/intel/10/libintl-3.4.0-sol10-x86-local.gz

注:第一个为gcc的应用程序,下面3个为gcc的库文件包

3.  解压和安装
# gunzip  gcc-3.4.6-sol10-x86-local.gz
# gunzip  libiconv-1.11-sol10-x86-local.gz
# gunzip  libgcc-3.4.6-sol10-x86-local.gz
# gunzip  libintl-3.4.0-sol10-x86-local.gz

#pkgadd  -d  gcc-3.4.6-sol10-x86-local
#pkgadd  -d  libiconv-1.11-sol10-x86-local.gz
#pkgadd  -d  libgcc-3.4.6-sol10-x86-local.gz
#pkgadd  -d  libintl-3.4.0-sol10-x86-local.gz

4.  修改 .profile文件
在 .profile文件中增加如下内容
export LD_LIBRAEY_PATH=/usr/local/lib:.
export CC=gcc






本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/26431/showart_1088820.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP