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

  1. cp: cannot stat `/d/tcl-programs/kitcreator/kitsh/..//*/out/*': No such file or directory
  2. mv: cannot stat `starpack.vfs/lib/vfs*': No such file or directory
  3. Running: ./configure --with-tcl="" --enable-threads
  4. configure: WARNING: unrecognized options: --enable-threads
  5. checking for gcc... gcc
  6. checking for C compiler default output file name... a.exe
  7. checking whether the C compiler works... yes
  8. checking whether we are cross compiling... no
  9. checking for suffix of executables... .exe
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ISO C89... none needed
  14. checking whether make sets $(MAKE)... yes
  15. checking for a BSD-compatible install... /bin/install -c
  16. checking how to run the C preprocessor... gcc -E
  17. checking for grep that handles long lines and -e... /bin/grep
  18. checking for egrep... /bin/grep -E
  19. checking for ANSI C header files... yes
  20. checking for sys/types.h... yes
  21. checking for sys/stat.h... yes
  22. checking for stdlib.h... yes
  23. checking for string.h... yes
  24. checking for memory.h... yes
  25. checking for strings.h... yes
  26. checking for inttypes.h... yes
  27. checking for stdint.h... yes
  28. checking for unistd.h... yes
  29. checking minix/config.h usability... no
  30. checking minix/config.h presence... no
  31. checking for minix/config.h... no
  32. checking whether it is safe to define __EXTENSIONS__... yes
  33. checking for minix/config.h... (cached) no
  34. checking whether it is safe to define __EXTENSIONS__... (cached) yes
  35. checking what target to build... tclkit
  36. checking for library containing acos... none required
  37. checking for library containing dlsym... no
  38. configure: WARNING: Couldn't find dlsym (normally in libdl)!
  39. checking how to link statically against libgcc... -static-libgcc
  40. checking path to tcl... /tclConfig.sh
  41. checking build system type... i686-pc-mingw32
  42. checking host system type... i686-pc-mingw32
  43. checking host operating system... mingw32
  44. checking for how to link whole archive... -Wl,--whole-archive -Wl,--no-whole-archive
  45. checking for libraries required for itcl...
  46. checking for libraries required for mk4tcl...
  47. checking for libraries required for tcl...
  48. checking for libraries required for tclvfs...
  49. checking for libraries required for thread...
  50. checking for libraries required for tk...
  51. checking for libraries required for zlib...
  52. checking for windres... windres
  53. checking for Tcl_SetStartupScript... no
  54. checking for TclSetStartupScriptPath... no
  55. checking for Tcl_GetEncodingNameFromEnvironment... no
  56. checking for Tcl_SetSystemEncoding... no
  57. checking for ANSI C header files... (cached) yes
  58. checking for unistd.h... (cached) yes
  59. checking for string.h... (cached) yes
  60. checking for strings.h... (cached) yes
  61. checking for readlink... no
  62. checking dlfcn.h usability... no
  63. checking dlfcn.h presence... no
  64. checking for dlfcn.h... no
  65. checking for dladdr... no
  66. checking for acceptable dladdr... not found
  67. checking for how to statically link to zlib... -Wl,-Bstatic -lz -Wl,-Bdynamic
  68. checking which Tclkit Storage mechanism to use... zip
  69. configure: creating ./config.status
  70. config.status: creating Makefile
  71. config.status: creating Makefile.common
  72. configure: WARNING: unrecognized options: --enable-threads
  73. Running: make TCLSH_NATIVE="tclsh"
  74. 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
  75. kitInit.c:21:17: fatal error: tcl.h: No such file or directory
  76. compilation terminated.
  77. make: *** [kitInit.o] Error 1