<?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 Linking intel MKL to xcode 3.2.4 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-intel-MKL-to-xcode-3-2-4/m-p/788951#M2042</link>
    <description>Hi Thebuttonfreak, &lt;BR /&gt;&lt;BR /&gt;The error message dyld: Library not loaded: libmkl_intel_lp64.dylib means the system can't find the library. &lt;BR /&gt;&lt;BR /&gt;So whatever in Xcode environment (either4.0 or 3.2.4)or in terminal environment, to define DYLD_LIBRARY_PATH environment variable is required.&lt;BR /&gt;&lt;BR /&gt;You candefinethe variable eitherby mklvars.* or define the DYLD_LIBRARY_PATH manually. &lt;BR /&gt;&lt;BR /&gt; I upload a terminal environment screencopy for your reference. ( i'm use putty, but it should be same if you start a terminal windows from MaC OS desktop. &lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ying</description>
    <pubDate>Mon, 09 Jul 2012 06:35:48 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2012-07-09T06:35:48Z</dc:date>
    <item>
      <title>Linking intel MKL to xcode 3.2.4</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-intel-MKL-to-xcode-3-2-4/m-p/788949#M2040</link>
      <description>Hey,&lt;DIV&gt;I'm running Fortran Intel 64 Compiler XE for applications running on Intel 64, Version 12.0.4.184 Build 20110503 with xcode 3.2.4 and xcode 4.0.2. I am trying a to link MKL to both versions of xcode. I am using these articles as a guide&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://software.intel.com/en-us/articles/quick-link-intel-mkl-in-xcode-ide-a-fortran-sample/" target="_blank"&gt;http://software.intel.com/en-us/articles/quick-link-intel-mkl-in-xcode-ide-a-fortran-sample/&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://software.intel.com/en-us/articles/how-to-link-application-against-intel-mkl-using-xcode-ide/?wapkw=xcode" target="_blank"&gt;http://software.intel.com/en-us/articles/how-to-link-application-against-intel-mkl-using-xcode-ide/?wapkw=xcode&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have this working in the xcode debugger console but when I try to run it through my mac terminal it gives the error&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;dyld: Library not loaded: libmkl_intel_lp64.dylib Referenced from: /Users/charlescherqui/Documents/MKL_dgemm_f/build/Debug/MKL_dgemm_f&lt;/DIV&gt;&lt;DIV&gt;Reason: image not found&lt;/DIV&gt;&lt;DIV&gt;Trace/BPT trap&lt;/DIV&gt;&lt;DIV&gt;logout&lt;BR /&gt;[Process completed]&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am using the example code from the forst link I posted. Can antone tell me why it would work in the xcode debugger window but not my mac window? I really want to use this in xcode 3.2.4 since it has the syntax coloring and xcode 4 does not (is that fixed btw?), I just got it working in xcode 4 first since it was a bit easier to do so, I then got it working in xcode 3.2.4, but in both cases only in the debugger window. Thanks.&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Jul 2012 17:00:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-intel-MKL-to-xcode-3-2-4/m-p/788949#M2040</guid>
      <dc:creator>thebuttonfreak</dc:creator>
      <dc:date>2012-07-05T17:00:43Z</dc:date>
    </item>
    <item>
      <title>Linking intel MKL to xcode 3.2.4</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-intel-MKL-to-xcode-3-2-4/m-p/788950#M2041</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Maybe you need to use mklvars.* to create correct envirinmet for MKL in your terminal before.&lt;BR /&gt;Please check that libmkl_intel_lp64.dylibcan be found by your DYLD_LIBRARY_PATH settings</description>
      <pubDate>Fri, 06 Jul 2012 05:49:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-intel-MKL-to-xcode-3-2-4/m-p/788950#M2041</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2012-07-06T05:49:24Z</dc:date>
    </item>
    <item>
      <title>Linking intel MKL to xcode 3.2.4</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-intel-MKL-to-xcode-3-2-4/m-p/788951#M2042</link>
      <description>Hi Thebuttonfreak, &lt;BR /&gt;&lt;BR /&gt;The error message dyld: Library not loaded: libmkl_intel_lp64.dylib means the system can't find the library. &lt;BR /&gt;&lt;BR /&gt;So whatever in Xcode environment (either4.0 or 3.2.4)or in terminal environment, to define DYLD_LIBRARY_PATH environment variable is required.&lt;BR /&gt;&lt;BR /&gt;You candefinethe variable eitherby mklvars.* or define the DYLD_LIBRARY_PATH manually. &lt;BR /&gt;&lt;BR /&gt; I upload a terminal environment screencopy for your reference. ( i'm use putty, but it should be same if you start a terminal windows from MaC OS desktop. &lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ying</description>
      <pubDate>Mon, 09 Jul 2012 06:35:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-intel-MKL-to-xcode-3-2-4/m-p/788951#M2042</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2012-07-09T06:35:48Z</dc:date>
    </item>
    <item>
      <title>Linking intel MKL to xcode 3.2.4</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-intel-MKL-to-xcode-3-2-4/m-p/788952#M2043</link>
      <description>Thanks, I updated my path and it worked like a charm.</description>
      <pubDate>Mon, 09 Jul 2012 23:30:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-intel-MKL-to-xcode-3-2-4/m-p/788952#M2043</guid>
      <dc:creator>thebuttonfreak</dc:creator>
      <dc:date>2012-07-09T23:30:48Z</dc:date>
    </item>
  </channel>
</rss>

