- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] set the PKG_CONFIG_PATH variable
- From: Erik de Castro Lopo <mle+slug@xxxxxxxxxxxxx>
- Date: Mon, 10 Nov 2008 10:37:15 +1100
- Organization: Erik Conspiracy Secret Labs
- Reply-by: Fri Mar 4 18:43:51 EST 2000
- Reply-to: slug@xxxxxxxxxxx
Voytek Eymont wrote:
> I'nm trying to install backlevel rrdtool but get a missing
> freetype2.pc [1]
Does your distribution not have a precompiled package? I know
Debian and Ubuntu have rrdtool packages.
> I've found I have
> # locate freetype2.pc
> /usr/lib/pkgconfig/freetype2.pc
>
> how do I 'set the PKG_CONFIG_PATH variable to point to its location' ?
> is that on a './configure' line, or, does it get set in some file ?
You shouldn't need to because the one you have is already in a standard
location. Do
pkg-config --list-all | grep freetype
and it should be listed.
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, you blow away your whole leg!"
-- Bjarne Stroustrup