Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #767
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: gnuplot from source |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | 2011-12-19 10:34 -0800 |
| Organization | gnuplot development team |
| Message-ID | <jco04l$gim$1@dont-email.me> (permalink) |
| References | <31257344.245.1324305589854.JavaMail.geo-discussion-forums@yqni12> |
Followups directed to: comp.graphics.apps.gnuplot
Дмитрий Долгов wrote: > I built gnuplot simple > > ./configure > ./make > ./sudo make install > > but can't set terminal gif (error: unknown or ambiguous terminal type). > How to build gnuplot from source with support output to gif? Look at the output from ./configure. It will tell you which terminal types it could find support libraries for, and which it could not. In your case you will probably see messages like: jpeg terminal: no (requires libgd with jpeg support) gif terminal: no (requires libgd with gif support) png terminal: no (requires libgd with png support) all telling you that support for the gd library was not found on your system. Note that you need to have installed the development package in addition to the library itself. The name is typically something like libgd-devel.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
gnuplot from source Дмитрий Долгов <9erthalion6@gmail.com> - 2011-12-19 06:39 -0800 Re: gnuplot from source Christoph Bersch <usenet@bersch.net> - 2011-12-19 15:51 +0100 Re: gnuplot from source sfeam <sfeam@users.sourceforge.net> - 2011-12-19 10:34 -0800 Re: gnuplot from source Дмитрий Долгов <9erthalion6@gmail.com> - 2011-12-22 07:51 -0800
csiph-web