Re: [Sablevm-developer] linking with java-lang
Brought to you by:
egagnon
From: Ian R. <ir...@cs...> - 2001-09-17 16:13:53
|
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, Ian |