Chris Tessone <tessone(a)imsa.edu> writes:
> Okay, new errors now. I've tried all of the things suggested in this
> string, compiling in this manner:
>
> $ ./configure --compiler=cc --with-gnu-make --cflags="-g
> -fno-schedule-insns" --with-site-lisp=yes --debug
> $ make
This can't work (I think). sun cc doesn't take -fno-schedule-insns as
an option. Which cc are you using (try 'cc -V' and 'which cc')? Can
you post the complete Install file?
Dumb question: have you tried plain ./configure && make ? You might
want to try '--gung-ho' as well.
the backtrace sure looks funny. XEmacs dies while trying to kill
itself... but I don't see why that happens in the first place.
> #3 0xef2b4610 in _kill ()
> #4 0xef27963c in abort ()
> #5 0x60bd4 in assert_failed (file=0x1f1ca0 "elhash.c", line=436,
> expr=0x1f1d78 "gc_in_progress") at emacs.c:2608
> #6 0x5affc in ht_copy_to_c (ht=0x331a40, c_table=0xefffcca8) at elhash.c:436
> #7 0x5ba2c in Fgethash (key=17, hashtable=540219968, default_=539782852)
> at elhash.c:703
> #8 0xf1a60 in image_instantiate (specifier=540198144, matchspec=539782852,
> domain=540246016, instantiator=-2144198768, depth=1) at glyphs.c:2103
[snip]
> #21 0x600b8 in Fkill_emacs (arg=1) at emacs.c:2187
> #22 0x68e30 in funcall_recording_as (recorded_as=-1607373788, nargs=1,
> args=0xefffda00) at eval.c:3197
Gunnar