Update the information on Cygwin.
Part of PR 75
This commit is contained in:
parent
a9d96b98cb
commit
0a8a99785b
1 changed files with 10 additions and 14 deletions
24
INSTALL.W32
24
INSTALL.W32
|
@ -152,17 +152,17 @@
|
||||||
GNU C (Cygwin)
|
GNU C (Cygwin)
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
Cygwin provides a bash shell and GNU tools environment running on
|
Cygwin provides a bash shell and GNU tools environment running
|
||||||
NT 4.0, Windows 9x and Windows 2000. Consequently, a make of OpenSSL
|
on NT 4.0, Windows 9x, Windows ME, Windows 2000, and Windows XP.
|
||||||
with Cygwin is closer to a GNU bash environment such as Linux rather
|
Consequently, a make of OpenSSL with Cygwin is closer to a GNU
|
||||||
than other W32 makes that are based on a single makefile approach.
|
bash environment such as Linux than to other W32 makes which are
|
||||||
Cygwin implements Posix/Unix calls through cygwin1.dll, and is
|
based on a single makefile approach. Cygwin implements Posix/Unix
|
||||||
contrasted to Mingw32 which links dynamically to msvcrt.dll or
|
calls through cygwin1.dll, and is contrasted to Mingw32 which links
|
||||||
crtdll.dll.
|
dynamically to msvcrt.dll or crtdll.dll.
|
||||||
|
|
||||||
To build OpenSSL using Cygwin:
|
To build OpenSSL using Cygwin:
|
||||||
|
|
||||||
* Install Cygwin (see http://sourceware.cygnus.com/cygwin)
|
* Install Cygwin (see http://cygwin.com/)
|
||||||
|
|
||||||
* Install Perl and ensure it is in the path (recent Cygwin perl
|
* Install Perl and ensure it is in the path (recent Cygwin perl
|
||||||
(version 5.6.1-2 of the latter has been reported to work) or
|
(version 5.6.1-2 of the latter has been reported to work) or
|
||||||
|
@ -188,13 +188,9 @@
|
||||||
stripping of carriage returns. To avoid this ensure that a binary
|
stripping of carriage returns. To avoid this ensure that a binary
|
||||||
mount is used, e.g. mount -b c:\somewhere /home.
|
mount is used, e.g. mount -b c:\somewhere /home.
|
||||||
|
|
||||||
As of version 1.1.1 Cygwin is relatively unstable in its handling
|
"bc" is not provided in older Cygwin distribution. This causes a
|
||||||
of cr/lf issues. These make procedures succeeded with versions 1.1 and
|
|
||||||
the snapshot 20000524 (Slow!).
|
|
||||||
|
|
||||||
"bc" is not provided in the Cygwin distribution. This causes a
|
|
||||||
non-fatal error in "make test" but is otherwise harmless. If
|
non-fatal error in "make test" but is otherwise harmless. If
|
||||||
desired, GNU bc can be built with Cygwin without change.
|
desired and needed, GNU bc can be built with Cygwin without change.
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
|
Loading…
Reference in a new issue