This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/27823] Found a problem with the JNI methods declared and implemented
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jun 2006 17:48:10 -0000
- Subject: [Bug libgcj/27823] Found a problem with the JNI methods declared and implemented
- References: <bug-27823-12755@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from tromey at gcc dot gnu dot org 2006-06-14 17:48 -------
I haven't looked at this since my last comment.
Your workaround is fine, you didn't break anything.
A real fix would have to work differently though.
Perhaps we should always compile these functions but just
have them throw exceptions if the libraries are not available.
Or perhaps the checking script should be smarter. I'm not sure.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27823