- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi I'm new to Fortran so please excuse me if I made a stupid error but I'm trying to compile a program and get the following error.
./bergstresser.o: error while loading shared libraries: libguide.so: cannot open shared object file: No such file or directory.
My compile command was:
ifort bergstresser.f90 -o bergstresser.o -L/opt/intel/mkl72/lib/32/ -lmkl_lapack -lmkl_ia32 -lguide -lpthread -L/usr/local/lib -lfftw_
And locate libguide.so gave me:
/opt/intel_fc_80/lib/libguide.so
/opt/intel/mkl72/lib/32/libguide.so
/opt/intel/mkl72/lib/64/libguide.so
/opt/intel/mkl72/lib/em64t/libguide.so
We are using IFC 8.1 and MKL 7.2. I also found out that we only have this issue with Red Hat EL 3. Some of our computers running Red Hat 9 do not have this issue. Any ideas?
./bergstresser.o: error while loading shared libraries: libguide.so: cannot open shared object file: No such file or directory.
My compile command was:
ifort bergstresser.f90 -o bergstresser.o -L/opt/intel/mkl72/lib/32/ -lmkl_lapack -lmkl_ia32 -lguide -lpthread -L/usr/local/lib -lfftw_
And locate libguide.so gave me:
/opt/intel_fc_80/lib/libguide.so
/opt/intel/mkl72/lib/32/libguide.so
/opt/intel/mkl72/lib/64/libguide.so
/opt/intel/mkl72/lib/em64t/libguide.so
We are using IFC 8.1 and MKL 7.2. I also found out that we only have this issue with Red Hat EL 3. Some of our computers running Red Hat 9 do not have this issue. Any ideas?
Message Edited by mtambe@mit.edu on 02-05-2006 08:38 AM
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page