Date: Sun, 12 Oct 1997 13:55:17 +0200 (IST) From: Eli Zaretskii To: andrewc AT rosemail DOT rose DOT hp DOT com cc: djgpp AT delorie DOT com Subject: Re: PGCC Question In-Reply-To: <199710092029.AA132418957@typhoon.rose.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 9 Oct 1997, Andrew Crabtree wrote: > Nope. 1 line in the host machine macro file. Its in my sources now > (next binary pgcc release will have it), > should be in pgcc in a week, and egcs and gcc sometime down the road. Great. And while we are at that, is it possible to also prevent that stupid "Bad command or filename" message from being printed when you invoke GCC with -dm switch? I think it tries to invoke a program named `ps' to get some info about used resources, but DOS doesn't have it. Either stop it from calling `ps' and printing the info it returns, or maybe try to get the same info in another way. Thanks.