On Mon, May 13, 2002 at 10:41:45PM -0500, Craig A. Berry wrote:
> At 3:17 AM +0300 5/14/02, Jarkko Hietaniemi wrote:
> 
> >How is VMS with ithreads?
> 
> Not good.  I think it's been ages since anyone tried, but here's what I get now:
> 
> CC/DECC/NOANSI_ALIAS 
>/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/float=ieee/ieee=denorm_results/Define=PERL_CORE
> MI
> NIPERLMAIN.C
> 
> } REENTR;
> ^
> %CC-W-EMPTYSTRUCT, Allowing struct/union type with no members is a language 
>extension.
> at line number 746 in file D0:[CRAIG.PERL]REENTR.H;1
> %MMK-F-ERRUPD, error status %X10B91260 occurred when updating target MINIPERLMAIN.OBJ

Hmmm.  Try just adding

        int dummy;

before the } REENTR;  Not that I'm expecting that to fix everything,
but at least we'll see what happens next...

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to