<?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 linking error in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/linking-error/m-p/862867#M7960</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Hi all,&lt;BR /&gt; I am using pjsip-1.0-rc3 with intel ipp 5.3, I follow all the instructions given in &lt;SPAN style="font-family: courier new,monospace;"&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;/SPAN&gt;&lt;BR /&gt; It works fine and compile the code by default without static linking, and create the dll with pjsipdll, the dll works fine with my pc where the code is compile, however when I used the dll to another machine it gives runtime error and terminates automatically. Consquently I further read the instructions of static linking from the wiki and put #define PJMEDIA_AUTO_LINK_IPP_LIBS 0 at config.h and and specify the Intel IPP libraries in the application's input library specification manually, unfortunately it gives some errors like this.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR style="font-family: arial,helvetica,sans-serif;" /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;PRE&gt;&lt;SPAN style="font-size: small;"&gt;Compiling...&lt;BR /&gt;pjsua_app.c&lt;BR /&gt;main.c&lt;BR /&gt;Generating Code...&lt;BR /&gt;Linking...&lt;BR /&gt;libsrtp-i386-win32-vc8-release.lib(srtp.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance&lt;BR /&gt;&lt;BR /&gt;pjmedia-codec-i386-win32-vc8-release.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol _USC_G722_Fxns&lt;BR /&gt;pjmedia-codec-i386-win32-vc8-release.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol _USC_G728_Fxns&lt;BR /&gt;&lt;BR /&gt;pjmedia-codec-i386-win32-vc8-release.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol _USC_G726_Fxns&lt;BR /&gt;pjmedia-codec-i386-win32-vc8-release.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol _USC_G723_Fxns&lt;BR /&gt;&lt;BR /&gt;pjmedia-codec-i386-win32-vc8-release.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol _USC_G729AFP_Fxns&lt;BR /&gt;pjmedia-codec-i386-win32-vc8-release.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol _USC_AMRWB_Fxns&lt;BR /&gt;&lt;BR /&gt;pjmedia-codec-i386-win32-vc8-release.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol _USC_GSMAMR_Fxns&lt;BR /&gt;../bin/pjsua_vc8.exe : fatal error LNK1120: 7 unresolved externals&lt;BR /&gt;Creating browse information file...&lt;BR /&gt;&lt;BR /&gt;Microsoft Browse Information Maintenance Utility Version 8.00.50727&lt;BR /&gt;Copyright (C) Microsoft Corporation. All rights reserved.&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;SPAN style="font-size: medium;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="font-size: small;"&gt;Any suggesstion is appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt;Elangbam Johnson&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;/PRE&gt;</description>
    <pubDate>Wed, 22 Oct 2008 11:56:21 GMT</pubDate>
    <dc:creator>elangbamjohnson</dc:creator>
    <dc:date>2008-10-22T11:56:21Z</dc:date>
    <item>
      <title>linking error</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/linking-error/m-p/862867#M7960</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Hi all,&lt;BR /&gt; I am using pjsip-1.0-rc3 with intel ipp 5.3, I follow all the instructions given in &lt;SPAN style="font-family: courier new,monospace;"&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;/SPAN&gt;&lt;BR /&gt; It works fine and compile the code by default without static linking, and create the dll with pjsipdll, the dll works fine with my pc where the code is compile, however when I used the dll to another machine it gives runtime error and terminates automatically. Consquently I further read the instructions of static linking from the wiki and put #define PJMEDIA_AUTO_LINK_IPP_LIBS 0 at config.h and and specify the Intel IPP libraries in the application's input library specification manually, unfortunately it gives some errors like this.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR style="font-family: arial,helvetica,sans-serif;" /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;PRE&gt;&lt;SPAN style="font-size: small;"&gt;Compiling...&lt;BR /&gt;pjsua_app.c&lt;BR /&gt;main.c&lt;BR /&gt;Generating Code...&lt;BR /&gt;Linking...&lt;BR /&gt;libsrtp-i386-win32-vc8-release.lib(srtp.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance&lt;BR /&gt;&lt;BR /&gt;pjmedia-codec-i386-win32-vc8-release.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol _USC_G722_Fxns&lt;BR /&gt;pjmedia-codec-i386-win32-vc8-release.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol _USC_G728_Fxns&lt;BR /&gt;&lt;BR /&gt;pjmedia-codec-i386-win32-vc8-release.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol _USC_G726_Fxns&lt;BR /&gt;pjmedia-codec-i386-win32-vc8-release.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol _USC_G723_Fxns&lt;BR /&gt;&lt;BR /&gt;pjmedia-codec-i386-win32-vc8-release.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol _USC_G729AFP_Fxns&lt;BR /&gt;pjmedia-codec-i386-win32-vc8-release.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol _USC_AMRWB_Fxns&lt;BR /&gt;&lt;BR /&gt;pjmedia-codec-i386-win32-vc8-release.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol _USC_GSMAMR_Fxns&lt;BR /&gt;../bin/pjsua_vc8.exe : fatal error LNK1120: 7 unresolved externals&lt;BR /&gt;Creating browse information file...&lt;BR /&gt;&lt;BR /&gt;Microsoft Browse Information Maintenance Utility Version 8.00.50727&lt;BR /&gt;Copyright (C) Microsoft Corporation. All rights reserved.&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;SPAN style="font-size: medium;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="font-size: small;"&gt;Any suggesstion is appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt;Elangbam Johnson&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Oct 2008 11:56:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/linking-error/m-p/862867#M7960</guid>
      <dc:creator>elangbamjohnson</dc:creator>
      <dc:date>2008-10-22T11:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: linking error</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/linking-error/m-p/862868#M7961</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hello,&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Note, PJMEDIA is not Intel created product. I only can suggest you to download and try IPP samples from Intel to check if that can be built successfully. You probably may submit your build issue to PJMEDIA bug tracker system (if any).&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Regards,&lt;BR /&gt; Vladimir&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2008 16:29:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/linking-error/m-p/862868#M7961</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-10-23T16:29:45Z</dc:date>
    </item>
  </channel>
</rss>

