|
From: Hans-Bernhard B. <br...@ph...> - 2005-04-19 17:12:35
|
Massimo Canonico wrote: > This is the error message: > [mcanonic@localhost ~]$ ~/sw/gp/bin/gnuplot -persist > Cannot open load file '-persist' > line 0: util.c: No such file or directory This is most likely caused by your gnuplot having built without X11 support. -persist is a X11 terminal option, not a general gnuplot option, so a gnuplot built without the X11 driver will not know this option. Usual fix: install the X11 development packages of your Linux distro. |