This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.6 Successful Build and Install
- From: tnut at nutyx dot com
- To: "Guy M. Allard" <allard dot guy dot m at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 27 Mar 2011 21:23:59 +0200
- Subject: Re: GCC 4.6 Successful Build and Install
- References: <4D8F83CD.80700@gmail.com>
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
>
>
>