Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29425 Discussions

runtime dyld: Symbol not found: MAC OS X

athanase84
Beginner
1,041 Views
Hello,

I compile (with X_code) some code using laback95 library and everything seems to be OK, but I get the following error message on run (and debug). The code has been compiled and worked properly with previous version of both intel compiler and XCode.



dyld: Symbol not found: _mkl_dft_commit_descriptor_s_r2c_1d_omp
Referenced from: /opt/intel/Compiler/11.0/064/Frameworks/mkl/lib/32/libmkl_intel.dylib
Expected in: flat namespace

Trace/BPT trap


thanks for helping.
0 Kudos
1 Reply
Ron_Green
Moderator
1,041 Views
Quoting - athanase84
Hello,

I compile (with X_code) some code using laback95 library and everything seems to be OK, but I get the following error message on run (and debug). The code has been compiled and worked properly with previous version of both intel compiler and XCode.



dyld: Symbol not found: _mkl_dft_commit_descriptor_s_r2c_1d_omp
Referenced from: /opt/intel/Compiler/11.0/064/Frameworks/mkl/lib/32/libmkl_intel.dylib
Expected in: flat namespace

Trace/BPT trap


thanks for helping.

you might try asking this over in the MKL User Forum

http://software.intel.com/en-us/forums/intel-math-kernel-library/
0 Kudos
Reply