回 帖 发 新 帖 刷新版面

主题:[讨论]安装 fortran 时出现的错误提示信息 求助!!!!

Missing optional pre-requisite
   No compatible Java* Runtime Environment (JRE) found
-- operating system type is not supported.
-- system glibc or kernel version not supported or not detectable
-- binutils version not supported or not detectable
//////////////////////////////////////////////////////////////////////////////////////////////////////////
缺少可选的先决条件
*不兼容的Java运行时环境(JRE)的发现
- 操作系统类型不支持。
- 系统的内核版本的glibc或者不支持或不得检出
- binutils的版本不支持或不得检出

我用的是 ubuntu 10.04   如果继续安装   到最后编译的时候
wj@wj-laptop:~$ ifort -o a a.f90
ifort: command not found
wj@wj-laptop:~$

回复列表 (共6个回复)

沙发

xxxxxxxxx

板凳

xxxxxxxxxxxxxx

3 楼

给个建议,哪怕是错的也好!~~别不说话!

4 楼

你装的是那个版本的ivf, 会不会是ivf跟你的linux系统不兼容.
可以看看ivf的release文档的说明.

5 楼

已解决~~现在贴出办法
        在编译的时候  ifort -o hello hello.f90  会提示:
      ifort: command not found     按下面的步骤do
   将
      source /opt/intel/Compiler/11.1/069/bin/ifortvars.sh ia32
      加入到 ~/.bashrc(其他Linux是~/.bash_profile文件) 文件末尾,保存退出。

     注销,或者执行. .bash_profle,使配置文件生效

      测试,which ifort,会显示安装路径。。。。。。

    编译执行
       ifort -o hello hello.f90
           出现一个hello的文件
        运行./hello   结果出来了!

6 楼

ifort: command not found     按下面的步骤
   将:source /opt/intel/Compiler/11.1/069/bin/ifortvars.sh ia32
      加入到 ~/.bashrc(其他Linux是~/.bash_profile文件) 文件末尾,保存退出。

     注销,或者执行. .bash_profle,使配置文件生效

      测试,which ifort,会显示安装路径。。。。。。

我来回复

您尚未登录,请登录后再回复。点此登录或注册