Subject: | 6.52 causes link errors in Time::HiRes on VMS |
After 6.52 came into blead, the blead build broke on VMS with a pile of
linker errors when it got to the Time::HiRes extension. I've attached a
diff of the generated dsscrip.mms for Time::HiRes comparing 6.50 to
6.52. The most obvious problem is right here:
@@ -293,9 +296,6 @@ PERLTYPE =
# Time::HiRes might depend on some other libraries:
# See ExtUtils::Liblist for details
#
-EXTRALIBS =
-LDLOADLIBS = [--]DBGPerlShr.exe/Share
-BSLOADLIBS =
where a very important library has gone missing. The odd thing is none
of the other extensions in core have this problem. They all still have
the line that looks like:
LDLOADLIBS = [--]DBGPerlShr.exe/Share
The only likely suspect I can see that makes Time::HiRes different is
that it passes LIBS to WriteMakefile().
I will have a look at Liblist and see what's changed -- for now this is
just a report.
Subject: | vms_650_652_diff.txt |
Message body is not shown because it is too large.