Posted to tcl by hypnotoad at Sat Mar 10 22:20:36 GMT 2018view pretty

[root@localhost tcltls]# cat config.log 
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.8.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --enable-static-ssl

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost
uname -m = x86_64
uname -r = 4.15.7-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Feb 28 19:01:57 UTC 2018

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2229: checking for gcc
configure:2245: found /usr/bin/gcc
configure:2256: result: gcc
configure:2485: checking for C compiler version
configure:2494: gcc --version >&5
gcc (GCC) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2505: $? = 0
configure:2494: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 7.3.0 (GCC) 
configure:2505: $? = 0
configure:2494: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2505: $? = 1
configure:2494: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2505: $? = 1
configure:2525: checking whether the C compiler works
configure:2547: gcc    conftest.c  >&5
configure:2551: $? = 0
configure:2599: result: yes
configure:2602: checking for C compiler default output file name
configure:2604: result: a.out
configure:2610: checking for suffix of executables
configure:2617: gcc -o conftest    conftest.c  >&5
configure:2621: $? = 0
configure:2643: result: 
configure:2665: checking whether we are cross compiling
configure:2673: gcc -o conftest    conftest.c  >&5
configure:2677: $? = 0
configure:2684: ./conftest
configure:2688: $? = 0
configure:2703: result: no
configure:2708: checking for suffix of object files
configure:2730: gcc -c   conftest.c >&5
configure:2734: $? = 0
configure:2755: result: o
configure:2759: checking whether we are using the GNU C compiler
configure:2778: gcc -c   conftest.c >&5
configure:2778: $? = 0
configure:2787: result: yes
configure:2796: checking whether gcc accepts -g
configure:2816: gcc -c -g  conftest.c >&5
configure:2816: $? = 0
configure:2857: result: yes
configure:2874: checking for gcc option to accept ISO C89
configure:2937: gcc  -c -g -O2  conftest.c >&5
configure:2937: $? = 0
configure:2950: result: none needed
configure:2970: checking whether make sets $(MAKE)
configure:2992: result: yes
configure:3044: checking for a BSD-compatible install
configure:3112: result: /usr/bin/install -c
configure:3129: checking how to run the C preprocessor
configure:3160: gcc -E  conftest.c
configure:3160: $? = 0
configure:3174: gcc -E  conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3174: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcltls"
| #define PACKAGE_TARNAME "tcltls"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "tcltls 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3199: result: gcc -E
configure:3219: gcc -E  conftest.c
configure:3219: $? = 0
configure:3233: gcc -E  conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3233: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcltls"
| #define PACKAGE_TARNAME "tcltls"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "tcltls 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3262: checking for grep that handles long lines and -e
configure:3320: result: /usr/bin/grep
configure:3325: checking for egrep
configure:3387: result: /usr/bin/grep -E
configure:3392: checking for ANSI C header files
configure:3412: gcc -c -g -O2  conftest.c >&5
configure:3412: $? = 0
configure:3485: gcc -o conftest -g -O2   conftest.c  >&5
configure:3485: $? = 0
configure:3485: ./conftest
configure:3485: $? = 0
configure:3496: result: yes
configure:3509: checking for sys/types.h
configure:3509: gcc -c -g -O2  conftest.c >&5
configure:3509: $? = 0
configure:3509: result: yes
configure:3509: checking for sys/stat.h
configure:3509: gcc -c -g -O2  conftest.c >&5
configure:3509: $? = 0
configure:3509: result: yes
configure:3509: checking for stdlib.h
configure:3509: gcc -c -g -O2  conftest.c >&5
configure:3509: $? = 0
configure:3509: result: yes
configure:3509: checking for string.h
configure:3509: gcc -c -g -O2  conftest.c >&5
configure:3509: $? = 0
configure:3509: result: yes
configure:3509: checking for memory.h
configure:3509: gcc -c -g -O2  conftest.c >&5
configure:3509: $? = 0
configure:3509: result: yes
configure:3509: checking for strings.h
configure:3509: gcc -c -g -O2  conftest.c >&5
configure:3509: $? = 0
configure:3509: result: yes
configure:3509: checking for inttypes.h
configure:3509: gcc -c -g -O2  conftest.c >&5
configure:3509: $? = 0
configure:3509: result: yes
configure:3509: checking for stdint.h
configure:3509: gcc -c -g -O2  conftest.c >&5
configure:3509: $? = 0
configure:3509: result: yes
configure:3509: checking for unistd.h
configure:3509: gcc -c -g -O2  conftest.c >&5
configure:3509: $? = 0
configure:3509: result: yes
configure:3522: checking minix/config.h usability
configure:3522: gcc -c -g -O2  conftest.c >&5
conftest.c:52:10: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:3522: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcltls"
| #define PACKAGE_TARNAME "tcltls"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "tcltls 1.8.0"
| #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:3522: result: no
configure:3522: checking minix/config.h presence
configure:3522: gcc -E  conftest.c
conftest.c:19:10: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:3522: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcltls"
| #define PACKAGE_TARNAME "tcltls"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "tcltls 1.8.0"
| #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:3522: result: no
configure:3522: checking for minix/config.h
configure:3522: result: no
configure:3543: checking whether it is safe to define __EXTENSIONS__
configure:3561: gcc -c -g -O2  conftest.c >&5
configure:3561: $? = 0
configure:3568: result: yes
configure:3588: checking build system type
configure:3602: result: x86_64-pc-linux-gnu
configure:3622: checking host system type
configure:3635: result: x86_64-pc-linux-gnu
configure:3668: checking host operating system
configure:3670: result: linux-gnu
configure:3720: checking for unistd.h
configure:3720: result: yes
configure:3720: checking for stdlib.h
configure:3720: result: yes
configure:3720: checking for string.h
configure:3720: result: yes
configure:3720: checking for strings.h
configure:3720: result: yes
configure:3751: checking for runnable tclsh
configure:3787: result: /usr/bin/tclsh
configure:3817: checking for path to tclConfig.sh
configure:3826: result: /usr/lib
configure:3876: checking for working tclConfig.sh
configure:3886: result: found
configure:4038: checking how to create shared objects
configure:4071: gcc -o conftest -g -O2 -I/usr/include -fPIC  -I/usr/include -DPIC  -shared conftest.c  -L/usr/lib -ltclstub8.6 >&5
configure:4071: $? = 0
configure:4470: result: -DPIC -fPIC -shared
configure:4844: checking whether C compiler accepts -Wno-unused-value
configure:4863: gcc -c -g -O2 -I/usr/include  -Wno-unused-value  -I/usr/include conftest.c >&5
configure:4863: $? = 0
configure:4871: result: yes
configure:4879: checking whether C compiler accepts -Wno-unused-parameter
configure:4898: gcc -c -g -O2 -I/usr/include -Wno-unused-value  -Wno-unused-parameter  -I/usr/include conftest.c >&5
configure:4898: $? = 0
configure:4906: result: yes
configure:4914: checking whether C compiler accepts -Wno-deprecated-declarations
configure:4933: gcc -c -g -O2 -I/usr/include -Wno-unused-value -Wno-unused-parameter  -Wno-deprecated-declarations  -I/usr/include conftest.c >&5
configure:4933: $? = 0
configure:4941: result: yes
configure:4994: checking for pkg-config
configure:5024: result: no
configure:5074: checking whether C compiler accepts -Wall
configure:5093: gcc -c -g -O2 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations  -Wall  -I/usr/include conftest.c >&5
configure:5093: $? = 0
configure:5101: result: yes
configure:5109: checking whether C compiler accepts -W
configure:5128: gcc -c -g -O2 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall  -W  -I/usr/include conftest.c >&5
configure:5128: $? = 0
configure:5136: result: yes
configure:5141: checking whether C compiler accepts -Wno-self-assign
configure:5160: gcc -c -g -O2 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W  -Wno-self-assign  -I/usr/include conftest.c >&5
configure:5160: $? = 0
configure:5168: result: yes
configure:5182: checking whether C compiler accepts -fstack-protector-all
configure:5201: gcc -c -g -O2 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign  -fstack-protector-all  -I/usr/include conftest.c >&5
configure:5201: $? = 0
configure:5209: result: yes
configure:5217: checking whether C compiler accepts -fno-strict-overflow
configure:5236: gcc -c -g -O2 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all  -fno-strict-overflow  -I/usr/include conftest.c >&5
configure:5236: $? = 0
configure:5244: result: yes
configure:5260: checking which TLS library to use
configure:5262: result: openssl
configure:5355: error: Unable to get OpenSSL Configuration

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
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_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-pc-linux-gnu
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_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
tcl_cv_tclsh_native_path=/usr/bin/tclsh

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR=''
AREXT='a'
CC='gcc'
CFLAGS='-g -O2 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow'
CPP='gcc -E'
CPPFLAGS=' -I/usr/include'
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
EXTENSION_TARGET='tcltls.so'
GEN_DH_PARAMS_ARGS=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS=' -L/usr/lib -ltclstub8.6'
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='tcltls'
PACKAGE_STRING='tcltls 1.8.0'
PACKAGE_TARNAME='tcltls'
PACKAGE_URL=''
PACKAGE_VERSION='1.8.0'
PATH_SEPARATOR=':'
PKGCONFIG='false'
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
SHLIBOBJS=''
SHOBJCPPFLAGS='-DPIC'
SHOBJEXT='so'
SHOBJFLAGS='-fPIC'
SHOBJLDFLAGS='-shared'
TCLCONFIGPATH='/usr/lib'
TCLEXT_BUILD='shared'
TCLSH_PROG='/usr/bin/tclsh'
TCLTLS_SSL_CFLAGS=''
TCLTLS_SSL_CPPFLAGS=''
TCLTLS_SSL_LIBS=''
TCL_DEFS=''\''-DTCL_THREADS=1'\'' '\''-DTCL_CFGVAL_ENCODING="iso8859-1"'\'' '\''-DTCL_CFG_DO64BIT=1'\'' '\''-DTCL_SHLIB_EXT=".so"'\'' '\''-DTCL_CFG_OPTIMIZED=1'\'' '\''-DTCL_TOMMATH=1'\'' '\''-DTCL_WIDE_INT_IS_LONG=1'\'' '\''-DTCL_UNLOAD_DLLS=1'\'' '
TCL_PACKAGE_PATH='/usr/lib'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
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='NONE'
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.8.0"
#define PACKAGE_STRING "tcltls 1.8.0"
#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

configure: exit 1
[root@localhost tcltls]#