<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi Vipin, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-MKL-on-Mac-with-R-3-0-2/m-p/978063#M17222</link>
    <description>&lt;P&gt;Hi Vipin,&lt;/P&gt;

&lt;P&gt;I tried your suggestions immediately. Results remain unchanged:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;make[1]: Nothing to be done for `install'.&lt;BR /&gt;
	make[1]: Nothing to be done for `install'.&lt;BR /&gt;
	installing doc ...&lt;BR /&gt;
	installing doc/html ...&lt;BR /&gt;
	installing doc/manual ...&lt;BR /&gt;
	installing etc ...&lt;BR /&gt;
	installing share ...&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[2]: Nothing to be done for `install'.&lt;BR /&gt;
	make[2]: Nothing to be done for `install'.&lt;BR /&gt;
	icc -std=gnu99 -I. -I../../src/include -I../../../R-3.0.2/src/include -I/usr/X11/include/ -I/usr/local/include -DHAVE_CONFIG_H &amp;nbsp; &amp;nbsp;-fPIC &amp;nbsp;-O3 -openmp -xHost &amp;nbsp;-DR_HOME='"/usr/local/R/R-intel/R.framework/Versions/3.0/Resources"' -o Rscript \&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;../../../R-3.0.2/src/unix/Rscript.c&lt;BR /&gt;
	/usr/local/R/R-intel/R.framework/Versions/3.0/Resources/bin/exec/R is unchanged&lt;BR /&gt;
	installing packages ...&lt;BR /&gt;
	&amp;nbsp; building HTML index ...&lt;BR /&gt;
	dyld: Library not loaded: libiomp5.dylib&lt;BR /&gt;
	&amp;nbsp; Referenced from: /Users/simonzehnder/Downloads/build/bin/exec/R&lt;BR /&gt;
	&amp;nbsp; Reason: image not found&lt;BR /&gt;
	/bin/sh: line 1: 88676 Done &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;echo "utils:::make.packages.html(.Library, verbose=FALSE, docdir=\"/usr/local/R/R-intel/R.framework/Versions/3.0/Resources/doc\")"&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;88677 Trace/BPT trap: 5 &amp;nbsp; &amp;nbsp; &amp;nbsp; | R_DEFAULT_PACKAGES=NULL LC_ALL=C ../../bin/R --vanilla --slave &amp;gt; /dev/null&lt;BR /&gt;
	make[2]: *** [install] Error 133&lt;BR /&gt;
	make[1]: *** [install] Error 1&lt;BR /&gt;
	make: *** [install] Error 1&lt;/P&gt;

&lt;P&gt;My configure command was:&amp;nbsp;../R-3.0.2/configure OBJC=clang --enable-R-framework=/usr/local/R/R-intel --x-includes=/usr/X11/include/ --x-libraries=/usr/X11/lib/ --enable-R-profiling --with-system-zlib --with-openmp --with-blas=-mkl --with-lapack=-mkl AR="xiar" LD="xild"&lt;/P&gt;

&lt;P&gt;Best&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Simon&lt;/P&gt;</description>
    <pubDate>Mon, 24 Mar 2014 10:49:14 GMT</pubDate>
    <dc:creator>Simon_Z_</dc:creator>
    <dc:date>2014-03-24T10:49:14Z</dc:date>
    <item>
      <title>Using MKL on Mac with R-3.0.2</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-MKL-on-Mac-with-R-3-0-2/m-p/978059#M17218</link>
      <description>&lt;P&gt;I am building R-3.0.2 on my MacBook Pro (OS X 10.9, Intel i7 DCore). When I look into my configure log I see:&lt;/P&gt;
