红联Linux门户
Linux帮助

fc8 下 安装g77 的问题?

发布时间:2008-03-14 21:54:51来源:红联作者:glamor
fc8没有 g77,一些软件还需要g77编译。
我的安装方法是 yum search g77 得到下列结果

[root@localhost yang]# yum search g77
paw-g77.x86_64 : A program for the analysis and presentation of data
cernlib-g77-devel.x86_64 : General purpose CERN library development package
patchy-g77.x86_64 : The patchy utilities
compat-gcc-34-g77.x86_64 : Fortran 77 support for compatibility compiler
cernlib-g77.i386 : General purpose CERN library
cernlib-g77-devel.i386 : General purpose CERN library development package
cernlib-g77-devel.x86_64 : General purpose CERN library development package
cernlib-g77.x86_64 : General purpose CERN library
geant321-g77.x86_64 : Particle detector description and simulation tool
cernlib-g77-utils.x86_64 : CERN library compilation and environment setting scripts
cernlib-packlib-g77.x86_64 : I/O, network and other utilities from the cernlib
cernlib-g77.x86_64 : General purpose CERN library
cernlib-g77-static.x86_64 : General purpose CERN library static libraries
cernlib-g77.i386 : General purpose CERN library
geant321-g77.x86_64 : Particle detector description and simulation tool
kuipc-g77.x86_64 : Cernlib's Kit for a User Interface Package (KUIP) compiler
cernlib-g77-devel.i386 : General purpose CERN library development package
cernlib-g77-utils.x86_64 : CERN library compilation and environment setting scripts
cernlib-g77-static.x86_64 : General purpose CERN library static libraries

我选择了倒数第二个,yum install
cernlib-g77-utils.x86_64可还是不行,
请问大家有什么方法安装g77呢? 我的cpu为Q6600。
文章评论

共有 3 条评论

  1. glamor 于 2008-03-15 09:16:27发表:

    对不起版主和大家了,选择compat-gcc-34-g77.x86_64 : Fortran 77 support for compatibility compiler 这一个就对了。

    yum install compat-gcc-34-g77.x86_64
    按提示就可以安装成功。

  2. bzbj 于 2008-03-14 22:49:45发表:

    http://www.linuxdiyf.com/viewarticle.php?id=81382

  3. 奶茶dsk 于 2008-03-14 22:24:59发表:

    出错消息粘上来。。