LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   problem in installing the Fortran Compiler XE 12.1 in Debian (https://www.linuxquestions.org/questions/linux-software-2/problem-in-installing-the-fortran-compiler-xe-12-1-in-debian-944980/)

saeedian 05-14-2012 10:17 PM

problem in installing the Fortran Compiler XE 12.1 in Debian
 
I want to install Fortran Compiler XE 12.1 in Debian.in the Step no 4 when I chooses the "Start installation Now" as default it give the error as below:

"There are one or more critical unresolved issues which prevent the installation
from continuing. You can fix them without exiting from the installation and
re-check.
Or you can quit from the installation, fix them and run the installation again.
--------------------------------------------------------------------------------
Missing critical pre-requisite
-- missing system commands
--------------------------------------------------------------------------------
1. Show the detailed info about issue(s) [default]
2. Re-check the pre-requisites

h. Help
b. Back to the previous menu
q. Quit
--------------------------------------------------------------------------------
Please type a selection or press "Enter" to accept default choice [1]: "

how can I solve this problem?
Thanks in advance
saeedian

evo2 05-14-2012 10:54 PM

Hi,

did you select 1 or press enter to "Show the detailed info about issues(s)"?

If not, please do so. What does it show?

Evo2.

saeedian 05-14-2012 11:36 PM

after choses no 1 it give :

"Step no: 4 of 6 | Options > Missing Critical Pre-requisite
--------------------------------------------------------------------------------
The following required for installation commands are missing:
g++
--------------------------------------------------------------------------------
1. Finish with prerequisites and back to Critical Pre-requisites dialog
[default]
2. Back to Pre-requisite summary dialog

h. Help
b. Back to the previous menu
q. Quit
--------------------------------------------------------------------------------
Please type a selection or press "Enter" to accept defaul "

then I pressed Enter and it give:

Step no: 4 of 6 | Options > Missing Critical Pre-requisite(s)
--------------------------------------------------------------------------------
There are one or more critical unresolved issues which prevent the installation
from continuing. You can fix them without exiting from the installation and
re-check.
Or you can quit from the installation, fix them and run the installation again.
--------------------------------------------------------------------------------
Missing critical pre-requisite
-- missing system commands
--------------------------------------------------------------------------------
1. Show the detailed info about issue(s) [default]
2. Re-check the pre-requisites

h. Help
b. Back to the previous menu
q. Quit
--------------------------------------------------------------------------------
Please type a selection or press "Enter" to accept default choice [1]:

then I pressed no 2 and it give the above passage again.

knudfl 05-15-2012 12:55 AM

Did you install g++ ? ?

Must be present, before you can install Intel compilers.

# apt-get install g++

saeedian 05-15-2012 01:45 AM

it works by g++;
but in the process of installing the Math Kernel Library, the installation cease as below:

Step no: 5 of 6 | Installation
--------------------------------------------------------------------------------
Each component will be installed individually. If you cancel the installation,
components that have been completely installed will remain on your system. This
installation may take several minutes, depending on your system and the options
you selected.
--------------------------------------------------------------------------------
Installing Intel Fortran Compiler XE 12.1 Update 4 on Intel(R) 64 component... done
--------------------------------------------------------------------------------
Installing Intel Debugger 12.1 Update 4 on Intel(R) 64 component... done
--------------------------------------------------------------------------------
Installing Intel Math Kernel Library 10.3 Update 10 on Intel(R) 64 component...

saeedian 05-15-2012 04:47 AM

now ifort works well but how can I repair the Math Kernel Library?

colucix 05-15-2012 05:43 AM

Start the installation again and select individual components. Be sure you have enough disk space on the partition you're trying to install onto.

saeedian 05-16-2012 05:19 AM

my friend said that Debian cant open rpm and MKL have rpm pakage, what is your idea?
tanx

knudfl 05-16-2012 05:51 AM

The Intel compilers ( and MKL ) are all rpm packages.
Just have a look into the installation folders. Or run 'ls -R'.

The rpm command is installed by default on a Debian OS.
Unless you have a stripped down OS. ( # apt-get install rpm ).

The only unknown thing is, if Intel now uses lzma compression.
But I don't think so.
I had no issues with XE2011 packages on Debian Squeeze 64, Wheezy 64.

.

colucix 05-16-2012 06:03 AM

Debian can install RPMs if you have the rpm software manager installed. The Intel knowledge base explains it all:
http://software.intel.com/en-us/arti...x-with-ubuntu/
http://software.intel.com/en-us/arti...x-with-debian/
The first link is related to Ubuntu but it is the most up-to-date and can be applied to Debian as well.

Edit: Beaten by knudfl! ;)

evo2 05-16-2012 06:46 PM

Hi,

it is generally not recommended to directly install rpms. A better approach may be to use alien to convert them to debs or just extract the binaries and install them manually.

Evo2.


All times are GMT -5. The time now is 05:37 PM.