Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1660951
  • 博文数量: 391
  • 博客积分: 8464
  • 博客等级: 中将
  • 技术积分: 4589
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-13 15:12
个人简介

狮子的雄心,骆驼的耐力,孩子的执著!

文章分类

全部博文(391)

文章存档

2023年(4)

2018年(9)

2017年(13)

2016年(18)

2014年(7)

2013年(29)

2012年(61)

2011年(49)

2010年(84)

2009年(95)

2008年(22)

分类: C/C++

2010-07-05 17:15:07

Introduction to GCC-3.3.6

There are several reasons why you may wish to install GCC-3.3.6. Some packages have not been updated so they can be successfully compiled by GCC-4.4.1 as version 4.x.x of GCC is much stricter in enforcing coding standards. Additionally, some pre-compiled packages may require the GCC-3.3.6 libraries at run-time. Another reason you may need to install GCC-3.3.6 is to use the g77 Fortran 77 compiler provided by pre-4.x.x versions of GCC. GCC-4.x.x only includes gfortran, a Fortran 95 compatible compiler that is not yet ready to be used in a production environment.

If all you need is a working {f,g}77 Fortran 77 compiler, you may wish to use the one provided by GCC-3.4.x. This is what the GCC developers recommend. Instructions for building the GCC-3.4.x Fortran compiler can be found on the .

Package Information

  • Download (HTTP):

  • Download (FTP):

  • Download MD5 sum: 6936616a967da5a0b46f1e7424a06414

  • Download size: 24 MB

  • Estimated disk space required: 433 MB (includes running the test suite)

  • Estimated build time: 5.2 SBU (additional 11.2 SBU to run the test suite)

Additional Downloads

  • Required patch:

  • Required patch:

GCC-3.3.6 Dependencies

Optional

(required to run the full test suite)

User Notes:

Installation of GCC-3.3.6

Install GCC-3.3.6 by running the following commands:

patch -Np1 -i ../gcc-3.3.6-no_fixincludes-1.patch &&
patch -Np1 -i ../gcc-3.3.6-linkonce-1.patch &&
mkdir ../gcc-build &&
cd ../gcc-build &&
../gcc-3.3.6/configure --prefix=/opt/gcc-3.3.6 \
    --enable-shared --enable-languages=c,c++ --enable-threads=posix --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
make;make install
阅读(776) | 评论(0) | 转发(0) |
0

上一篇:Ubuntu 五笔设置 Fcitx

下一篇:RTMPT 协议

给主人留下些什么吧!~~