|
From: shelley w. <wan...@um...> - 2008-04-15 15:11:28
|
Thank you for your reply! Here was how I installed the gnuplot: su; ./configure; make; make check; make install; After finished the installation I opened a terminal window, typed "gnuplot". I then typed " set terminal to png" and got the error message. The log file I checked is "gnuplot-4.2.3/config.log", the words I found are in the log file. I do think the config.log file belongs to the "gnuplot", but maybe this is not the correct file I should check? On Apr 14, 2008, at 5:12 PM, Hans-Bernhard Bröker wrote: > >> I'm trying to install gnuplot on my machine but having problem of >> setting the "png" terminal: > [...] > >> ################### >> configure:16174: result: gif terminal: yes (with animated gif) >> configure:16187: result: png terminal: yes >> configure:16195: result: (jpeg, gif and png terminals can use >> TTF fonts) >> ################### > > Are you sure that a) those are the final word about GIF and PNG in > the config.log file, and b) the config.log file belongs to the > executable "gnuplot" you're actually running? > > |