[sane-devel] compiling backends - error

Henning Meier-Geinitz henning@meier-geinitz.de
Tue, 29 Jan 2002 18:20:52 +0100


Hi,

On Tue, Jan 29, 2002 at 02:01:04PM +0100, Frank Coldewe wrote:
> when I try to compile sane and do ./configure I get these errormassage:

This is durieng compilation (make) not during the run of configure, is
isn't?

> In file include from cannon.c 181
> cannon -scsi.c :In Funktion ` set_densytiy_curve:
> 
> .
> .
> .
> gcc internal  compiler error programm gcc1 got fatal signal 15
> 
> any idea why this massage appers..?

Internal compiler errors usually occur when the compiler or the
hardware is buggy (e.g. faulty RAM). Which compiler and operating
system/distribution do you use? Does it always stop at the same file
(try make clean; make)?

Usually it's signal 11 (segmentation fault, see
http://www.bitwizard.nl/sig11/). Sig 15 is sigterm, so it looks like
gcc got a "kill" from something else?

At least I'm pretty sure that it's not related to SANE directly.

bye,
  Henning