internal compiler error: gcc 4.1
Status: Beta
Brought to you by:
sgbeal
The source tree apparently fails to compile under gcc
4.1.0 and 4.1.1 on Linux platforms. A bug has been
filed against gcc:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28379
This bug will be closed when that one is.
A workaround is to use the CVS version of SpiderApe
from 13.July.2006 (or later) and export the environment
variable BUILD_OPT=1 before running 'make'. This will
enable a change in the SpiderMonkey makefiles and
enable a kludge in our makefiles to accommodate
SpiderMonkey's different build behaviour with that flag
set.