<?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 Re: linking problem with mkl on Snow Leopard in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-problem-with-mkl-on-Snow-Leopard/m-p/908010#M11871</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Ian, this is well-known problem with static linking on SnoLeo.&lt;BR /&gt;Please refer to the link : &lt;A href="http://software.intel.com/en-us/articles/linking-error-on-macosx-106-with-xcode-32/" target="_blank"&gt;http://software.intel.com/en-us/articles/linking-error-on-macosx-106-with-xcode-32/&lt;/A&gt;&lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Gennady, thanks for your quick reply. I have a couple of problems with the information on the suggested page:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;1) I'm not using xcode at all, I'm compiling from command line with my own Makefile so should I still be experiencing this problem?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;2) Using 10.5 isn't an option&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;3) Using dynamic linking causes all sorts of other problems. After setting the DYLD_LIBRARY_PATH environment variables and writing my Makefile to use the dynamic libraries I get a dyld library not loaded error. Clearly I'm doing something wrong but I'll be damned if I can figure it out.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;I guess my only other option at the moment is to learn how to use xcode and use dynamic libraries unless you have any other suggestions?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Ian&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 20 Oct 2009 15:58:56 GMT</pubDate>
    <dc:creator>irhooper2</dc:creator>
    <dc:date>2009-10-20T15:58:56Z</dc:date>
    <item>
      <title>linking problem with mkl on Snow Leopard</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-problem-with-mkl-on-Snow-Leopard/m-p/908007#M11868</link>
      <description>I am trying to link a program using mkl with ifort on snow leopard to enable use of LAPACK routines in my code. I am using the following link flags:
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;-L$(MKLPATH) -I$(MKLINCLUDE) -I$(MKLINCLUDE)/em64t/lp64 -lmkl_lapack95_lp64 $(MKLPATH)/libmkl_intel_lp64.a $(MKLPATH)/libmkl_intel_thread.a $(MKLPATH)/libmkl_core.a $(MKLPATH)/libmkl_intel_thread.a $(MKLPATH)/libmkl_core.a $(MKLPATH)/libmkl_intel_thread.a $(MKLPATH)/libmkl_core.a -liomp5 -lpthread&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;with the following:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;MKLPATH = /Developer/opt/intel/Compiler/11.1/067/Frameworks/mkl/lib/em64t&lt;/DIV&gt;
&lt;DIV&gt;MKLINCLUDE = /Developer/opt/intel/Compiler/11.1/067/Frameworks/mkl/include/em64t/ilp64&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;a suggested from the MKL user manual (but removing the - wl,--start-group and -wl,--end group commands as they don't seem to work).&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;When compiling I get the following error:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;ld: in /Developer/opt/intel/Compiler/11.1/067/Frameworks/mkl/lib/em64t/libmkl_core.a(dlamch.o), ObjectFileAddressSpace::mappedAddress(0xFFFFFFFFFFFFFFFC) not in any section&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Can anybody help? I have seen on the sticky at the top of the forum page that there is an update of mkl for snow leopard but when I try to obtain this by clicking on my mkl license in registration centre I get the following message:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;SPAN style="color: #555555;"&gt;&lt;SPAN style="color: #555555; font-family: verdana, sans-serif;" id="ctl00_ctl00_MainContentPlaceHolder_ProductContentPlaceHolder_labelDownloadProductHeading"&gt;he product updates/upgrades below are available based on your support subscription status.&lt;/SPAN&gt;&lt;BR /&gt;
&lt;DIV style="color: #555555; font-family: verdana, sans-serif;" id="ctl00_ctl00_MainContentPlaceHolder_ProductContentPlaceHolder_DownloadProduct1___statusSection"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/SPAN&gt;
&lt;DIV&gt;&lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;We are unable to find registrations/downloads matching this request&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;&lt;/SPAN&gt;Thanks in advance,&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Ian&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Oct 2009 09:05:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-problem-with-mkl-on-Snow-Leopard/m-p/908007#M11868</guid>
      <dc:creator>irhooper2</dc:creator>
      <dc:date>2009-10-20T09:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: linking problem with mkl on Snow Leopard</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-problem-with-mkl-on-Snow-Leopard/m-p/908008#M11869</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/446882"&gt;irhooper2&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I am trying to link a program using mkl with ifort on snow leopard to enable use of LAPACK routines in my code. I am using the following link flags:
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;-L$(MKLPATH) -I$(MKLINCLUDE) -I$(MKLINCLUDE)/em64t/lp64 -lmkl_lapack95_lp64 $(MKLPATH)/libmkl_intel_lp64.a $(MKLPATH)/libmkl_intel_thread.a $(MKLPATH)/libmkl_core.a $(MKLPATH)/libmkl_intel_thread.a $(MKLPATH)/libmkl_core.a $(MKLPATH)/libmkl_intel_thread.a $(MKLPATH)/libmkl_core.a -liomp5 -lpthread&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;with the following:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;MKLPATH = /Developer/opt/intel/Compiler/11.1/067/Frameworks/mkl/lib/em64t&lt;/DIV&gt;
&lt;DIV&gt;MKLINCLUDE = /Developer/opt/intel/Compiler/11.1/067/Frameworks/mkl/include/em64t/ilp64&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;a suggested from the MKL user manual (but removing the - wl,--start-group and -wl,--end group commands as they don't seem to work).&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;When compiling I get the following error:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;ld: in /Developer/opt/intel/Compiler/11.1/067/Frameworks/mkl/lib/em64t/libmkl_core.a(dlamch.o), ObjectFileAddressSpace::mappedAddress(0xFFFFFFFFFFFFFFFC) not in any section&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Can anybody help? I have seen on the sticky at the top of the forum page that there is an update of mkl for snow leopard but when I try to obtain this by clicking on my mkl license in registration centre I get the following message:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;SPAN style="color: #555555;"&gt;&lt;SPAN id="ctl00_ctl00_MainContentPlaceHolder_ProductContentPlaceHolder_labelDownloadProductHeading" style="color: #555555; font-family: verdana, sans-serif;"&gt;he product updates/upgrades below are available based on your support subscription status.&lt;/SPAN&gt;&lt;BR /&gt;
&lt;DIV id="ctl00_ctl00_MainContentPlaceHolder_ProductContentPlaceHolder_DownloadProduct1___statusSection" style="color: #555555; font-family: verdana, sans-serif;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/SPAN&gt;
&lt;DIV&gt;&lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;We are unable to find registrations/downloads matching this request&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks in advance,&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Ian&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Ian,&lt;BR /&gt;&lt;BR /&gt;I am transferring your issue over to the MKL User Forum.&lt;BR /&gt;&lt;BR /&gt;ron&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Oct 2009 14:16:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-problem-with-mkl-on-Snow-Leopard/m-p/908008#M11869</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2009-10-20T14:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: linking problem with mkl on Snow Leopard</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-problem-with-mkl-on-Snow-Leopard/m-p/908009#M11870</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/446882"&gt;irhooper2&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I am trying to link a program using mkl with ifort on snow leopard to enable use of LAPACK routines in my code. I am using the following link flags:
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;-L$(MKLPATH) -I$(MKLINCLUDE) -I$(MKLINCLUDE)/em64t/lp64 -lmkl_lapack95_lp64 $(MKLPATH)/libmkl_intel_lp64.a $(MKLPATH)/libmkl_intel_thread.a $(MKLPATH)/libmkl_core.a $(MKLPATH)/libmkl_intel_thread.a $(MKLPATH)/libmkl_core.a $(MKLPATH)/libmkl_intel_thread.a $(MKLPATH)/libmkl_core.a -liomp5 -lpthread&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;with the following:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;MKLPATH = /Developer/opt/intel/Compiler/11.1/067/Frameworks/mkl/lib/em64t&lt;/DIV&gt;
&lt;DIV&gt;MKLINCLUDE = /Developer/opt/intel/Compiler/11.1/067/Frameworks/mkl/include/em64t/ilp64&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;a suggested from the MKL user manual (but removing the - wl,--start-group and -wl,--end group commands as they don't seem to work).&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;When compiling I get the following error:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;ld: in /Developer/opt/intel/Compiler/11.1/067/Frameworks/mkl/lib/em64t/libmkl_core.a(dlamch.o), ObjectFileAddressSpace::mappedAddress(0xFFFFFFFFFFFFFFFC) not in any section&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Can anybody help? I have seen on the sticky at the top of the forum page that there is an update of mkl for snow leopard but when I try to obtain this by clicking on my mkl license in registration centre I get the following message:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;SPAN style="color: #555555;"&gt;&lt;SPAN id="ctl00_ctl00_MainContentPlaceHolder_ProductContentPlaceHolder_labelDownloadProductHeading" style="color: #555555; font-family: verdana, sans-serif;"&gt;he product updates/upgrades below are available based on your support subscription status.&lt;/SPAN&gt;&lt;BR /&gt;
&lt;DIV id="ctl00_ctl00_MainContentPlaceHolder_ProductContentPlaceHolder_DownloadProduct1___statusSection" style="color: #555555; font-family: verdana, sans-serif;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/SPAN&gt;
&lt;DIV&gt;&lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;We are unable to find registrations/downloads matching this request&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks in advance,&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Ian&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Ian, this is well-known problem with static linking on SnowLeo.&lt;BR /&gt;Please refer to the link : &lt;A href="http://software.intel.com/en-us/articles/linking-error-on-macosx-106-with-xcode-32/" target="_blank"&gt;http://software.intel.com/en-us/articles/linking-error-on-macosx-106-with-xcode-32/&lt;/A&gt;&lt;BR /&gt;--Gennady&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Oct 2009 15:01:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-problem-with-mkl-on-Snow-Leopard/m-p/908009#M11870</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-10-20T15:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: linking problem with mkl on Snow Leopard</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-problem-with-mkl-on-Snow-Leopard/m-p/908010#M11871</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Ian, this is well-known problem with static linking on SnoLeo.&lt;BR /&gt;Please refer to the link : &lt;A href="http://software.intel.com/en-us/articles/linking-error-on-macosx-106-with-xcode-32/" target="_blank"&gt;http://software.intel.com/en-us/articles/linking-error-on-macosx-106-with-xcode-32/&lt;/A&gt;&lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Gennady, thanks for your quick reply. I have a couple of problems with the information on the suggested page:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;1) I'm not using xcode at all, I'm compiling from command line with my own Makefile so should I still be experiencing this problem?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;2) Using 10.5 isn't an option&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;3) Using dynamic linking causes all sorts of other problems. After setting the DYLD_LIBRARY_PATH environment variables and writing my Makefile to use the dynamic libraries I get a dyld library not loaded error. Clearly I'm doing something wrong but I'll be damned if I can figure it out.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;I guess my only other option at the moment is to learn how to use xcode and use dynamic libraries unless you have any other suggestions?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Ian&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Oct 2009 15:58:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-problem-with-mkl-on-Snow-Leopard/m-p/908010#M11871</guid>
      <dc:creator>irhooper2</dc:creator>
      <dc:date>2009-10-20T15:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: linking problem with mkl on Snow Leopard</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-problem-with-mkl-on-Snow-Leopard/m-p/908011#M11872</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/446882"&gt;irhooper2&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Ian, this is well-known problem with static linking on SnoLeo.&lt;BR /&gt;Please refer to the link : &lt;A href="http://software.intel.com/en-us/articles/linking-error-on-macosx-106-with-xcode-32/" target="_blank"&gt;http://software.intel.com/en-us/articles/linking-error-on-macosx-106-with-xcode-32/&lt;/A&gt;&lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Gennady, thanks for your quick reply. I have a couple of problems with the information on the suggested page:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;1) I'm not using xcode at all, I'm compiling from command line with my own Makefile so should I still be experiencing this problem?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;2) Using 10.5 isn't an option&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;3) Using dynamic linking causes all sorts of other problems. After setting the DYLD_LIBRARY_PATH environment variables and writing my Makefile to use the dynamic libraries I get a dyld library not loaded error. Clearly I'm doing something wrong but I'll be damned if I can figure it out.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;I guess my only other option at the moment is to learn how to use xcode and use dynamic libraries unless you have any other suggestions?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Ian&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hello Ian,&lt;BR /&gt;&lt;BR /&gt;Please take a look at the attached simple example of dynamic linking against MKL.&lt;BR /&gt;&lt;BR /&gt;This is an example of using LAPACK dgetrf function from the MKL examples. To unpack this archive please invoke the next command&lt;BR /&gt;&lt;BR /&gt;tar xjvf dynamic-linkage.tar.bz2&lt;BR /&gt;&lt;BR /&gt;After that do the following:&lt;BR /&gt;cd ./dynamic-linkage&lt;BR /&gt;make&lt;BR /&gt;cat dgetrfx.d | ./test&lt;BR /&gt;&lt;BR /&gt;The output should be like this:&lt;BR /&gt; DGETRF Example Program Results&lt;BR /&gt; &lt;BR /&gt; Details of factorization&lt;BR /&gt; 1 2 3 4&lt;BR /&gt; 1 5.2500 -2.9500 -0.9500 -3.8000&lt;BR /&gt; 2 0.3429 3.8914 2.3757 0.4129&lt;BR /&gt; 3 0.3010 -0.4631 -1.5139 0.2948&lt;BR /&gt; 4 -0.2114 -0.3299 0.0047 0.1314&lt;BR /&gt; &lt;BR /&gt; IPIV&lt;BR /&gt; 2 2 3 4&lt;BR /&gt;&lt;BR /&gt;Also &lt;A title="Link Line Advisor" href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/" target="_blank"&gt;Link Line Advisor&lt;/A&gt; tool may be very hepful for you.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Art&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Oct 2009 06:01:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-problem-with-mkl-on-Snow-Leopard/m-p/908011#M11872</guid>
      <dc:creator>Artem_V_Intel</dc:creator>
      <dc:date>2009-10-22T06:01:24Z</dc:date>
    </item>
  </channel>
</rss>

