<?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 Quote:Gennady Fedorov (Intel) in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-in-a-mingw64-msys2-environment/m-p/1014611#M19404</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Gennady Fedorov (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Martin, What mkl's version you are using? &amp;nbsp;The similar symptoms we were met with another performance library -- IPP. Please have a look at this post -&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/393628"&gt;https://software.intel.com/en-us/forums/intel-integrated-performance-pri...&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I'm using version 11.3.&lt;/P&gt;

&lt;P&gt;I see this post:&amp;nbsp;https://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-lnk2001-error-unresolved-external-symbol-_security_cookie&lt;/P&gt;

&lt;P&gt;It seems to refer to VC++ compilers and .net versions. Could this still be related to my issue when using gcc?&lt;/P&gt;</description>
    <pubDate>Mon, 12 Oct 2015 15:13:19 GMT</pubDate>
    <dc:creator>Martin_S_6</dc:creator>
    <dc:date>2015-10-12T15:13:19Z</dc:date>
    <item>
      <title>Compiling in a mingw64/msys2 environment</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-in-a-mingw64-msys2-environment/m-p/1014609#M19402</link>
      <description>&lt;P&gt;I'm trying to build my C program in a mingw64 (msys2) environment using cmake.&lt;/P&gt;

&lt;P&gt;I successfully compiled my example code with inkl mkl_malloc() call, but once including vdMul() function I get the following compile error:&lt;/P&gt;

&lt;P&gt;Warning: .drectve `-defaultlib:"uuid.lib" ' unrecognized&lt;BR /&gt;
	Warning: corrupt .drectve at end of def file&lt;BR /&gt;
	Warning: .drectve `-defaultlib:"uuid.lib" ' unrecognized&lt;BR /&gt;
	Warning: corrupt .drectve at end of def file&lt;BR /&gt;
	Warning: .drectve `-defaultlib:"uuid.lib" ' unrecognized&lt;BR /&gt;
	Warning: corrupt .drectve at end of def file&lt;BR /&gt;
	C:/Program Files (x86)/IntelSWTools/compilers_and_libraries/windows/mkl/lib/intel64/mkl_intel_ilp64_dll.lib(./_tmp/interface_win32e_ilp64_dll/vml_fb_cpuid_iface.obj):(.text[mkl_vml_serv_cpu_detect]+0xcb): undefined reference to `__security_check_cookie'&lt;/P&gt;

&lt;P&gt;My libraries are included in my cmake config:&lt;/P&gt;

&lt;P&gt;find_library(MKL_CORE_LIBRARY mkl_core_dll PATHS ${MKL_ROOT_DIR}/lib/${MKL_ARCH_DIR} ${MKL_ROOT_DIR}/lib/)&lt;BR /&gt;
	find_library(MKL_INTEL_ILP64_LIBRARY mkl_intel_ilp64_dll PATHS ${MKL_ROOT_DIR}/lib/${MKL_ARCH_DIR} ${MKL_ROOT_DIR}/lib/)&lt;BR /&gt;
	find_library(MKL_SEQUENTIAL_LIBRARY mkl_sequential_dll PATHS ${MKL_ROOT_DIR}/lib/${MKL_ARCH_DIR} ${MKL_ROOT_DIR}/lib/)&lt;/P&gt;

&lt;P&gt;Is there a compatibility problem here or am I doing something wrong?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 11:50:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-in-a-mingw64-msys2-environment/m-p/1014609#M19402</guid>
      <dc:creator>Martin_S_6</dc:creator>
      <dc:date>2015-10-12T11:50:20Z</dc:date>
    </item>
    <item>
      <title>Martin, What mkl's version</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-in-a-mingw64-msys2-environment/m-p/1014610#M19403</link>
      <description>&lt;P&gt;Martin, What mkl's version you are using? &amp;nbsp;The similar symptoms we were met with another performance library -- IPP. Please have a look at this post -&amp;nbsp;https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/393628.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:14:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-in-a-mingw64-msys2-environment/m-p/1014610#M19403</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2015-10-12T13:14:39Z</dc:date>
    </item>
    <item>
      <title>Quote:Gennady Fedorov (Intel)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-in-a-mingw64-msys2-environment/m-p/1014611#M19404</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Gennady Fedorov (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Martin, What mkl's version you are using? &amp;nbsp;The similar symptoms we were met with another performance library -- IPP. Please have a look at this post -&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/393628"&gt;https://software.intel.com/en-us/forums/intel-integrated-performance-pri...&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I'm using version 11.3.&lt;/P&gt;

&lt;P&gt;I see this post:&amp;nbsp;https://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-lnk2001-error-unresolved-external-symbol-_security_cookie&lt;/P&gt;

&lt;P&gt;It seems to refer to VC++ compilers and .net versions. Could this still be related to my issue when using gcc?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 15:13:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-in-a-mingw64-msys2-environment/m-p/1014611#M19404</guid>
      <dc:creator>Martin_S_6</dc:creator>
      <dc:date>2015-10-12T15:13:19Z</dc:date>
    </item>
    <item>
      <title>Did you check whether</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-in-a-mingw64-msys2-environment/m-p/1014612#M19405</link>
      <description>&lt;P&gt;Did you check whether including the bufferoverflowu.lib may resolve it?&amp;nbsp; It's generally difficult to use MKL with mingw/&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 19:12:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-in-a-mingw64-msys2-environment/m-p/1014612#M19405</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2015-10-12T19:12:44Z</dc:date>
    </item>
  </channel>
</rss>