&lt;P&gt;configure:29151: checking for dgemm_ in -L/opt/intel/composer_xe_2013_sp1.1.103/mkl/lib -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lm&lt;BR /&gt;configure:29172: /opt/intel/composer_xe_2013_sp1.1.103/bin/intel64/icc -std=gnu99 -o conftest -O3 -openmp -xHost -fPIC -I/usr/local/include -openmp conftest.c -L/opt/intel/composer_xe_2013_sp1.1.103/mkl/lib -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lm /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libifport.a /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libifcoremt.a /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libimf.a /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libsvml.a /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libipgo.a -liomp5 /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libirc.a -lpthread /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a -lm &amp;gt;&amp;amp;5&lt;BR /&gt;conftest.c(203): warning #266: function "dgemm_" declared implicitly&lt;BR /&gt;dgemm_()&lt;BR /&gt;^&lt;/P&gt;
&lt;P&gt;The DYLD_LIBRARY_PATH seems to be correct. I cchecked also the libraries on the Intel linker line tool - seem to be the correct versions. Similar outputs can be seen for other blas functions. Always: declared implicitly.&lt;/P&gt;
&lt;P&gt;Furthermore I get&lt;/P&gt;
&lt;P&gt;configure:30282: /opt/intel/composer_xe_2013_sp1.1.103/bin/intel64/icc -std=gnu99 -o conftest -O3 -openmp -xHost -fPIC -I/usr/local/include -openmp conftest.c -lm &amp;gt;&amp;amp;5&lt;BR /&gt;Undefined symbols for architecture x86_64:&lt;BR /&gt;"_iconv", referenced from:&lt;BR /&gt;_main in icc2Cz8oX.o&lt;BR /&gt;"_iconv_close", referenced from:&lt;BR /&gt;_main in icc2Cz8oX.o&lt;BR /&gt;"_iconv_open", referenced from:&lt;BR /&gt;_main in icc2Cz8oX.o&lt;BR /&gt;ld: symbol(s) not found for architecture x86_64&lt;/P&gt;
&lt;P&gt;What could be the reason for this behavior?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 21:16:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-MKL-on-Mac-with-R-3-0-2/m-p/978059#M17218</guid>
      <dc:creator>Simon_Z_</dc:creator>
      <dc:date>2013-11-07T21:16:41Z</dc:date>
    </item>
    <item>
      <title>A command such as</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-MKL-on-Mac-with-R-3-0-2/m-p/978060#M17219</link>
      <description>&lt;P&gt;A command such as&lt;/P&gt;
&lt;P&gt;source /opt/intel/composer_xe_2013_sp1.1.103/bin/compilervars.sh intel64&lt;/P&gt;
&lt;P&gt;would set up the environment so that both mkl ifort and icc compiler libraries can be found without your adding specific -L paths or listing libirc, libifcore, libifport, or libsvml in your link command.&amp;nbsp; Then you could use "icc" without specifying its full path.&lt;/P&gt;
&lt;P&gt;libifcore and libifport would be provided with ifort, which (if the same version as icc) would also be set up by compilervars&lt;/P&gt;
&lt;P&gt;The implicit function warning could be avoided by including whichever .h file from mkl/include has that prototype.&amp;nbsp; There you would probably need to add the -I path for the mkl/include directory.&amp;nbsp; The implicit warning isn't necessarily a problem but it warns you that your dgemm function call can't be checked.&lt;/P&gt;
&lt;P&gt;The -openmp option in your command will take care of -liomp5 -lpthread -lm, so those should be redundant.&lt;/P&gt;
&lt;P&gt;Does your build need -liconv&amp;nbsp; ?&amp;nbsp; I don't know if libiconv (a popular open source package) would come with your system.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 22:10:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-MKL-on-Mac-with-R-3-0-2/m-p/978060#M17219</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2013-11-07T22:10:00Z</dc:date>
    </item>
    <item>
      <title>So, I followed your</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-MKL-on-Mac-with-R-3-0-2/m-p/978061#M17220</link>
      <description>&lt;P&gt;So, I followed your suggestions above and sourced compilervars.sh. Actually what I did was to create a modulefile for my environment modules and created therein the same variables. I checked several times via env | sort &amp;gt; envbefore; source compilervars.sh; env | sort &amp;gt; envafter; diff envbefore envafter; &amp;nbsp;Then, icc and ifort as well as mkl are found with no problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to get rid of the implicit function warning by including the headers via -I$MKLROOT/include, but there was no difference:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;configure:29151: checking for dgemm_ in -mkl -I/opt/intel/composer_xe_2013_sp1.1.103/mkl/include&lt;BR /&gt;configure:29172: icc -std=gnu99 -o conftest -O3 -openmp -xHost -fPIC -I/usr/local/include -openmp conftest.c -mkl -I/opt/intel/composer_xe_2013_sp1.1.103/mkl/include /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libifport.a /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libifcoremt.a /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libimf.a /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libsvml.a /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libipgo.a -liomp5 /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libirc.a -lpthread /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a -lm &amp;gt;&amp;amp;5&lt;BR /&gt;conftest.c(203): warning #266: function "dgemm_" declared implicitly&lt;BR /&gt; dgemm_()&lt;/P&gt;
