Posted to tcl by kevin_walzer at Thu Oct 10 01:58:49 GMT 2019view raw
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by tcltls configure 1.7.19, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- $ ./configure --with-openssl-dir=/usr/local/lib
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = wordtechweb.com
- uname -m = x86_64
- uname -r = 19.0.0
- uname -s = Darwin
- uname -v = Darwin Kernel Version 19.0.0: Wed Sep 25 20:18:50 PDT 2019; root:xnu-6153.11.26~2/RELEASE_X86_64
- /usr/bin/uname -p = i386
- /bin/uname -X = unknown
- /bin/arch = unknown
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = Mach kernel version:
- Darwin Kernel Version 19.0.0: Wed Sep 25 20:18:50 PDT 2019; root:xnu-6153.11.26~2/RELEASE_X86_64
- Kernel configured for up to 4 processors.
- 2 processors are physically available.
- 4 processors are logically available.
- Processor type: x86_64h (Intel x86-64h Haswell)
- Processors active: 0 1 2 3
- Primary memory available: 16.00 gigabytes
- Default processor set: 409 tasks, 1738 threads, 4 processors
- Load average: 1.14, Mach factor: 2.84
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /Library/Frameworks/Python.framework/Versions/Current/bin
- PATH: /usr/local/bin
- PATH: /usr/bin
- PATH: /bin
- PATH: /usr/sbin
- PATH: /sbin
- PATH: /Library/Apple/usr/bin
- PATH: /Library/Apple/bin
- PATH: /opt/Ghostscript/bin
- PATH: /Applications/BitKeeper.app/Contents/Resources/bitkeeper
- PATH: /opt/X11/bin
- PATH: /Library/Frameworks/Mono.framework/Versions/Current/Commands
- PATH: /opt/ImageMagick/bin
- PATH: /usr/local/git/bin
- PATH: /usr/local/bin
- PATH: /opt/ImageMagick/bin
- PATH: /opt/GhostScript/bin
- PATH: /opt/local/bin
- PATH: /opt/local/sbin
- PATH: /usr/local/lib/node_modules/npm/bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2240: checking for gcc
- configure:2256: found /usr/bin/gcc
- configure:2267: result: gcc
- configure:2496: checking for C compiler version
- configure:2505: gcc --version >&5
- Apple clang version 11.0.0 (clang-1100.0.33.8)
- Target: x86_64-apple-darwin19.0.0
- Thread model: posix
- InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
- Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
- configure:2516: $? = 0
- configure:2505: gcc -v >&5
- Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
- Apple clang version 11.0.0 (clang-1100.0.33.8)
- Target: x86_64-apple-darwin19.0.0
- Thread model: posix
- InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
- configure:2516: $? = 0
- configure:2505: gcc -V >&5
- clang: error: unsupported option '-V -Wno-framework-include-private-from-public'
- clang: error: no input files
- configure:2516: $? = 1
- configure:2505: gcc -qversion >&5
- clang: error: unknown argument '-qversion', did you mean '--version'?
- clang: error: no input files
- configure:2516: $? = 1
- configure:2536: checking whether the C compiler works
- configure:2558: gcc conftest.c >&5
- configure:2562: $? = 0
- configure:2610: result: yes
- configure:2613: checking for C compiler default output file name
- configure:2615: result: a.out
- configure:2621: checking for suffix of executables
- configure:2628: gcc -o conftest conftest.c >&5
- configure:2632: $? = 0
- configure:2654: result:
- configure:2676: checking whether we are cross compiling
- configure:2684: gcc -o conftest conftest.c >&5
- configure:2688: $? = 0
- configure:2695: ./conftest
- configure:2699: $? = 0
- configure:2714: result: no
- configure:2719: checking for suffix of object files
- configure:2741: gcc -c conftest.c >&5
- configure:2745: $? = 0
- configure:2766: result: o
- configure:2770: checking whether we are using the GNU C compiler
- configure:2789: gcc -c conftest.c >&5
- configure:2789: $? = 0
- configure:2798: result: yes
- configure:2807: checking whether gcc accepts -g
- configure:2827: gcc -c -g conftest.c >&5
- configure:2827: $? = 0
- configure:2868: result: yes
- configure:2885: checking for gcc option to accept ISO C89
- configure:2948: gcc -c -g -O2 conftest.c >&5
- configure:2948: $? = 0
- configure:2961: result: none needed
- configure:2981: checking whether make sets $(MAKE)
- configure:3003: result: yes
- configure:3055: checking for a BSD-compatible install
- configure:3123: result: /usr/bin/install -c
- configure:3140: checking how to run the C preprocessor
- configure:3171: gcc -E conftest.c
- configure:3171: $? = 0
- configure:3185: gcc -E conftest.c
- conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
- #include <ac_nonexistent.h>
- ^~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:3185: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "tcltls"
- | #define PACKAGE_TARNAME "tcltls"
- | #define PACKAGE_VERSION "1.7.19"
- | #define PACKAGE_STRING "tcltls 1.7.19"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:3210: result: gcc -E
- configure:3230: gcc -E conftest.c
- configure:3230: $? = 0
- configure:3244: gcc -E conftest.c
- conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
- #include <ac_nonexistent.h>
- ^~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:3244: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "tcltls"
- | #define PACKAGE_TARNAME "tcltls"
- | #define PACKAGE_VERSION "1.7.19"
- | #define PACKAGE_STRING "tcltls 1.7.19"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:3273: checking for grep that handles long lines and -e
- configure:3331: result: /usr/bin/grep
- configure:3336: checking for egrep
- configure:3398: result: /usr/bin/grep -E
- configure:3403: checking for ANSI C header files
- configure:3423: gcc -c -g -O2 conftest.c >&5
- configure:3423: $? = 0
- configure:3496: gcc -o conftest -g -O2 conftest.c >&5
- configure:3496: $? = 0
- configure:3496: ./conftest
- configure:3496: $? = 0
- configure:3507: result: yes
- configure:3520: checking for sys/types.h
- configure:3520: gcc -c -g -O2 conftest.c >&5
- configure:3520: $? = 0
- configure:3520: result: yes
- configure:3520: checking for sys/stat.h
- configure:3520: gcc -c -g -O2 conftest.c >&5
- configure:3520: $? = 0
- configure:3520: result: yes
- configure:3520: checking for stdlib.h
- configure:3520: gcc -c -g -O2 conftest.c >&5
- configure:3520: $? = 0
- configure:3520: result: yes
- configure:3520: checking for string.h
- configure:3520: gcc -c -g -O2 conftest.c >&5
- configure:3520: $? = 0
- configure:3520: result: yes
- configure:3520: checking for memory.h
- configure:3520: gcc -c -g -O2 conftest.c >&5
- configure:3520: $? = 0
- configure:3520: result: yes
- configure:3520: checking for strings.h
- configure:3520: gcc -c -g -O2 conftest.c >&5
- configure:3520: $? = 0
- configure:3520: result: yes
- configure:3520: checking for inttypes.h
- configure:3520: gcc -c -g -O2 conftest.c >&5
- configure:3520: $? = 0
- configure:3520: result: yes
- configure:3520: checking for stdint.h
- configure:3520: gcc -c -g -O2 conftest.c >&5
- configure:3520: $? = 0
- configure:3520: result: yes
- configure:3520: checking for unistd.h
- configure:3520: gcc -c -g -O2 conftest.c >&5
- configure:3520: $? = 0
- configure:3520: result: yes
- configure:3533: checking minix/config.h usability
- configure:3533: gcc -c -g -O2 conftest.c >&5
- conftest.c:52:10: fatal error: 'minix/config.h' file not found
- #include <minix/config.h>
- ^~~~~~~~~~~~~~~~
- 1 error generated.
- configure:3533: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "tcltls"
- | #define PACKAGE_TARNAME "tcltls"
- | #define PACKAGE_VERSION "1.7.19"
- | #define PACKAGE_STRING "tcltls 1.7.19"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <minix/config.h>
- configure:3533: result: no
- configure:3533: checking minix/config.h presence
- configure:3533: gcc -E conftest.c
- conftest.c:19:10: fatal error: 'minix/config.h' file not found
- #include <minix/config.h>
- ^~~~~~~~~~~~~~~~
- 1 error generated.
- configure:3533: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "tcltls"
- | #define PACKAGE_TARNAME "tcltls"
- | #define PACKAGE_VERSION "1.7.19"
- | #define PACKAGE_STRING "tcltls 1.7.19"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | /* end confdefs.h. */
- | #include <minix/config.h>
- configure:3533: result: no
- configure:3533: checking for minix/config.h
- configure:3533: result: no
- configure:3554: checking whether it is safe to define __EXTENSIONS__
- configure:3572: gcc -c -g -O2 conftest.c >&5
- configure:3572: $? = 0
- configure:3579: result: yes
- configure:3599: checking build system type
- configure:3613: result: x86_64-apple-darwin19.0.0
- configure:3633: checking host system type
- configure:3646: result: x86_64-apple-darwin19.0.0
- configure:3679: checking host operating system
- configure:3681: result: darwin19.0.0
- configure:3730: checking for unistd.h
- configure:3730: result: yes
- configure:3730: checking for stdlib.h
- configure:3730: result: yes
- configure:3730: checking for string.h
- configure:3730: result: yes
- configure:3730: checking for strings.h
- configure:3730: result: yes
- configure:3761: checking for runnable tclsh
- configure:3797: result: /usr/local/bin/tclsh
- configure:3827: checking for path to tclConfig.sh
- configure:3836: result: /Library/Frameworks/Tcl.framework/Versions/8.6
- configure:3886: checking for working tclConfig.sh
- configure:3896: result: found
- configure:4047: checking how to create shared objects
- configure:4080: gcc -o conftest -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -fPIC -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -DPIC -shared conftest.c -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 >&5
- Undefined symbols for architecture x86_64:
- "_unrestst", referenced from:
- _main in conftest-c2d057.o
- ld: symbol(s) not found for architecture x86_64
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- configure:4080: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "tcltls"
- | #define PACKAGE_TARNAME "tcltls"
- | #define PACKAGE_VERSION "1.7.19"
- | #define PACKAGE_STRING "tcltls 1.7.19"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define MODULE_SCOPE static
- | #define USE_TCL_STUBS 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | int unrestst(void);
- | int
- | main ()
- | {
- | printf("okay\n"); unrestst(); return(0);
- | ;
- | return 0;
- | }
- configure:4117: gcc -o conftest -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -fPIC -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -DPIC -shared -mimpure-text conftest.c -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 >&5
- clang: error: unknown argument: '-mimpure-text'
- configure:4117: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "tcltls"
- | #define PACKAGE_TARNAME "tcltls"
- | #define PACKAGE_VERSION "1.7.19"
- | #define PACKAGE_STRING "tcltls 1.7.19"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define MODULE_SCOPE static
- | #define USE_TCL_STUBS 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | int unrestst(void);
- | int
- | main ()
- | {
- | printf("okay\n"); unrestst(); return(0);
- | ;
- | return 0;
- | }
- configure:4154: gcc -o conftest -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -fPIC -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -DPIC -shared -rdynamic -Wl,-G,-z,textoff conftest.c -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 >&5
- ld: unknown option: -G
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- configure:4154: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "tcltls"
- | #define PACKAGE_TARNAME "tcltls"
- | #define PACKAGE_VERSION "1.7.19"
- | #define PACKAGE_STRING "tcltls 1.7.19"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define MODULE_SCOPE static
- | #define USE_TCL_STUBS 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | int unrestst(void);
- | int
- | main ()
- | {
- | printf("okay\n"); unrestst(); return(0);
- | ;
- | return 0;
- | }
- configure:4191: gcc -o conftest -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -fPIC -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -DPIC -shared -Wl,-G conftest.c -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 >&5
- ld: unknown option: -G
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- configure:4191: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "tcltls"
- | #define PACKAGE_TARNAME "tcltls"
- | #define PACKAGE_VERSION "1.7.19"
- | #define PACKAGE_STRING "tcltls 1.7.19"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define MODULE_SCOPE static
- | #define USE_TCL_STUBS 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | int unrestst(void);
- | int
- | main ()
- | {
- | printf("okay\n"); unrestst(); return(0);
- | ;
- | return 0;
- | }
- configure:4228: gcc -o conftest -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -fPIC -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -DPIC -shared -dynamiclib -flat_namespace -undefined suppress -bind_at_load conftest.c -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 >&5
- configure:4228: $? = 0
- configure:4479: result: -DPIC -fPIC -shared -dynamiclib -flat_namespace -undefined suppress -bind_at_load
- configure:4867: checking whether C compiler accepts -Wno-unused-value
- configure:4886: gcc -c -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers conftest.c >&5
- configure:4886: $? = 0
- configure:4894: result: yes
- configure:4902: checking whether C compiler accepts -Wno-unused-parameter
- configure:4921: gcc -c -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers conftest.c >&5
- configure:4921: $? = 0
- configure:4929: result: yes
- configure:4937: checking whether C compiler accepts -Wno-deprecated-declarations
- configure:4956: gcc -c -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers conftest.c >&5
- configure:4956: $? = 0
- configure:4964: result: yes
- configure:5017: checking for pkg-config
- configure:5047: result: no
- configure:5097: checking whether C compiler accepts -Wall
- configure:5116: gcc -c -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers conftest.c >&5
- configure:5116: $? = 0
- configure:5124: result: yes
- configure:5132: checking whether C compiler accepts -W
- configure:5151: gcc -c -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers conftest.c >&5
- configure:5151: $? = 0
- configure:5159: result: yes
- configure:5164: checking whether C compiler accepts -Wno-self-assign
- configure:5183: gcc -c -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers conftest.c >&5
- configure:5183: $? = 0
- configure:5191: result: yes
- configure:5224: checking whether C compiler accepts -fstack-protector-all
- configure:5243: gcc -c -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers conftest.c >&5
- configure:5243: $? = 0
- configure:5251: result: yes
- configure:5259: checking whether C compiler accepts -fno-strict-overflow
- configure:5278: gcc -c -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers conftest.c >&5
- configure:5278: $? = 0
- configure:5286: result: yes
- configure:5303: checking which TLS library to use
- configure:5305: result: openssl
- configure:5547: checking if a basic OpenSSL program works
- configure:5569: gcc -o conftest -I/usr/local/include -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -I/usr/local/include -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -I/usr/local/include conftest.c -L/usr/local/lib -lssl -lcrypto -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 -L/usr/local/lib -lssl -lcrypto >&5
- configure:5569: $? = 0
- configure:5571: result: yes
- configure:5592: checking for TLS_method
- configure:5592: gcc -o conftest -I/usr/local/include -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -I/usr/local/include -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -I/usr/local/include conftest.c -L/usr/local/lib -lssl -lcrypto -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 -L/usr/local/lib -lssl -lcrypto >&5
- configure:5592: $? = 0
- configure:5592: result: yes
- configure:5605: checking for SSLv2_method
- configure:5605: gcc -o conftest -I/usr/local/include -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -I/usr/local/include -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -I/usr/local/include conftest.c -L/usr/local/lib -lssl -lcrypto -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 -L/usr/local/lib -lssl -lcrypto >&5
- Undefined symbols for architecture x86_64:
- "_SSLv2_method", referenced from:
- _main in conftest-73cc02.o
- ld: symbol(s) not found for architecture x86_64
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- configure:5605: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "tcltls"
- | #define PACKAGE_TARNAME "tcltls"
- | #define PACKAGE_VERSION "1.7.19"
- | #define PACKAGE_STRING "tcltls 1.7.19"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define MODULE_SCOPE static
- | #define USE_TCL_STUBS 1
- | #define _FORTIFY_SOURCE 2
- | #define HAVE_TLS_METHOD 1
- | /* end confdefs.h. */
- | /* Define SSLv2_method to an innocuous variant, in case <limits.h> declares SSLv2_method.
- | For example, HP-UX 11i <limits.h> declares gettimeofday. */
- | #define SSLv2_method innocuous_SSLv2_method
- |
- | /* System header to define __stub macros and hopefully few prototypes,
- | which can conflict with char SSLv2_method (); below.
- | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- | <limits.h> exists even on freestanding compilers. */
- |
- | #ifdef __STDC__
- | # include <limits.h>
- | #else
- | # include <assert.h>
- | #endif
- |
- | #undef SSLv2_method
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char SSLv2_method ();
- | /* The GNU C library defines this for functions which it implements
- | to always fail with ENOSYS. Some functions are actually named
- | something starting with __ and the normal name is an alias. */
- | #if defined __stub_SSLv2_method || defined __stub___SSLv2_method
- | choke me
- | #endif
- |
- | int
- | main ()
- | {
- | return SSLv2_method ();
- | ;
- | return 0;
- | }
- configure:5605: result: no
- configure:5636: checking for SSLv3_method
- configure:5636: gcc -o conftest -I/usr/local/include -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -I/usr/local/include -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -I/usr/local/include conftest.c -L/usr/local/lib -lssl -lcrypto -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 -L/usr/local/lib -lssl -lcrypto >&5
- Undefined symbols for architecture x86_64:
- "_SSLv3_method", referenced from:
- _main in conftest-c6aa60.o
- ld: symbol(s) not found for architecture x86_64
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- configure:5636: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "tcltls"
- | #define PACKAGE_TARNAME "tcltls"
- | #define PACKAGE_VERSION "1.7.19"
- | #define PACKAGE_STRING "tcltls 1.7.19"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define MODULE_SCOPE static
- | #define USE_TCL_STUBS 1
- | #define _FORTIFY_SOURCE 2
- | #define HAVE_TLS_METHOD 1
- | #define NO_SSL2 1
- | /* end confdefs.h. */
- | /* Define SSLv3_method to an innocuous variant, in case <limits.h> declares SSLv3_method.
- | For example, HP-UX 11i <limits.h> declares gettimeofday. */
- | #define SSLv3_method innocuous_SSLv3_method
- |
- | /* System header to define __stub macros and hopefully few prototypes,
- | which can conflict with char SSLv3_method (); below.
- | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- | <limits.h> exists even on freestanding compilers. */
- |
- | #ifdef __STDC__
- | # include <limits.h>
- | #else
- | # include <assert.h>
- | #endif
- |
- | #undef SSLv3_method
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char SSLv3_method ();
- | /* The GNU C library defines this for functions which it implements
- | to always fail with ENOSYS. Some functions are actually named
- | something starting with __ and the normal name is an alias. */
- | #if defined __stub_SSLv3_method || defined __stub___SSLv3_method
- | choke me
- | #endif
- |
- | int
- | main ()
- | {
- | return SSLv3_method ();
- | ;
- | return 0;
- | }
- configure:5636: result: no
- configure:5667: checking for TLSv1_method
- configure:5667: gcc -o conftest -I/usr/local/include -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -I/usr/local/include -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -I/usr/local/include conftest.c -L/usr/local/lib -lssl -lcrypto -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 -L/usr/local/lib -lssl -lcrypto >&5
- configure:5667: $? = 0
- configure:5667: result: yes
- configure:5698: checking for TLSv1_1_method
- configure:5698: gcc -o conftest -I/usr/local/include -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -I/usr/local/include -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -I/usr/local/include conftest.c -L/usr/local/lib -lssl -lcrypto -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 -L/usr/local/lib -lssl -lcrypto >&5
- configure:5698: $? = 0
- configure:5698: result: yes
- configure:5729: checking for TLSv1_2_method
- configure:5729: gcc -o conftest -I/usr/local/include -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -I/usr/local/include -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -I/usr/local/include conftest.c -L/usr/local/lib -lssl -lcrypto -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 -L/usr/local/lib -lssl -lcrypto >&5
- configure:5729: $? = 0
- configure:5729: result: yes
- configure:5766: checking for tlsv1.3 protocol support
- configure:5787: gcc -c -I/usr/local/include -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -I/usr/local/include -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -I/usr/local/include conftest.c >&5
- conftest.c:45:9: error: use of undeclared identifier 'SSL_OP_NO_TLSv1_3'
- int x = SSL_OP_NO_TLSv1_3;
- ^
- 1 error generated.
- configure:5787: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "tcltls"
- | #define PACKAGE_TARNAME "tcltls"
- | #define PACKAGE_VERSION "1.7.19"
- | #define PACKAGE_STRING "tcltls 1.7.19"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define MODULE_SCOPE static
- | #define USE_TCL_STUBS 1
- | #define _FORTIFY_SOURCE 2
- | #define HAVE_TLS_METHOD 1
- | #define NO_SSL2 1
- | #define NO_SSL3 1
- | /* end confdefs.h. */
- |
- | #include <openssl/ssl.h>
- | #include <openssl/opensslv.h>
- | #if (SSLEAY_VERSION_NUMBER >= 0x0907000L)
- | # include <openssl/conf.h>
- | #endif
- |
- | int
- | main ()
- | {
- |
- | int x = SSL_OP_NO_TLSv1_3;
- |
- | ;
- | return 0;
- | }
- configure:5794: result: no
- configure:5836: checking for SSL_set_tlsext_host_name
- configure:5856: gcc -o conftest -I/usr/local/include -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -I/usr/local/include -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -I/usr/local/include conftest.c -L/usr/local/lib -lssl -lcrypto -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 -L/usr/local/lib -lssl -lcrypto >&5
- configure:5856: $? = 0
- configure:5858: result: yes
- configure:5904: checking how to use openssl
- configure:5909: result: -I/usr/local/include -I/usr/local/include -L/usr/local/lib -lssl -lcrypto
- configure:6032: checking how to set rpath
- configure:6057: gcc -o conftest -I/usr/local/include -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -I/usr/local/include -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -I/usr/local/include -Wl,-rpath -Wl,/tmp conftest.c -L/usr/local/lib -lssl -lcrypto -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 -L/usr/local/lib -lssl -lcrypto >&5
- configure:6057: $? = 0
- configure:6075: result: -Wl,-rpath
- configure:6156: checking for objcopy
- configure:6186: result: no
- configure:6156: checking for gobjcopy
- configure:6186: result: no
- configure:6256: checking for strip
- configure:6272: found /usr/bin/strip
- configure:6283: result: strip
- configure:6350: checking for how to set version script
- configure:6366: gcc -o conftest -I/usr/local/include -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -I/usr/local/include -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -I/usr/local/include -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/Library/Frameworks/Tcl.framework/Versions/8.6 -Wl,-rpath -Wl,/usr/local/lib -Wl,--version-script,./tcltls.vers.tmp conftest.c -L/usr/local/lib -lssl -lcrypto -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 -L/usr/local/lib -lssl -lcrypto >&5
- ld: unknown option: --version-script
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- configure:6366: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "tcltls"
- | #define PACKAGE_TARNAME "tcltls"
- | #define PACKAGE_VERSION "1.7.19"
- | #define PACKAGE_STRING "tcltls 1.7.19"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define MODULE_SCOPE static
- | #define USE_TCL_STUBS 1
- | #define _FORTIFY_SOURCE 2
- | #define HAVE_TLS_METHOD 1
- | #define NO_SSL2 1
- | #define NO_SSL3 1
- | #define NO_TLS1_3 1
- | /* end confdefs.h. */
- | void Test_Symbol(void) { return; }
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:6366: gcc -o conftest -I/usr/local/include -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -I/usr/local/include -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -I/usr/local/include -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/Library/Frameworks/Tcl.framework/Versions/8.6 -Wl,-rpath -Wl,/usr/local/lib -Wl,-exported_symbols_list,tcltls.syms.tmp conftest.c -L/usr/local/lib -lssl -lcrypto -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 -L/usr/local/lib -lssl -lcrypto >&5
- configure:6366: $? = 0
- configure:6385: result: -Wl,-exported_symbols_list,tcltls.syms
- configure:6552: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by tcltls config.status 1.7.19, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on wordtechweb.com
- config.status:768: creating Makefile
- config.status:768: creating pkgIndex.tcl
- config.status:768: creating tcltls.syms
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-apple-darwin19.0.0
- ac_cv_c_compiler_gnu=yes
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=
- ac_cv_env_CFLAGS_value=
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=
- ac_cv_env_CPP_value=
- ac_cv_env_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_TCLTLS_SSL_CFLAGS_set=
- ac_cv_env_TCLTLS_SSL_CFLAGS_value=
- ac_cv_env_TCLTLS_SSL_CPPFLAGS_set=
- ac_cv_env_TCLTLS_SSL_CPPFLAGS_value=
- ac_cv_env_TCLTLS_SSL_LIBS_set=
- ac_cv_env_TCLTLS_SSL_LIBS_value=
- ac_cv_env_build_alias_set=
- ac_cv_env_build_alias_value=
- ac_cv_env_host_alias_set=
- ac_cv_env_host_alias_value=
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_func_SSLv2_method=no
- ac_cv_func_SSLv3_method=no
- ac_cv_func_TLS_method=yes
- ac_cv_func_TLSv1_1_method=yes
- ac_cv_func_TLSv1_2_method=yes
- ac_cv_func_TLSv1_method=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_minix_config_h=no
- ac_cv_header_stdc=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_host=x86_64-apple-darwin19.0.0
- ac_cv_objext=o
- ac_cv_path_EGREP='/usr/bin/grep -E'
- ac_cv_path_GREP=/usr/bin/grep
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_STRIP=strip
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_make_make_set=yes
- ac_cv_safe_to_define___extensions__=yes
- ax_cv_check_cflags___W=yes
- ax_cv_check_cflags___Wall=yes
- ax_cv_check_cflags___Wno_deprecated_declarations=yes
- ax_cv_check_cflags___Wno_self_assign=yes
- ax_cv_check_cflags___Wno_unused_parameter=yes
- ax_cv_check_cflags___Wno_unused_value=yes
- ax_cv_check_cflags___fno_strict_overflow=yes
- ax_cv_check_cflags___fstack_protector_all=yes
- dc_cv_dc_chk_os_info_called=1
- rsk_cv_link_set_rpath=-Wl,-rpath
- tcl_cv_tclsh_native_path=/usr/local/bin/tclsh
- tcltls_cv_func_tlsext_hostname=yes
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- AR=''
- AREXT='a'
- CC='gcc'
- CFLAGS='-I/usr/local/include -g -O2 -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include'
- CPP='gcc -E'
- CPPFLAGS='-I/usr/local/include -I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -I/usr/local/include'
- DEFS='-DPACKAGE_NAME=\"tcltls\" -DPACKAGE_TARNAME=\"tcltls\" -DPACKAGE_VERSION=\"1.7.19\" -DPACKAGE_STRING=\"tcltls\ 1.7.19\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -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 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DMODULE_SCOPE=static -DUSE_TCL_STUBS=1 -D_FORTIFY_SOURCE=2 -DHAVE_TLS_METHOD=1 -DNO_SSL2=1 -DNO_SSL3=1 -DNO_TLS1_3=1'
- ECHO_C='\c'
- ECHO_N=''
- ECHO_T=''
- EGREP='/usr/bin/grep -E'
- EXEEXT=''
- EXTENSION_TARGET='tcltls.dylib'
- GEN_DH_PARAMS_ARGS=''
- GREP='/usr/bin/grep'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- LDFLAGS=' -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/Library/Frameworks/Tcl.framework/Versions/8.6 -Wl,-rpath -Wl,/usr/local/lib'
- LIBOBJS=''
- LIBS='-L/usr/local/lib -lssl -lcrypto -L/Library/Frameworks/Tcl.framework/Versions/8.6 -ltclstub8.6 -L/usr/local/lib -lssl -lcrypto'
- LTLIBOBJS=''
- OBJCOPY='false'
- OBJEXT='o'
- PACKAGE_BUGREPORT=''
- PACKAGE_NAME='tcltls'
- PACKAGE_STRING='tcltls 1.7.19'
- PACKAGE_TARNAME='tcltls'
- PACKAGE_URL=''
- PACKAGE_VERSION='1.7.19'
- PATH_SEPARATOR=':'
- PKGCONFIG='false'
- RANLIB=''
- REMOVESYMS='strip -u -x'
- SET_MAKE=''
- SHELL='/bin/sh'
- SHLIBOBJS=''
- SHOBJCPPFLAGS='-DPIC'
- SHOBJEXT='dylib'
- SHOBJFLAGS='-fPIC'
- SHOBJLDFLAGS='-shared -dynamiclib -flat_namespace -undefined suppress -bind_at_load -Wl,-exported_symbols_list,tcltls.syms'
- STRIP='strip'
- SYMPREFIX='_'
- TCLCONFIGPATH='/Library/Frameworks/Tcl.framework/Versions/8.6'
- TCLEXT_BUILD='shared'
- TCLSH_PROG='/usr/local/bin/tclsh'
- TCLTLS_SSL_CFLAGS='-I/usr/local/include'
- TCLTLS_SSL_CPPFLAGS='-I/usr/local/include'
- TCLTLS_SSL_LIBS='-L/usr/local/lib -lssl -lcrypto'
- TCL_DEFS=''\''-DTCL_THREADS=1'\'' '\''-DTCL_CFGVAL_ENCODING="iso8859-1"'\'' '\''-DTCL_SHLIB_EXT=".dylib"'\'' '\''-DTCL_CFG_OPTIMIZED=1'\'' '\''-DTCL_TOMMATH=1'\'' '\''-DTCL_WIDE_INT_IS_LONG=1'\'' '\''-DTCL_DEFAULT_ENCODING="utf-8"'\'' '\''-DTCL_LOAD_FROM_MEMORY=1'\'' '\''-DTCL_WIDE_CLICKS=1'\'' '\''-DTCL_UNLOAD_DLLS=1'\'' '\''-DTCL_FRAMEWORK=1'\'' '
- TCL_PACKAGE_PATH='~/Library/Tcl'
- WEAKENSYMS='true'
- ac_ct_CC='gcc'
- ac_ct_OBJCOPY=''
- ac_ct_STRIP='strip'
- bindir='${exec_prefix}/bin'
- build='x86_64-apple-darwin19.0.0'
- build_alias=''
- build_cpu='x86_64'
- build_os='darwin19.0.0'
- build_vendor='apple'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- host='x86_64-apple-darwin19.0.0'
- host_alias=''
- host_cpu='x86_64'
- host_os='darwin19.0.0'
- host_vendor='apple'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/usr/local'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "tcltls"
- #define PACKAGE_TARNAME "tcltls"
- #define PACKAGE_VERSION "1.7.19"
- #define PACKAGE_STRING "tcltls 1.7.19"
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_URL ""
- #define STDC_HEADERS 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_UNISTD_H 1
- #define __EXTENSIONS__ 1
- #define _ALL_SOURCE 1
- #define _GNU_SOURCE 1
- #define _POSIX_PTHREAD_SEMANTICS 1
- #define _TANDEM_SOURCE 1
- #define HAVE_UNISTD_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_STRINGS_H 1
- #define MODULE_SCOPE static
- #define USE_TCL_STUBS 1
- #define _FORTIFY_SOURCE 2
- #define HAVE_TLS_METHOD 1
- #define NO_SSL2 1
- #define NO_SSL3 1
- #define NO_TLS1_3 1
- configure: exit 0