Date: Thu, 23 Nov 2000 09:55:26 +1100 From: Zero Sum <count@shalimar.net.au> To: Alfred Perlstein <bright@wintelcom.net>, Jamie Heckford <heckfordj@psi-domain.co.uk> Cc: Mike Eldridge <diz@cafes.net>, freebsd-questions@FreeBSD.ORG Subject: Re: setting -l paths in gcc Message-ID: <00112309552601.05065@shalimar.net.au> In-Reply-To: <20001122111400.N18037@fw.wintelcom.net> References: <Pine.LNX.4.10.10011221239570.12999-100000@mail.cafes.net> <00112218595800.00214@freefire.psi-domain.co.uk> <20001122111400.N18037@fw.wintelcom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 23 November 2000 06:14, Alfred Perlstein wrote: > * Jamie Heckford <heckfordj@psi-domain.co.uk> [001122 10:56] wrote: > > The problem is I am trying to install Imlib2. > > > > the configure script checks for -lttf, and when it can't find it complains that > > libttf is not installed, which I do have installed under > > /usr/local/lib/libttf.so. > > > > when i type gcc -lttf it complains: > > > > /usr/libexec/elf/ld: cannot find -lttf > > > > How do i set -lttf to point at the /usr/local/lib/libttf.so so the configure > > script finds it?? > > adding -L/usr/local/lib to the LDFLAGS variable should work. > Won't that look for /usr/local/lib/libttf.a ? Is there some confusion about static and dynamic loading here? Or am I confused? Geoff -- count@shalimar.net.au Nihil curo de ista tua stulta superstitione To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00112309552601.05065>