This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: security providers and ...
- From: Tom Tromey <tromey at redhat dot com>
- To: Lars Andersen <lars at rimfaxe dot com>
- Cc: java at gcc dot gnu dot org, raif at fl dot net dot au, vpuskas at eunet dot yu
- Date: 16 Aug 2002 11:06:45 -0600
- Subject: Re: security providers and ...
- References: <1029501126.26862.15.camel@lars.rimfaxe.com>
- Reply-to: tromey at redhat dot com
>>>>> "Lars" == Lars Andersen <lars@rimfaxe.com> writes:
Lars> 2: It only fails in GCJ in static compiled binaries. I have used
Lars> the GNU MD5 MessageDigest with GCJ compiled binaries, only when
Lars> i added the -static option did i get this error.
For me it fails with bytecode as well. So it isn't likely to be the
typical -static problem. I think it is just a generic bug as Raif
diagnosed.
Tom