Changes between Version 4 and Version 5 of LeopardSDKFixes


Ignore:
Timestamp:
Mar 31, 2016, 12:13:29 PM (8 years ago)
Author:
potmj (Michael Pot)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LeopardSDKFixes

    v4 v5  
    55== Missing symbols in /usr/lib/libgcc_s.10.5.dylib ==
    66
    7 Update /usr/lib/libgcc_s.10.5.dylib from (33620 19 Feb  2008 - Xcode 3.1), to a newer version from a newer OS [Xcode? version?] (to get the missing stubs for `__udivti3` and others):
     7Update /usr/lib/libgcc_s.10.5.dylib from (33620 19 Feb  2008 - Xcode 3.1), to a newer version from a newer OS (to get the missing stubs for `__udivti3` and others).  Note that the updated 10.5 file may be in an Xcode 10.6 or 10.7 subdirectory (and the /usr/lib/libgcc_s.10.5.dylib may not always be updated on the newer machine).  For example, on a recent Xcode 4.1 Lion install:-
     8{{{
     9% find /Developer -iname "libgcc_s.10.5*" -exec ls -al {} \;
     10wheel  40600 19 May  2009 /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libgcc_s.10.5.dylib
     11wheel  30924 14 Jun  2011 /Developer/SDKs/MacOSX10.7.sdk/usr/lib/libgcc_s.10.5.dylib
     12}}}
     13After locating and verifying the file status, back up and copy the files:
    814{{{
    915sudo cp -pv /usr/lib/libgcc_s.10.5.dylib{,.bak}