This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: win32: Why exports of JNI_* symbols from _exe_ files
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Danny Smith <danny_r_smith_2001 at yahoo dot co dot nz>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 4 Aug 2003 21:22:16 -0400 (EDT)
- Subject: Re: win32: Why exports of JNI_* symbols from _exe_ files
On Tue, 5 Aug 2003, [iso-8859-1] Danny Smith wrote:
> Is there a reason for these symbols always to be exported from
> .exe file?
Probably no good reason.
When jni.o is built, how can it know if its final destination is a
.exe or .dll?
Jeff