|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-06-16 21:09:28
|
Xia Qu wrote: > Today I updated gnuplot in my computer which runs redhat EL 5.3 from version > 4.0 to 4.4. But after the installation, I find out that now gnuplot has no > x11 terminal. What kind of installation was that? I'll venture a guess that you compiled your own gnuplot. And that you didn't have the development packages for X11 installed. And you didn't pay particularly close attention to the output of the ./configure command, which tried to tell about the lacking X11 development support. > I don't know how to fix this. Install the missing parts before building gnuplot. Or maybe install a binary package of gnuplot by your distributor. |