This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-3.1.1: make bootstrap fails on Darwin/Altivec
- From: Kaspar Fischer <fischerk at inf dot ethz dot ch>
- To: Kaspar Fischer <fischerk at inf dot ethz dot ch>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 07 Aug 2002 18:45:18 +0200
- Subject: Re: gcc-3.1.1: make bootstrap fails on Darwin/Altivec
On Dienstag, August 6, 2002, at 02:39 PM, Kaspar Fischer wrote:
Dear everybody,
I'm trying to build gcc-3.1.1 on MacOS 10.1.5 (PowerBook G4). I am not
an expert, so please excuse me if I am doing something silly.
I started with
../gcc-3.1.1/configure --prefix=/usr/local/gcc-3.1.1
--enable-altivec --enable-languages=c,c++
followed by 'make bootstrap'. The latter failed as follows:
The option --enable-altivec doesn't seem to be necessary. (It probably
applies to the compiler itself and not to programs produced by the
compiler (?).)
Kaspar