|
From: <br...@ph...> - 2006-07-25 20:48:54
|
Dmitri A. Sergatskov wrote: > make[2]: Leaving directory `/home/dima/src/gnuplot/demo' > Making all in tutorial > make[2]: Entering directory `/home/dima/src/gnuplot/tutorial' > Expected X11 driver: /usr/local/libexec/gnuplot/4.1/gnuplot_x11 > Exec failed: No such file or directory > See 'help x11' for more details gnuplot_x11 isn't even supposed to be started by this run of gnuplot. And it isn't -- I know, because I have no /usr/local/libexec/gnuplot/$version/gnuplot_x11 for the binary I've just tested, and it did work. In other words, it's not the exec of gnuplot_x11 that failed you. You'll have to dig deeper. I think you'll have to either reproduce the gnuplot runs done in the tutorial directory inside a debugger, or do likewise with 'strace', to find out *which* exec() failed. |