|
From: Hans-Bernhard B. <HBB...@t-...> - 2008-04-15 19:04:57
|
shelley wang wrote: > Here was how I installed the gnuplot: su; ./configure; make; make > check; make install; This sequence would usually install gnuplot to /usr/local/bin. Is that directory in your PATH? Or, to ask this differently: does 'type -p gnuplot' (or 'which gnuplot') print '/usr/local/bin/gnuplot'? > After finished the installation I opened a terminal window, typed > "gnuplot". I then typed " set terminal to png" and got the error > message. There's not supposed to be a "to" in that command! |