> So, how can I pass two library directories to configure?
I had the same problem.  I have gtk/gimp installed in /usr/local.  To
get configure to spot them, I used :
CFLAGS=-I/usr/local/include CPPFLAGS=-I/usr/local/include LIBS=-L/usr/local/lib ./configure
and that worked fine.  So, just add the relevant path names and you should be
OK (if you pass mulitple directories, remember to quote the group).
J
-- 
    1024/55A5BC19        0F 3F 62 56 18 10 8B 84  43 8F F4 94 93 37 76 AA
S.E.P.
--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com