Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Installation Problem

Ted_Rosenbaum
Beginner
481 Views

Hi,

I apologize if this is not the correct forum for this.

I am trying to install fortran composerxe on gentoo. I run the installation and it simply says "failed" next to each component of the composerxe software.  Is there any way to get a more detailed error message as to what the problem is?

Thanks.

0 Kudos
4 Replies
TimP
Honored Contributor III
481 Views
There is a separate forum about installation, but you could ask specific questions here. Please check the prerequisites described in the installation notes documentation. Among the more common problems are that you didn't install the g++ development system (no more recent than g++ 4.6 for composer 2011, 4.7 OK for composer 2013) or that you didn't acquire permissions on the directories you need for installation (possibly including /tmp). You can install only the ia32 compiler on a 32-bit (ix86) linux. For x86_64 linux, the basic g++ development system would support installation of the intel64 compiler. You would have to add a 32-bit g++ in order to install the ia32 compiler. If the documentation link at the top of this forum doesn't lead you to the documents about installation on linux versions which aren't fully supported, that's a forum bug. I'll look at that now. As you should be able to see, we need more information to help: linux version (e.g. from uname -a) g++ version (g++ -version) exact error messages from ifort installer, and exact version of installer
0 Kudos
TimP
Honored Contributor III
481 Views
As far as I can see, there is no link to the useful documentation which was posted at the top of the forum prior to the recent changeover. I'm filing a bug ticket.
0 Kudos
Steven_L_Intel1
Employee
481 Views
Actually, the separate forum is for download, licensing and registration issues only. The "useful information" list will return soon. Gentoo isn't a supported distribution. I suggest you start with http://software.intel.com/en-us/articles/intel-compilers-linux-installation-help
0 Kudos
Ted_Rosenbaum
Beginner
481 Views
Hi, Thanks for the responses. Reinstalling some packages in Gentoo allowed me to install without incident.
0 Kudos
Reply