libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problems in libtool


From: Ralf Wildenhues
Subject: Re: problems in libtool
Date: Wed, 29 Nov 2006 21:17:34 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]