I am trying to install MKL on a GCC-only Linux (Slackware 14.2) and the ./install.sh complains
/home/hckiang/build/l_mpi_2018.0.128/./pset/32e/install: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
Googling found there is a thread describing exactly the same issue and workaround. However, the workaround there seems to assume the intel compilers are available. Here I don't have the intel compiler and I want to use MKL only with GCC/GNU Fortran.
I tried the 2017 versions and I see the same error.
Any idea?