trying to compile 2.6 kernel
James McDonald
james
Mon May 17 11:50:00 PDT 2004
Keith Antoine wrote:
>checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... Package glib-2.0
>was not found in the pkg-config search path.
>Perhaps you should add the directory containing `glib-2.0.pc'
>to the PKG_CONFIG_PATH environment variable
>No package 'glib-2.0' found
>
do a locate *.pc and add each directory that contains pc files to your PKG_CONFIG_PATH
I had the same trouble until I added the /usr/local/lib/pkgconfig to it...
PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig
More information about the Linux-users
mailing list