This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libgcj.dll for MingW GCJ 3.4
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: java at gcc dot gnu dot org
- Date: 09 Aug 2003 13:03:00 -0600
- Subject: Re: libgcj.dll for MingW GCJ 3.4
- References: <2X4YUSWUHBZUO2WYTJ2ZC964DVHB.3f34aab6@d7500>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
Mohan> Here is my attempt to make MingW GCJ 3.4 create
Mohan> small executables which require libgcj.dll at runtime.
Nice work!
It would be cool to get this into our build system directly. I
re-read Anthony's instructions, and it doesn't really look that hard.
It looks like just passing a few -Wl options to the link command.
Tom