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-082...
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.