Hello Gopi,

* Gopi kumaran wrote on Wed, Nov 29, 2006 at 10:39:09AM CET:
>   I have downloaded libtool 1.5.22 to my freebsd system.Everything
>   went nice.I issued ./configure;make;make install.
>   My problem is that i downloaded libtool since it is necessary for
>   Guile(necessary for SDL).when i run ./configure for guile still it
>   says 
>   checking for lt_dlinit in -lltdl...no
>   configure:error: libltdl not found.see README

Look in config.log, where you may find more information about the error.
I assume you simply need
   ./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib

in order to find the installed library (and the header files as well).

Cheers,
Ralf


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to