[Matplotlib-users] static linking

2012-09-28 Thread Rita
Whenever I use matplot lib its asking me for libpng and when I do LD_LIBRARY_PATH it works. Is there a way I can compile matplotlib so I can avoid doing an export LD_LIBRARY_PATH ? -- --- Get your facts first, then you can distort them as you please.--

Re: [Matplotlib-users] static linking

2012-09-28 Thread Eric Firing
On 2012/09/28 3:40 PM, Rita wrote: Whenever I use matplot lib its asking me for libpng and when I do LD_LIBRARY_PATH it works. Is there a way I can compile matplotlib so I can avoid doing an export LD_LIBRARY_PATH ? Normally one doesn't need it, so I don't know why you do need it. You might