From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25515 invoked by alias); 30 Nov 2006 21:45:18 -0000 Received: (qmail 25503 invoked by uid 22791); 30 Nov 2006 21:45:16 -0000 X-Spam-Check-By: sourceware.org Received: from smtp.USherbrooke.ca (HELO smtpi2.usherbrooke.ca) (132.210.244.93) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 30 Nov 2006 21:45:05 +0000 Received: from [132.210.22.237] (mboisson.physique.usherbrooke.ca [132.210.22.237]) by smtpi2.usherbrooke.ca (8.13.1/8.13.1) with ESMTP id kAULiZlm016891 for ; Thu, 30 Nov 2006 16:44:36 -0500 Message-ID: <456F50BE.50005@poolexpert.com> Date: Thu, 30 Nov 2006 21:45:00 -0000 From: Maxime Boissonneault User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: Problem compiling gcc on Mac OSX MacBook Pro Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-UdeS-MailScanner-Information: Veuillez consulter le http://www.usherbrooke.ca/vers/virus-courriel X-UdeS-MailScanner: Aucun code suspect =?ISO-8859-1?Q?d=E9tect=E9?= X-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.399, requis 5, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-UdeS-MailScanner-From: mboisso@poolexpert.com X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-11/txt/msg00395.txt.bz2 Hello, I downloaded the sources of gcc 4.1.1. I want to compile it with the 4.0.1 that comes with Xcode. Once the stage1 is done, it gives me a lot of these messages : /var/tmp//ccm5KOZ6.s:990:indirect jmp without `*' For example, I get : stage1/xgcc -Bstage1/ -B/usr/i686-apple-darwin8/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -Icp -I../../gcc-4.1.1-src/gcc -I../../gcc-4.1.1-src/gcc/cp -I../../gcc-4.1.1-src/gcc/../include -I./../intl -I../../gcc-4.1.1-src/gcc/../libcpp/include ../../gcc-4.1.1-src/gcc/cp/ptree.c -o cp/ptree.o /var/tmp//ccTkBGnS.s:946:indirect jmp without `*' /var/tmp//ccTkBGnS.s:961:indirect jmp without `*' /var/tmp//ccTkBGnS.s:976:indirect jmp without `*' /var/tmp//ccTkBGnS.s:991:indirect jmp without `*' /var/tmp//ccTkBGnS.s:1006:indirect jmp without `*' /var/tmp//ccTkBGnS.s:1021:indirect jmp without `*' Do you have an idea ? Thank you, Maxime Boissonneault mboisso@poolexpert.com