This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Taking too long
- To: bmj2001 at bellsouth dot net (Robert Mcnulty junior)
- Subject: Re: Taking too long
- From: Toshi Morita <tm2 at best dot com>
- Date: Tue, 19 Jun 2001 00:03:20 -0700 (PDT)
- Cc: gcc-help at gcc dot gnu dot org
> This is taking too long on Windows 98.
> Is there any way of cutting the time in half to compile?
> I have been at this for two-three hours, and its still on stage 2 building
> the c++ compiler
The Win98 filesystem is known to be glacially slow.
You should try to avoid compiling under this filesystem.
Toshi