- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
OS: SLES11 SP4
kernel: 3.0.101-97
I followed the instructions in:
https://software.intel.com/en-us/node/522284#566B1CCD-F68B-4E33-BAB2-0829F8398C6F
Command:
$ make libintel64 interface=ilp64
ERROR: ar: error while loading shared libraries: libbfd-2.24.0.20140403-3.so: cannot open shared object file: No such file or directory
make[1]: *** [wraplib] Error 127
If I make a symbolic link in OS library like:
$ ln -s /usr/lib64/libbfd-2.25.0.so /usr/lib/64/libbfd-2.24.0.20140403-3.so
It works with but Segment Violation appears:
...
ar: creating ../../lib/intel64/libfftw3x_cdft_ilp64.a
make[1]: *** [wraplib] Segment Violation
make[1]: Leaving directory `/mnt/data/applications/Compilers/intel/compilers_and_libraries_2017.3.191/linux/mkl/interfaces/fftw3x_cdft'
make: *** [libintel64] Error 2
Any idea?
Thanks in advance.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Martin,
I believe you also submitted this issue through IPS? The issue (IPS) was transferred to MKL group so hopefully you will get your answers there.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Many thanks Mark,
thanks for the advise.
Finally the error was a version mismatch with the 'ar' commad.
Solution: I have updated my 'binutils' and 'binutils-devel' packages. Now compile like a charm.
SOLVED

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