From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30897 invoked by alias); 27 Mar 2011 19:24:08 -0000 Received: (qmail 30887 invoked by uid 22791); 27 Mar 2011 19:24:06 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,TW_CC,TW_DP,TW_TJ X-Spam-Check-By: sourceware.org Received: from edony.tuxfamily.net (HELO edony.tuxfamily.net) (212.85.158.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 27 Mar 2011 19:24:01 +0000 Received: from vodka.tf-data.net ([192.168.1.100] helo=webmail.tuxfamily.org) by edony.tuxfamily.net with esmtp (Exim 4.69) (envelope-from ) id 1Q3vZ9-0001y2-I4; Sun, 27 Mar 2011 21:23:59 +0200 Received: from 178.83.188.215 (SquirrelMail authenticated user tnut@nutyx.com) by webmail.tuxfamily.org with HTTP; Sun, 27 Mar 2011 21:23:59 +0200 Message-ID: <23daaab9487ce49eccdd8af96bfac12a.squirrel@webmail.tuxfamily.org> In-Reply-To: <4D8F83CD.80700@gmail.com> References: <4D8F83CD.80700@gmail.com> Date: Sun, 27 Mar 2011 19:49:00 -0000 Subject: Re: GCC 4.6 Successful Build and Install From: tnut@nutyx.com To: "Guy M. Allard" Cc: gcc@gcc.gnu.org User-Agent: SquirrelMail/1.4.19 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2011-03/txt/msg00437.txt.bz2 Hello everyboy, Some for us, we manage to pass the all base of the next major release of NuTyX on gcc 4.6.0. We were actually ready and just waiting for it. If you are intersted in the results. Here are the links of the logs. Pass 1 and 2 are as suggested by Linux From Scratch and release is the real build of NuTyX (pass3) The i686 arch http://kiao.no-ip.info/NuTyX/logs/2011/i686/?C=M;O=D The x86_64 arch http://sibelle.dyndns.org/log/pakxe/x86_64/ Tanks a lot for this amazing work My best regards Thierry > configure.guess: > > x86_64-unknown-linux-gnu > > gcc -v: > > Using built-in specs. > COLLECT_GCC=gcc > COLLECT_LTO_WRAPPER=/ad3/gma/go-gcc-build/libexec/gcc/x86_64-unknown-linux-gnu/4.6.0/lto-wrapper > Target: x86_64-unknown-linux-gnu > Configured with: /ad3/gma/go-build-work/gcc-4.6.0/configure > --prefix=/ad3/gma/go-gcc-build --enable-languages=c,c++,go > Thread model: posix > gcc version 4.6.0 (GCC) > > Languages: > > c,c++,go > > /etc/issue: > > Ubuntu 10.04.2 LTS \n \l > > uname -a: > > Linux tjjackson 2.6.32-30-generic #59-Ubuntu SMP Tue Mar 1 21:30:46 UTC > 2011 x86_64 GNU/Linux > > dpkg -l libc6: > > Desired=Unknown/Install/Remove/Purge/Hold > | > Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend > |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) > ||/ Name Version Description > +++-==============-==============-============================================ > ii libc6 2.11.1-0ubuntu Embedded GNU C Library: Shared libraries > > Misc: > > I had to install package: libc6-dev-i386 to get a successful build. > > Goal: working gccgo > > Results: > > - Simple go programs compile > - Need to use LD_LIBRARY_PATH to get executables to run > > >