This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
I can make your gcj-compiled binaries much smaller.
Adam Megacz writes:
>
> "Erik Poupaert" <erik.poupaert@chello.be> writes:
> > If that means that every executable becomes exe + libgcj.dll, and that you
> > have to distribute two files instead of one, then please no.
>
> I have a plan to solve this problem, but I can't implement it until I
> get some help from Bryce.
I don't see how this can work, because you don't know what libraries
might have dependencies that they resolve by reflection. Even the gcj
startup code does this.
Andrew.