Microsoft C compiler -- memory usag

loafman at convex.UUCP loafman at convex.UUCP
Sat Apr 9 07:23:00 AEST 1988


/* Written  8:23 am  Apr  7, 1988 by chang at premise.Sun.COM */
/* ---------- "Microsoft C compiler -- memory usag" ---------- */

The problem: 
	I'm getting "Out of near heap space" and "Out of far heap
space" errors during my compiles.  My individual source files are not
that big (max 25 K), although I do run nested makes, and have one large
                                       ^^^^^^
I'm using ndmake 5.0; Microsoft's make just doesn't make it :-)

/* End of text from convex:comp.lang.c */

Nested makes are taking up most of the room you have left.  I'm also
running ndmake (very pleased), but had to give up on nested operations
because of the high overhead of nesting in a small birdhouse.

---
Kenneth W. Loafman @ Convex Computer Corp
USPSnail:   701 North Plano Rd, Richardson TX 75083-3851
UUCP:	    {allegra,ihnp4,uiucdcs,ctvax}!convex!loafman
CompuServe: 72345,233              Phone: (214) 952-0829



More information about the Comp.lang.c mailing list