summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerrit P. Haase <gp@familiehaase.de>2002-07-11 23:35:41 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2002-07-11 19:14:09 +0000
commit0be9fa5d9cbe19f06586830d0ef1f7c2e141c20a (patch)
tree0f849272c924db62d0ea9de25b8f3078d6139beb
parentd71e5ff2e4c4bd22812aaff6cc21c601469f9238 (diff)
downloadperl-0be9fa5d9cbe19f06586830d0ef1f7c2e141c20a.tar.gz
reinclude ODBM_File & NDBM_File in Cygwin build
From: "Gerrit P. Haase" <gerrit@familiehaase.de> Message-ID: <311512104521.20020711213541@familiehaase.de> (plus add a warning about NDBM_File on FAT to README.cygwin) p4raw-id: //depot/perl@17489
-rwxr-xr-xConfigure6
-rw-r--r--README.cygwin6
2 files changed, 9 insertions, 3 deletions
diff --git a/Configure b/Configure
index 128f003b2b..30e88ee756 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Fri Jun 21 16:37:53 EET DST 2002 [metaconfig 3.0 PL70]
+# Generated on Thu Jul 11 23:09:00 EET DST 2002 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -19299,7 +19299,7 @@ for xxx in $known_extensions ; do
case "$i_ndbm" in
$define)
case "$osname-$use64bitint" in
- cygwin-*|hpux-define)
+ hpux-define)
case "$libs" in
*-lndbm*) avail_ext="$avail_ext $xxx" ;;
esac
@@ -19313,7 +19313,7 @@ for xxx in $known_extensions ; do
case "${i_dbm}${i_rpcsvcdbm}" in
*"${define}"*)
case "$osname-$use64bitint" in
- cygwin-*|hpux-define)
+ hpux-define)
case "$libs" in
*-ldbm*) avail_ext="$avail_ext $xxx" ;;
esac
diff --git a/README.cygwin b/README.cygwin
index 026da0d58b..c96347e1fd 100644
--- a/README.cygwin
+++ b/README.cygwin
@@ -337,6 +337,12 @@ these options, these tests will fail (listing not updated yet):
lib/sdbm.t 2
op/stat.t 9, 20 (.tmp not an executable extension)
+=head2 NDBM_File does not work on FAT filesystems
+
+Do not install NDBM_File on FAT filesystem. It can be built on a FAT
+filesystem, but many ndbm tests will fail. With NTFS, there should be
+no problems either way.
+
=head2 Script Portability on Cygwin
Cygwin does an outstanding job of providing UNIX-like semantics on top of