Sunday, July 20, 2008

Note to self: pkgconfig

If using macports sandbox pkgconfig in /opt/local/lib/pkgconfig and also installing packages to the usual place (/usr/local/lib) then set the PKG_CONFIG_PATH

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
because it will save a world of pain.

0 comments: