From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1288 invoked by alias); 7 Aug 2006 09:48:07 -0000 Received: (qmail 951 invoked by uid 48); 7 Aug 2006 09:47:49 -0000 Date: Mon, 07 Aug 2006 09:48:00 -0000 Message-ID: <20060807094749.949.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/26881] [4.1/4.2 Regression] internal compiler error in dwarf2out_finish In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "stephan at s11n dot net" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-08/txt/msg00471.txt.bz2 List-Id: ------- 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