Will Partain <will.partain(a)verilab.com> writes:
A compile of 21.5.8, mostly the same as a working 21.4.8,
crashes straight away in non-"-nw" cases. It is compiled
with gcc 3.2 (working 21.4.8 with gcc 3.1), and locally
compiled jpeg/xpm/png/tiff libraries.
M-x describe-installation says:
uname -a: Linux
hagrid.verilab.com 2.4.9-31smp #1 SMP Tue Feb 26 06:55:00 EST 2002
i686 unknown
./configure '--prefix=/our/.-ark-deploy/xemacs--21.5.8'
'--with-database=berkdb' '--with-xpm' '--with-png'
'--with-jpeg' '--with-tiff' '--without-mule'
'--without-dragndrop' '--without-cde' '--without-ldap'
'--error-checking=none'
More data points.
I can further report: *without* --error-checking=none
(i.e. with default --error-checking=all), XEmacs works as
expected (but slowly, of course).
Also: 21.4.9, built in an identical environment, works as expected
(same compiler, same libraries, etc.).
Will