The patch at the end of this message gets us building successfully on VMS.  
There were also three test failures which I hope to look into real soon now:

t/lib/vmsfspec.......................FAILED at test 70
ext/threads/shared/t/disabled........FAILED at test 0
lib/File/Spec/t/Spec.................FAILED at test 161
Failed 3 test scripts out of 649, 99.54% okay.

--- configure.com;-0    Thu Aug 22 17:59:20 2002
+++ configure.com       Wed Sep 11 16:55:04 2002
@@ -3003,6 +3003,7 @@
 $   d_isnan = "define"
 $   d_isnanl = "define"
 $   d_modfl = "define"
+$   d_modflproto = "define"
 $ ELSE
 $   d_PRId64 = "undef"
 $   d_PRIXU64 = "undef"
@@ -3023,6 +3024,7 @@
 $   d_isnan = "undef"
 $   d_isnanl = "undef"
 $   d_modfl = "undef"
+$   d_modflproto = "undef"
 $ ENDIF
 $!
 $! Now some that we build up
@@ -5326,6 +5328,7 @@
 $ WC "d_mktime='" + d_mktime + "'"
 $ WC "d_mmap='" + d_mmap + "'"
 $ WC "d_modfl='" + d_modfl + "'"
+$ WC "d_modflproto='" + d_modflproto + "'"
 $ WC "d_modfl_pow32_bug='undef'"
 $ WC "d_mprotect='" + d_mprotect + "'"
 $ WC "d_msg='undef'"
[end of patch]

Reply via email to