Xref: utzoo comp.mail.mush:104 comp.unix.xenix:6177 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!sco!chapman From: chapman@sco.COM (Brian Chapman) Newsgroups: comp.mail.mush,comp.unix.xenix Subject: Re: Xenix/286 problem Message-ID: <792@fiasco.sco.COM> Date: 29 May 89 20:56:21 GMT References: <1193@rel.eds.com> <106956@sun.Eng.Sun.COM> Reply-To: chapman@sco.COM (Brian Chapman) Organization: The Santa Cruz Operation, Inc. Lines: 16 In article <1193@rel.eds.com>, bob@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