Changes between Version 48 and Version 49 of BuildingOnWindows


Ignore:
Timestamp:
Dec 15, 2010 3:45:38 PM (13 years ago)
Author:
jhoneycutt@apple.com
Comment:

After rebasing all of the DLLs in /usr/bin and /bin, I've not had any rebasing issues. rebaseall seems to skip just "/bin", but adding all of the DLLs from /bin appears to work.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v48 v49  
    6969You need to rebase some DLLs. Do the following:
    7070
    71  1. Create a /tmp/rebasephp file containing the following lines:
     71 1. Create a /tmp/rebasephp file containing the following lines (with a blank line at the end):
    7272{{{
     73/usr/bin/
    7374/path/to/LayoutTests/http/conf/libphp4.dll
    7475/usr/lib/apache/libphp4.dll
    75 /bin/cygaprutil-1-0.dll
    76 /bin/cygiconv-2.dll
     76}}}
     77 1. From a Cygwin terminal, run:
     78{{{
     79find /bin -iname '*.dll' >> /tmp/rebasephp
    7780}}}
    7881 1. Kill all Cygwin processes