在ubuntu下安装intel Fortran compiler出错,高手请指点下,谢谢!

软件和网站开发以及相关技术探讨
回复
yuhailin_79
帖子: 4
注册时间: 2009-12-06 21:42

在ubuntu下安装intel Fortran compiler出错,高手请指点下,谢谢!

#1

帖子 yuhailin_79 » 2009-12-06 21:54

我在ubuntu下安装intel Fortran compiler时出错。
我安装的系统为:ubuntu-9.10-desktop-i386
安装的intel Fortran compiler 版本为:l_cprof_p_11.1.059_ia32
安装进行到第四步的时候出错,提示的出错信息为:
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
看提示应该是缺了些东西,应该怎么做,还请各位高人指点,谢谢!
头像
a14331990
帖子: 604
注册时间: 2009-03-25 9:38
系统: Fedora 22 x86_64

Re: 在ubuntu下安装intel Fortran compiler出错,高手请指点下,谢谢!

#2

帖子 a14331990 » 2009-12-07 11:26

看这里:
http://software.intel.com/en-us/article ... th-ubuntu/
简要地讲,要装gcc,g++,build-essential,rpm或alien(rpm转deb用),libstdc++5,并配置jdk。
最值得注意的是:
Ubuntu 9.10 Desktop does not provide libstdc++5, which is required for the Intel Compilers. You will have to get the package for libstdc++5 from an older Debian or Ubuntu distribution ( 9.04 for example ).
就是说要下载libstdc++5(系统自带libstdc++6,可共存)。这儿有个地址:
http://ftp.us.debian.org/debian/pool/ma ... 8_i386.deb
qq 591799783
email a14331990#hotmail.com a14331990#163.com
yuhailin_79
帖子: 4
注册时间: 2009-12-06 21:42

Re: 在ubuntu下安装intel Fortran compiler出错,高手请指点下,谢谢!

#3

帖子 yuhailin_79 » 2009-12-08 12:55

谢谢!非常感谢!
yuhailin_79
帖子: 4
注册时间: 2009-12-06 21:42

Re: 在ubuntu下安装intel Fortran compiler出错,高手请指点下,谢谢!

#4

帖子 yuhailin_79 » 2009-12-08 16:36

高手我想再请教一下,安装以后如何配置jdk?请详细点,我是新手。谢谢!!!
头像
a14331990
帖子: 604
注册时间: 2009-03-25 9:38
系统: Fedora 22 x86_64

Re: 在ubuntu下安装intel Fortran compiler出错,高手请指点下,谢谢!

#5

帖子 a14331990 » 2009-12-09 10:55

我现在没运行ubuntu,具体过程忘了,我原来用ubuntu装过intel fortran的,现在运行的是openSUSE。其实只是IDB调试器的图形界面(idb)需要java,命令行(idbc)不需要java。
如果要装java,
大体上,装个sun jdk之类的包,然后
sudo update-alternatives --config javac
更详细的说明看这里吧,
[汇总]简单构建Java开发环境(更新Ubuntu8.04方法)
viewtopic.php?f=70&t=89614
只看第一部分
1. Sun JDK
就够了。
qq 591799783
email a14331990#hotmail.com a14331990#163.com
回复