Simon Josefsson <jas(a)pdc.kth.se> writes in xemacs-beta(a)xemacs.org:
Build from a fresh directory. If I can provide more details, please
let me know. Sorry, gcc/egcs isn't installed on the machine. It says
"Memory fault", but the machine has plenty of RAM.
"Memory fault" is not an out of memory error. I don't think the lack
of gcc/egcs matters.
I can't find the iflFormatLex.c++ file, perhaps it's some
external
library failing. Any ideas?
Reading symbols from /usr/lib32/libiflTIFF.so...done.
Reading symbols from /usr/lib32/libiflJFIF.so...done.
Reading symbols from /usr/lib32/libiflPNG.so...done.
...
Reading symbols from /usr/lib32/libifl.so...done.
These are Irix image libraries, right? IIRC we've had many problems
with them before. First off, try configuring --with-jpeg=no,
--with-png=no, and --with-tiff=no. If that doesn't crash, you might
try rebuilding those libraries with a C compiler and using them in
preference to the system versions.
Reading symbols from /usr/lib32/libCsup.so...done.
Reading symbols from /usr/lib32/libC.so.2...done.
Reading symbols from /usr/lib32/libgen.so...done.
#0 ifl_create_buffer () at iflFormatLex.c++:1416
iflFormatLex.c++:1416: No such file or directory.
(gdb) bt
#0 ifl_create_buffer () at iflFormatLex.c++:1416
Current language: auto; currently c++
Icky Poo!
(gdb)