From: Ben H. <tr...@gr...> - 2003-09-01 05:57:05
|
Hi, Please forgive the out-of-order reply, I'm not actually on the mailing list but just reading it through the archives. On Sun, Aug 31 at 13:28, Lutz <lutz@us...> wrote: > On Sun, 2003-08-31 at 19:41, Ben Hartshorne wrote: > > I also tried it with PKG_CONFIG_PATH set to /usr/local/lib/pkgconfig, > > but to no avail. > =20 > This should work. What does "pkg-config --modversion libexif" say? ben@ibook-laptop ~$ pkg-config --modversion libexif Package libexif was not found in the pkg-config search path. Perhaps you should add the directory containing `libexif.pc' to the PKG_CONFIG_PATH environment variable No package 'libexif' found ben@ibook-laptop ~$ PKG_CONFIG_PATH=3D/usr/local/lib ben@ibook-laptop ~$ pkg-config --modversion libexif Package libexif was not found in the pkg-config search path. Perhaps you should add the directory containing `libexif.pc' to the PKG_CONFIG_PATH environment variable No package 'libexif' found ben@ibook-laptop ~$ PKG_CONFIG_PATH=3D/usr/local/lib/pkgconfig ben@ibook-laptop ~$ pkg-config --modversion libexif Package libexif was not found in the pkg-config search path. Perhaps you should add the directory containing `libexif.pc' to the PKG_CONFIG_PATH environment variable No package 'libexif' found ben@ibook-laptop ~$ echo $PKG_CONFIG_PATH /usr/local/lib/pkgconfig In other words, nothing useful. :( -ben =20 --=20 Ben Hartshorne email: be...@ha... http://ben.hartshorne.net |