install matplotlib 0.90 on Linux

I installed the numpy-1.0.1 successfully, but failed to install matplotlib 0.90. My linux env is DreamHost Debian Linux. There are some things I can’t control.

Anyone successfully doing so on DH hosted machine? Thanks!

[catalina]$ …/python2.5/bin/python setup.py install
GTK requires pygtk
GTKAgg requires pygtk
TKAgg requires TkInter
running install
running build
running build_py
running build_ext
building ’
matplotlib.backends._ns_backend_agg’ extension
C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC

compile options: ‘-I/home/.makayla/codev/python2.5/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -Isrc -Iswig -Iagg23/include -I. -I/usr/local/include -I/usr/include -I. -I/home/.makayla/codev/python2.5/lib/python2.5/site-packages/numpy/core/include/freetype2 -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I./freetype2 -Isrc/freetype2 -Iswig/freetype2 -Iagg23/include/freetype2 -I./freetype2 -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I./freetype2 -I/home/.makayla/codev/python2.5/include/python2.5 -c’

extra options: ‘-DSCIPY=1’
gcc: src/_image.cpp
In file included from /home/.makayla/codev/python2.5/include/python2.5/Python.h:8,
from src/_image.cpp:7:
/home/.makayla/codev/python2.5/include/python2.5/pyconfig.h:932:1: warning: “_POSIX_C_SOURCE” redefined

In file included from /usr/include/c++/3.3/i486-linux/bits/os_defines.h:39,
from /usr/include/c++/3.3/i486-linux/bits/c++config.h:35,
from /usr/include/c++/3.3/iostream:44,
from src/_image.cpp:1:

/usr/include/features.h:131:1: warning: this is the location of the previous definition
gcc: src/ft2font.cpp
In file included from /home/.makayla/codev/python2.5/include/python2.5/Python.h:8,
from CXX/Objects.hxx:9,

             from CXX/Extensions.hxx:19,
             from src/ft2font.h:18,
             from src/ft2font.cpp:2:

/home/.makayla/codev/python2.5/include/python2.5/pyconfig.h:932:1: warning: “_POSIX_C_SOURCE” redefined

In file included from /usr/include/c++/3.3/i486-linux/bits/os_defines.h:39,
from /usr/include/c++/3.3/i486-linux/bits/c++config.h:35,
from /usr/include/c++/3.3/iosfwd:45,
from /usr/include/c++/3.3/ios:44,

             from /usr/include/c++/3.3/istream:44,
             from /usr/include/c++/3.3/sstream:44,
             from src/ft2font.cpp:1:

/usr/include/features.h:131:1: warning: this is the location of the previous definition

gcc: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See URL:[http://gcc.gnu.org/bugs.html](http://gcc.gnu.org/bugs.html) for instructions.
For Debian GNU/Linux specific bug reporting instructions,

see URL:file:///usr/share/doc/gcc-3.3/README.Bugs.

In file included from /home/.makayla/codev/python2.5/include/python2.5/Python.h:8,
from CXX/Objects.hxx:9,

             from CXX/Extensions.hxx:19,
             from src/ft2font.h:18,
             from src/ft2font.cpp:2:

/home/.makayla/codev/python2.5/include/python2.5/pyconfig.h:932:1: warning: “_POSIX_C_SOURCE” redefined

In file included from /usr/include/c++/3.3/i486-linux/bits/os_defines.h:39,
from /usr/include/c++/3.3/i486-linux/bits/c++config.h:35,
from /usr/include/c++/3.3/iosfwd:45,
from /usr/include/c++/3.3/ios:44,

             from /usr/include/c++/3.3/istream:44,
             from /usr/include/c++/3.3/sstream:44,
             from src/ft2font.cpp:1:

/usr/include/features.h:131:1: warning: this is the location of the previous definition

gcc: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See URL:[http://gcc.gnu.org/bugs.html](http://gcc.gnu.org/bugs.html) for instructions.
For Debian GNU/Linux specific bug reporting instructions,

see URL:file:///usr/share/doc/gcc-3.3/README.Bugs.

error: Command “gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/home/.makayla/codev/python2.5/lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -Isrc -Iswig -Iagg23/include -I. -I/usr/local/include -I/usr/include -I. -I/home/.makayla/codev/python2.5/lib/python2.5/site-packages/numpy/core/include/freetype2 -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I./freetype2 -Isrc/freetype2 -Iswig/freetype2 -Iagg23/include/freetype2 -I./freetype2 -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I./freetype2 -I/home/.makayla/codev/python2.5/include/python2.5 -c src/ft2font.cpp -o build/temp.linux-
i686-2.5/src/ft2font.o -DSCIPY=1” failed with exit status 1
[catalina]$