|
From: Hans-Bernhard B. <br...@ph...> - 2004-06-09 18:48:23
|
On Wed, 9 Jun 2004, Smith, Ryan H wrote: > I'm trying to output my graphs in png format, but am not sure how to use the > libgd and libpng libraries. Do they need to be installed before compiling > gnuplot, or does gnuplot use them at run time? They absolutely have to be present at install time. You need them at run-time only you installed them as shared libraries. > And where would I > change/include the path to the libraries so that gnuplot can use them? The preferred option is to "properly install" them, i.e. put them in a place where the system linker finds them by itself. You may have to change system configuration to that effect, e.g. by setting up environment variables like LD_LIBRARY_PATH and LIBRARY_PATH. See the README and INSTALL files for more details. > I've installed these libraries in a non-standard folder > (/opt/src/sftw/../../../lib/), which is the cause of my problem, I know. > But that's the way it needs to be. If that's "needed", your local needs are rather badly unusual... -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |