|
From: Elias A. <eli...@gm...> - 2015-02-04 18:07:30
|
On 02/04/2015 06:13 PM, Ethan A Merritt wrote: > Is there in fact a gnuplot_qt executable in /usr/local/libexec/gnuplot/5.0/ ? There was not, and it turns out that is the solution. I had used --program-suffix=-5.0 in ‘configure’, so there was -rwxr-xr-x 1 root root 2797689 Feb 4 10:42 gnuplot_qt-5.0* -rwxr-xr-x 1 root root 330062 Feb 4 10:42 gnuplot_x11-5.0* but no ‘gnuplot_qt’. Upon creating an appropriate symlink, the ‘qt’ terminal works! By the way, the ‘x11’ terminal works even though there is no ‘gnuplot_x11’ executable. Thank you. Elias |