Hi.

After fixing my problems with ldconfig, I can't make pkg-config work. Here is 
an example trying to configure cairo:

[EMAIL PROTECTED]:Sarge:/sources/cairo-1.0.2# ./configure --prefix=/usr
<snip>
checking pkg-config is at least version 0.9.0... yes
configure: WARNING: Could not find libpng in the pkg-config search path
configure: WARNING: "*** To run the tests
<snip>
cairo will be compiled with the following surface backends:
<snip>
and the following features:
  PNG functions: no

But:
[EMAIL PROTECTED]:Sarge:/sources/cairo-1.0.2# echo $PKG_CONFIG
/usr/bin/pkg-config

[EMAIL PROTECTED]:Sarge:/sources/cairo-1.0.2# echo $PKG_CONFIG_PATH
/usr/lib/pkgconfig

[EMAIL PROTECTED]:Sarge:/sources/cairo-1.0.2# ls /usr/lib/pkgconfig/
blkid.pc    fontconfig.pc   gmodule-export-2.0.pc     libpng12.pc
com_err.pc  freetype2.pc    gmodule-no-export-2.0.pc  libpng.pc
e2p.pc      glib-2.0.pc     gobject-2.0.pc            ss.pc
ext2fs.pc   gmodule-2.0.pc  gthread-2.0.pc            uuid.pc

# Begin /etc/ld.so.conf
/lib
/usr/lib
/usr/local/lib
/opt/lib
/usr/X11R6/lib
/usr/lib/pkgconfig  <-- I added this as a test
# End /etc/ld.so.conf


I don't know very well what to do. pkgconfig is installed, configure can find 
it, but it seems that pkgconfig can't find the installed libraries. What am I 
missing?

Thx

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to