From: Kapasi, S. <San...@kl...> - 2007-02-27 17:11:41
|
Hi all, I am TclXML and TclDOM user for a while on Linux and windows systems. So far, I was using Fedora Core 4 and 6 systems and the RPM's were available for installing TclXML, TclDOM and Tcllibs.=20 Recently, I have to support old Linux system (White Box Linux with Kernel 2.4). I was able to find RPM for Tcllib but was not able to find RPM for TclXML or TclDOM. So I decided to build the packages. With ./configure command I get following error. It is looking for tcl.h and can not find it. Can anyone help ?? Thanks Sanjay=20 [root@pad-test6 tclxml-3.1]# ./configure --prefix=3D/usr/share/tcl8.3 --with-tcl=3D/usr/lib64 --enable-64bit --enable-threads loading cache ./config.cache checking for correct TEA configuration... ok checking for Tcl configuration... found /usr/lib64/tclConfig.sh checking for existence of /usr/lib64/tclConfig.sh... loading checking for Cygwin environment... no checking for mingw32 environment... no checking how to run the C preprocessor... cc -E 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 if the compiler understands -pipe... yes checking for a BSD compatible install... /usr/bin/install -c checking whether make sets ${MAKE}... yes checking for ranlib... ranlib checking for object suffix... o checking for executable suffix... no checking for required early compiler flags... _LARGEFILE64_SOURCE checking for 64-bit integer type... using long checking dirent.h... yes checking for errno.h... yes checking for float.h... yes checking for values.h... yes checking for limits.h... yes checking for stdlib.h... yes checking for string.h... yes checking for sys/wait.h... yes checking for dlfcn.h... yes checking for unistd.h... yes checking for sys/param.h... yes checking for strtod... yes checking for Solaris2.4/Tru64 strtod bugs... ok checking for Tcl public headers... configure: error: tcl.h not found. Please sp ecify its location with --with-tclinclude Sanjay Kapasi |