Craig A. Berry wrote:
On Nov 28, 2008, at 11:31 AM, John E. Malmberg wrote:
configure.com needs a little more work to implement usedevel.
-John
[EMAIL PROTECTED]
Personal Opinion Only
--- /rsync_root/perl/configure.com Fri Nov 28 01:53:05 2008
+++ configure.com Fri Nov 28 11:12:21 2008
@@ -6520,6 +6520,7 @@
$ WC "usedebugging_perl='"+use_debugging_perl+"'"
$ WC "usedefaulttypes='" + usedefaulttypes + "'" ! VMS-specific
$ WC "usecrosscompile='undef'"
+$ WC "usedevel='" + usedevel + "'"
It doesn't look to me like Configure writes usedevel to config.sh
either, so I'm not sure why configure.com would need to. Is there a
particular problem you are trying to solve?
Change 34950 broke building perl on VMS with out this additional fix.
I have not tried building on other platforms.
-John