This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Successful build of gcc-3.1 on powerpc-SuSE-Linux
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Carl Eugen Hoyos <cehoyos at rainbow dot studorg dot tuwien dot ac dot at>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 20 May 2002 16:54:52 -0700
- Subject: Re: Successful build of gcc-3.1 on powerpc-SuSE-Linux
- References: <Pine.LNX.4.21.0205210036550.14331-100000@rainbow.studorg.tuwien.ac.at>
On Tue, May 21, 2002 at 12:50:08AM +0200, Carl Eugen Hoyos wrote:
> I successfully built and installed gcc 3.1 on an Apple G3 running SuSE
> Linux 7.0
> To get threads, you need to configure --enable-threads
> My test results are already on the Build status page:
> http://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00630.html
>
> $ ./config.guess
> powerpc-unknown-linux-gnu
>
> $ gcc -v
> Reading specs from
> /usr/local/gcc-3.1/lib/gcc-lib/powerpc-unknown-linux-gnu/3.1/
> specs
> Configured with: ../gcc-3.1/configure --prefix=/usr/local/gcc-3.1
> --with-gnu-ld
> --with-ld=/usr/local/bin/ld --with-gnu-as --with-as=/usr/local/bin/as
> --with-cpu
> =750 --enable-threads
> Thread model: posix
> gcc version 3.1
>
> Languages: C, ObjC
>
> $ more /etc/issue
> Welcome to SuSE Linux 7.0 (PPC) - Kernel \r (\l).
>
> $ uname.exe -a
> Linux <HOSTNAME> 2.2.16 #1 Thu Sep 28 08:42:46 GMT 2000 ppc unknown
>
Thanks! Your message is linked from the GCC 3.1 build status list at
http://gcc.gnu.org/gcc-3.1/buildstat.html, combined with the entry for
your test results.
If you tell me what version of glibc you used I'll add that as well.
Janis