Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #764 > unrolled thread

gnuplot from source

Started byДмитрий Долгов <9erthalion6@gmail.com>
First post2011-12-19 06:39 -0800
Last post2012-08-16 22:08 -0700
Articles 5 — 4 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  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
      Re: gnuplot from source sambit19@gmail.com - 2012-08-16 22:08 -0700

#764 — gnuplot from source

FromДмитрий Долгов <9erthalion6@gmail.com>
Date2011-12-19 06:39 -0800
Subjectgnuplot from source
Message-ID<31257344.245.1324305589854.JavaMail.geo-discussion-forums@yqni12>
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? 

[toc] | [next] | [standalone]


#765

FromChristoph Bersch <usenet@bersch.net>
Date2011-12-19 15:51 +0100
Message-ID<jcnj1f$15nu$1@gwdu112.gwdg.de>
In reply to#764
On 19.12.2011 15:39, Дмитрий Долгов 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?

You must have the development files of libgd2.

Christoph

[toc] | [prev] | [next] | [standalone]


#767

Fromsfeam <sfeam@users.sourceforge.net>
Date2011-12-19 10:34 -0800
Message-ID<jco04l$gim$1@dont-email.me>
In reply to#764
Дмитрий Долгов 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.

[toc] | [prev] | [next] | [standalone]


#781

FromДмитрий Долгов <9erthalion6@gmail.com>
Date2011-12-22 07:51 -0800
Message-ID<20957352.362.1324569080741.JavaMail.geo-discussion-forums@yqjk1>
In reply to#764
Thanks, it works)

[toc] | [prev] | [next] | [standalone]


#1336

Fromsambit19@gmail.com
Date2012-08-16 22:08 -0700
Message-ID<7ee2e436-f48b-4e00-beb2-00555d41ee03@googlegroups.com>
In reply to#781
On Thursday, December 22, 2011 9:21:20 PM UTC+5:30, Дмитрий Долгов wrote:
> Thanks, it works)

Can you tell me the package name which you have installed? I am facing the same issue here.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web