John Hunter wrote: > On 11/4/07, Jouni K Seppänen <[EMAIL PROTECTED]> wrote: > >> Just a guess: Apple's Python is configured to compile everything as >> universal, >> but you have installed a non-universal gcc in /usr/local, perhaps as a >> result >> of installing some version of gfortran. > > Possibly, but 'which gcc' points to the /usr/bin apple version, and > the gfortran I installed was fortran only (not the whole gcc suite) > and is in /usr/local/ > > Macintosh:~ jdhunter$ which gcc > /usr/bin/gcc > Macintosh:~ jdhunter$ ls -ld /usr/bin/gcc > lrwxr-xr-x 1 root wheel 7 Nov 3 18:00 /usr/bin/gcc -> gcc-4.0 > Macintosh:~ jdhunter$ ls -ld /usr/bin/gcc-4.0 > -rwxr-xr-x 1 root wheel 93072 Sep 23 17:37 /usr/bin/gcc-4.0 > Macintosh:~ jdhunter$ ls -ld /usr/local/bin/g* > -rwxr-xr-x 1 root wheel 160 Mar 22 2007 /usr/local/bin/genaxmodule > -rwxr-xr-x@ 1 root wheel 318168 Oct 31 08:27 /usr/local/bin/gfortran > > mpl should not be invoking gfortran, so I am not sure where the > problem is creeping in.
Are you using the gfortran from hpc.sf.net? I don't recommend it anymore. I use the binary from http://r.research.att.com/tools/. It is universal. That should help. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel