Date: Mon, 15 Aug 94 22:37:30 EDT From: dliu AT faraday-gw DOT njit DOT edu (Dong Liu) To: "Frederick W. Reimer" Subject: Re: djgpp 1.12 no enough memory References: Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, wrh AT placer1 DOT wimsey DOT com Mailer: VM 5.32 (beta) for GNU Emacs 18.59.5 Thanks! device=c:\emm386.exe RAM frame=none solved the my not enough memory problem. But there is still a problem for me, it seems that gcc print its error message via stderr and the popen() function doesn't redirect stderr, so I still can't got the error message into a buffer to parse. Is there any way I can do something like "make >& errfile" in MSDOS?.