From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24103 invoked by alias); 10 Mar 2008 23:06:31 -0000 Received: (qmail 24016 invoked by uid 48); 10 Mar 2008 23:05:48 -0000 Date: Mon, 10 Mar 2008 23:06:00 -0000 Message-ID: <20080310230548.24015.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/35531] Assembler failure while compiling libgcc In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bfriesen at simple dot dallas dot tx dot us" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-03/txt/msg00728.txt.bz2 ------- Comment #3 from bfriesen at simple dot dallas dot tx dot us 2008-03-10 23:05 ------- By using 'as' and 'ld' from binutils-2.18, I have achieved a successful compile. Using gas and the system linker was not sufficient since it resulted in the same error. Based on past experience, I don't have a lot of faith in GNU ld under Solaris. Has it substantially improved? The final configuration incantation is: /home/bfriesen/src/gnu/gcc-4.3.0/configure --program-suffix=-4.3.0 --enable-shared --enable-threads --enable-version-specific-runtime-libs --with-gnu-as --with-as=/usr/local/lib/binutils-2.18/bin/as --with-ld=/usr/local/lib/binutils-2.18/bin/ld --enable-languages=c,c++ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35531