From: GMX <oli...@gm...> - 2002-11-04 10:10:23
|
Hi all, System: Debian woody 3.0 I get the following error message, when trying to to compile tcldom2.3: debian:/usr/local/share/tcldom-2.3# ./configure --with-xml2 --with-tcl=/usr/lib/tcl8.3 --prefix=/usr loading cache ./config.cache checking for gcc... (cached) cc checking whether the C compiler (cc ) works... yes checking whether the C compiler (cc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether make sets ${MAKE}... (cached) yes checking for ranlib... (cached) ranlib checking for Cygwin environment... (cached) no checking for object suffix... (cached) o checking for mingw32 environment... (cached) no checking for executable suffix... (cached) no checking for Tcl configuration... (cached) found /usr/lib/tcl8.3/tclConfig.sh checking for existence of /usr/lib/tcl8.3/tclConfig.sh... loading checking for tclsh... (cached) /usr/bin/tclsh8.3 checking for tclstub library... -L/usr/lib -ltclstub8.3 checking for building with threads... no (default) checking how to build libraries... shared checking for build with symbols... no creating ./config.status creating Makefile creating src-libxml2/Makefile creating library/pkgIndex.tcl debian:/usr/local/share/tcldom-2.3# make ... In file included from ./tcldom.c:21: tcldom.h:23: tcl.h: No such file or directory make: *** [tcldom.o] Error 1 The header files are in /usr/include/tcl8.3, however, I couldn't find an option to point to this path? (should be --with-tclinclude or so?) Regards Oliver |