On Tue, Feb 10, 2009 at 08:57:00PM -0600, John E. Malmberg wrote: > On my VMS system, I can not build Time-HiRes until I manually put a > ppport.h file in the source directory. It's supposed to be created by mkppport, using the contents of mkppport.lst # # List of directories into which a ppport.h should be installed. # Please try to keep the list sorted. # # This file is read by mkppport at build time. # ext/IPC-SysV ext/Time-HiRes ext/Win32API-File ext/DB_File Looks like Time-HiRes is the only one of those 4 built on VMS. I assume that mkppport is being run, as it's a prerequisite of dynext: dynext : $(LIBPREREQ) $(DBG)perlshr$(E) preplibrary makeppport $(MINIPERL_EXE) $(MINIPERL) make_ext.pl "MAKE=$(MMS)" "--all" makeppport : $(MINIPERL_EXE) $(ARCHDIR)Config.pm $(MINIPERL) mkppport so where is it wrongly writing the ppport.h to, and why? Nicholas ClarkThread Next