<?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 MKL and MinGW in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-MinGW/m-p/933346#M13876</link>
    <description>&lt;DIV&gt;I tried to use the DFT examples in Dev-Cpp. Some link errors appears:&lt;/DIV&gt;&lt;SPAN class="msg_source_code"&gt;&lt;SPAN class="text_smallest"&gt;Code:&lt;/SPAN&gt;&lt;PRE&gt;  .drectve `-defaultlib:uuid.lib ' unrecognized &lt;/PRE&gt;&lt;/SPAN&gt;&lt;P&gt;I have include the following libraries:&lt;BR /&gt;"C:/Program Files/Intel/MKL/8.1/ia32/lib/libguide40.lib"&lt;BR /&gt;"C:/Program Files/Intel/MKL/8.1/ia32/lib/mkl_s_dll.lib".&lt;/P&gt;&lt;P&gt;Could someone help me with this please??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2006 21:48:01 GMT</pubDate>
    <dc:creator>cleter</dc:creator>
    <dc:date>2006-04-19T21:48:01Z</dc:date>
    <item>
      <title>MKL and MinGW</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-MinGW/m-p/933346#M13876</link>
      <description>&lt;DIV&gt;I tried to use the DFT examples in Dev-Cpp. Some link errors appears:&lt;/DIV&gt;&lt;SPAN class="msg_source_code"&gt;&lt;SPAN class="text_smallest"&gt;Code:&lt;/SPAN&gt;&lt;PRE&gt;  .drectve `-defaultlib:uuid.lib ' unrecognized &lt;/PRE&gt;&lt;/SPAN&gt;&lt;P&gt;I have include the following libraries:&lt;BR /&gt;"C:/Program Files/Intel/MKL/8.1/ia32/lib/libguide40.lib"&lt;BR /&gt;"C:/Program Files/Intel/MKL/8.1/ia32/lib/mkl_s_dll.lib".&lt;/P&gt;&lt;P&gt;Could someone help me with this please??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2006 21:48:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-MinGW/m-p/933346#M13876</guid>
      <dc:creator>cleter</dc:creator>
      <dc:date>2006-04-19T21:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: MKL and MinGW</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-MinGW/m-p/933347#M13877</link>
      <description>I think you're going off in uncharted territory. I can't guess the details you have omitted, but I wonder what led you to try mkl_s_dll.lib, which implements CVF specific linkage.</description>
      <pubDate>Wed, 19 Apr 2006 23:15:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-MinGW/m-p/933347#M13877</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2006-04-19T23:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: MKL and MinGW</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-MinGW/m-p/933348#M13878</link>
      <description>I have used this lib because I have read that it's the best for my processor. But we have the same problem with mkl_c_dll.lib</description>
      <pubDate>Thu, 20 Apr 2006 14:24:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-MinGW/m-p/933348#M13878</guid>
      <dc:creator>cleter</dc:creator>
      <dc:date>2006-04-20T14:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: MKL and MinGW</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-MinGW/m-p/933349#M13879</link>
      <description>&lt;DIV&gt;mkl_c_dll.lib is the cdecl interface whereas mkl_s_dll.lib is the Compaq Visual Fortran default interface. This wouldn't have much to do with processor.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I don't recognize your error message as being related to the Intel MKL libraries.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;-Todd&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Apr 2006 22:09:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-MinGW/m-p/933349#M13879</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2006-04-20T22:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: MKL and MinGW</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-MinGW/m-p/933350#M13880</link>
      <description>mkl_c_dll.lib is a MSVC-format library, but MinGW required a different format library -- they are not compatatible. Please refer to &lt;A href="http://www.mingw.org/mingwfaq.shtml#faq-msvcdll" target="_blank"&gt;http://www.mingw.org/mingwfaq.shtml#faq-msvcdll&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;However, the above link still fail to solve problem. The first solution mentioned in FAQ resulted in the following message: &lt;BR /&gt;&lt;BR /&gt;C:/Progra~1/Intel/MKL/8.1.1/ia32/lib/mkl_c_dll.lib(_serv/iface/load_dll.obj):loa&lt;BR /&gt;d_dll_iface.c:(.text[_mkl_cfg_file]+0xe): undefined reference to `_chkstk'.&lt;BR /&gt;&lt;BR /&gt;The second way in FAQ bascially doesn't work. No .a file was generated.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Sep 2006 14:19:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-and-MinGW/m-p/933350#M13880</guid>
      <dc:creator>chenh</dc:creator>
      <dc:date>2006-09-28T14:19:20Z</dc:date>
    </item>
  </channel>
</rss>

