<?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 PJSIP compilation with IPP in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/PJSIP-compilation-with-IPP/m-p/807091#M3671</link>
    <description>Hello folks, &lt;BR /&gt;&lt;BR /&gt;I am trying to compile PJSIP/PJMEDIA with IPP support, I have IPP and IPP Samples properly installed &lt;BR /&gt;when I try to run: &lt;BR /&gt;pjproject-2.0-alpha$ ./configure --enable-ipp --with-ipp=$IPPROOT --with-ipp-samples=$IPPSAMPLES &lt;BR /&gt;I get the following error :&lt;BR /&gt;checking Intel IPP location... ~/intel/ipp&lt;BR /&gt;IPP arch suffix is set to IA32&lt;BR /&gt;checking Intel IPP usability... aconfigure: error: Error: unable to recognize your IPP installation. Make sure the paths and ARCH suffix are set correctly&lt;BR /&gt;See `config.log' for more details.&lt;BR /&gt;./aconfigure: line 12828: exit: run: numeric argument required&lt;BR /&gt;./aconfigure: line 12828: exit: run: numeric argument required&lt;BR /&gt;&lt;BR /&gt;I am sure I ve 32 bits : &lt;BR /&gt;uname -a &lt;BR /&gt;Linux nmrchp3 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:18:14 UTC 2011 i686 i686 i386 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;Any clue ? &lt;BR /&gt;Thanks very much &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 17 Feb 2012 15:13:42 GMT</pubDate>
    <dc:creator>mohnassar</dc:creator>
    <dc:date>2012-02-17T15:13:42Z</dc:date>
    <item>
      <title>PJSIP compilation with IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/PJSIP-compilation-with-IPP/m-p/807091#M3671</link>
      <description>Hello folks, &lt;BR /&gt;&lt;BR /&gt;I am trying to compile PJSIP/PJMEDIA with IPP support, I have IPP and IPP Samples properly installed &lt;BR /&gt;when I try to run: &lt;BR /&gt;pjproject-2.0-alpha$ ./configure --enable-ipp --with-ipp=$IPPROOT --with-ipp-samples=$IPPSAMPLES &lt;BR /&gt;I get the following error :&lt;BR /&gt;checking Intel IPP location... ~/intel/ipp&lt;BR /&gt;IPP arch suffix is set to IA32&lt;BR /&gt;checking Intel IPP usability... aconfigure: error: Error: unable to recognize your IPP installation. Make sure the paths and ARCH suffix are set correctly&lt;BR /&gt;See `config.log' for more details.&lt;BR /&gt;./aconfigure: line 12828: exit: run: numeric argument required&lt;BR /&gt;./aconfigure: line 12828: exit: run: numeric argument required&lt;BR /&gt;&lt;BR /&gt;I am sure I ve 32 bits : &lt;BR /&gt;uname -a &lt;BR /&gt;Linux nmrchp3 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:18:14 UTC 2011 i686 i686 i386 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;Any clue ? &lt;BR /&gt;Thanks very much &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2012 15:13:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/PJSIP-compilation-with-IPP/m-p/807091#M3671</guid>
      <dc:creator>mohnassar</dc:creator>
      <dc:date>2012-02-17T15:13:42Z</dc:date>
    </item>
    <item>
      <title>PJSIP compilation with IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/PJSIP-compilation-with-IPP/m-p/807092#M3672</link>
      <description>&lt;P&gt;Did
you set IPPROOT variable before compiling this application?&lt;/P&gt;

&lt;P&gt;You
can do that it by ippvars.sh script or explicitly setting by this manually&lt;/P&gt;&lt;P&gt;export IPPROOT=/opt/intel/composer_xe_2011_sp1*.*
&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2012 17:03:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/PJSIP-compilation-with-IPP/m-p/807092#M3672</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-02-17T17:03:57Z</dc:date>
    </item>
    <item>
      <title>PJSIP compilation with IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/PJSIP-compilation-with-IPP/m-p/807093#M3673</link>
      <description>Thanks for your reply, actually that wasn't the problem, &lt;BR /&gt;&lt;BR /&gt;I'd like to put the solution here in case someone is interested, &lt;BR /&gt;I am using PJSIP version 2.0-alpha, it happens that in the file "aconfigure", line 12767, intel64 is used instead of $IPP7_ARCH. &lt;BR /&gt;$IPP7_ARCH should point to ia32 if the architecture is 32 bits as in my case: &lt;BR /&gt;&lt;BR /&gt;IPP_LDFLAGS="-L$IPPROOT/lib/intel64 -L$IPPROOT/../compiler/lib/$IPP7_ARCH"&lt;BR /&gt;&lt;BR /&gt;to correct it : &lt;BR /&gt;IPP_LDFLAGS="-L$IPPROOT/lib/ia32 -L$IPPROOT/../compiler/lib/$IPP7_ARCH"&lt;BR /&gt;or : &lt;BR /&gt;IPP_LDFLAGS="-L$IPPROOT/lib/$IPP7_ARCH -L$IPPROOT/../compiler/lib/$IPP7_ARCH"&lt;BR /&gt;&lt;BR /&gt;One last trick is that when running pjsip, the library libiomp5.so reveals missing. I think this is because PJSIP configuration is respecting IPP v6. I am currently using IPP version 7, libiomp5.so is placed in another directory. To fix it, set correctly LD_LIBRARY_PATH, in my case: &lt;BR /&gt;&lt;BR /&gt;export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/opt/intel/composer_xe_2011_sp1.8.273/ipp/lib/ia32:/opt/intel/composer_xe_2011_sp1.8.273/ipp/lib/ia32":"/opt/intel/composer_xe_2011_sp1.8.273/ipp/../../lib/ia32"&lt;BR /&gt;&lt;BR /&gt;That's it, now it compiles and run, &lt;BR /&gt;some links that helped me : &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://nullget.sourceforge.net/?q=taxonomy/term/2&amp;amp;page=3" target="_blank"&gt;http://nullget.sourceforge.net/?q=taxonomy/term/2&amp;amp;page=3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs" target="_blank"&gt;http://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2012 16:38:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/PJSIP-compilation-with-IPP/m-p/807093#M3673</guid>
      <dc:creator>mohnassar</dc:creator>
      <dc:date>2012-02-27T16:38:54Z</dc:date>
    </item>
  </channel>
</rss>

