Changes between Version 48 and Version 49 of BuildingOnWindows
- Timestamp:
- Dec 15, 2010, 3:45:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnWindows
v48 v49 69 69 You need to rebase some DLLs. Do the following: 70 70 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): 72 72 {{{ 73 /usr/bin/ 73 74 /path/to/LayoutTests/http/conf/libphp4.dll 74 75 /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 {{{ 79 find /bin -iname '*.dll' >> /tmp/rebasephp 77 80 }}} 78 81 1. Kill all Cygwin processes