|
From: Thomas S. <t.s...@fz...> - 2007-11-07 10:28:16
|
> I have gnuplot installed in two computers, one with a SUSE linux > distribution, and one with Kubuntu. did you compile the gnuplot executables by yourself, or did you install the precompiled programs coming with the distribution? which version of gnuplot is installed on which machine? > The one in Suse works fine, but the one with Kubuntu does > not react normally to the keys HOME (writes an H), END > (writes an F) and DEL (writes a 3~). the one on the suse system is using gnu readline, the other one is using the builtin minimal readline. > Could you please help me solve these problems (I mostly need > the first three keys, Tab is not that important). Thanks a lot. ./configure --with-readline=gnu in the gnuplot source directory, followed by 'make' and 'make install'. -- View this message in context: http://www.nabble.com/Problem-with-GNUPlot-tf4763372.html#a13624546 Sent from the Gnuplot - User mailing list archive at Nabble.com. |