From: pavenis AT lanet DOT lv Message-ID: To: DavMac AT iname DOT com (Davin McCall), djgpp AT delorie DOT com Date: Wed, 15 Sep 1999 21:24:27 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Program hangs gpp In-reply-to: <37df69a9.23311079@newsserver.cc.monash.edu.au> X-mailer: Pegasus Mail for Win32 (v3.12a) Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 15 Sep 99, at 9:42, Davin McCall wrote: > Hmm, never mind. It seems *any* program takes to ages to compile... > must be because of the gcc upgrade that I hadn't noticed until now. Only related thing I can imagine is that You have root directory of some drive on DOS path. Please try to remove it and see if this helps. Also You can try adding command line option -v to see which exactly component "is sleeping". Most likely it's collect2.exe (due to bug in collect2 which will be fixed in port of gcc-2.95.1 when it will be released. > > >Just mucking around with C++ recently, and noticed that the following > >short program takes *ages* for gpp to compile (without optimization or > >anything, command line: gpp -o test.exe test.cpp). > >