>>>> "Thomas" == Thomas H Olsen
<tolsen(a)nas.nasa.gov> writes:
Thomas> In the past, I've successfully built XEmacs
Thomas> versions 21.4.9 & 21.5-b9. However, I cannot build them
Thomas> anymore without --pdump. If I compile with --pdump I get
Thomas> an executable. However, when I try to run the executable
Thomas> I get a core dump immediately. They run fine in a
Thomas> terminal (i.e. xemacs -nw).
Thomas> #0 0x0fa460b8 in kill () at regcomp.c:637
Thomas> 637 regcomp.c: No such file or directory.
Thomas> in regcomp.c
Thomas> (gdb) where
Linking is busted somehow; there is no such file as regcomp.c in
XEmacs and we provide our own regexp routines. XEmacs should
therefore not be calling anything like that.
You seem to be building your own libjpeg, libpng, and zlib libraries;
try building XEmacs with --with-jpeg=no --with-png=no, and/or
rebuilding those libraries.
This is a long shot, but at least if it pans out we have an idea where
to look.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
My nostalgia for Icon makes me forget about any of the bad things. I don't
have much nostalgia for Perl, so its faults I remember. Scott Gilbert c.l.py