Xenix/286 problem
    Brian Chapman 
    chapman at sco.COM
       
    Tue May 30 06:56:21 AEST 1989
    
    
  
In article <1193 at rel.eds.com>, bob at rel.eds.com (Bob Leffler) writes:
> 
> %makeL
> 	cc -M2le -Mt32 -O -DSYSV -DCURSES -DREGCMP -DUSG  -c main.c
> main.c
> mush.h (203): fatal error 2: out of heap space
> *** Error code 1
> Stop
Try adding -LARGE to your cc flags:
 	cc -LARGE -M2le -Mt32 -O -DSYSV -DCURSES -DREGCMP -DUSG  -c main.c
This causes cc to invoke a different set of the compiler
passes that are themselves large model, and hopefully have
a larger heap/stack.
	-- Chapman
    
    
More information about the Comp.unix.xenix
mailing list