------- Comment #15 from stephan at s11n dot net 2006-08-07 09:47 ------- (In reply to comment #12) > This bug prevents the current release of the Globus toolkit > (www.globus.org) from compiling.
A semi-workaround for getting SpiderMonkey to build is to export the BUILD_OPT=1 environment variable. This tells the SpiderMonkey makefile to turn off debugging, which causes the error to disappear. The down-side is that the library is then built to another directory, so you may have to change your Makefiles to accommodate finding the .so file in another place. For example, on my machine it is output to js/Linux_All_OPT.OBJ/. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26881