(转贴)sco5.0.6上成功安装gcc-3.4.3

发表于:2007-05-26来源:作者:点击数: 标签:
原创:中国分布式计算论坛版主ben Successfullgcc-3.4.3InstallationOnSCOOpenServer5.0.6 下面是我在SCOOpenSever5.0.6上安装gcc-3.4.3的步骤,贴出来供参考: Thehost/targetspecificinstallationnotesareoutofdate. 1.InstallSCOOpenServer5.0.6. 2.Insta

原创: 中国分布式计算论坛版主ben

Successfull gcc-3.4.3 Installation On SCO OpenServer 5.0.6

下面是我在 SCO OpenSever 5.0.6 上安装 gcc-3.4.3 的步骤, 贴出来供参考:

The host/target specific installation notes are out of date.

1. Install SCO OpenServer 5.0.6.
2. Install rs506a: Release Supplement 5.0.6A.
    Download from: ftp://ftp.sco.com/pub/openserver5/rs506a.
3. Install oss646c: Execution Environment Supplement.
    Download from: ftp://ftp.sco.com/pub/openserver5/oss646c.
4. Install gwxlibs-1.3.2.Ag: Supplemental Graphics, Web and X11 Libraries supplement.
    Download from: ftp://ftp.sco.com/pub/openserver5/opensrc/gwxlibs-1.3.2Ag.
5. Install gnutools-v5.0.7kj: GNU Development Tools supplement.
    Download from: ftp://ftp.sco.com/pub/openserver5/opensrc/gnutools-5.0.7Kj.
6. Download gcc-core-3.4.3.tar.gz and uncompress.
7. $ mkdir src; cd src; 
8. $ tar xf gcc-core-3.4.3.tar
9. $ cd ../; mkdir obj; cd obj
10. $ ../src/gcc-3.4.3/configure --prefix=/usr/local/gcc-3.4.3 --with-gnu-as
11. $ make bootstrap
12. $ su
13. # make install
14. # exit
15. $ ../src/gcc-3.4.3/config.guess
i686-pc-sco3.2v5.0.6
17. $ gcc -v
Reading specs from /var/opt/K/SCO/Unix/5.0.6Ga/usr/local/gcc-3.4.3/bin/../lib/gcc/i686-pc-sco3.2v5.0.6/3.4.3/specs
Configured with: ../src/gcc-3.4.3/configure --prefix=/usr/local/gcc-3.4.3 --with-gnu-as
Thread model: single
gcc version 3.4.3
18. $ exit

 lv_xiaowei 回复于:2005-02-28 09:23:02
我个人的意见:
1 编译之前应确保CC=gcc
2 上面的make应换成gmake

 zhouyu007 回复于:2005-03-01 13:33:48
支持!详细

 lv_xiaowei 回复于:2005-03-02 19:09:39
[url]http://gcc.gnu.org/ml/gcc/2005-01/msg00752.html[/url][/url]

 lv_xiaowei 回复于:2005-03-02 19:11:00
原文地址:
[url]http://gcc.gnu.org/ml/gcc/2005-01/msg00752.html[/url]

 simonzhan 回复于:2005-03-03 09:08:07
不错的话,多谢兄弟了!

原文转自:http://www.ltesting.net