From: Tejashri K. <tej...@gm...> - 2012-11-29 06:40:25
|
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 should also mention that I am trying to build matplotlib against Python 3.2.3. Regards, Tej On Tue, Nov 27, 2012 at 10:49 PM, Michael Droettboom <md...@st...>wrote: > You can try setting LDFLAGS to "-L/path/to/your/libraries". |