[Matplotlib-users] Compiling on AIX 5.3

2007-04-12 Thread Langella Raphael
I'm trying to compile matplotlib under AIX 5.3 (I've installed ActivePython), here is what I get: /usr/local/python2.5/config/ld_so_aix cc_r -bI:/usr/local/python2.5/config/python.exp build/temp.aix-5.3-2.5/src/agg.o build/temp.aix-5.3-2.5/agg23/src/agg_trans_affine.o

[Matplotlib-users] Compiling on AIX 5.3

2007-04-12 Thread Langella Raphael
I've found a way to configure my compiler. After setting CC=gcc I was able to complete the compilation. But when I test it : python anim.py The import of the numpy version of the _transforms module, _ns_transforms, failed. This is is either because numpy was unavailable when matplotlib was