[rrd-users] Missing TCL on Red Hat?

2008-01-08 Thread Joe Loiacono
RRDtool make is trying to build for TCL. Is it odd the Red Hat EL4 is missing tcl.h? Do I have to install TCL? It looks like it is somewhat there already :-( Thanks, Joe Making all in tcl make[3]: Entering directory `/home/loiacono/rrdtool-1.2.26/bindings/tcl' gcc -g -O2 -fno-strict-aliasing

Re: [rrd-users] Missing TCL on Red Hat?

2008-01-08 Thread Joe Loiacono
modifier for ./configure. Since I don't need TCL I used this and RRDtool built fine. Joe Joe Loiacono/CIV/[EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 01/08/2008 04:24 PM To rrd-users@lists.oetiker.ch cc Subject [rrd-users] Missing TCL on Red Hat? RRDtool make is trying to build for TCL

Re: [rrd-users] Missing TCL on Red Hat?

2008-01-08 Thread Dave Plonka
Hi Joe, On Tue, Jan 08, 2008 at 04:24:42PM -0500, Joe Loiacono wrote: RRDtool make is trying to build for TCL. Is it odd the Red Hat EL4 is missing tcl.h? Do I have to install TCL? It looks like it is somewhat there already :-( With rrdtool, you can run: $ ./configure --disable-tcl