Re: How can I supply two library directives?

Julian Coleman (J.D.Coleman@newcastle.ac.uk)
Mon, 16 Feb 1998 17:06:15 +0000 (GMT)

Rod Troch wrote:
> Those two rpms are now installed. But when I give the './configure'
> command to sane it fails to see glib and gdk libraries. For example,

> 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