Hi, On Sun, Apr 14, 2002 at 02:52:19PM +0200, Matteo wrote: > I tried to intall the new sane-frontends and sane-backends-1.0.7 bur > when I run ./configure append: > checking whether GIMP plug-in... yes > checking for gcc no > checking for cc no > configure: error: no acceptable cc found in $PATH > > What does it mind?
You need a C-compiler to compile SANE. If your C-compiler's name is different from "gcc" or "cc" you can start configure like this: CC="cc_name" ./configure If this is not your problem (e.g. there is gcc or cc in your path), please provide more information about your operating system and platform. Bye, Henning
