<?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 i guess this is the same in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Statically-linking-IPP-and-MKL-libary-in-same-MSVS2008-project/m-p/994094#M18199</link>
    <description>i guess this is the same issue as we see here &lt;A href="http://software.intel.com/en-us/forums/topic/328179" target="_blank"&gt;http://software.intel.com/en-us/forums/topic/328179&lt;/A&gt;</description>
    <pubDate>Thu, 27 Sep 2012 06:42:03 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2012-09-27T06:42:03Z</dc:date>
    <item>
      <title>Statically linking IPP  and MKL libary in same  MSVS2008 project</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Statically-linking-IPP-and-MKL-libary-in-same-MSVS2008-project/m-p/994093#M18198</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am developing an application which uses both IPP and MKL. Till now i was using MKL (&amp;nbsp;mkl_rt.lib)and IPP&amp;nbsp;(ippcorel.lib ippsemerged.lib ippsmerged.lib ippvmemerged.lib ippvmmerged.lib ippsremerged.lib ippsrmerged.lib)&amp;nbsp;for developing appliation. Now I have to move to static linking of the project as per document (&lt;A href="http://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_userguide_win/mkl_userguide_win.pdf"&gt;http://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_userguide_win/mkl_userguide_win.pdf&lt;/A&gt;&amp;nbsp; Page 29) i am using&amp;nbsp; IA-32 architecture, static linking :: mkl_intel_c&lt;SPAN style="font-family: Verdana; font-size: xx-small;"&gt;&lt;SPAN style="font-family: Verdana; font-size: xx-small;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;lib mkl_intel_ &lt;/SPAN&gt;&lt;/SPAN&gt;thread.lib mkl_core.lib libiomp5md.&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;lib (for MKL.)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;IPP : ippcorel.lib ippsemerged.lib ippsmerged.lib ippvmemerged.lib ippvmmerged.lib ippsremerged.lib ippsrmerged.lib&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;If I try to build this project then i get &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&amp;gt;65K&amp;nbsp; redifition&amp;nbsp; warnings and the build fails. Kindly let me know&amp;nbsp; how to build the a project with both IPP and MKL staticatlly linked and used.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;Ps: I have used the optuin of additional dependent libraries&amp;nbsp; in librarian settings of my application project to include the IPP and MKL&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;1&amp;gt;ippsmerged.lib(psfftssmallca_split_px_ipps_cFFT_1_scale_32fc.obj) : warning LNK4221: no public symbols found; archive member will be inaccessible&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;1&amp;gt;ippsmerged.lib(psfftssmallca_split_px_ipps_cFFT_1_32fc.obj) : warning LNK4006: _px_ipps_cFFT_1_32fc already defined in mkl_core.lib(psfftssmallca_split_px_ipps_cFFT_1_32fc.obj); second definition ignored&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;1&amp;gt;ippsmerged.lib(psfftssmallca_split_px_ipps_cFFT_1_32fc.obj) : warning LNK4221: no public symbols found; archive member will be inaccessible&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;1&amp;gt;ippsmerged.lib(psfftsrecca_split_px_ipps_initTabTwdRealRec_32f.obj) : warning LNK4006: _px_ipps_initTabTwdRealRec_32f already defined in mkl_core.lib(psfftsrecca_split_px_ipps_initTabTwdRealRec_32f.obj); second definition ignored&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;1&amp;gt;ippsmerged.lib(psfftsrecca_split_px_ipps_initTabTwdRealRec_32f.obj) : warning LNK4221: no public symbols found; archive member will be inaccessible&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;1&amp;gt;LINK : fatal error LNK1189: library limit of 65535 objects exceeded&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;Rohit&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: small;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 09:42:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Statically-linking-IPP-and-MKL-libary-in-same-MSVS2008-project/m-p/994093#M18198</guid>
      <dc:creator>rohitspandey</dc:creator>
      <dc:date>2012-09-24T09:42:21Z</dc:date>
    </item>
    <item>
      <title>i guess this is the same</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Statically-linking-IPP-and-MKL-libary-in-same-MSVS2008-project/m-p/994094#M18199</link>
      <description>i guess this is the same issue as we see here &lt;A href="http://software.intel.com/en-us/forums/topic/328179" target="_blank"&gt;http://software.intel.com/en-us/forums/topic/328179&lt;/A&gt;</description>
      <pubDate>Thu, 27 Sep 2012 06:42:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Statically-linking-IPP-and-MKL-libary-in-same-MSVS2008-project/m-p/994094#M18199</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-09-27T06:42:03Z</dc:date>
    </item>
  </channel>
</rss>