&lt;P&gt;The liconv seems not to be needed for the build of R. I still get the errors:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;configure:30840: checking for wctrans_t&lt;BR /&gt;configure:30840: icc -std=gnu99 -c -O3 -openmp -xHost -fPIC -I/usr/local/include conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:30840: $? = 0&lt;BR /&gt;configure:30840: icc -std=gnu99 -c -O3 -openmp -xHost -fPIC -I/usr/local/include conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;conftest.c(215): error: expected an expression&lt;BR /&gt; if (sizeof ((wctrans_t)))&lt;BR /&gt; ^&lt;/P&gt;
&lt;P&gt;compilation aborted for conftest.c (code 2)&lt;/P&gt;
&lt;P&gt;but it builds. Though at the end, when calling sudo make install I get the error:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dyld: Library not loaded: libiomp5.dylib&lt;BR /&gt; Referenced from: /Users/simonzehnder/Downloads/build/bin/exec/R&lt;BR /&gt; Reason: image not found&lt;BR /&gt;/bin/sh: line 1: 1845 Done echo "utils:::make.packages.html(.Library, verbose=FALSE, docdir=\"/usr/local/R/R-intel/R.framework/Versions/3.0/Resources/doc\")"&lt;BR /&gt; 1846 Trace/BPT trap: 5 | R_DEFAULT_PACKAGES=NULL LC_ALL=C ../../bin/R --vanilla --slave &amp;gt; /dev/null&lt;BR /&gt;make[2]: *** [install] Error 133&lt;/P&gt;
&lt;P&gt;Looking via otool -L into the libR.dylib I see, that the intel libraries are not included with an absolute path:&lt;/P&gt;
&lt;P&gt;libR.dylib (compatibility version 3.0.0, current version 3.0.2)&lt;BR /&gt; libmkl_intel_lp64.dylib (compatibility version 0.0.0, current version 0.0.0)&lt;BR /&gt; libmkl_intel_thread.dylib (compatibility version 0.0.0, current version 0.0.0)&lt;BR /&gt; libmkl_core.dylib (compatibility version 0.0.0, current version 0.0.0)&lt;BR /&gt; libiomp5.dylib (compatibility version 5.0.0, current version 5.0.0)&lt;BR /&gt; /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)&lt;BR /&gt; /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.11.0)&lt;BR /&gt; /usr/lib/libedit.3.dylib (compatibility version 2.0.0, current version 3.0.0)&lt;BR /&gt; /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5)&lt;BR /&gt; /usr/lib/libicucore.A.dylib (compatibility version 1.0.0, current version 51.1.0)&lt;BR /&gt; /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)&lt;BR /&gt; /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 60.0.0)&lt;/P&gt;
&lt;P&gt;One of the R core members told me hereto:&lt;/P&gt;
&lt;P&gt;"^^ your Intel libs (or at least libiomp5) are missing paths in the id string - probably not installed properly? You can hack around that using DYLD_FALLBACK_LIBRARY_PATH but it's better to fix the issue in libiomp5 directly."&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking into the config.log I find:&amp;nbsp;shlibpath_var='DYLD_LIBRARY_PATH'; so it seems that building makes use of the DYLD_LIBRARY_PATH. In the Makeconf file I though get only the following variables:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DYLIB_EXT = .dylib&lt;BR /&gt;DYLIB_LD = $(CC)&lt;BR /&gt;DYLIB_LDFLAGS = -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress # $(DYLIBS_LTO)&lt;BR /&gt;DYLIB_LINK = $(DYLIB_LD) $(DYLIB_LDFLAGS) $(LDFLAGS)DYLIBS_LTO = $(CFLAGS) $(CPICFLAGS)&lt;/P&gt;
&lt;P&gt;I then asked the core member:&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;Where does R in make install get its libraries/library paths from to be installed? I set DYLD_LIBRARY_PATH and libiomp5.dylib is on that path … Is there another variable to be set (DYLD_FALLBACK_LIBRARY_PATH I want to use only, if no other possibility remains).&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;and the answer was: Well, you really don't want to set DYLD_LIBRARY_PATH since it breaks dependencies, but that's another topic. However, the error tells you that you don't have it on the path, otherwise you wouldn't get "image not found". Either way, as I said, what you really want is to fix the id in the iomp library so you don't get into the path troubles in the first place. Another way to go about it is to put the Intel dependencies into $R_HOME/lib - I wouldn't do that for development but that's a good option if you want to distribute the build to other machines.&amp;nbsp;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I do not have any clue what he meant with id, probably to use install_names_tool @exectuable/path/to/intel/library/? I wonder if I could simply tell it to use xild instead of ld. xild uses the DYLD_LIBRARY_PATH I guess and the variable $LD is set to xild?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I attached the config.log, the Makefile and the Makeconf to this message.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Nov 2013 13:48:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-MKL-on-Mac-with-R-3-0-2/m-p/978061#M17220</guid>
      <dc:creator>Simon_Z_</dc:creator>
      <dc:date>2013-11-10T13:48:46Z</dc:date>
    </item>
    <item>
      <title>Simon,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-MKL-on-Mac-with-R-3-0-2/m-p/978062#M17221</link>
      <description>&lt;P&gt;Simon,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; From the config.log I see the following,&lt;/P&gt;

