<?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 MKL 10 to GNU in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-MKL-10-to-GNU/m-p/866705#M8066</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to use the dsysv_ lapack routine in my project. &lt;BR /&gt;In the following is a detail of the makefile:&lt;BR /&gt;&lt;BR /&gt;LIBS = -L"C:/Dev-Cpp/lib" -L"C:/Programme/Intel/MKL/10.0.1.015/ia32/lib" ../../Programme/Intel/MKL/10.0.1.015/ia32/lib/libguide.lib ../../Programme/Intel/MKL/10.0.1.015/ia32/lib/mkl_c.lib ../../Programme/Intel/MKL/10.0.1.015/ia32/lib/mkl_lapack.lib &lt;BR /&gt;INCS = -I"C:/Dev-Cpp/include" -I"C:/Programme/Intel/MKL/10.0.1.015/include" &lt;BR /&gt;&lt;BR /&gt;It should be done like the linking options in the doc.&lt;BR /&gt;I get the following error message:&lt;BR /&gt;&lt;BR /&gt;Warning: .drectve `-defaultlib:mkl_intel_c ' unrecognized&lt;BR /&gt;Warning: .drectve `-defaultlib:mkl_intel_thread ' unrecognized&lt;BR /&gt;Warning: .drectve `-defaultlib:mkl_core ' unrecognized&lt;BR /&gt;../../Applications/ChemistryProgram/Libraries/TH_lib/src/th_lib.o:th_lib.cpp:(.text+0x728d): undefined reference to `dsysv_'&lt;BR /&gt;../../Applications/ChemistryProgram/Libraries/TH_lib/src/th_lib.o:th_lib.cpp:(.text+0x77b6): undefined reference to `dsysv_'&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;make.exe: *** [wfls.exe] Error 1&lt;BR /&gt;&lt;BR /&gt;Could You help me please?&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Holger Schmidt&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Jan 2008 16:28:21 GMT</pubDate>
    <dc:creator>holgerschmidt</dc:creator>
    <dc:date>2008-01-14T16:28:21Z</dc:date>
    <item>
      <title>Linking MKL 10 to GNU</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-MKL-10-to-GNU/m-p/866705#M8066</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to use the dsysv_ lapack routine in my project. &lt;BR /&gt;In the following is a detail of the makefile:&lt;BR /&gt;&lt;BR /&gt;LIBS = -L"C:/Dev-Cpp/lib" -L"C:/Programme/Intel/MKL/10.0.1.015/ia32/lib" ../../Programme/Intel/MKL/10.0.1.015/ia32/lib/libguide.lib ../../Programme/Intel/MKL/10.0.1.015/ia32/lib/mkl_c.lib ../../Programme/Intel/MKL/10.0.1.015/ia32/lib/mkl_lapack.lib &lt;BR /&gt;INCS = -I"C:/Dev-Cpp/include" -I"C:/Programme/Intel/MKL/10.0.1.015/include" &lt;BR /&gt;&lt;BR /&gt;It should be done like the linking options in the doc.&lt;BR /&gt;I get the following error message:&lt;BR /&gt;&lt;BR /&gt;Warning: .drectve `-defaultlib:mkl_intel_c ' unrecognized&lt;BR /&gt;Warning: .drectve `-defaultlib:mkl_intel_thread ' unrecognized&lt;BR /&gt;Warning: .drectve `-defaultlib:mkl_core ' unrecognized&lt;BR /&gt;../../Applications/ChemistryProgram/Libraries/TH_lib/src/th_lib.o:th_lib.cpp:(.text+0x728d): undefined reference to `dsysv_'&lt;BR /&gt;../../Applications/ChemistryProgram/Libraries/TH_lib/src/th_lib.o:th_lib.cpp:(.text+0x77b6): undefined reference to `dsysv_'&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;make.exe: *** [wfls.exe] Error 1&lt;BR /&gt;&lt;BR /&gt;Could You help me please?&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Holger Schmidt&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jan 2008 16:28:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-MKL-10-to-GNU/m-p/866705#M8066</guid>
      <dc:creator>holgerschmidt</dc:creator>
      <dc:date>2008-01-14T16:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Linking MKL 10 to GNU</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-MKL-10-to-GNU/m-p/866706#M8067</link>
      <description>I'm not certain that you can link MKL with gcc compiled objects under Windows; I haven't had success with it. I guess you are hinting you are using MingW32. You might have better luck with the new "layered" libraries (mkl_core, mkl_thread) rather than the backward compatibility wrappers mkl_c, mkl_lapack. You might also consider the warning against static linking when using mkl_thread.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jan 2008 18:20:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-MKL-10-to-GNU/m-p/866706#M8067</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-01-14T18:20:24Z</dc:date>
    </item>
  </channel>
</rss>

