check /usr/lib/pkgconfig/ and /usr/local/lib/pkgconfig/ for a file named "imlib2.pc"
look for the line that says prefix=...
add the PREFIX/bin directory to your PATH environment variable, e.g. if its says prefix=/usr/local, add /usr/local/bin to your path like:
export PATH=$PATH:/usr/local/bin
Last edited by dsyd; 02-04-2005 at 06:39 PM.
|