Date: Thu, 23 Feb 1995 08:11:40 +0500 From: ld AT netrix DOT com To: djgpp AT sun DOT soe DOT clarkson DOT edu, pz7q AT virginia DOT edu Subject: Re: Memory Exhausted with RSXWDK2? > From djgpp-bounces AT sun DOT soe DOT clarkson DOT edu Thu Feb 23 01:41 EST 1995 > Mmdf-Warning: Parse error in original version of preceding line at > uvaarpa.virginia.edu > From: Ping Zhong > To: djgpp AT sun DOT soe DOT clarkson DOT edu > Date: Thu, 23 Feb 1995 01:01:40 +0000 > Subject: Memory Exhausted with RSXWDK2? > > That is: > 1. gcc -c -Wall clipview.c > 2. gcc -win -o clipview.w32 clipview.o > > I am now having problem with the second command. It keeps > telling me that memory is exhausted and can not read symbols > from libwin.a in rsxwdk\lib\libdj. The reason might be: 1. You really ran out of memory... Solution: a. get more memory ;-< b. Try to use virtual memory (Like using a 40M swap file or something.) 2. libwin.a is corrupted... Solution: a. rebuild libwin.a b. Download it again. Hope that helps, Long.