diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-11 19:47:28 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-11 19:47:28 +0000 |
commit | 14aaa8fc27b8350048cdee657c0128eb979d0b2a (patch) | |
tree | c0897ae7988689b1e89ccebc93ad6e7b1572a1ba /pod/perldelta.pod | |
parent | c72de6e4fcf1475a6744c18dcaf8c2e06e1665bf (diff) | |
download | perl-14aaa8fc27b8350048cdee657c0128eb979d0b2a.tar.gz |
Mention the FAT vs NDBM_File problem on Cygwin also in perldelta.
p4raw-id: //depot/perl@17493
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 47b6e73e80..92351d9f18 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -3086,6 +3086,11 @@ you may get an error message saying "unable to remap". This is known problem with Cygwin, and a workaround is detailed in here: http://sources.redhat.com/ml/cygwin/2001-12/msg00894.html +=head2 Cygwin ndbm tests fail on FAT + +One can build but not install (or test the build of) the NDBM_File +on FAT filesystems. Installation (or build) on NTFS works fine. + =head2 ext/threads/t/libc If this test fails, it indicates that your libc (C library) is not |