Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2000 15:24:18 -0800
From:      Alfred Perlstein <bright@wintelcom.net>
To:        Zero Sum <count@shalimar.net.au>
Cc:        Jamie Heckford <heckfordj@psi-domain.co.uk>, Mike Eldridge <diz@cafes.net>, freebsd-questions@FreeBSD.ORG
Subject:   Re: setting -l paths in gcc
Message-ID:  <20001122152418.T18037@fw.wintelcom.net>
In-Reply-To: <00112309552601.05065@shalimar.net.au>; from count@shalimar.net.au on Thu, Nov 23, 2000 at 09:55:26AM %2B1100
References:  <Pine.LNX.4.10.10011221239570.12999-100000@mail.cafes.net> <00112218595800.00214@freefire.psi-domain.co.uk> <20001122111400.N18037@fw.wintelcom.net> <00112309552601.05065@shalimar.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
* Zero Sum <count@shalimar.net.au> [001122 14:55] wrote:
> 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?

afaik you're confused.

-- 
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
"I have the heart of a child; I keep it in a jar on my desk."


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?20001122152418.T18037>