From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19134 invoked by alias); 2 Aug 2008 17:02:49 -0000 Received: (qmail 19126 invoked by uid 22791); 2 Aug 2008 17:02:48 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 02 Aug 2008 17:02:31 +0000 Received: from localhost.localdomain ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1KPKUt-0004cP-Ty; Sat, 02 Aug 2008 17:02:28 +0000 Message-ID: <4894931C.FDF892C1@dessent.net> Date: Sat, 02 Aug 2008 17:02:00 -0000 From: Brian Dessent Reply-To: gcc-help@gcc.gnu.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: Gaurav Jain CC: gcc-help@gcc.gnu.org Subject: Re: Error Compiling GCC on Solaris 10 / x86 References: <42f6506e0808020759qa4d7022xcecf10e7bbeab020@mail.gmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00011.txt.bz2 Gaurav Jain wrote: > The configuration options I've used are: > ./configure I recommend you follow the advice of the installation instructions and build in a separate directory outside of the source directory. > The bootstrap compiler being used is GCC 3.4.3, configured using GNU > as and Sun ld. If you're using the Sun linker then you shouldn't also be telling gcc that you're using the GNU linker, i.e. remove --with-gnu-ld. Brian