This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Built gcc 4.7.2 on Ubuntu 10.04.4 LTS under virtualbox under XP
- From: Sidney Marshall <swm at cs dot rit dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 29 Dec 2012 19:58:15 -0500 (EST)
- Subject: Built gcc 4.7.2 on Ubuntu 10.04.4 LTS under virtualbox under XP
I successfully built gcc 4.7.2 on Ubuntu 10.04.4 LTS under virtualbox
under XP. The whole process had no problems - there were some minor errors
reported from testing.
output from config.guess = i686-pc-linux-gnu
gcc -v output:
Using built-in specs.
COLLECT_GCC=/usr/local/gcc-4.7.2/bin/gcc
COLLECT_LTO_WRAPPER=/usr/local/gcc-4.7.2/libexec/gcc/i686-pc-linux-gnu/4.7.2/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.7.2/configure --prefix=/usr/local/gcc-4.7.2
Thread model: posix
gcc version 4.7.2 (GCC)
I did a full download and a full build of all default languages (I
had previously had trouble building a subset of languages for a
previous version of 4.7)
$ more /etc/issue
Ubuntu 10.04.4 LTS \n \l
$ uname -a
Linux sidney-vbox 2.6.32-45-generic #101-Ubuntu SMP Mon Dec 3 15:41:13 UTC
2012 i686 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
--Sidney Marshall