From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29525 invoked by alias); 3 Aug 2008 03:38:03 -0000 Received: (qmail 29426 invoked by uid 22791); 3 Aug 2008 03:38:02 -0000 X-Spam-Check-By: sourceware.org Received: from col0-omc2-s8.col0.hotmail.com (HELO col0-omc2-s8.col0.hotmail.com) (65.55.34.82) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 03 Aug 2008 03:37:21 +0000 Received: from COL101-W66 ([65.55.34.73]) by col0-omc2-s8.col0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 2 Aug 2008 20:37:19 -0700 Message-ID: From: Jay To: , Subject: RE: Error Compiling GCC on Solaris 10 / x86 Date: Sun, 03 Aug 2008 03:38:00 -0000 In-Reply-To: <1217689174.6455.ezmlm@gcc.gnu.org> References: <1217689174.6455.ezmlm@gcc.gnu.org> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00015.txt.bz2 > From: gaurav=20 > To: gcc-help@gcc.gnu.org=20 > Subject: Error Compiling GCC on Solaris 10 / x86=20 > The error comes during the link of ./libgcc_s.so.1.tmp:=20=20 > /usr/sfw/bin/gld: cannot open linker script file=20=20 > ldscripts/elf_i386.xsc: No such file or directory=20=20 > collect2: ld returned 1 exit status=20=20 > The bootstrap compiler being used is GCC 3.4.3, configured using GNU=20= =20 > as and Sun ld.=20=20 Have you tried a "combined" / "Cygnus" tree? And without the -with-gnu-as/-with-gnu-ld switches?=20 A combined tree seems like a good way to add consistency and reduce ambigui= ty and make things work more automatically. The build system knows when the ld it will build will become available and = will use it then. - Jay