LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-14-2012, 10:17 PM   #1
saeedian
Member
 
Registered: Dec 2011
Posts: 32

Rep: Reputation: Disabled
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
 
Old 05-14-2012, 10:54 PM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,721

Rep: Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704
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.
 
Old 05-14-2012, 11:36 PM   #3
saeedian
Member
 
Registered: Dec 2011
Posts: 32

Original Poster
Rep: Reputation: Disabled
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.
 
Old 05-15-2012, 12:55 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Did you install g++ ? ?

Must be present, before you can install Intel compilers.

# apt-get install g++
 
Old 05-15-2012, 01:45 AM   #5
saeedian
Member
 
Registered: Dec 2011
Posts: 32

Original Poster
Rep: Reputation: Disabled
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...
 
Old 05-15-2012, 04:47 AM   #6
saeedian
Member
 
Registered: Dec 2011
Posts: 32

Original Poster
Rep: Reputation: Disabled
now ifort works well but how can I repair the Math Kernel Library?
 
Old 05-15-2012, 05:43 AM   #7
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Start the installation again and select individual components. Be sure you have enough disk space on the partition you're trying to install onto.
 
Old 05-16-2012, 05:19 AM   #8
saeedian
Member
 
Registered: Dec 2011
Posts: 32

Original Poster
Rep: Reputation: Disabled
my friend said that Debian cant open rpm and MKL have rpm pakage, what is your idea?
tanx
 
Old 05-16-2012, 05:51 AM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
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.

.
 
Old 05-16-2012, 06:03 AM   #10
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
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!
 
Old 05-16-2012, 06:46 PM   #11
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,721

Rep: Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704Reputation: 1704
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
g77 in gcc 4.1.0 not found only gfortran fortran 95 compiler! I need fortran 77. TheBrick Linux - Software 3 07-04-2007 06:39 AM
Installing g77 fortran compiler for xfoil! flipwhy Linux - Newbie 9 11-16-2006 05:30 AM
Fortran compiler gcc-g77 installation problem refp16 Linux - Software 6 11-26-2005 12:49 PM
does linux fortran compiler in fedora 4 support VAX FORTRAN? terrence Programming 17 08-31-2005 08:59 AM
problems installing FORTRAN compiler in SuSeE 8.2 rich442 Linux - Software 0 06-25-2003 09:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration