This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: javax.crypto
- From: Marco Trudel <mtrudel at gmx dot ch>
- To: David Daney <ddaney at avtrex dot com>
- Cc: GCJ <java at gcc dot gnu dot org>
- Date: Fri, 22 Sep 2006 08:55:08 +0200
- Subject: Re: javax.crypto
- References: <4511895D.2090509@gmx.ch> <45118BA7.2040300@avtrex.com>
David Daney wrote:
Marco Trudel wrote:
Hello list
I use a --disable-shared GCJ, built two days ago (revision 117030)...
I suspect that --disable-shared is causing your problems. Static
linking of libgcj can cause problems if you are not very careful.
Take a look at the Wiki:
http://gcc.gnu.org/wiki/Statically_linking_libgcj
David Daney
Is there a similar way to enforce that MessageBundles get pulled into
the final executables? I can't think of one, but you never know...
thanks
Marco