Dan Sugalski wrote:
> Assuming Eudora doesn't eat it:
>
> --- perl.c;1 Thu Mar 9 16:10:45 2000
> +++ perl.c Thu Mar 9 16:13:01 2000
> @@ -3411,8 +3411,8 @@
> S_ISDIR(tmpstatbuf.st_mode))
> av_push(GvAVn(PL_incgv), newSVsv(subdir));
> }
> - }
> #endif
> + }
> }
>
> /* finally push this lib directory on the end of @INC */
Good enough. This one can be edited by hand easily. That was right where
I had been looking but I still missed it. Too bad I'm not an emacs user :-)
Thanks very much.
BTW: anyone here have any experience with something called GNU VMSLIB?
I'm working on something that was derived from it and would appreciate hearing
from anybody that might know if it was ever updated to DECC's idea of C.
Peter Prymmer
P.S. build looks good with DEC C V5.3-006 on OpenVMS Alpha V6.2-1H3,
However with DEC C V6.0-001 on OpenVMS Alpha V7.1 + ALPACRT09_071
I still see the return of the riduculous "retsts == 114762" value from the
call to sys$check_access(), here it is:
Link
/NoTrace/NoMap/NoDebug/Trace/NoMap/NoFull/NoCross/Exe=SYS$DISK:[]MINIPERL.E
XE miniperlmain.obj, libperl.olb/Library/Include=globals ,[]crtl.opt/Options
MCR Sys$Disk:[]miniperl.exe "-I[.lib]" [.VMS]Writemain.pl "DynaLoader Socket"
Fatal VMS error (status=114762) at DKB100:[PERL-5_6_0-RC1]VMS.C;1, line 4656.
P.P.S. On the lightly loaded 2100A (ie DEC C V5.3-006, VMS V6.2-1H3)
The `mms test` went smoothly with a `@configure "-des"` build:
[.lib]glob-basic........FAILED on test 3
[.pragma]warnings.......FAILED on test 196
Failed 2/221 tests, 95.02% okay.
u=17.33 s=0 cu=0 cs=0 files=212 tests=9312
9-MAR-2000 18:18:26.16 User: PVHP Process ID: 0000142F
Node: CHIC Process name: "PVHP_1"
Accounting information:
Buffered I/O count: 52068 Peak working set size: 5952
Direct I/O count: 2498 Peak virtual size: 51824
Page faults: 9988 Mounted volumes: 0
Images activated: 48
Elapsed CPU time: 0 00:00:17.37
Connect time: 0 00:06:01.29
HTH