<?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 Mac OS X rebinding dylibs. in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773510#M1006</link>
    <description>&lt;DIV&gt;Hi Chao,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;Here is some more history on this:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;One of my original posts regarding library location:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;A href="http://origin-software.intel.com/en-us/forums/showthread.php?t=63689&amp;amp;o=d&amp;amp;s=lr" target="_blank"&gt;http://origin-software.intel.com/en-us/forums/showthread.php?t=63689&amp;amp;o=d&amp;amp;s=lr&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;A&lt;/SPAN&gt;nd a report where this new error was indicated would be fixed in IPP 7.0. (the post by Pavel indicates that it could be fixed)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;A href="http://origin-software.intel.com/en-us/forums/showthread.php?t=76818&amp;amp;o=d&amp;amp;s=lr" target="_blank"&gt;http://origin-software.intel.com/en-us/forums/showthread.php?t=76818&amp;amp;o=d&amp;amp;s=lr&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;Best,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;Robert.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 03 Dec 2010 14:04:56 GMT</pubDate>
    <dc:creator>Robert_Bell</dc:creator>
    <dc:date>2010-12-03T14:04:56Z</dc:date>
    <item>
      <title>IPP 7.0 Mac OS X rebinding dylibs.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773508#M1004</link>
      <description>Hi all,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;This has been an issue for us for a while, and methods to fix the issue seem to have varied. I have posted a number of times on the subject myself. The issue is that for many applications in the Mac OS X environment, it is not easy to set the dynamic library path. For example, it used to be possible to set the environment variables using ~/.MacOS/environment.plist, or in the package plist of the application itself; both of these have been switched off for security reasons in recent versions of Mac OS X.&lt;SPAN style="font-size: 12px; border-collapse: collapse; color: #333333; font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; font-style: italic; line-height: 16px;"&gt;&lt;/SPAN&gt;In at least some versions of IPP, we were able to rebind the install locations of the libraries using install_name_tool. For example:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;otool -L libippcore-7.0.dylib&lt;BR /&gt;&lt;DIV id="_mcePaste"&gt;libippcore-7.0.dylib:&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;	libippcore-7.0.dylib (compatibility version 7.0.0, current version 7.0.0)&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;	libiomp5.dylib (compatibility version 5.0.0, current version 5.0.0)&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.3)&lt;/DIV&gt;libippcore-7.0.dylib:	libippcore-7.0.dylib (compatibility version 7.0.0, current version 7.0.0)	libiomp5.dylib (compatibility version 5.0.0, current version 5.0.0)	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.3)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Then:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;install_name_tool -change libiomp5.dylib /Library/Frameworks/Intel_IPP.framework/Libraries/libiomp5.dylib libippcore-7.0.dylib&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;For at least the recent revisions of IPP, including IPP 7.0, running install_name_tool as above gives the following (or similar) error:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;install_name_tool: for architecture i386 object: libippcore-7.0.dylib malformed object (section contents at offset 0 with a size of 172, overlaps Mach-O headers at offset 0 with a size of 1336)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I noticed that the rebind scripts (which attempted to do much the same) seem to pop on and off the radar depending on the version, and I cannot find them in the IPP 7.0 for the Mac.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Since this is an issue that many have posted on for years, I imagine that we are doing something wrong. What exactly should we be doing? Being able to rebind the libraries used to work flawlessly for us, and so it has been a disappointment to see the above error pop up. At least one poster has reported this error before, and the reply was that it would be fixed in IPP 7.0, but clearly that does not seem to be the case.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks in advance for any advice.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Best,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Robert.&lt;/DIV&gt;</description>
      <pubDate>Thu, 02 Dec 2010 13:29:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773508#M1004</guid>
      <dc:creator>Robert_Bell</dc:creator>
      <dc:date>2010-12-02T13:29:58Z</dc:date>
    </item>
    <item>
      <title>IPP 7.0 Mac OS X rebinding dylibs.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773509#M1005</link>
      <description>&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;thanks for your report. We will check this problem. &lt;/P&gt;&lt;P&gt;Chao&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2010 06:08:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773509#M1005</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2010-12-03T06:08:32Z</dc:date>
    </item>
    <item>
      <title>IPP 7.0 Mac OS X rebinding dylibs.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773510#M1006</link>
      <description>&lt;DIV&gt;Hi Chao,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;Here is some more history on this:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;One of my original posts regarding library location:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;A href="http://origin-software.intel.com/en-us/forums/showthread.php?t=63689&amp;amp;o=d&amp;amp;s=lr" target="_blank"&gt;http://origin-software.intel.com/en-us/forums/showthread.php?t=63689&amp;amp;o=d&amp;amp;s=lr&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;A&lt;/SPAN&gt;nd a report where this new error was indicated would be fixed in IPP 7.0. (the post by Pavel indicates that it could be fixed)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;A href="http://origin-software.intel.com/en-us/forums/showthread.php?t=76818&amp;amp;o=d&amp;amp;s=lr" target="_blank"&gt;http://origin-software.intel.com/en-us/forums/showthread.php?t=76818&amp;amp;o=d&amp;amp;s=lr&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;Best,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;Robert.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Dec 2010 14:04:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773510#M1006</guid>
      <dc:creator>Robert_Bell</dc:creator>
      <dc:date>2010-12-03T14:04:56Z</dc:date>
    </item>
    <item>
      <title>IPP 7.0 Mac OS X rebinding dylibs.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773511#M1007</link>
      <description>&lt;DIV&gt;Hi Chao,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;Note that I can do this on Mac OS 10.5 with Xcode version 3.1.3. I am testing doing this, then moving the libraries back to 10.6 at the moment. I have not tested with all version of 10.6, or all versions of Xcode for 10.6, but at least this seems to be related in some way to the different versions of Xcode, OS, or install_name_tool.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Robert.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Dec 2010 17:27:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773511#M1007</guid>
      <dc:creator>Robert_Bell</dc:creator>
      <dc:date>2010-12-09T17:27:22Z</dc:date>
    </item>
    <item>
      <title>IPP 7.0 Mac OS X rebinding dylibs.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773512#M1008</link>
      <description>Another update ...&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;So, I can use install_name_tool successfully onMac OS 10.5 with Xcode version 3.1.3, and then transfer the libraries back to 10.6 machine from whence they came. Not ideal, but it works.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Robert.&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Dec 2010 19:11:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773512#M1008</guid>
      <dc:creator>Robert_Bell</dc:creator>
      <dc:date>2010-12-09T19:11:56Z</dc:date>
    </item>
    <item>
      <title>IPP 7.0 Mac OS X rebinding dylibs.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773513#M1009</link>
      <description>Hello Robert!&lt;BR /&gt;&lt;BR /&gt;I've tried to reproduce your problem and all ok on my MacOS X 10.6.1 systemwith IPP 7.0 gold update1 and update2:&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;$ otool -L libippcore-7.0.dylib &lt;BR /&gt;libippcore-7.0.dylib:&lt;BR /&gt;libippcore-7.0.dylib (compatibility version 7.0.0, current version 7.0.0)&lt;BR /&gt;libiomp5.dylib (compatibility version 5.0.0, current version 5.0.0)&lt;BR /&gt;/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.1)&lt;BR /&gt;/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)&lt;BR /&gt;$ &lt;BR /&gt;$ &lt;BR /&gt;$ install_name_tool -change libiomp5.dylib /Library/Frameworks/Intel_IPP.framework/Libraries/libiomp5.dylib libippcore-7.0.dylib&lt;BR /&gt;$ &lt;BR /&gt;$ otool -L libippcore-7.0.dylib &lt;BR /&gt;libippcore-7.0.dylib:&lt;BR /&gt;libippcore-7.0.dylib (compatibility version 7.0.0, current version 7.0.0)&lt;BR /&gt;/Library/Frameworks/Intel_IPP.framework/Libraries/libiomp5.dylib (compatibility version 5.0.0, current version 5.0.0)&lt;BR /&gt;/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.1)&lt;BR /&gt;/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)&lt;BR /&gt;$ &lt;BR /&gt;$ libtool -V&lt;BR /&gt;Apple Computer, Inc. version cctools-750&lt;BR /&gt;$ &lt;BR /&gt;$ sw_vers&lt;BR /&gt;ProductName: Mac OS X&lt;BR /&gt;ProductVersion: 10.6.1&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;Please compare your version of cctools with mine and could you give me your version of cctools?&lt;BR /&gt;Once I've met the problem with cctools and upgrading them helps me.&lt;BR /&gt;&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2011 07:09:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773513#M1009</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2011-03-02T07:09:32Z</dc:date>
    </item>
    <item>
      <title>IPP 7.0 Mac OS X rebinding dylibs.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773514#M1010</link>
      <description>Hello Robert!&lt;BR /&gt;I've tried to reproduce your issue on my MacOS X 10.6.1 with XCode 3.2 and all ok for IPP 7.0 update1 and update2:&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;$ otool -L libippcore-7.0.dylib&lt;BR /&gt;libippcore-7.0.dylib:&lt;BR /&gt;libippcore-7.0.dylib (compatibility version 7.0.0, current version 7.0.0)&lt;BR /&gt;libiomp5.dylib (compatibility version 5.0.0, current version 5.0.0)&lt;BR /&gt;/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.1)&lt;BR /&gt;/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)&lt;BR /&gt;$ &lt;BR /&gt;$ install_name_tool -change libiomp5.dylib /Library/Frameworks/Intel_IPP.framework/Libraries/libiomp5.dylib libippcore-7.0.dylib&lt;BR /&gt;$ &lt;BR /&gt;$ otool -L libippcore-7.0.dylib &lt;BR /&gt;libippcore-7.0.dylib:&lt;BR /&gt;libippcore-7.0.dylib (compatibility version 7.0.0, current version 7.0.0)&lt;BR /&gt;/Library/Frameworks/Intel_IPP.framework/Libraries/libiomp5.dylib (compatibility version 5.0.0, current version 5.0.0)&lt;BR /&gt;/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.1)&lt;BR /&gt;/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)&lt;BR /&gt;$ &lt;BR /&gt;$ libtool -V&lt;BR /&gt;Apple Computer, Inc. version cctools-750&lt;BR /&gt;$ &lt;BR /&gt;$ sw_vers&lt;BR /&gt;ProductName: Mac OS X&lt;BR /&gt;ProductVersion: 10.6.1&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;What is your version of cctools? Once I've meta problem with cctools and upgrating them helps me.&lt;BR /&gt;&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2011 07:17:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773514#M1010</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2011-03-02T07:17:13Z</dc:date>
    </item>
    <item>
      <title>IPP 7.0 Mac OS X rebinding dylibs.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773515#M1011</link>
      <description>Here is the information:&lt;BR /&gt;&lt;BR /&gt;Last login: Mon Mar 7 16:29:37 on ttys004&lt;BR /&gt;rbell:~ bertie$ libtool -V&lt;BR /&gt;Apple Computer, Inc. version cctools-782&lt;BR /&gt;&lt;BR /&gt;ProductName: Mac OS X&lt;BR /&gt;ProductVersion: 10.6.6&lt;BR /&gt;BuildVersion: 10J567&lt;BR /&gt;&lt;BR /&gt;Also, my Xcode versions is:&lt;BR /&gt;&lt;BR /&gt;Version 3.2.3&lt;BR /&gt;&lt;BR /&gt;64-bit&lt;BR /&gt;&lt;BR /&gt;Component versions&lt;BR /&gt;Xcode IDE: 1688.0&lt;BR /&gt;Xcode Core: 1691.0&lt;BR /&gt;ToolSupport: 1591.0</description>
      <pubDate>Tue, 08 Mar 2011 13:15:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773515#M1011</guid>
      <dc:creator>Robert_Bell</dc:creator>
      <dc:date>2011-03-08T13:15:07Z</dc:date>
    </item>
    <item>
      <title>IPP 7.0 Mac OS X rebinding dylibs.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773516#M1012</link>
      <description>Hi Pavel,&lt;BR /&gt;&lt;BR /&gt;Just to make sure, I ran the same attemp again since I have probably updated my machine since the post. I usually keep my machines quite up to date. Here is the latest output:&lt;BR /&gt;&lt;BR /&gt;Last login: Tue Mar 8 05:11:21 on ttys005&lt;BR /&gt;rbell:~ bertie$ mkdir ipp_test&lt;BR /&gt;rbell:~ bertie$ cd ipp_test/&lt;BR /&gt;rbell:ipp_test bertie$ ls -la&lt;BR /&gt;total 0&lt;BR /&gt;drwxr-xr-x 2 bertie staff 68 Mar 8 05:17 .&lt;BR /&gt;drwxr-xr-x+ 71 bertie staff 2414 Mar 8 05:17 ..&lt;BR /&gt;rbell:ipp_test bertie$ cp /opt/intel/ipp/lib/libippcore-7.0.dylib .&lt;BR /&gt;rbell:ipp_test bertie$ ls -la&lt;BR /&gt;total 208&lt;BR /&gt;drwxr-xr-x 3 bertie staff 102 Mar 8 05:18 .&lt;BR /&gt;drwxr-xr-x+ 71 bertie staff 2414 Mar 8 05:17 ..&lt;BR /&gt;-rwxr-xr-x 1 bertie staff 105096 Mar 8 05:18 libippcore-7.0.dylib&lt;BR /&gt;rbell:ipp_test bertie$ otool -L libippcore-7.0.dylib&lt;BR /&gt;libippcore-7.0.dylib:&lt;BR /&gt; libippcore-7.0.dylib (compatibility version 7.0.0, current version 7.0.0)&lt;BR /&gt; libiomp5.dylib (compatibility version 5.0.0, current version 5.0.0)&lt;BR /&gt; /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.3)&lt;BR /&gt;rbell:ipp_test bertie$ install_name_tool -change libiomp5.dylib /Library/Frameworks/Intel_IPP.framework/Libraries/libiomp5.dylib libippcore-7.0.dylib&lt;BR /&gt;install_name_tool: for architecture i386 object: libippcore-7.0.dylib malformed object (section contents at offset 0 with a size of 172, overlaps Mach-O headers at offset 0 with a size of 1336)&lt;BR /&gt;rbell:ipp_test bertie$</description>
      <pubDate>Tue, 08 Mar 2011 13:22:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773516#M1012</guid>
      <dc:creator>Robert_Bell</dc:creator>
      <dc:date>2011-03-08T13:22:56Z</dc:date>
    </item>
    <item>
      <title>IPP 7.0 Mac OS X rebinding dylibs.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773517#M1013</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;I'm going to investigate it for several days, please wait a little&lt;BR /&gt;&lt;BR /&gt;Pavel</description>
      <pubDate>Wed, 09 Mar 2011 07:01:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773517#M1013</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2011-03-09T07:01:27Z</dc:date>
    </item>
    <item>
      <title>IPP 7.0 Mac OS X rebinding dylibs.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773518#M1014</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;thanks for waiting. I've found a problem in IPP. I'll try to fix it in IPP 7.0 update4.&lt;BR /&gt;&lt;BR /&gt;Thanks for your report, Pavel</description>
      <pubDate>Wed, 23 Mar 2011 08:29:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773518#M1014</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2011-03-23T08:29:45Z</dc:date>
    </item>
    <item>
      <title>IPP 7.0 Mac OS X rebinding dylibs.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773519#M1015</link>
      <description>Hi Robert,&lt;BR /&gt;I found the root of case it will be fixed in IPP 7.0.4 gold&lt;BR /&gt;&lt;BR /&gt;Best regarg, Pavel</description>
      <pubDate>Thu, 07 Apr 2011 14:07:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-7-0-Mac-OS-X-rebinding-dylibs/m-p/773519#M1015</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2011-04-07T14:07:56Z</dc:date>
    </item>
  </channel>
</rss>

