Peter Prymmer/FactSet wrote on 12/31/2004 04:36:31 PM:
> I have not yet found how to fix the .exists into OLB
> problem nor the trouble with MMS V3.2-01 reported earlier.
I forgot to mention that *.opt files are not being cleaned
on VMS as another problem that persists.
I seem to have solved the .exists getting lib/replaced into
OLB problem though. Herein is a suggested patch:
--- extutils-makemaker-6_25_07/lib/extutils/mm_vms.pm;1 Fri Dec 31 08:48:52
2004
+++ ExtUtils-MakeMaker-6_25_07/lib/ExtUtils/MM_VMS.pm Mon Jan 3 10:43:10 2005
@@ -983,7 +983,7 @@
# Rely on suffix rule for update action
$(OBJECT) : $(FIRST_MAKEFILE)
-$(INST_STATIC) : $(OBJECT) $(MYEXTLIB) $(INST_ARCHAUTODIR)$(DFSEP).exists
+$(INST_STATIC) : $(OBJECT) $(MYEXTLIB)
';
# If this extension has its own library (eg SDBM_File)
# then copy that to $(INST_STATIC) and add $(OBJECT) into it.
With that and the previously mentioned touchups I made to my MM_Unix.pm
I was able to build and test DBI-1.45.
I'll see about restoring the cleaning of .opt files next.
(My version of MMS is perhaps too old to bother worrying about).
Peter Prymmer