Re: Bug in pkg-config 0.7.0
Status: Beta
Brought to you by:
lotr
|
From: Havoc P. <hp...@re...> - 2001-07-10 17:54:02
|
Chema Celorio <ch...@xi...> writes: > pkg-config is looking in /usr/lib/pkg-config. > > Try this : > > [chema@sarados chema]$ pkg-config --debug > Scanning directory '/usr/lib/pkg-config' > Ignoring file '.' in search directory; not a .pc file > Ignoring file '..' in search directory; not a .pc file > File 'ORBit.pc' appears to be a .pc file > Will find package 'ORBit' in file '/usr/lib/pkg-config/ORBit.pc' > File 'libIDL.pc' appears to be a .pc file > .... > $ pkg-config --debug Scanning directory '/usr/lib/pkgconfig' Ignoring file '.' in search directory; not a .pc file Ignoring file '..' in search directory; not a .pc file File 'glib.pc' appears to be a .pc file Will find package 'glib' in file '/usr/lib/pkgconfig/glib.pc' File 'gmodule.pc' appears to be a .pc file Will find package 'gmodule' in file '/usr/lib/pkgconfig/gmodule.pc' File 'gthread.pc' appears to be a .pc file Will find package 'gthread' in file '/usr/lib/pkgconfig/gthread.pc' File 'libxml.pc' appears to be a .pc file Will find package 'libxml' in file '/usr/lib/pkgconfig/libxml.pc' File 'libefs.pc' appears to be a .pc file Will find package 'libefs' in file '/usr/lib/pkgconfig/libefs.pc' File 'libxml-2.0.pc' appears to be a .pc file Will find package 'libxml-2.0' in file '/usr/lib/pkgconfig/libxml-2.0.pc' File 'gnome-vfs-2.0.pc' appears to be a .pc file Will find package 'gnome-vfs-2.0' in file '/usr/lib/pkgconfig/gnome-vfs-2.0.pc' Must specify package names on the command line $ pkg-config --version 0.7.0 Something weird is going on. ;-) Havoc |