Compiling some packages as fat binaries is a bit tricky. For some
reason the double arch flag is messing it up. Are you set up using gcc
3.x or 4.x?
If I recall correctly there has been some discussion of problems
building matplotlib on the pythonmac-sig list, you might want to try
looking
are you sure you need to specify -arch i386 -arch ppc and not only -arch
ppc ??
It seems that according to the log mentioning i386 here does not please
the linker. Maybe try without it?
my 2 cents,
Johann
Ari Ehrmann wrote:
> Hey all,
>
> I've been having a lot of trouble installing matplotlib
Hey all,
I've been having a lot of trouble installing matplotlib. I'm using a
macbook, on version 10.5.4 of Mac OS, intel processor (if that's important).
I've installed both numpy and scipy without problems, but when I type this
command to install matplotlib:
CFLAGS="-Os -arch i386 -arch ppc" LDF
OK, no prob -- just one of those Linux things I guess.
Anand
On Sat, Jul 26, 2008 at 11:56 PM, John Hunter <[EMAIL PROTECTED]> wrote:
> On Sat, Jul 26, 2008 at 5:46 PM, Anand Patil
> <[EMAIL PROTECTED]> wrote:
> > Well, I lost it... whatever was hung up apparently gave up and killed
> Python
> >