attempt to send plain text email.
Jeff Sturm
jsturm@one-point.com
Thu Feb 27 18:44:00 GMT 2003
On 2003年2月27日, Mohan Embar wrote:
> > > building GCC on MingW is not an easy task. Contrast this to the
> > > speed (~3 hours) at which I can build the cross-compiler and native
> > > compiler on Linux and it is no contest.
> >
> >I wonder why that is.
>> I'm not incriminating Windows. The Visual Studio command-line equivalents
> of make, gcc, etc. scream on Win32. It probably has to do with MSYS
> (the MingW bash equivalent) having to translate POSIX pathnames before
> feeding them to Win32 processes it spawns or something like that. Ranjit
> or some MSYS guru could explain this better than me.
Though I've never attempted a build on MSYS, I discovered some time ago
that Cygwin builds are painfully slow. I traced it to the stat() call.
Whatever cygwin.dll was/is doing to emulate stat() involves kernel and
subsystem activity, noticable by watching the System and LSASS.EXE tasks
during a build.
Maybe this has changed, I build on win32 very infrequently.
Jeff
More information about the Java
mailing list