This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [Fwd: Re: GCJ/MinGW Build Efforts Update: Builds, But CompilerGives Errors]
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Ranjit Mathew <rmathew at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 27 Aug 2002 23:48:40 -0400 (EDT)
- Subject: Re: [Fwd: Re: GCJ/MinGW Build Efforts Update: Builds, But CompilerGives Errors]
On Tue, 27 Aug 2002, Ranjit Mathew wrote:
> -rwxr-xr-x 1 rmathew Administ 1816576 Aug 27 2002 a.exe
>
> This still *is* a lot and I must figure out what I can
> do about it (if at all). :-(
It is so large because it includes big portions of the gcj runtime
library.
One way around it is to make shared builds work on libgcj/mingw, such
that the runtime would be contained in a single large libgcj.dll.
Jeff