--- Steven Elliot Harris <seh(a)panix.com> wrote:
Steven Elliot Harris <seh(a)panix.com> writes:
> I'll try finding where I can tell XEmacs to look elsewhere for this
> file.
I added /usr/include/noX to the site include path and got a lot
farther -- all the way to this crash:
Loading site-load...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name xemacs
.data and .bss reversed
found bss - keeping 30a5d0 of 30b800 bytes
found data - keeping 85d0 of 2bba00 bytes
writing file header
writing optional header
new data size is 5c7200, >= 5c7200
writing text header (unchanged)
writing .data header
writing following data header
copying executable up to data section ... 2788f8 bytes
dumping .data section... 85d0 bytes
padding .data ... 800 bytes
dumping .bss into executable... 30a5d0 bytes
padding .bss ... a30 bytes
dumping following data section... 2000 bytes
writing rest of file
make[2]: Leaving directory `/mnt/c/Documents and Settings/sharr/My
Documents/temp/xemacs-cvs/xemacs-HEAD/src'
./xemacs -no-packages -batch -no-autoloads -l update-elc-2.el -f
batch-update-elc-2 /home/sharr/temp/xemacs-cvs/xemacs-HEAD/src/../lisp
Fatal error (11).
Did you use the --pdump argument to configure? This is where it crashes when I
don't use it.
--Rick