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 <command line>: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