#1 Le 11/10/2006, à 08:09
- pfdm
bad trap error installation compilo intel sur edgy
J'essaie désespérément d'installer les compilateur intel sur edgy mais j'obtiens l'erreur suivante apres avoir rentrer la licence (qui est bonne!!) :
trap: 4021: SIGINT: bad trap.
Quelqu'un aurait -il une idée?
Merci
#2 Le 22/10/2006, à 04:00
- iznogoud_23
Re : bad trap error installation compilo intel sur edgy
J'ai le meme probleme
Si quelqu'un a une solution, je suis preneur
Merciinstall
#3 Le 01/11/2006, à 10:39
- linwelin
Re : bad trap error installation compilo intel sur edgy
I have the same problem with "Intel(R) C++ Compiler 9.1.044 Linux" in Ubuntu 6.10 "EdgyEft", but I had installed it correctly in Ubuntu 6.06 "Dapper".
Perhaps "EdgyEft" is still too "beta".
Greetings from Spain. Sorry for not to know French.
#4 Le 14/11/2006, à 21:48
- bene
Re : bad trap error installation compilo intel sur edgy
Bonjour,
le problème a été résolu là : http://ubuntuforums.org/showthread.php?p=1684870
En bref :
il faut modifier les scripts data/install_fc.sh (resp. data/install_cc.sh) en remplaçant :
#! /bin/sh par #! /bin/bash
rpm -qa par alien -qa
Après ça, normalement l'intallation se passe bien.
L'erreur suivante apparait à l'invocation d'ifort ou icc :
export: 36: Illegal option -n
cela vient du fait que /bin/sh pointe vers dash et non bash. Remplacer alors #! /bin/sh par #! /bin/bash dans ifortsvar.sh et ifort. (idem pour icc et iccvar.sh
Bonne chance
Béné