Posted to tcl by arjen at Mon Nov 14 16:08:04 GMT 2011view pretty

cp: cannot stat `/d/tcl-programs/kitcreator/kitsh/..//*/out/*': No such file or directory
mv: cannot stat `starpack.vfs/lib/vfs*': No such file or directory
Running: ./configure --with-tcl="" --enable-threads
configure: WARNING: unrecognized options: --enable-threads
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /bin/install -c
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking what target to build... tclkit
checking for library containing acos... none required
checking for library containing dlsym... no
configure: WARNING: Couldn't find dlsym (normally in libdl)!
checking how to link statically against libgcc... -static-libgcc
checking path to tcl... /tclConfig.sh
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking host operating system... mingw32
checking for how to link whole archive... -Wl,--whole-archive -Wl,--no-whole-archive
checking for libraries required for itcl... 
checking for libraries required for mk4tcl... 
checking for libraries required for tcl... 
checking for libraries required for tclvfs... 
checking for libraries required for thread... 
checking for libraries required for tk... 
checking for libraries required for zlib... 
checking for windres... windres
checking for Tcl_SetStartupScript... no
checking for TclSetStartupScriptPath... no
checking for Tcl_GetEncodingNameFromEnvironment... no
checking for Tcl_SetSystemEncoding... no
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for readlink... no
checking dlfcn.h usability... no
checking dlfcn.h presence... no
checking for dlfcn.h... no
checking for dladdr... no
checking for acceptable dladdr... not found
checking for how to statically link to zlib... -Wl,-Bstatic -lz -Wl,-Bdynamic
checking which Tclkit Storage mechanism to use... zip
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Makefile.common
configure: WARNING: unrecognized options: --enable-threads
Running: make TCLSH_NATIVE="tclsh"
gcc -g -O2 -mno-cygwin -mms-bitfields  -DPACKAGE_NAME=\"kitsh\" -DPACKAGE_TARNAME=\"kitsh\" -DPACKAGE_VERSION=\"0.0\" -DPACKAGE_STRING=\"kitsh\ 0.0\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DTK_LOCAL_APPINIT=TclKit_AppInit -DBUILD_tcl=1 -DBUILD_tk=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DKIT_STORAGE_ZIP=1  -c -o kitInit.o kitInit.c
kitInit.c:21:17: fatal error: tcl.h: No such file or directory
compilation terminated.
make: *** [kitInit.o] Error 1