From: Petr M. <mi...@ph...> - 2011-03-25 09:06:49
|
> - Linux + wine: > gnuplot.exe starts with a slight delay (less than one second, but > noticeable), it accepts one command then hangs. > Non-interactive mode works (e.g. wine gnuplot.exe 'plot x' or wine > gnuplot.exe -V) You have to run gnuplot.exe through "wineconsole" instead of "wine", see http://old.nabble.com/gnuplot.exe-in-wine-td29878883.html The "wineconsole cmd" is much more DOS box-like environment than "wine cmd" in an xterm. (Oh yes, it has taken me a long time to figure this out.) Petr |