Re: Fwd: a bug report on make program in kaffe
Dalibor Topic <[email protected]> Mon, 21 Sep 2009 15:36:10 +0200
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
mohammad reza azadmanesh wrote: > ../../kaffe/kaffevm/constants.c:186: warning: implicit declaration of > function =91check_if_need_toswitch_words_in_jdouble=92 > constants.o: In function `readConstantPool': > /media/disk-1/tools/kaffe-1.1.9/kaffe/kaffeh/../../kaffe/kaffevm/constant= s.c:186: > undefined reference to `check_if_need_toswitch_words_in_jdouble' You need to look at the code in question to see why the code is = being built using that function, without actually declaring or building = it. cheers, dalibor topic