<?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 Has this been fixed and/or is in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-0-problem-linking-threaded-libraries/m-p/926660#M16256</link>
    <description>&lt;P&gt;Has this been fixed and/or is there a workaround? The same linking problem exists in IPP 8.0u1 when using trying to use the threaded libraries (_IPP_PARALLEL_STATIC).&lt;/P&gt;</description>
    <pubDate>Tue, 17 Dec 2013 18:02:37 GMT</pubDate>
    <dc:creator>Jonathan_Chappelow</dc:creator>
    <dc:date>2013-12-17T18:02:37Z</dc:date>
    <item>
      <title>IPP 8.0 problem linking threaded libraries</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-0-problem-linking-threaded-libraries/m-p/926657#M16253</link>
      <description>&lt;P&gt;When compiling using the IPP threaded libraries I receive the linker error message:&lt;BR /&gt; “LINK : fatal error LNK1104: cannot open file 'threaded/ippcoremt.lib“&lt;BR /&gt;I have installed 'Intel C++ Studio XE 2013 SP1' together with Visual Studio 2010. The installation of the IPP threaded libraries was activated and they are completely present in the specific 'threaded' directory.&lt;BR /&gt;On my system the installation path is: C:\Program Files (x86)\Intel\Composer XE 2013 SP1\ipp\lib\ia32\threaded and C:\Program Files (x86)\Intel\Composer XE 2013 SP1\ipp\lib\intel64\threaded.&lt;BR /&gt;The Visual Studio Library Path settings is: $(ICLibDir);$(LibraryPath);$(IPPLibDir).&lt;BR /&gt;$(IPPLibDir) points to C:\Program Files (x86)\Intel\Composer XE 2013 SP1\ipp\lib\ia32&lt;BR /&gt;So all the paths are set correctly.&lt;BR /&gt;The header file 'ippcore.h' contains '#pragma comment( lib, "threaded/ippcoremt" )' what usually binds the correct threaded library 'ippcoremt.lib'&lt;/P&gt;
&lt;P&gt;This means that the compiler and/or linker does not handle combined paths correctly inside a '#pragma comment(lib, ).&lt;BR /&gt;Does anybody have a solution?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2013 09:40:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-0-problem-linking-threaded-libraries/m-p/926657#M16253</guid>
      <dc:creator>michaelgirkegirke-so</dc:creator>
      <dc:date>2013-09-12T09:40:16Z</dc:date>
    </item>
    <item>
      <title>I had a very similar problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-0-problem-linking-threaded-libraries/m-p/926658#M16254</link>
      <description>&lt;P&gt;I had a very similar problem with VS 2010, IPP 7.1 and Windows 7. VS 2010 wasn't able to recognize Windows 7 System Control Variables (IPPROOT, IPP_LIBRARY and IPP_INCLUDE).&lt;BR /&gt;But when I set all paths manually in PATH System Control Variable, everything became OK.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Roman&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2013 09:57:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-0-problem-linking-threaded-libraries/m-p/926658#M16254</guid>
      <dc:creator>Roman_T_</dc:creator>
      <dc:date>2013-09-12T09:57:12Z</dc:date>
    </item>
    <item>
      <title>This problem on the track.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-0-problem-linking-threaded-libraries/m-p/926659#M16255</link>
      <description>&lt;P&gt;This problem on the track. the fix is planning to be available into one of the nearest updates. We will update this thread when the fix would be available. thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2013 07:30:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-0-problem-linking-threaded-libraries/m-p/926659#M16255</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-09-13T07:30:13Z</dc:date>
    </item>
    <item>
      <title>Has this been fixed and/or is</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-0-problem-linking-threaded-libraries/m-p/926660#M16256</link>
      <description>&lt;P&gt;Has this been fixed and/or is there a workaround? The same linking problem exists in IPP 8.0u1 when using trying to use the threaded libraries (_IPP_PARALLEL_STATIC).&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2013 18:02:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-0-problem-linking-threaded-libraries/m-p/926660#M16256</guid>
      <dc:creator>Jonathan_Chappelow</dc:creator>
      <dc:date>2013-12-17T18:02:37Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-0-problem-linking-threaded-libraries/m-p/926661#M16257</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;it is MSVC2010 issue: &lt;A href="https://connect.microsoft.com/VisualStudio/feedback/details/596828"&gt;https://connect.microsoft.com/VisualStudio/feedback/details/596828&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can directly set library path and list of IPP libraries in linking string. We try to implement workaround in the next IPP release.&lt;/P&gt;

&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 08:50:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-0-problem-linking-threaded-libraries/m-p/926661#M16257</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2013-12-18T08:50:50Z</dc:date>
    </item>
  </channel>
</rss>

