[kaffe] Problem with configuration
Kiyo Inaba
inaba at src.ricoh.co.jp
Sat Jul 12 02:46:42 PDT 2008
>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
More information about the kaffe
mailing list