Date: Sat, 27 Feb 1993 18:09:19 -0500 From: tomla AT is DOT morgan DOT com (Tom Lane) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Error: out of conventional memory I'm having a problem compiling a moderately large C file with gcc. gcc -I../include -c -ofoo.o foo.c produces the message Error: out of conventional memory foo.c is about 2500 lines. I'm compiling on a Compaq 386/20e with 640K conventional memory and 4096K extended memory. I'm running DOS 3.31. I have about 12M available on disk. Seems to me there should be plenty of room. Any ideas?