Solaris 10 x86系统下安装gcc过程

2023-12-08 0 872

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

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

悠久资源 Solaris Solaris 10 x86系统下安装gcc过程 https://www.u-9.cn/system/solaris/135449.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务