On Mon, May 13, 2013 at 9:40 PM, Allan Duncan <[email protected]> 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 _______________________________________________ luv-main mailing list [email protected] http://lists.luv.asn.au/listinfo/luv-main
