Without these patches. RC2 won't build properly, install, or build modules.

--- configure.com;1     Tue Mar 14 23:21:55 2000
+++ configure.com       Wed Mar 15 03:31:56 2000
@@ -1924,7 +1924,10 @@
  $ echo "file types of nothing, .pl, and .com, in that order (e.g. typing"
  $ echo """$ perl foo"" would cause Perl to look for foo., then foo.pl, and"
  $ echo "finally foo.com)."
-$ dflt = "y"
+$ echo ""
+$ echo "This is currently broken in some configurations. Only enable it if
+$ echo "you know what you're doing. "
+$ dflt = "N"
  $ rp = "Always use default file types? [''dflt'] "
  $ GOSUB myread
  $ if ans.eqs."" then ans="''dflt'"


--- vms/subconfigure.com;1      Tue Mar 14 23:22:36 2000
+++ vms/subconfigure.com        Wed Mar 15 01:14:40 2000
@@ -3961,8 +3961,10 @@
  $ WC "d_eunice='" + perl_d_eunice + "'"
  $ WC "libs='" + perl_libs + "'"
  $ WC "libc='" + perl_libc + "'"
-$ WC "xs_apiversion='" + localperlver + "'"
-$ WC "pm_apiversion='" + localperlver + "'"
+$ WC "xs_apiversion='" + version + "'"
+$ WC "pm_apiversion='" + version + "'"
+$ WC "PERL_VERSION='" + patchlevel + "'"
+$ WC "PERL_SUBVERSION='" + subversion + "'"
  $ WC "pager='" + perl_pager + "'"
  $ WC "uidtype='" + perl_uidtype + "'"
  $ WC "uidformat='" + perl_uidformat + "'"


                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to