|
From: Mahmood N. <nt_...@ya...> - 2013-05-07 09:00:57
|
Dear developers, I have installed libgd and yum shows the following packages. [root@tiger gnuplot-4.6.3]# yum list libgd* Installed Packages libgdata.x86_64 0.5.0-2.el6 @sl libgdata-devel.x86_64 0.5.0-2.el6 @sl Available Packages libgdata.i686 0.5.0-2.el6 sl libgdata-devel.i686 0.5.0-2.el6 sl libgdiplus.i686 2.4.2-3.el6 epel libgdiplus.x86_64 2.4.2-3.el6 epel libgdiplus-devel.i686 2.4.2-3.el6 epel libgdiplus-devel.x86_64 2.4.2-3.el6 epel However config.log still says there is no libgd. configure:15389: result: jpeg terminal: no (requires libgd with jpeg support) configure:15419: result: (jpeg, gif and png terminals cannot use TTF fonts, requires libgd support) So how can I fix that? Regards, Mahmood |
|
From: thse <t.s...@fz...> - 2013-05-07 12:36:02
|
according to the gd faq http://libgd.bitbucket.org/pages/faq.html the install command for your system seems to be: yum install gd-devel the other libgd* packages you have installed are not related to the gd library. -- View this message in context: http://gnuplot.10905.n7.nabble.com/gnuplot-complains-for-libgd-tp17325p17326.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: Mahmood N. <nt_...@ya...> - 2013-05-07 14:16:02
|
Thanks. Now I run gnuplot> set terminal jpeg xffffff "Helvetica" 20 Terminal type set to 'jpeg' ^ invalid color spec, must be xRRGGBB What is the problem here? I think it is similar to the examples I saw "help set terminal jpeg". Isn't it? Regards, Mahmood ----- Original Message ----- From: thse <t.s...@fz...> To: gnu...@li... Cc: Sent: Tuesday, May 7, 2013 4:50 PM Subject: Re: [Gnuplot-info] gnuplot complains for libgd according to the gd faq http://libgd.bitbucket.org/pages/faq.html the install command for your system seems to be: yum install gd-devel the other libgd* packages you have installed are not related to the gd library. -- View this message in context: http://gnuplot.10905.n7.nabble.com/gnuplot-complains-for-libgd-tp17325p17326.html Sent from the Gnuplot - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ gnuplot-info mailing list gnu...@li... https://lists.sourceforge.net/lists/listinfo/gnuplot-info |
|
From: thse <t.s...@fz...> - 2013-05-07 15:36:24
|
you missed the word 'font', the following should work: set terminal jpeg xffffff font "Helvetica" 20 -- View this message in context: http://gnuplot.10905.n7.nabble.com/gnuplot-complains-for-libgd-tp17325p17328.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: Mahmood N. <nt_...@ya...> - 2013-05-07 16:46:25
|
Thanks Regards, Mahmood ________________________________ From: thse <t.s...@fz...> To: gnu...@li... Sent: Tuesday, May 7, 2013 8:06 PM Subject: Re: [Gnuplot-info] gnuplot complains for libgd you missed the word 'font', the following should work: set terminal jpeg xffffff font "Helvetica" 20 -- View this message in context: http://gnuplot.10905.n7.nabble.com/gnuplot-complains-for-libgd-tp17325p17328.html Sent from the Gnuplot - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ gnuplot-info mailing list gnu...@li... https://lists.sourceforge.net/lists/listinfo/gnuplot-info |