diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-01 20:29:17 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-01 20:29:17 +0000 |
commit | 873b149f049701f76396c28e70d7cccfec0b011f (patch) | |
tree | b7671048bfedc2872fed1dc786ae53e3856465d8 /README.cygwin | |
parent | 8babd21611073cf7ab71cbfaf139d06738ff3f27 (diff) | |
download | perl-873b149f049701f76396c28e70d7cccfec0b011f.tar.gz |
rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
p4raw-id: //depot/perl@3852
Diffstat (limited to 'README.cygwin')
-rw-r--r-- | README.cygwin | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.cygwin b/README.cygwin index 9ca078fe96..fb93ac5157 100644 --- a/README.cygwin +++ b/README.cygwin @@ -4,13 +4,13 @@ specially designed to be readable as is. =head1 NAME -README.cygwin32 - notes about porting Perl to Cygwin32 +README.cygwin - notes about porting Perl to Cygwin =head1 SYNOPSIS =over -=item Cygwin32 +=item Cygwin The Cygwin tools are ports of the popular GNU development tools for Windows NT, 95, and 98. They run thanks to the Cygwin library which @@ -20,7 +20,7 @@ http://sourceware.cygnus.com/cygwin/ =item libperl.dll -These instructions and the default cygwin32 hints build a shared +These instructions and the default cygwin hints build a shared libperl.dll Perl library and enables dynamically loaded extensions. =back @@ -209,7 +209,7 @@ kill 'CONT', $$ if($^O =~ /cygwin/); # XXX: Cygwin bug INT signal gets stuck =head2 Configure -Check hints/cygwin32.sh for any system specific settings. In +Check hints/cygwin.sh for any system specific settings. In particular change libpth to point to the correct location of ...../i586-cygwin32/lib. @@ -228,7 +228,7 @@ When confronted with this prompt: =end text -select "cygwin32". +select "cygwin". Do not use the malloc that comes with perl--using the perl malloc collides with some cygwin startup routines. |