<?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 IPP 7.0 Static linking with dispatching problem in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Static-linking-with-dispatching-problem/m-p/777049#M1205</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I think on Linux, linker option -L is to specify the path where to look for libraries and -l is to specify library file names. Also you specified libraries in different order for IPP 6.0 and IPP 7.0. On Linux order of libraries in linker options does matter.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
    <pubDate>Thu, 25 Nov 2010 21:58:24 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2010-11-25T21:58:24Z</dc:date>
    <item>
      <title>IPP 7.0 Static linking with dispatching problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Static-linking-with-dispatching-problem/m-p/777048#M1204</link>
      <description>I am trying to build a C++ code with ipp 7.0. &lt;BR /&gt;This code compiled easily with version 6.0.1.071, but after I changed to version 7.0 the program won't link.&lt;BR /&gt;&lt;BR /&gt;I am only using the ipps and ippi libraries, and by reading through the manuals it is my understanding that I only need to change the names of the lib files, and change the include and lib paths.&lt;BR /&gt;&lt;BR /&gt;In my old software I put in my Makefile &lt;BR /&gt;-L ippiemerged ippimerged ippsemerged ippsmerged ippcore iomp5&lt;BR /&gt;&lt;BR /&gt;And in my new ipp version 7.0 Makefile I put in &lt;BR /&gt;-L ipps_l ippi_l ippcore_l &lt;BR /&gt;&lt;BR /&gt;When I compile my code with version 7.0 I get the following error:&lt;BR /&gt;&lt;BR /&gt;/opt/intel/composerxe-2011/ipp/lib/ia32/libippi_l.a(piresset_split_v8_ownDecimate8px4S.o): In function `v8_ownDecimate8px4S':&lt;BR /&gt;piresset_split_v8_ownDecimate8px4S.i:(.text+0xf0): undefined reference to `v8_ippsMalloc_32f'&lt;BR /&gt;piresset_split_v8_ownDecimate8px4S.i:(.text+0x11b): undefined reference to `v8_ippsMalloc_32f'&lt;BR /&gt;piresset_split_v8_ownDecimate8px4S.i:(.text+0x165): undefined reference to `v8_ippsMalloc_32f'&lt;BR /&gt;piresset_split_v8_ownDecimate8px4S.i:(.text+0x1c8): undefined reference to `v8_ippsZero_8u'&lt;BR /&gt;piresset_split_v8_ownDecimate8px4S.i:(.text+0x481): undefined reference to `v8_ippsFree'&lt;BR /&gt;piresset_split_v8_ownDecimate8px4S.i:(.text+0x6b5): undefined reference to `v8_ippsZero_8u'&lt;BR /&gt;piresset_split_v8_ownDecimate8px4S.i:(.text+0xa4f): undefined reference to `v8_ippsFree'&lt;BR /&gt;piresset_split_v8_ownDecimate8px4S.i:(.text+0xf85): undefined reference to `v8_ippsZero_8u'&lt;BR /&gt;piresset_split_v8_ownDecimate8px4S.i:(.text+0x1150): undefined reference to `v8_ippsFree'&lt;BR /&gt;piresset_split_v8_ownDecimate8px4S.i:(.text+0x1636): undefined reference to `v8_ippsMalloc_8u'&lt;BR /&gt;piresset_split_v8_ownDecimate8px4S.i:(.text+0x1697): undefined reference to `v8_ippsZero_8u'&lt;BR /&gt;piresset_split_v8_ownDecimate8px4S.i:(.text+0x17a8): undefined reference to `v8_ippsFree'&lt;BR /&gt;/opt/intel/composerxe-2011/ipp/lib/ia32/libippi_l.a(piresset_split_v8_ownDecimate8plS.o): In function `v8_ownDecimate8plS':&lt;BR /&gt;piresset_split_v8_ownDecimate8plS.i:(.text+0xed): undefined reference to `v8_ippsMalloc_32f'&lt;BR /&gt;piresset_split_v8_ownDecimate8plS.i:(.text+0x11c): undefined reference to `v8_ippsMalloc_32f'&lt;BR /&gt;piresset_split_v8_ownDecimate8plS.i:(.text+0x15a): undefined reference to `v8_ippsMalloc_32f'&lt;BR /&gt;piresset_split_v8_ownDecimate8plS.i:(.text+0x1c6): undefined reference to `v8_ippsZero_8u'&lt;BR /&gt;piresset_split_v8_ownDecimate8plS.i:(.text+0x8a5): undefined reference to `v8_ippsFree'&lt;BR /&gt;piresset_split_v8_ownDecimate8plS.i:(.text+0xc09): undefined reference to `v8_ippsZero_8u'&lt;BR /&gt;piresset_split_v8_ownDecimate8plS.i:(.text+0x1857): undefined reference to `v8_ippsFree'&lt;BR /&gt;piresset_split_v8_ownDecimate8plS.i:(.text+0x1ee6): undefined reference to `v8_ippsZero_8u'&lt;BR /&gt;piresset_split_v8_ownDecimate8plS.i:(.text+0x2831): undefined reference to `v8_ippsFree'&lt;BR /&gt;piresset_split_v8_ownDecimate8plS.i:(.text+0x2def): undefined reference to `v8_ippsMalloc_8u'&lt;BR /&gt;piresset_split_v8_ownDecimate8plS.i:(.text+0x2e40): undefined reference to `v8_ippsZero_8u'&lt;BR /&gt;piresset_split_v8_ownDecimate8plS.i:(.text+0x356d): undefined reference to `v8_ippsFree'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is just a part of the linker error that I get. &lt;BR /&gt;&lt;BR /&gt;I know that for example that v8_ippsCopy_8u is specified for Intel CoreTM 2 Duo processors.&lt;BR /&gt;&lt;BR /&gt;From what I have read this error has to do with dispatching, I have read that this has to do with the CPU and I see that for IA-32 processors there is an abbreviation px, that is optimization for all processors.&lt;BR /&gt;&lt;BR /&gt;I was wondering if you can see what I am missing, &lt;BR /&gt;I am sure I need to put some extra link parameters in my Makefile, but havent been able to find further informations, so I look to this forum for answers?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Nov 2010 21:24:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Static-linking-with-dispatching-problem/m-p/777048#M1204</guid>
      <dc:creator>Birgir_Bjorn_Saevars</dc:creator>
      <dc:date>2010-11-25T21:24:08Z</dc:date>
    </item>
    <item>
      <title>IPP 7.0 Static linking with dispatching problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Static-linking-with-dispatching-problem/m-p/777049#M1205</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I think on Linux, linker option -L is to specify the path where to look for libraries and -l is to specify library file names. Also you specified libraries in different order for IPP 6.0 and IPP 7.0. On Linux order of libraries in linker options does matter.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Thu, 25 Nov 2010 21:58:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Static-linking-with-dispatching-problem/m-p/777049#M1205</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-11-25T21:58:24Z</dc:date>
    </item>
  </channel>
</rss>

