Date: Tue, 29 Dec 1998 10:26:51 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Lynn Quam cc: djgpp AT delorie DOT com Subject: Re: djgpp performance problems? In-Reply-To: <199812290430.UAA24382@cowell> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 28 Dec 1998, Lynn Quam wrote: > I am trying to understand performance problems when I execute > a cygwin gcc compiled program under bash in an Emacs shell window, > or under the Windows NT "Command Prompt". > > Just doing: > > gcc --version > > requires 10 seconds elapsed time. Is this problem limited to the Cygnus GCC port, or does the DJGPP port included on the CD take that much time as well? If it's only the Cygnus port, you will have to write to some Cygnus-related forum, where people could help you. This forum is for discussing DJGPP ports. > The following C main program also takes 10 seconds before the > program prints any output and exits. Please try compiling it with the DJGPP port and see if the problem persists. > Is this performance problem due to the old DOS 16-bit emulation going on, > or is there some kind of 10-sec timer involved in something? There's no ``old DOS 16-bit emulation'' in the Cygnus ports, AFAIK.