A recent net or commercial release of Cygwin is required.
-At the time this document was last updated, Cygwin 1.3.9 was current.
+At the time this document was last updated, Cygwin 1.3.10 was current.
=head2 Cygwin Configuration
and on Win9x the I<shm*()> functions seem to hang. It also creates
a compile time dependency because F<perl.h> includes F<<sys/ipc.h>>
and F<<sys/sem.h>> (which will be required in the future when compiling
-CPAN modules).
+CPAN modules). NO LONGER SUPPORTED!
+
+=item * C<-lutil>
+
+Included with the standard Cygwin netrelease is the inetutils package
+which includes libutil.a.
=back
setting, the additional mode bits are stored as extended file attributes.
On WinNT with the I<ntsec> C<CYGWIN> setting, permissions use the standard
WinNT security descriptors and access control lists. Without one of
-these options, these tests will fail:
+these options, these tests will fail (listing not updated yet):
Failed Test List of failed
------------------------------------
The Cygwin chroot() implementation has holes (it can not restrict file
access by native Win32 programs).
+Inplace editing ( perl -i ) of files doesn't work without doing a backup
+of the file being edited ( perl -i.bak ).
+
=back
=head1 INSTALL PERL ON CYGWIN
These are the files in the Perl release that contain references to Cygwin.
These very brief notes attempt to explain the reason for all conditional
code. Hopefully, keeping this up to date will allow the Cygwin port to
-be kept as clean as possible.
+be kept as clean as possible (listing not updated yet).
=over 4