Mail Archives: djgpp/1999/09/15/15:28:11
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).
> >
- Raw text -