How to set PKG_CONFIG_PATH

Posted by michael on Super User See other posts from Super User or by michael
Published on 2010-03-29T17:33:42Z Indexed on 2010/03/29 17:43 UTC
Read the original article Hit count: 533

Filed under:
|
|

Hi,

I need to build a newer version of 'gstreamer' & 'glib' in my ubuntu 8.04. So I get the source, and run './configure --prefix=/home/michael/bin; make; make install'

But what do i need to set PKG_CONFIG_PATH to in other for my another program's configure to see it?

I tried export PKG_CONFIG_PATH=/home/michael/bin/lib/pkgconfig

export PKG_CONFIG_PATH=/home/michael/bin/lib

But for some reasons, Webkit's configure still cant' find both libraries.

© Super User or respective owner

Related posts about glib

Related posts about gstreamer