This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Problems using libswt.a and multiple jars
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: <java at gcc dot gnu dot org>
- Date: Thu, 21 Aug 2003 13:13:51 +0200
- Subject: Problems using libswt.a and multiple jars
I would very much like to use libswt.a, but there appears
to be a problem as soon as I compile in more than one other
.jar. This manifests itself as a segmentation fault in this
case, and in others I get oodles of error messages that
the SWT stuff can't be found.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12006
Øyvind