From: Charlie M. <cw...@gm...> - 2006-02-27 02:05:13
|
Numpy and Scipy highjack distutils now, and this may be something they add in. Do you ave numpy installed? That looks like a valid option though. On 2/25/06, Sue Tranter <se...@po...> wrote: > I'm having problems compiling matplotlib. I'm running suse 9.3 (linux) an= d > have python: > Python 2.4.1 (#1, Sep 13 2005, 00:39:20) > > I downloaded matplotlib-0.87.tar.gz, and have not changed the setup.py or > setupext.py at all. I think I have all the graphics things installed. > > The error message goes: > >>> [snip] > building 'matplotlib._agg' extension > creating build/temp.linux-i686-2.4 > creating build/temp.linux-i686-2.4/src > creating build/temp.linux-i686-2.4/agg23 > creating build/temp.linux-i686-2.4/agg23/src > gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -march=3Di586 -mtune=3Di68= 6 > -fmessage-length=3D0 -Wall -D_FORTIFY_SOURCE=3D2 -g -I/usr/X11R6/include = -fPIC > -Iagg23/include -Isrc -Iswig -I/usr/include/python2.4 -c src/agg.cxx -o > build/temp.linux-i686-2.4/src/agg.o > cc1plus: error: invalid option `tune=3Di686' > error: command 'gcc' failed with exit status 1 > > >> gcc --version > gcc (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux) > Copyright (C) 2003 Free Software Foundation, Inc. > > I cant find anywhere in the matplotlib-0.87 directory structure that sets > this "tune=3Di686". I have searched all the files in the directory struct= ure > for "tune" and "i686", so I'm guessing it's set somewhere else, but I don= t > know where. > Can anyone help? > > thanks > Sue > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting langua= ge > that extends applications into web and mobile media. Attend the live webc= ast > and join the prime developer group breaking into this new coding territor= y! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |