From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22150 invoked by alias); 1 Jul 2009 16:42:21 -0000 Received: (qmail 22093 invoked by uid 48); 1 Jul 2009 16:42:05 -0000 Date: Wed, 01 Jul 2009 16:42:00 -0000 Message-ID: <20090701164205.22092.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: 2009-07/txt/msg00068.txt.bz2 ------- Comment #12 from bfriesen at simple dot dallas dot tx dot us 2009-07-01 16:42 ------- It seems that bugs gradually get fixed. I am successfully using GCC 4.3.3 on the same system configure like: /home/bfriesen/src/gnu/gcc-4.3.3/configure LDFLAGS='-L/usr/local/lib -R/usr/local/lib' --program-suffix=-4.3.3 --enable-shared --enable-threads --enable-version-specific-runtime-libs --with-gnu-as --with-as=/usr/local/lib/binutils-2.19/bin/as --without-gnu-ld --with-ld=/usr/ccs/bin/ld --with-cpu=opteron --enable-languages=c,c++,fortran Notice that I am using 'as' from a recent binutils release rather than the one which comes with Solaris. Unfortunately, GCC 4.4.0 is not so luckly since it once again does not work with Solaris ld. If GCC does not work with Solaris ld, then I can't use it. Bob -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35531