[Matplotlib-users] install error, libz, ld, lz

2009-06-26 Thread Jack Yu
Hi everyone, I am trying to install the latest version of matplotlib from svn. However, after cd-ing into the matplotlib directory, and running python setup.py install --prefix=${path}, I get the following error: /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz

Re: [Matplotlib-users] install error, libz, ld, lz

2009-06-26 Thread Sandro Tosi
Hello Jack, On Wed, Jun 24, 2009 at 22:07, Jack Yujackchungchie...@googlemail.com wrote: Hi everyone, I am trying to install the latest version of matplotlib from svn.  However, after cd-ing into the matplotlib directory, and running python setup.py install --prefix=${path}, I get the