Re: [Sablevm-developer] linking with java-lang
Brought to you by:
egagnon
From: Etienne M. G. <eti...@uq...> - 2001-09-17 04:27:21
|
Hi Ian, I am guilty of not trying to link the different libraries. You should try moving src/unused/jni/dtoa.c to src/java-lang/dtoa.c, then adding dtoa.c in Makefile.am. Let me know if this helps, so that I go and fix the classpath extraction scripts. If you have similar problems, you can always look in the src/unused directory for missing struff. Another possibility is missing "-l" compilation directives (to link with system libraries) in Makefile.am. Thanks, Etienne On Sat, Sep 15, 2001 at 11:10:39PM +0000, Ian Rogers wrote: > Hi, > > Has anyone resolved the following linking problems I'm having with > java-lang: > > /home/ian/lib/sablepath-libs/libjava-lang.so: undefined reference to > `_Jv_strtod_r' > /home/ian/lib/sablepath-libs/libjava-lang.so: undefined reference to > `_Jv_dtoa' > > I think I'm up to date with everything and I've tried the > java_lang_Double.c and mprec.[ch] sources from classpath. > > Thanks, > > Ian Rogers > > _______________________________________________ > Sablevm-developer mailing list > Sab...@li... > https://lists.sourceforge.net/lists/listinfo/sablevm-developer -- Etienne M. Gagnon http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |