<?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 Re: IPP dynamic libraries in OS X application in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-dynamic-libraries-in-OS-X-application/m-p/876307#M9583</link>
    <description>I was already thinking something like that. Right now, I only add the libguide-5.2.dylib, libippi-5.2.dylib, libippcv-5.2.dylib, libipps-5.2.dylib, and libippcore-5.2.dylib to the application, and run the install_name_tool on these libraries.
&lt;BR /&gt;
&lt;BR /&gt;How do I know which processor specific libraries I need to add? Or is it better to just add and notify them all (this would probably make the application unneccesary large)?</description>
    <pubDate>Thu, 22 Mar 2007 09:27:19 GMT</pubDate>
    <dc:creator>minne</dc:creator>
    <dc:date>2007-03-22T09:27:19Z</dc:date>
    <item>
      <title>IPP dynamic libraries in OS X application</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-dynamic-libraries-in-OS-X-application/m-p/876305#M9581</link>
      <description>I am building an OS X application using Qt that uses IPP libraries (hence, i do not use XCode!). Compilation and linking of this application goes just fine, but I'm having troubles when running the application. The application didn't run (without DYLD_LIBRARY_PATH being set), because it couldn't find the IPP libraries. I thought I could fix this by copying the libraries against which the application links into a @executable_path/../Frameworks directory (I found out which libraries to incorporate using otool -L). Apparently, the application couldn't find the libraries then either. I fixed this issue by notifying the application and libraries of each other existence using the install_name_tool. 
&lt;BR /&gt;
&lt;BR /&gt;Now, when I start the application, it doesn't give any linking errors anymore, but it just says "No shared libraries were found in the Waterfall procedure" and quits. This seems to be an IPP message. Does anybody know what it means and how I can fix it?</description>
      <pubDate>Mon, 19 Mar 2007 13:16:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-dynamic-libraries-in-OS-X-application/m-p/876305#M9581</guid>
      <dc:creator>minne</dc:creator>
      <dc:date>2007-03-19T13:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: IPP dynamic libraries in OS X application</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-dynamic-libraries-in-OS-X-application/m-p/876306#M9582</link>
      <description>&lt;P&gt;I can guess that you need also to notify about existance processor specific libraries, not only IPP dispatchers. Now it seems your application can start, can load IPP dispatcher library, but then dispatcher can't find and load processor specific libraries&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2007 00:33:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-dynamic-libraries-in-OS-X-application/m-p/876306#M9582</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-03-21T00:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: IPP dynamic libraries in OS X application</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-dynamic-libraries-in-OS-X-application/m-p/876307#M9583</link>
      <description>I was already thinking something like that. Right now, I only add the libguide-5.2.dylib, libippi-5.2.dylib, libippcv-5.2.dylib, libipps-5.2.dylib, and libippcore-5.2.dylib to the application, and run the install_name_tool on these libraries.
&lt;BR /&gt;
&lt;BR /&gt;How do I know which processor specific libraries I need to add? Or is it better to just add and notify them all (this would probably make the application unneccesary large)?</description>
      <pubDate>Thu, 22 Mar 2007 09:27:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-dynamic-libraries-in-OS-X-application/m-p/876307#M9583</guid>
      <dc:creator>minne</dc:creator>
      <dc:date>2007-03-22T09:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: IPP dynamic libraries in OS X application</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-dynamic-libraries-in-OS-X-application/m-p/876308#M9584</link>
      <description>&lt;P&gt;In order to minimize application size you may want to link with IPP static libraries&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2007 01:22:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-dynamic-libraries-in-OS-X-application/m-p/876308#M9584</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-03-23T01:22:25Z</dc:date>
    </item>
  </channel>
</rss>

