From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30443 invoked by alias); 14 Dec 2011 09:45:19 -0000 Received: (qmail 30351 invoked by uid 22791); 14 Dec 2011 09:45:16 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM X-Spam-Check-By: sourceware.org Received: from mail-gx0-f175.google.com (HELO mail-gx0-f175.google.com) (209.85.161.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Dec 2011 09:45:03 +0000 Received: by ggnh1 with SMTP id h1so582258ggn.20 for ; Wed, 14 Dec 2011 01:45:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.45.102 with SMTP id l6mr5542783obm.0.1323855902239; Wed, 14 Dec 2011 01:45:02 -0800 (PST) Received: by 10.182.13.234 with HTTP; Wed, 14 Dec 2011 01:45:02 -0800 (PST) In-Reply-To: References: Date: Wed, 14 Dec 2011 09:45:00 -0000 Message-ID: Subject: Re: aix cross(?)compiler From: Jonathan Wakely To: =?ISO-8859-2?Q?J=EAdrzej_Dudkiewicz?= Cc: gcc-help Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 2011-12/txt/msg00114.txt.bz2 2011/12/14 J=C4=99drzej Dudkiewicz: > > 1) Am I building everything the right way, The process is much simpler if you let GCC build the GMP, MPFR and MPC libs, instead of installing them separately. See http://advogato.org/person/redi/diary/253.html > 2) What command should I use to get the preprocessed source: is it > enough to add "-E" and change "-o unwind-dw2.o" to "-o > preprocessed_source.c" in the compilation command? See the link in the error message for instructions: > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. That explains how to use -save-temps