John Peacock wrote:

$ @configure -"Dusevmsdebug" -"des"

No warnings or errors (once I make sure the drive has plenty of free space ;!)


$ mmk/macro=__DEBUG__=1

Completes without error or warning (apart from the expected long symbol trimmed warnings).


MMK/macro=("__DEBUG__=1") test

ends with

@[.VMS]Test.Com ".exe" "1"
%COPY-E-OPENOUT, error opening DKA0:[UTILS.PERL.T]PERL.; as output
-RMS-E-PRV, insufficient privilege or file protection violation
%COPY-W-NOTCOPIED, DKA0:[UTILS.PERL]NDBGPERL.EXE;6 not copied

MMK test


rebuilds everything then yields

@[.VMS]Test.Com ".exe" ""
%COPY-E-OPENOUT, error opening DKA0:[UTILS.PERL.T]PERL.; as output
-RMS-E-PRV, insufficient privilege or file protection violation
%COPY-W-NOTCOPIED, DKA0:[UTILS.PERL]PERL.EXE;1 not copied

This even though I am still 'set proc/priv=all'. I see that [.vms]test.com removes most priveledges before running, which of course means I cannot create any files in the [.t] directory...


I'm guessing that I have to build/test Perl as a non-priviledged user, so that I own the directories/files???

John

--
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748




Reply via email to