Received: by ATHENA-PO-2.MIT.EDU (5.45/4.7) id AA20033; Sun, 30 Jul 89 16:20:40 EDT
From: <rap@ATHENA.MIT.EDU>
Received: by ATHENA.MIT.EDU (5.45/4.7) id AA02747; Sun, 30 Jul 89 16:20:42 EDT
Received: by MORPHEUS.MIT.EDU (5.60/4.7) id AA02041; Sun, 30 Jul 89 16:20:29 EDT
Date: Sun, 30 Jul 89 16:20:29 EDT
Message-Id: <8907302020.AA02041@MORPHEUS.MIT.EDU>
To: bgardner@ATHENA.MIT.EDU
In-Reply-To: <bgardner@ATHENA.MIT.EDU>'s message of Fri, 28 Jul 89 23:43:57 -0400 <8907290343.AA01212@PINK.MIT.EDU>
Subject: Argh!!!

   From: <bgardner@ATHENA.MIT.EDU>
   Date: Fri, 28 Jul 89 23:43:57 -0400

      Any ideas on a way around this? I must have too many
   libraries to fit in virtual memory.

   gcc -c -g -DNDEBUG=0 -DMSGDEBUG=1 -DFOLDER_DEBUG=0 -DAlMHfold_DEBUG=0 -DMY_DEBUG
   =1 -DMOTIF -Dconst= new_rsedit.c -I/afs/athena/mit/argus/src/bgardner -I/afs/ath
   ena/mit/argus/src/working/ansi-include -I/afs/athena/mit/argus/src/working/inclu
   de -I/afs/athena/mit/argus/src/working/src -I/afs/athena/mit/motifdev/include
   new_rsedit.c: In function create_rsedit:
   new_rsedit.c:1807: Virtual memory exhausted.
   *** Exit 1

   Stop.

Is this the whole compile line?  If so, there doesn't appear to be any
library references so that's probably not the problem.  A few things to try:

- of course, killing any useless things in the background like xclock and
extraneous xterms.

- try breaking the file into smaller ones, an 1807+ line source file can be
memory intensive when compiling.

- get a new job.


	__Rich.