&lt;P&gt;configure:29151: checking for dgemm_ in -mkl -I/opt/intel/composer_xe_2013_sp1.1.103/mkl/include&lt;BR /&gt;
	configure:29172: icc -std=gnu99 -o conftest -O3 -openmp -xHost -fPIC&amp;nbsp; -I/usr/local/include&amp;nbsp; -openmp conftest.c -mkl -I/opt/intel/composer_xe_2013_sp1.1.103/mkl/include&amp;nbsp; /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libifport.a /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libifcoremt.a /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libimf.a /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libsvml.a /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libipgo.a -liomp5 /opt/intel/composer_xe_2013_sp1.1.103/compiler/lib/libirc.a -lpthread /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a -lm&amp;nbsp; &amp;gt;&amp;amp;5&lt;BR /&gt;
	conftest.c(203): warning #266: function "dgemm_" declared implicitly&lt;BR /&gt;
	&amp;nbsp; dgemm_()&lt;BR /&gt;
	&amp;nbsp; ^&lt;/P&gt;

&lt;P&gt;configure:29172: $? = 0&lt;BR /&gt;
	configure:29179: result: yes&lt;BR /&gt;
	configure:29696: checking whether double complex BLAS can be used&lt;BR /&gt;
	configure:29767: result: yes&lt;BR /&gt;
	configure:29787: checking whether the BLAS is complete&lt;/P&gt;

&lt;P&gt;The exit status and the results for BLAS has been reported as 0 and yes, if it failed it would have been 1 or no, and you can ignore the implicit warnings.&lt;/P&gt;

