Today you sent me mail regarding [rrd-developers] Re: Errors compiling...: *> This is a problem with src/Makefile.am. I just put out a 1.0.3b with *> the following fixes at ftp://ftp.gps.caltech.edu/pub/blair. I'm *> also including a patch from 1.0.3a to 1.0.3b below. *> *> 1) Include ../zlib-1.3.3 in src/Makefile.am. *> 2) If Perl is found on the system, then a shared librrd is built, *> otherwise only a static library is built. *> *> This does not include any of the diffs between 1.0.3 and 1.0.4. *> *> Tobi: I noticed that in 1.0.4 PERL gets set to no if perl cannot be *> found in the *> *> AC_PATH_PROG(PERL, perl, no) *> *> line, but you have a test for *> *> if test x${PERL} = x; then *> .. *> fi *> *> This test will never be true, since PERL will never equal "".
oops ... fixed ... will try to get 1.0.5pre1 out later today with your changes and new IEEE detection ... cheers tobi *> *> Blair *> *> *> *> Kevin Fenn wrote: *> > *> > Can anyone help i get the following error when i try to install the *> > rrdtool. *> > *> > ar cru .libs/librrd_z.al adler32.lo compress.lo crc32.lo deflate.lo *> > gzio.lo infblock.lo infcodes.lo inffast.lo inflate.lo inftrees.lo *> > infutil.lo trees.lo uncompr.lo zutil.lo *> > ranlib .libs/librrd_z.al *> > creating librrd_z.la *> > (cd .libs && rm -f librrd_z.la && ln -s ../librrd_z.la librrd_z.la) *> > Making all in src *> > /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. *> > -I../config -I../cgilib-0.4 -I../gd1.3 -I../libpng-1.0.3 -g -O2 -Wall *> > -pedantic -c gdpng.c *> > gcc -DHAVE_CONFIG_H -I. -I. -I../config -I../cgilib-0.4 -I../gd1.3 *> > -I../libpng-1.0.3 -g -O2 -Wall -pedantic -c -fPIC -DPIC gdpng.c -o *> > gdpng.lo *> > In file included from gdpng.c:7: *> > ./libpng-1.0.3/png.h:163: zlib.h: No such file or directory *> > *** Error code 1 *> > make: Fatal error: Command failed for target `gdpng.lo' *> > Current working directory /u/kfenn/rrdtool-1.0.3a/src *> > *** Error code 1 *> > make: Fatal error: Command failed for target `all-recursive' *> > *> > Thanks in advance. *> > *> > Kevin Fenn *> > Nortel Networks *> > *> > -- *> > * To unsubscribe from the rrd-developers mailing list, send a message with the *> > subject: unsubscribe to [EMAIL PROTECTED] -- ______ __ _ /_ __/_ / / (_) Oetiker, Timelord & SysMgr @ EE-Dept ETH-Zurich / // _ \/ _ \/ / TEL: +41(0)1-6325286 FAX:...1517 ICQ: 10419518 /_/ \.__/_.__/_/ [EMAIL PROTECTED] http://ee-staff.ethz.ch/~oetiker -- * To unsubscribe from the rrd-developers mailing list, send a message with the subject: unsubscribe to [EMAIL PROTECTED]
