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

installing ifort 9 with alien



Hi I am trying to install the Intel Fortran compiler on a Debian AMD64 workstation.
I read Daniel Grimwood's instructions here:

http://groups.google.com/group/linux.debian.ports.x86-64/browse_thread/thread/ea3f29040f74d8ce/c6fa52724b1fecf4?q=intel+fortran&rnum=3#c6fa52724b1fecf4

and followed them faithfully, but have had no luck. /proc/cpuinfo shows dual Intel Xeon 3.6 GHZ cpus and Debian AMD64 installed on it ok. Also /proc/cpuinfo has the following line:
"address sizes   : 36 bits physical, 48 bits virtual"

I am using Sarge which right now only has alien 8.52

So I cd into the uncompressed directory and do issue the command:

amd64:/scratch/ifortran/l_fc_c_9.0.031# alien -gsk intel-iforte9-9.0-031.em64t.rpm
Directory intel-iforte9-9.0 prepared.

Then I replace em64t with amd64 in debian/control and issue the command:

amd64:/scratch/ifortran/l_fc_c_9.0.031/intel-iforte9-9.0# debian/rules binary
dh_testdir
dh_testdir
dh_testroot
dh_clean -k -d
dh_installdirs
dh_installdocs
dh_installchangelogs
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \
       xargs -0 -r -i cp -a {} debian/intel-iforte9
dh_compress
dh_makeshlibs
objdump: debian/intel-iforte9/opt/intel/fce/9.0/lib/libcprts.so: File format not recognized objdump: debian/intel-iforte9/opt/intel/fce/9.0/lib/libcxa.so: File format not recognized objdump: debian/intel-iforte9/opt/intel/fce/9.0/lib/libcxaguard.so: File format not recognized objdump: debian/intel-iforte9/opt/intel/fce/9.0/lib/libifcore.so: File format not recognized objdump: debian/intel-iforte9/opt/intel/fce/9.0/lib/libifcoremt.so: File format not recognized objdump: debian/intel-iforte9/opt/intel/fce/9.0/lib/libifport.so: File format not recognized objdump: debian/intel-iforte9/opt/intel/fce/9.0/lib/libunwind.so: File format not recognized
dh_installdeb
dh_shlibdeps
/usr/bin/ldd: line 95: /usr/bin/lddlibc4: cannot execute binary file
dpkg-shlibdeps: failure: ldd on `debian/intel-iforte9/opt/intel/fce/9.0/bin/codecov' gave error exit status 1
dh_shlibdeps: command returned error code 256
make: [binary-arch] Error 1 (ignored)
dh_gencontrol
dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}
dh_md5sums
dh_builddeb
dpkg-deb: building package `intel-iforte9' in `../intel-iforte9_9.0-031_amd64.deb'.

Can anyone help me?  I am much obliged.


Thanks,

Rohit



Reply to: