SimpleDateFormat
- -
decuplo@yahoo.com
Thu Jun 19 13:09:00 GMT 2008
I compiled the code with --static and without --static both the generated
code presents the same crash.
I think that the previous proposal of Andew is good (to submit in mingw
forum the fault) I did that in order to see if someone could reproduce /correct there.
But if the fault happens also in orher architectures (Ben replay)
probably the fault is present in main tree...
x10
--- On Thu, 6/19/08, Andrew Haley <aph@redhat.com> wrote:
> From: Andrew Haley <aph@redhat.com>
> Subject: Re: SimpleDateFormat
> To: "Ben Gardiner" <BenGardiner@nanometrics.ca>
> Cc: "- -" <decuplo@yahoo.com>, java@gcc.gnu.org
> Date: Thursday, June 19, 2008, 2:56 PM
> Ben Gardiner wrote:
>> > I had this crash with 4.3.0 cross compiled for
> powerpc; the crash
> > occurred only when I statically linked my executable
> with
> > -static-libgcj. It turned out to be a missing
> resource. To fix this
> > problem, I created an archive that had all the
> *properties*.o objects
> > from libgcj.a (I called it libgcj_properties.a) and
> linked it with my
> > application using '-Wl,--whole-archive
> -lgcj_properties
> > -Wl,--no-whole-archive' before the
> '-static-libgcj'.
>> Thank you. This definitely sounds right: fallout from the
> fact that we
> *still* can't dynamically link on mingw. :-(
>> Andrew.
More information about the Java
mailing list