|
From: Petr M. <mi...@ph...> - 2009-12-03 00:03:36
|
> Terminal type set to 'windows' > gnuplot> cd 'D:\usr\Tatsu\program\Gnuplot\test19' > gnuplot> set term post > gnuplot> set out 'test.ps' > gnuplot> plot sin(x) > Can't find PostScript prologue file C:\Program Files\gp44rc1win32\gnuplot\\share > /PostScript\prologue.ps > loadpath is empty I have wgnuplot.exe in D:\Apps. It prints correctly to postscript if header files are in D:\Apps\share. If I remove D:\Apps\share, then printing fails. I don't have any environmental variable defined; gnuplot behaves the same way even if I copy it to another location. Tested on Wine on OpenSUSE 11.1. --- PM |