[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Use of Intel Fortran compiler on a Sid/IA64 box?



Bdale Garbee disait :

> Christian.Perrier@onera.fr (Christian Perrier) writes:
> 
> > /opt/intel/compiler50/ia64/bin/ias: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), not stripped
> 
> Ewwww.
> 
> The fact that it's dynamically linked for shared libs means you need the
> ia32-libs package loaded, and there's a problem with it that I haven't gotten
> around to chasing down yet.  I'll move that up my priority list.

BTW, I guess you're talking about #123231....

My problem is not exactly the same. If I type "ldd `which ias`", I get :

cperrier@itanium:~$ which ias
/opt/intel/compiler50/ia64/bin/ias
cperrier@itanium:~$ ldd `which ias`
	not a dynamic executable
cperrier@itanium:~$ cat /etc/ld.so.conf
/usr/X11R6/lib
/opt/intel/compiler50/ia32/lib
/opt/intel/compiler50/ia64/lib

(the last two lines of ld.so.conf are mentioned in Intel compiler's README
file....Anyway, if I remove them, I get the exact same problem..:-)

However, when I try  to reproduce the problem  mentioned by the  123231 bug
reporter, I get :

cperrier@itanium:~$ /emul/ia32-linux/usr/bin/locale
bash: /emul/ia32-linux/usr/bin/locale: No such file or directory

cperrier@itanium:~$ file /emul/ia32-linux/usr/bin/locale
/emul/ia32-linux/usr/bin/locale: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped

cperrier@itanium:~$ ldd -d /emul/ia32-linux/usr/bin/locale
	not a dynamic executable

Looks the same, except last ldd output....

-- 
Christian Perrier
ONERA/Département Réseau et Informatique Scientifique
+33 (0) 1 4673 4438 - +33 (0) 6 1016 9480
PGP/GnuPG Key ID 30C9348A (DSS)



Reply to: