From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10620 invoked by alias); 9 Aug 2008 17:58:43 -0000 Received: (qmail 10612 invoked by uid 22791); 9 Aug 2008 17:58:43 -0000 X-Spam-Check-By: sourceware.org Received: from freefall.marmara.edu.tr (HELO istanbul.enderunix.org) (193.140.143.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 09 Aug 2008 17:58:04 +0000 Received: (qmail 87076 invoked from network); 9 Aug 2008 17:56:45 -0000 Received: from unknown (HELO ?192.168.1.3?) (cihan@88.250.177.36) by 0 with ESMTPA; 9 Aug 2008 17:56:45 -0000 Message-ID: <489DDAA5.4010603@enderunix.org> Date: Sat, 09 Aug 2008 18:06:00 -0000 From: cihan User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: gcc 2.95.3 building problem x86_64 Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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/msg00086.txt.bz2 I have intel core2 duo 64 bit processor and I try to build gcc 2.95.3 on ubuntu 8.04 but the gcc cant build ./configure --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr/local Invalid configuration `x86_64-linux-gnu': machine `x86_64' not recognized Unrecognized build system name x86_64-linux-gnu. and # gcc -v Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)