Problème d'installation ifort
Bonjour à tous,
Je rencontre des difficultés à installer ifort sur mon pc portable. Mon système supporte la version 9.04 d'Ubuntu et j'ai donc suivi les instructions d'installation de ce lien.
L'installation s'effectue normalement jusqu'à l'étape 4/7 pour laquelle le message suivant apparaît :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| Step no: 4 of 7 | Installation configuration - Missing Critical Pre-requisite
--------------------------------------------------------------------------------
There is one or more critical unresolved issue which prevents installation to
continue. You can fix it without exiting from the installation and re-check. Or
you can quit from the installation, fix it and run the installation again.
--------------------------------------------------------------------------------
Missing critical pre-requisite
-- 32-bit libraries not found
--------------------------------------------------------------------------------
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]: |
Les solutions proposées par le programme d'installation sont les suivantes :
Code:
1 2 3 4 5 6 7 8 9 10 11 12
| Step no: 4 of 7 | Installation configuration - Missing Critical Pre-requisite
--------------------------------------------------------------------------------
32-bit libraries not found on this system.
This product release requires the presence of 32-bit compatibility libraries
when running on Intel(R) 64 architecture systems. One or more of these libraries
could not be found:
libstdc++
libstdc++5
glibc
libgcc
Without these libraries, the compiler will not function properly. Please refer
to Release Notes for more information. |
J'ai installé la librairie libstdc++5 avec l'utilitaire synaptic comme c'est conseillé sur le forum d'Ubuntu mais l'erreur n'est pas corrigée. Après vérification, j'ai pu noter que le répertoire /usr/lib32 n'existait pas dans mon arborescence. Du coup, je ne sais plus vraiment quoi faire. J'ai bien installé gfortran en attendant, mais ce dernier ne me permet pas de compiler correctement le programme sur lequel je travaille sur mon pc professionnel. Si quelqu'un a une solution à me proposer, j'en serais très heureux.
Merci d'avance ! :)
Pb libstdc++5 instalation ifort sur ubuntu
J'avais rencontré le même type de problème.
Cette page indique comment régler le problème
http://software.intel.com/en-us/arti...x-with-ubuntu/
En espérant que ceci puisse t'aider