Re: [Sablevm-developer] linking with java-lang
Brought to you by:
egagnon
From: John L. <je...@pi...> - 2001-09-17 16:56:08
|
> Hi Etienne, > > Thanks for the pointer. dtoa.c fixed the _Jv_dtoa issue. To fix the > _Jv_strtod_r I had to define KISSME_LINUX_USER for the file > src/java-lang/java_lang_Double.c (well I altered it to a #if 1). > Shouldn't this be picked up by the configure script? Thanks again, Hmm, I think that's there because gcj was using it's own reentrant method. It should be named something else. John Leuner |