At me it is installed Red Hat 6.0 (x86-64). I do static linking.
For example (actually at me thousand functions):
ifort myprog.f -L$MKLPATH -I$MKLINCLUDE
-Wl,--start-group $MKLPATH/libmkl_intel_ilp64.a $MKLPATH/libmkl_intel_thread.a
$MKLPATH/libmkl_core.a -Wl,--end-group -liomp5 -lpthread
I receive an error: It is not found -lpthread.
If not to use -lpthread translation comes to an end successfully.




