Date: Sun, 19 Mar 2000 11:46:11 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Tero Laitinen cc: djgpp AT delorie DOT com Subject: Re: Compiling with DJGPP.... how can I speed it? In-Reply-To: <8b0l0r$7mh$1@news.kolumbus.fi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 18 Mar 2000, Tero Laitinen wrote: > I have coded one game > over 10000 lines and it takes a *long* time to compile..... How long is ``long''? The FAQ explains in section 7.1 that on a P166 it should take about 10 seconds. What CPU do you have? How much memory do you have installed? Does GCC page to disk (do you see lots of disk activity) while it compiles? If you numbers are much lower that 1000 lines/sec rate, you might have a system configuration problem.