Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2006 14:03:05 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        "Aaron P. Martinez" <ml@proficuous.com>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: ltdl library problems
Message-ID:  <10621736-0014-4440-B2C9-8625D07F0155@mac.com>
In-Reply-To: <452EAA28.9060507@proficuous.com>
References:  <452EAA28.9060507@proficuous.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Oct 12, 2006, at 1:48 PM, Aaron P. Martinez wrote:
> I am trying to compile a program called gyachi on my freebsd 6.1  
> machine and am having a ton of problems.  I consulted the gyachi  
> forums but most people there are running on one flavor of linux or  
> another, nobody has it on freebsd that i can tell, so now i am  
> turning here.
> at first my configure would stop at alsa, even though i have the  
> linux-compatible alsa programs, so then i used the --with-esd  
> switch and now i'm getting stopped with the following error:  
> checking for lt_dlopen in -lltdl... no configure: error: cannot  
> find ltdl library I have libtool installed and and under /usr/local/ 
> lib i have: libltdl.a libltdl.la libltdl.so libltdl.so.4 I tried  
> using the --with-libintl-prefix switch like so: ./configure -- 
> enable-esd --with-gnu-ld --with-libintl-prefix=/usr/local it's  
> still not finding it, same error again.

Assuming you use a Bourne-compatible shell, try:

	LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include ./configure -- 
enable-esd [ ... ]

If you use csh, use setenv to export the above variables.

-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10621736-0014-4440-B2C9-8625D07F0155>