Eric Bruning <eric.brun...@gmail.com> writes:

> ld warning: in 
> /Developer/SDKs/MacOSX10.4u.sdk/usr/local/lib/libgcc_s.10.4.dylib,
> missing required architecture ppc in file
> ld: in /Developer/SDKs/MacOSX10.4u.sdk/usr/local/lib/libgcc_s.1.dylib,
> missing required architecture ppc in file for architecture ppc

Somehow your gcc is picking up libraries from /usr/local/lib, where you
have presumably installed an x86-only version of gcc (could be a side
effect of installing GNU Fortran). I don't know how to prevent that,
except perhaps by moving /usr/local away for the duration of the
compilation command, e.g.

sudo mv /usr/local /usr/local.renamed
make installers
sudo mv /usr/local.renamed /usr/local

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to