Re: Kaffe (ARM Cross-Compile using GNU EABI)
Dalibor Topic <[email protected]> Wed, 06 Feb 2008 15:24:44 +0100
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
Leandro Galvez wrote: > Hi again, > > Tried using Kaffe from CVS today, but this time I was not even able > to complete configuration stage. It game me the error below: > checking for ltdl.h... no > configure: error: Can't find the ltdl.h header file from the libltdl > library The required libraries on CVS head have changed. See FAQ/FAQ.requiredlibraries for the current list (zziplib, libltdl, classpath, etc.). Make sure you've cross compiled the required libraries first, and then pass them on to kaffe using --with-includes and --with-libs. cheers, dalibor topic