This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: libgcj, Win32 & dll's
- To: Jeff Sturm <jsturm at sigma6 dot com>
- Subject: Re: libgcj, Win32 & dll's
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Thu, 13 Jan 2000 15:10:03 -0800 (PST)
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <38752413.EF685A4A@sigma6.com>
I'm way, way behind on my email. I only remembered this message
because of Bryce's reply :-(
>>>>> "Jeff" == Jeff Sturm <jsturm@sigma6.com> writes:
Jeff> BUT... all of libgcj is static-linked so far. Libtool has no
Jeff> idea how to build a shared library on Win32, so I attempted to
Jeff> convert libgcj.a into libgcj.dll somehow, knowing nothing about
Jeff> DLLs in the process.
I thought libtool could do this. In fact I thought Ian wrote a bunch
of changes to libtool specifically so that it could do this. Maybe
this code doesn't work right now? I admit I haven't kept up with it;
I rarely develop for Windows.
Tom