It seems a bit fishy to me that stat.h is just sitting there in sys$library yet
unixio.h is being extracted from the text library. Do have an older version of stat.h
sitting there that's different from the one in the library? You can yank it out and
look at it with:
$ library/extract=stat/output=sys$login:stat.h sys$library:decc$rtldef.tlb
$ set def sys$login
$ diff stat.h sys$library:
At 12:18 PM -0600 4/20/00, William Atkinson wrote:
>Greetings,
>
>I'm trying to build the latest version of perl on our vms machine. I am
>getting a compilation error as follows:
>
>VMS2:[OADEV.PERL.PERL-5_6_0]$ mmk
>%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
> \MMK\
>VMS2:[OADEV.PERL.PERL-5_6_0]$ mms
>
>CC/DECC
>/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/Define=PERL
>_CORE MINIPERLMAIN.C
>
> typedef __off_t off_t;
>....................^
>%CC-E-NOLINKAGE, In this declaration, "off_t" has no linkage and has a prior
>dec
>laration in this scope at line number 20 in file
>SYS$COMMON:[SYSLIB]STAT.H;1.
>at line number 144 in module UNIXIO of text library
>SYS$COMMON:[SYSLIB]DECC$RTLD
>EF.TLB;4
>%MMS-F-ABORT, For target MINIPERLMAIN.OBJ, CLI returned abort status:
>%X10B91262
>.
>
>I looked in the mailing list archives and it appears that our compiler
>installation may be somewhat hosed in that there's confusion in the compiler
>as to what files to include or something to that effect.
>
>Any help would be appreciated.
>Thanks.
>Chip
--
____________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]