[sane-devel] gimp not supported by xscanimage?

Oliver Schwartz Oliver.Schwartz@gmx.de
Wed, 23 Jan 2002 23:25:10 +0100


Hi,

> After installing "gimp-devel-1.2.1-31" ./configure produces following
> output: ...
> checking for libgimp/gimp.h... (cached) no
> checking for libgimp/gimpfeatures.h... (cached) no

> gimp.h and gimpfeatures.h can be found at /usr/include/libgimp/. I even
> placed this path into /etc/ld.so.conf. But after "ldconfig" the required
> files are still not found.
>
> How can I force configure to use the right path to the gimp header files?

It's still using cached values during configure. Try to remove the cache file 
(config.cache) and run configure again. 

The paths you place in /etc/ld.so.conf are only used for linking, not for 
finding any header files. They should be detected automatically by configure.

Regards,

Oliver