From jan  Tue Jul 13 10:35:01 1999
Received: by swi.swi.psy.uva.nl (8.9.3/8.9.3) id KAA04675;
	Tue, 13 Jul 1999 10:35:01 +0200 (MET DST)
Date: Tue, 13 Jul 1999 10:35:01 +0200 (MET DST)
Message-Id: <199907130835.KAA04675@swi.swi.psy.uva.nl>
From: Jan Wielemaker <jan>
Subject: Re: Compile problems of SWI-Prolog 3.2.8 for alpha-osf4.0 
To: Gernot Salzer <salzer@logic.at>
In-Reply-To: Gernot Salzer's message of Mon, 12 Jul 1999 16:13:06 +0200
Cc: prolog

Gernot,

[ crossposted to prolog mailing list.
  Concerns: OSF1 alpha.logic.tuwien.ac.at V4.0 878 alpha
       gcc: egcs-2.91.57 19980901 (egcs-1.1 release)
] 

Got it.  It is a bug in egcs, miscompiling compile_term_to_heap(),
notably the addUnalignedBuffer() macro.  The solution is rather simple:

	./configure
	make
	<crash>
	rm pl-rec.o
	make COFLAGS=

	Regards --- Jan


