Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

gnuplot install doubts

10 views
Skip to first unread message

apogeus...@gmail.com

unread,
Feb 10, 2008, 1:18:05 PM2/10/08
to
I'm trying reinstall gnuplot 4.2 again, now with support to png and
gif, but
in ".configure" I receive this messages:


gnuplot will be compiled with the following terminals:

Standalone terminals: yes (always builtin)
(aed512, aed767, aifm, bitgraph, cgm, corel, dumb, dxf, eepic,
emf, emtex,
epslatex, epson_180dpi, epson_60dpi, epson_lx800, fig, gpic,
hp2623A,
hp2648, hp500c, hpdj, hpgl, hpljii, hppj, imagen, kc_tek40xx,
km_tek40xx,
latex, metafont, metapost, mif, pbm, postscript, pslatex, nec_cp6,
okidata,
pcl5, pstex, pstricks, qms, regis, selanar, svg, starc,
tandy_60dpi,
tek40xx, tek410x, texdraw, tgif, tkcanvas, tpic, vttek)
x11/xlib terminal: yes (with mouse support)
(with multi-byte fonts)
(with binary polygon protocol (EXPERIMENTAL))
jpeg terminal: no (requires libgd with jpeg support)
gif terminal: no (requires libgd with gif support)
png terminal: no (requires libgd with png support)
(jpeg, gif and png terminals cannot use TTF fonts, requires libgd
support)
pdf terminal: no (requires libpdf)


but I have installed gd2.0.35 in my system:

pkginfo -l SMCgd
PKGINST: SMCgd
NAME: gd
CATEGORY: application
ARCH: sparc
VERSION: 2.0.35
BASEDIR: /usr/local
VENDOR: Boutell.com, Inc.
PSTAMP: Steve Christensen
INSTDATE: Feb 10 2008 16:00
EMAIL: st...@smc.vnet.net
STATUS: completely installed
FILES: 39 installed pathnames
4 shared pathnames
5 directories
15 executables
1440 blocks used (approx)


Please, what I'm doing wrong ?
Thank you.

Lionel B

unread,
Feb 11, 2008, 4:44:12 AM2/11/08
to
On Sun, 10 Feb 2008 10:18:05 -0800, apogeusistemas wrote:

> I'm trying reinstall gnuplot 4.2 again, now with support to png and gif,
> but in ".configure" I receive this messages:

[...]

Looks like configure is not picking up the gd library. Maybe try telling
it explicitly where to find it, with:

./configure --with-gd=/usr/local

--
Lionel B

Alexyan

unread,
Feb 11, 2008, 5:00:38 AM2/11/08
to
On Feb 11, 2:18 am, apogeusiste...@gmail.com wrote:
> I'm trying reinstall gnuplot 4.2 again, now with support to png and
> gif, but
> in ".configure" I receive this messages:
>
> but I have installed gd2.0.35 in my system:
>
> pkginfo -l SMCgd
>    PKGINST:  SMCgd
>       NAME:  gd
>   CATEGORY:  application
>       ARCH:  sparc
>    VERSION:  2.0.35
>    BASEDIR:  /usr/local
>

It appears to me that libgd isn't in your system lib search path,
try configuring with '--with-libgd=/path/to/libgd (e.g. /usr/local)'
to see if it's solved.

if you can get ldconfig(not sure whether your solaris has it),
you can refresh the ld.so.cache to avoid the problem once and for all.

cheer

--
Alex Yan

0 new messages