我安装了gnuplot版本4.6.6 之后,终端“wxt”和“pngcairo”不再可用。我使用4.4版本的这两个终端工作了很多次并且效果非常好。
如何让这两个终端与gnuplot版本4.6一起使用?
下面我试着回答一下Christoph的问题:
我正在使用Linux,使用旧版本的Kubuntu(Ubuntu 11.10“oneiric”)。
我下载了“gnuplot-4.6.6”,将其解压缩并读取文件“INSTALL”。
From this long text I read only the following lines:
----------------------------------------------
Unix, configure
---------------
On Unix, use
$ ./configure
$ make
[ Optionally run demos--see "How to test gnuplot" below. ]
$ make install
-----------------------------------------------
and also the following lines:
----------------------------------------------------------
Linux
-----
Ubuntu:
./configure fails to find lua support because Ubuntu packages it as
"lua5.1" rather than "lua". You can fix this by adding a symlink
prior to running ./configure
ln -s /usr/lib/pkgconfig/lua5.1.pc /usr/lib/pkgconfig/lua.pc
-----------------------------------------------------------
So I applied the following statements (as root):
'ln -s /usr/lib/pkgconfig/lua5.1.pc /usr/lib/pkgconfig/lua.pc'
./configure
make
make install
所有这些陈述都产生了很多输出,但没有出现任何问题 可执行二进制程序位于“/ usr / local / bin”中 我的旧gnuplot 4.4位于“usr / bin”。我安装了gnuplot版本4.6.6。之后,终端“wxt”和“pngcairo”不再可用。我使用4.4版本的这两个终端工作了很多次并且效果非常好。
如何让这两个终端与gnuplot版本4.6一起使用?