I'm trying to install an Audio conferencing tool - RAT which requires tcl.h. I've got tcl package installed but when I run ./configure, it still cannot work. This is what I get:
[root@localhost rat]# ./configure --with-tcl=/usr/bin
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for working const... yes
checking for size_t... yes
checking whether byte ordering is bigendian... no
checking whether char is unsigned... no
checking for stdint.h... yes
checking for inttypes.h... yes
checking for stropts.h... yes
checking for sys/filio.h... no
checking for malloc.h... yes
checking for bstring.h... no
checking for sys/sockio.h... no
checking for kill declaration... present
checking for gettimeofday declaration... present
checking for library containing socket... none required
checking for library containing inet_addr... none required
checking for library containing dlopen... -ldl
checking for sin... no
checking for main in -lieee... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t in <stdint.h>... yes
checking for uint16_t in <stdint.h>... yes
checking for uint32_t in <stdint.h>... yes
checking for usleep... yes
checking for snprintf... yes
checking for linux/telephony.h... yes
checking for recent telephony drivers... missing
checking for sys/asoundlib.h... no
checking for sys/soundcard.h... yes
checking for soundcard.h... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether X11 headers are broken... no
checking for /usr/bin/tcl.h... no
Could not find tcl.h. One of the following halted progress:
(a) Tcl is not installed.
(b) Tcl's location was mis-specified, or not specified (--with-tcl=DIR).
(c) this script failed to see it (please inform
rat-trap@cs.ucl.ac.uk).
Anyone out there who could kindly provide a piece of advice or two will be utmost appreciated. Thank you.
divo
