diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2006-01-25 10:57:19 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2006-01-25 10:57:19 +0000 |
commit | 6fbc5c2a9b4f3edbd9437f2e3a73fdda3d3c8419 (patch) | |
tree | a9d8509e6df21966864ca002c661fd58d327408a /winsup/doc | |
parent | 742e27bed8029c336c577231d3880bbf892fee23 (diff) | |
download | newlib-6fbc5c2a9b4f3edbd9437f2e3a73fdda3d3c8419.zip newlib-6fbc5c2a9b4f3edbd9437f2e3a73fdda3d3c8419.tar.gz newlib-6fbc5c2a9b4f3edbd9437f2e3a73fdda3d3c8419.tar.bz2 |
* faq-setup.xml (faq.setup.snapshots): Rename DLL using Windows tools.
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/faq-setup.xml | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 11c5ea3..d76fb34 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-01-25 Igor Peshansky <pechtcha@cs.nyu.edu> + + * faq-setup.xml (faq.setup.snapshots): Rename DLL using Windows tools. + 2006-01-18 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * Makefile.in : Remove references to old texinfo FAQ. diff --git a/winsup/doc/faq-setup.xml b/winsup/doc/faq-setup.xml index e0ef693..9b40589 100644 --- a/winsup/doc/faq-setup.xml +++ b/winsup/doc/faq-setup.xml @@ -419,12 +419,12 @@ the following commands: <screen> /bin/tar -C/ -jxvf /posix/path/to/cygwin-inst-YYYYMMDD.tar.bz2 --exclude=usr/bin/cygwin1.dll /bin/tar -C/tmp -jxvf /posix/path/to/cygwin-inst-YYYYMMDD.tar.bz2 usr/bin/cygwin1.dll - /bin/mv /bin/cygwin1.dll /bin/cygwin1-prev.dll </screen> </para> -<para>Note that after the "<literal>mv</literal>" command you will not be able to run any -Cygwin programs. Exit the bash shell, and use Explorer or the -Windows command shell to move <literal>C:\cygwin\tmp\usr\bin\cygwin1.dll</literal> +<para>Exit the bash shell, and use Explorer or the Windows command shell to +first rename <literal>C:\cygwin\bin\cygwin1.dll</literal> to +<literal>C:\cygwin\bin\cygwin1-prev.dll</literal> and then move +<literal>C:\cygwin\tmp\usr\bin\cygwin1.dll</literal> to <literal>C:\cygwin\bin\cygwin1.dll</literal> (assuming you installed Cygwin in <literal>C:\cygwin</literal>). </para> |