Ionis, Gregory wrote:
> I have the following problem, even though it seems this should work:
The document that lead you to believe it should work does not match the
actual compiled binary of gnuplot you're using.
> Compile options:
> -READLINE +LIBREADLINE +HISTORY -LIBGD +PNG -NOCWDRC +X11
^^^^^^
> +USE_MOUSE
The problem is that -LIBGD entry. Your compilation failed to pick up
the GD library. You'll need that to enable the command you were trying
to use.
|