[only monitoring vmsperl list] Abe Timmerman wrote:
Hi,
I still can't build bleadperl on the VAX (without /ignore=warning):
CC/DECC /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=GLOBALS.obj/NoList/ Define=PERL_CORE GLOBALS.C
%VCG-W-BADPSECT, The program section(psect) specified by this statement has conflicting 'nowrite' attributes with another definition of the same program section. At line number 1002 in BLDROOT:[000000]PERLAPI.H;1.
That looks like a serious programming error, any idea what is causing it?
It looks like it is saying that the same storage has been declared both as readonly and as writable at the same time.
If this is VAX specific, it looks like something in an #ifdef VAX section is not coded correctly.
-John [EMAIL PROTECTED] Personal Opinion Only