At 07:22 AM 4/26/01 -0400, Craig Lanning wrote:
I have been poking around trying to get the MinGW (-mno-cygwin) port
working again and found the following error while running the command
'./xemacs -nd -batch -l /xemacs/xe-21-4/src/../lisp/update-elc.el':
Error before initialization is complete!
Fatal error: assertion failed, file eval.c, line 1879, abort()
Does anyone have any idea about what is happening, where I should
look, or what I should do to get more info?
Craig, I think this is probably the gcc bug that was introduced recently -
we try and fix up include paths based on -print-file-name=libc.a - but this
is currently broken. Things seemed to work ok for me by explicitly
including the right thing:
make extra_includes='-I/usr/include/mingw -I/usr/include'
andy