Posted to tcl by jima at Fri Jun 02 18:35:22 GMT 2017view raw

  1. configure: WARNING: unrecognized options: --enable-64bit, --enable-shared, --enable-threads
  2. checking for gcc... gcc
  3. checking whether the C compiler works... yes
  4. checking for C compiler default output file name... a.out
  5. checking for suffix of executables...
  6. checking whether we are cross compiling... no
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ISO C89... none needed
  11. checking whether make sets $(MAKE)... yes
  12. checking for a BSD-compatible install... /usr/bin/install -c
  13. checking how to run the C preprocessor... gcc -E
  14. checking for grep that handles long lines and -e... /bin/grep
  15. checking for egrep... /bin/grep -E
  16. checking for ANSI C header files... yes
  17. checking for sys/types.h... yes
  18. checking for sys/stat.h... yes
  19. checking for stdlib.h... yes
  20. checking for string.h... yes
  21. checking for memory.h... yes
  22. checking for strings.h... yes
  23. checking for inttypes.h... yes
  24. checking for stdint.h... yes
  25. checking for unistd.h... yes
  26. checking minix/config.h usability... no
  27. checking minix/config.h presence... no
  28. checking for minix/config.h... no
  29. checking whether it is safe to define __EXTENSIONS__... yes
  30. ./configure: line 3415: DC_CHK_OS_INFO: command not found
  31. checking for unistd.h... (cached) yes
  32. checking for stdlib.h... (cached) yes
  33. checking for string.h... (cached) yes
  34. checking for strings.h... (cached) yes
  35. ./configure: line 3431: TCLEXT_INIT: command not found
  36. ./configure: line 3434: DC_GET_SHOBJFLAGS: command not found
  37. ./configure: line 3762: syntax error near unexpected token `-fcheck-pointer-bounds,'
  38. ./configure: line 3762: ` AX_CHECK_COMPILE_FLAG(-fcheck-pointer-bounds, CFLAGS="$CFLAGS -fcheck-pointer-bounds")'