The internal compiler error is something we are all running into right now.
 The only known fix is to run the build with the gcc flag "-Os" instead of
"-O3".  You should be able to do this by setting the environment during your
build:
CFLAGS="-Os" python setup.py build

On Mon, Apr 21, 2008 at 8:24 PM, jules hummon <[EMAIL PROTECTED]> wrote:

>
> Hello OSX SVN MPL users
>
> I am following the instructions on
> http://ipython.scipy.org/moin/Py4Science/InstallationOSX
> and ran into some trouble.
>
> The computer is a  13" intel macbook,
> OSX 10.5.2 installed fresh in December 2007
>
> Everything went reasonably well until I got to matplotlib.
> I ran into an architecture incompatibility:
>
> ** ld: warning [snip] missing required architecture ppc in file
>
> My notes, along with various comments and links to error output etc,
> are contained in this link:
>  http://currents.soest.hawaii.edu/misc/mins_notes/py4science_anotes.html
>
> Any comments and/or help would be appreciated.
>
> Jules
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save $100.
> Use priority code J8TL2D2.
>
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to