On Fri, Aug 21, 2009 at 10:41 AM, Jouni K. Seppänen<j...@iki.fi> wrote:
> 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.

I think you should edit setupext.py and edit basedir directory, and
remove all the /sw, /usr/local, etc from basedir in the 'darwin'
entry, which reads:

darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
                '/usr', '/sw'],

Then do a clean rebuild and see if that helps.

JDH

------------------------------------------------------------------------------
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