Date: Sun, 18 Jul 1999 11:26:41 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Leonardo A. Saravia" cc: Lista DJGPP Subject: Re: as.exe error In-Reply-To: <000001becfbe$4c500100$31ca0ac8@lyl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Please don't post in HTML. On Fri, 16 Jul 1999, Leonardo A. Saravia wrote: > as -o spatial3.o c:/djgpp/tmp\ccai0w4h > > C:\DJGPP\BIN/as.exe: Can not allocate 36000000 bytes after allocating 843776 > bytes Seems like the assembler is running out of available memory (it thought it needed to allocate 36MB of RAM!). Does your program define some very large static array or something?