From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24023 invoked by alias); 1 Aug 2008 14:46:52 -0000 Received: (qmail 23890 invoked by uid 22791); 1 Aug 2008 14:46:50 -0000 X-Spam-Check-By: sourceware.org Received: from ripley.ciena.com (HELO ripley.ciena.com) (63.118.34.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Aug 2008 14:46:32 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Using Mudflap on Powerpc Date: Fri, 01 Aug 2008 14:46:00 -0000 Message-ID: From: "Donak, John" To: 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: 2008-08/txt/msg00002.txt.bz2 I am trying to instrument my program to use mudflap, cross-compiling for powerpc. I am using gcc-4-1. When I try to compile my program, I get: cc1: warnings being treated as errors In file included from :1: /home/jdonak/tipc/src/memCheck/mf-runtime.h:101: warning: #pragma redefine_extname not supported on this target /home/jdonak/tipc/src/memCheck/mf-runtime.h:102: warning: #pragma redefine_extname not supported on this target /home/jdonak/tipc/src/memCheck/mf-runtime.h:103: warning: #pragma redefine_extname not supported on this target ... Looking at the gcc docs, it appears that this pragma is not supported for powerpc builds. If so, how can mudflap be used? I would think this configuration would be pretty standard?? JD