This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] [MinGW]: Don't add dll[im/ex]port attributes to libgcj, unless dll build
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: java-patches at gcc dot gnu dot org, Danny Smith <dannysmith at users dot sourceforge dot net>
- Date: 11 Nov 2003 22:54:22 -0700
- Subject: Re: [PATCH] [MinGW]: Don't add dll[im/ex]port attributes to libgcj, unless dll build
- References: <4VRB63IFKJ31CBLITO3ED9897HC2Y.3fb1cb7f@p733>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
Mohan> Conceivably, this could be done now by checking for
Mohan> --enable-shared at configure time, but this seems like more
Mohan> trouble than it's worth at this stage of the game, since I
Mohan> don't see a DLL build under Windows for a long time to come. I
Mohan> don't know what your take on this is.
Eventually someone will resurrect AG's instructions on how to do this,
and implement them in libgcj. Isn't that the only barrier?
Tom