From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31717 invoked by alias); 7 Aug 2002 17:39:52 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 31708 invoked from network); 7 Aug 2002 17:39:51 -0000 Received: from unknown (HELO kali.urz.unibas.ch) (131.152.1.11) by sources.redhat.com with SMTP; 7 Aug 2002 17:39:51 -0000 Received: from dhcp-ti20.inf.ethz.ch (balcab-1-64.balcab.unibas.ch [131.152.29.64]) by stud.unibas.ch (PMDF V6.1-1 #40761) with ESMTP id <0H0H000QCIED8H@stud.unibas.ch> for gcc-help@gcc.gnu.org; Wed, 07 Aug 2002 19:39:50 +0200 (MET DST) Date: Wed, 07 Aug 2002 10:39:00 -0000 From: Kaspar Fischer Subject: Re: gcc-3.1.1: make bootstrap fails on Darwin/Altivec In-reply-to: <9AB567A4-A939-11D6-BD51-00039367559A@inf.ethz.ch> To: Kaspar Fischer Cc: gcc-help@gcc.gnu.org Message-id: <0E92696C-AA25-11D6-A7B9-00039367559A@inf.ethz.ch> MIME-version: 1.0 (Apple Message framework v482) Content-type: text/plain; format=flowed; charset=US-ASCII Content-transfer-encoding: 7bit X-SW-Source: 2002-08/txt/msg00059.txt.bz2 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