Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1217
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: gnuplot installation error |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | 2012-06-20 17:55 -0700 |
| Organization | gnuplot development team |
| Message-ID | <jrtrdv$cd0$1@dont-email.me> (permalink) |
| References | <fe22807f-906a-4bbc-81d5-e279218eae1d@n9g2000pbi.googlegroups.com> |
Followups directed to: comp.graphics.apps.gnuplot
jaya choudhary wrote: > Hi all, > > I am trying to install gnuplot4.6.tar.gz on a fedora2 machine. Typo? Fedora Core 2 is from 2004; Fedora 12 is from 2009; both are old enough that I do not remember what library versions were used. Your error messages indicate a problem with the header files for libgd, but I can't tell whether the problem is a very old version of the header or if it is missing altogether. > I am > doing the following: > tar -xvzf gnuplot4.6.tar.gz > cd gnuplot 4.6.0 > ./configure Were there any warnings from configure? If you are really running a 2004 OS you might have gotten a message "libgd not found or too old, version >= 2.0 is required" Or there might have been a warning of the form "please add path to gd.h to CPPFLAGS in Makefile" in which case doing exactly what it says might fix your problem. > Currently, the machine has gnuplot 3.7 Wow. That version of gnuplot dates back to last century. That said, I too have a running version of 3.7 on my machine. But in my case the executable itself has survived the passing years in runnable condition. I really don't know how hard it would be to rebuild it from source. > Has it anything to do with the architecture of the machine? No. But it may very well have to do with the versions of the various support libraries (libgd in this case) installed on the machine. good luck! Ethan > cat /proc/cpuinfo > processor : 0 > vendor_id : GenuineIntel > cpu family : 15 > model : 2 > model name : Intel(R) Celeron(R) CPU 2.00GHz > stepping : 7 > cpu MHz : 1999.412 > cache size : 128 KB > fdiv_bug : no > hlt_bug : no > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 2 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca > cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid > bogomips : 3956.73
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
gnuplot installation error jaya choudhary <cse.jaya@gmail.com> - 2012-06-20 01:38 -0700
Re: gnuplot installation error sfeam <sfeam@users.sourceforge.net> - 2012-06-20 17:55 -0700
Re: gnuplot installation error jaya choudhary <cse.jaya@gmail.com> - 2012-06-22 02:25 -0700
csiph-web