diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2002-10-07 10:15:09 -0700 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-10-10 09:27:00 +0000 |
commit | fb652349441d4b05f41d77692a72134e7014d8f6 (patch) | |
tree | 7ebb7dc24ad55921d99e364077595ddfe1f8c69d /pod | |
parent | d59e14dbffe53a28b0845a7d6b4250babf9e83ac (diff) | |
download | perl-fb652349441d4b05f41d77692a72134e7014d8f6.tar.gz |
Re: README.cygwin draft update
Message-ID: <NOio9gzkg6oR092yn@efn.org>
p4raw-id: //depot/perl@17985
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl58delta.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perl58delta.pod b/pod/perl58delta.pod index eb4fbc3e6f..46b50f00d8 100644 --- a/pod/perl58delta.pod +++ b/pod/perl58delta.pod @@ -3401,6 +3401,10 @@ failures are expected: NDBM_File fails and ODBM_File just coredumps. +If you intend to run only on FAT (or if using AnyDBM_File on FAT), +run Configure with the -Ui_ndbm and -Ui_dbm options to prevent +NDBM_File and ODBM_File being built. + =head2 DJGPP Failures t/op/stat............................FAILED at test 29 |