Re: Problem with configuration

Kiyo Inaba <[email protected]> Sat, 12 Jul 2008 18:46:42 +0900 (JST)
Newsgroups gmane.comp.java.vm.kaffe.general
Message-ID <[email protected]>
>I tried with libtool 1.5.26 as well as 1.5.18. But getting the same
>problem.
>
...
>checking for ltdl.h... yes
>checking for library containing lt_dlcaller_register... no
>configure: error: Can't find the libltdl library.

Of course, if you don't put your old (v1.5 series) libltdl in your library
search path, the configure can not find this library. While configuring,
you have to supply proper directory lists (separated by colon) to
--with-includes, and --with-libraries.

And also, seeing 'config.log' may help you to solve what's wrong to
detect existing libraries.

Kiyo