红联Linux门户
Linux帮助

红旗linux DT5.0下如何升级GCC ?

发布时间:2007-05-13 13:31:32来源:红联作者:lldw308
红旗linux自带的GCC是3.4.3版,如果我想升级到3.4.6版,从GNU网站下载了完整的软件包,可是好几页的英文安装说明看得晕头转向,那位能简单谈谈如何做?
文章评论

共有 2 条评论

  1. lldw308 于 2007-05-14 09:06:25发表:

    Installing GCC
    The latest version of this document is always available at http://gcc.gnu.org/install/.
    This document describes the generic installation procedure for GCC as well as detailing some target specific installation instructions.

    GCC includes several components that previously were separate distributions with their own installation instructions. This document supersedes all package specific installation instructions.

    Before starting the build/install procedure please check the host/target specific installation notes. We recommend you browse the entire generic installation instructions before you proceed.

    Lists of successful builds for released versions of GCC are available at http://gcc.gnu.org/buildstat.html. These lists are updated as new information becomes available.

    The installation procedure itself is broken into five steps.

    Prerequisites
    Downloading the source
    Configuration
    Building
    Testing (optional)
    Final install

    Please note that GCC does not support `make uninstall' and probably won't do so in the near future as this would open a can of worms. Instead, we suggest that you install GCC into a directory of its own and simply remove that directory when you do not need that specific version of GCC any longer, and, if shared libraries are installed there as well, no more binaries exist that use them.

    There are also some old installation instructions, which are mostly obsolete but still contain some information which has not yet been merged into the main part of this manual.

    完整说明见附件:

  2. Subbo 于 2007-05-13 19:04:24发表:

    一般都是
    ./configure --prefix=/usr && make && make install

    英文的说明文件不需要全部看懂,一般看懂install部分即可。

    可以把说明文件贴上来看看。