
13 May
2013
13 May
'13
12:30 p.m.
On Mon, May 13, 2013 at 9:40 PM, Allan Duncan <amd2345@fastmail.com.au> wrote:
I'm trying to compile gnuplot 4.6.1, but it breaks on a library item being linked - file not found. Except it is clearly there. Details:
So the linker could not find the file. First of all, see what the linker knows about. Run the following to print the libraries that the linker has in its cache: `ldconfig -p | grep libpng' -Matt