<?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 Dynamic Link Problem Under Ubuntu in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-Dynamic-Link-Problem-Under-Ubuntu/m-p/855249#M7018</link>
    <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I'm wondering whether IPP could be dynamically linked? Those libipp**merged.a files are really annoying... I mean, I just don't wanna link those .a files, instead, I'm wondering whether I can linke those .so files?&lt;/P&gt;
&lt;P&gt;My code is as simple as&lt;/P&gt;
&lt;P&gt;#include &lt;CV.H&gt;&lt;BR /&gt;#include &lt;HIGHGUI.H&gt;&lt;BR /&gt;#include &lt;IPP.H&gt; // only for direct call to ippiMedianFilter_8u_C3R!&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;&lt;BR /&gt;int main(int,char**)&lt;BR /&gt;{&lt;/STDIO.H&gt;&lt;/IPP.H&gt;&lt;/HIGHGUI.H&gt;&lt;/CV.H&gt;&lt;/P&gt;
&lt;P&gt;cvUseOptimized(1); // load IPP&lt;BR /&gt; const char* opencv_libraries = 0;&lt;BR /&gt; const char* addon_modules = 0;&lt;BR /&gt; cvGetModuleInfo( 0, &amp;amp;opencv_libraries, &amp;amp;addon_modules );&lt;BR /&gt; printf( "OpenCV: %s\nAdd-on Modules: %s\n", opencv_libraries, addon_modules );&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;And,if I link the static library "libippcore.a" , I could get the program running:&lt;/P&gt;
&lt;P&gt;OpenCV: cxcore: 1.1.0, cv: 1.1.0&lt;BR /&gt;Add-on Modules: libippcv.so, libippi.so, libipps.so, libippvm.so, libippcc.so&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;But, if I link the dynami library "libippcore.so", I failed to link the program as:&lt;/P&gt;
&lt;P&gt;/usr/bin/ld: cannot find -lippcore&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can anybody give me a clue?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;JIA&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 01 Nov 2008 13:44:18 GMT</pubDate>
    <dc:creator>jiapei1001</dc:creator>
    <dc:date>2008-11-01T13:44:18Z</dc:date>
    <item>
      <title>IPP Dynamic Link Problem Under Ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-Dynamic-Link-Problem-Under-Ubuntu/m-p/855249#M7018</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I'm wondering whether IPP could be dynamically linked? Those libipp**merged.a files are really annoying... I mean, I just don't wanna link those .a files, instead, I'm wondering whether I can linke those .so files?&lt;/P&gt;
&lt;P&gt;My code is as simple as&lt;/P&gt;
&lt;P&gt;#include &lt;CV.H&gt;&lt;BR /&gt;#include &lt;HIGHGUI.H&gt;&lt;BR /&gt;#include &lt;IPP.H&gt; // only for direct call to ippiMedianFilter_8u_C3R!&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;&lt;BR /&gt;int main(int,char**)&lt;BR /&gt;{&lt;/STDIO.H&gt;&lt;/IPP.H&gt;&lt;/HIGHGUI.H&gt;&lt;/CV.H&gt;&lt;/P&gt;
&lt;P&gt;cvUseOptimized(1); // load IPP&lt;BR /&gt; const char* opencv_libraries = 0;&lt;BR /&gt; const char* addon_modules = 0;&lt;BR /&gt; cvGetModuleInfo( 0, &amp;amp;opencv_libraries, &amp;amp;addon_modules );&lt;BR /&gt; printf( "OpenCV: %s\nAdd-on Modules: %s\n", opencv_libraries, addon_modules );&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;And,if I link the static library "libippcore.a" , I could get the program running:&lt;/P&gt;
&lt;P&gt;OpenCV: cxcore: 1.1.0, cv: 1.1.0&lt;BR /&gt;Add-on Modules: libippcv.so, libippi.so, libipps.so, libippvm.so, libippcc.so&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;But, if I link the dynami library "libippcore.so", I failed to link the program as:&lt;/P&gt;
&lt;P&gt;/usr/bin/ld: cannot find -lippcore&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can anybody give me a clue?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;JIA&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Nov 2008 13:44:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-Dynamic-Link-Problem-Under-Ubuntu/m-p/855249#M7018</guid>
      <dc:creator>jiapei1001</dc:creator>
      <dc:date>2008-11-01T13:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: IPP Dynamic Link Problem Under Ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-Dynamic-Link-Problem-Under-Ubuntu/m-p/855250#M7019</link>
      <description>&lt;DIV style="margin:0px;"&gt;You have to use dynamic IPP libraries in OpenCV. This is OpenCV requirement. Please make sure you specfied linker where it should look for libraries&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Vladimir&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2008 20:29:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-Dynamic-Link-Problem-Under-Ubuntu/m-p/855250#M7019</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-11-05T20:29:14Z</dc:date>
    </item>
  </channel>
</rss>