&lt;P&gt;As it mentioned in your previous communication, can you set the LD="xild" and AR="xiar"&amp;nbsp; the intel compiler linker and lib archive tool and try?&lt;/P&gt;

&lt;P&gt;We are also investigating this at our end will update the thread soon.&lt;/P&gt;

&lt;P&gt;--Vipin&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2014 05:56:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-MKL-on-Mac-with-R-3-0-2/m-p/978062#M17221</guid>
      <dc:creator>VipinKumar_E_Intel</dc:creator>
      <dc:date>2014-03-18T05:56:14Z</dc:date>
    </item>
    <item>
      <title>Hi Vipin,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-MKL-on-Mac-with-R-3-0-2/m-p/978063#M17222</link>
      <description>&lt;P&gt;Hi Vipin,&lt;/P&gt;

&lt;P&gt;I tried your suggestions immediately. Results remain unchanged:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;make[1]: Nothing to be done for `install'.&lt;BR /&gt;
	make[1]: Nothing to be done for `install'.&lt;BR /&gt;
	installing doc ...&lt;BR /&gt;
	installing doc/html ...&lt;BR /&gt;
	installing doc/manual ...&lt;BR /&gt;
	installing etc ...&lt;BR /&gt;
	installing share ...&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[3]: Nothing to be done for `install'.&lt;BR /&gt;
	make[2]: Nothing to be done for `install'.&lt;BR /&gt;
	make[2]: Nothing to be done for `install'.&lt;BR /&gt;
	icc -std=gnu99 -I. -I../../src/include -I../../../R-3.0.2/src/include -I/usr/X11/include/ -I/usr/local/include -DHAVE_CONFIG_H &amp;nbsp; &amp;nbsp;-fPIC &amp;nbsp;-O3 -openmp -xHost &amp;nbsp;-DR_HOME='"/usr/local/R/R-intel/R.framework/Versions/3.0/Resources"' -o Rscript \&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;../../../R-3.0.2/src/unix/Rscript.c&lt;BR /&gt;
	/usr/local/R/R-intel/R.framework/Versions/3.0/Resources/bin/exec/R is unchanged&lt;BR /&gt;
	installing packages ...&lt;BR /&gt;
	&amp;nbsp; building HTML index ...&lt;BR /&gt;
	dyld: Library not loaded: libiomp5.dylib&lt;BR /&gt;
	&amp;nbsp; Referenced from: /Users/simonzehnder/Downloads/build/bin/exec/R&lt;BR /&gt;
	&amp;nbsp; Reason: image not found&lt;BR /&gt;
	/bin/sh: line 1: 88676 Done &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;echo "utils:::make.packages.html(.Library, verbose=FALSE, docdir=\"/usr/local/R/R-intel/R.framework/Versions/3.0/Resources/doc\")"&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;88677 Trace/BPT trap: 5 &amp;nbsp; &amp;nbsp; &amp;nbsp; | R_DEFAULT_PACKAGES=NULL LC_ALL=C ../../bin/R --vanilla --slave &amp;gt; /dev/null&lt;BR /&gt;
	make[2]: *** [install] Error 133&lt;BR /&gt;
	make[1]: *** [install] Error 1&lt;BR /&gt;
	make: *** [install] Error 1&lt;/P&gt;

&lt;P&gt;My configure command was:&amp;nbsp;../R-3.0.2/configure OBJC=clang --enable-R-framework=/usr/local/R/R-intel --x-includes=/usr/X11/include/ --x-libraries=/usr/X11/lib/ --enable-R-profiling --with-system-zlib --with-openmp --with-blas=-mkl --with-lapack=-mkl AR="xiar" LD="xild"&lt;/P&gt;

&lt;P&gt;Best&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2014 10:49:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-MKL-on-Mac-with-R-3-0-2/m-p/978063#M17222</guid>
      <dc:creator>Simon_Z_</dc:creator>
      <dc:date>2014-03-24T10:49:14Z</dc:date>
    </item>
  </channel>
</rss>

