Re: [matplotlib-devel] Issues with building Matplotlib 1.2.0 on RHEL5

2012-11-28 Thread Tejashri Kandolkar
Hi, Yes, I am trying to build against custom-built libraries. and thanks for the suggestion about LDFLAGS, but that didn't work too. It still picks up system versions of the libraries. What has pkg-config got to do with this? (I havent worked extensively with linux so not much idea) I think I sh

Re: [matplotlib-devel] Issues with building Matplotlib 1.2.0 on RHEL5

2012-11-27 Thread Michael Droettboom
If I understand it correctly, you are trying to build against custom-built copies of these libraries in a non-default location? You can try setting LDFLAGS to "-L/path/to/your/libraries". Mike On 11/26/2012 12:47 AM, Tejashri Kandolkar wrote: Hi, I am trying to build matplotlib 1.2.0 from so