Build of expect with vanilla toolchain

The build took 00h 01m 12s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
17,881 ansic
7,167 sh
576 exp
126 makefile
17 tcl
25,767 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: expect 5.45-4 (Wed Aug 24 14:16:31 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) tcl-8.6.5-2
#
# Total Installed Size: 6.42 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing tcl...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for correct TEA configuration... ok (TEA 3.9)
# configure: configuring expect 5.45
# checking for Tcl configuration... found /usr/lib/tclConfig.sh
# checking for existence of /usr/lib/tclConfig.sh... loading
# configure: --exec-prefix defaulting to TCL_EXEC_PREFIX /usr
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# 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 ANSI C... none needed
# checking how to run the C preprocessor... gcc -E
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for egrep... 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 if the compiler understands -pipe... yes
# checking whether byte ordering is bigendian... no
# checking for sin... no
# checking for main in -lieee... yes
# checking for main in -linet... no
# checking net/errno.h usability... no
# checking net/errno.h presence... no
# checking for net/errno.h... no
# checking for connect... yes
# checking for gethostbyname... yes
# checking dirent.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking float.h usability... yes
# checking float.h presence... yes
# checking for float.h... yes
# checking values.h usability... yes
# checking values.h presence... yes
# checking for values.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking for Tcl public headers... /usr/include
# checking for Tcl private include files... private headers found with public headers
# checking for pthread_mutex_init in -lpthread... yes
# checking for building with threads... yes (default)
# checking how to build libraries... shared
# checking if 64bit support is requested... no
# checking if 64bit Sparc VIS support is requested... no
# checking if compiler supports visibility "hidden"... yes
# checking if rpath support is requested... yes
# checking system version... Linux-4.7.1-1-ARCH
# checking for ar... ar
# checking for required early compiler flags... _LARGEFILE64_SOURCE
# checking for 64-bit integer type... using long
# checking for build with symbols... no
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/sysmacros.h usability... yes
# checking sys/sysmacros.h presence... yes
# checking for sys/sysmacros.h... yes
# checking varargs.h usability... no
# checking varargs.h presence... no
# checking for varargs.h... no
# checking sys/stropts.h usability... yes
# checking sys/stropts.h presence... yes
# checking for sys/stropts.h... yes
# checking sys/sysconfig.h usability... no
# checking sys/sysconfig.h presence... no
# checking for sys/sysconfig.h... no
# checking sys/fcntl.h usability... yes
# checking sys/fcntl.h presence... yes
# checking for sys/fcntl.h... yes
# checking sys/ptem.h usability... no
# checking sys/ptem.h presence... no
# checking for sys/ptem.h... no
# checking sys/strredir.h usability... no
# checking sys/strredir.h presence... no
# checking for sys/strredir.h... no
# checking sys/strpty.h usability... no
# checking sys/strpty.h presence... no
# checking for sys/strpty.h... no
# checking for sys/bsdtypes.h... no
# checking return type of signal handlers... void
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for struct tm.tm_zone... yes
# checking for gmtime_r... yes
# checking for localtime_r... yes
# checking tm_tzadj in struct tm... no
# checking tm_gmtoff in struct tm... yes
# checking long timezone variable... yes
# checking union wait... yes
# checking for gethostname... yes
# checking for socket... yes
# checking for select... yes
# checking for getpseudotty... no
# checking for getpseudotty in -lseq... no
# checking for openpty... no
# checking for openpty in -lutil... yes
# checking if running Sequent running SVR4... no
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for pid_t... yes
# checking if running Mach... no
# checking if running MachTen... no
# checking if on Pyramid... no
# checking if on Apollo... no
# checking if on Interactive... no
# checking stty to use... /bin/stty
# checking if stty reads stdout... no
# checking if running Solaris... no
# checking for memmove... yes
# checking for sysconf... yes
# checking for strftime... yes
# checking for strchr... yes
# checking for timezone... yes
# checking for siglongjmp... yes
# checking for memcpy... yes
# checking if WNOHANG requires _POSIX_SOURCE... no
# checking if any value exists for WNOHANG... yes
# checking mask type of select... none
# checking if signals need to be re-armed... no
# checking if on Convex... no
# checking if on HP... no
# checking sane default stty arguments...
# checking for HP style pty allocation... no
# checking for HP style pty trapping... no
# checking for AIX new-style pty allocation... no
# checking for SGI old-style pty allocation... no
# checking for SCO style pty allocation... no
# checking for SVR4 style pty allocation... yes
# checking for libpts="-lpt" in -lpt... no
# checking for ptsname... yes
# checking for OSF/1 style pty allocation... no
# checking for tcgetattr... yes
# checking for tcsetattr... yes
# checking for struct sgttyb... no
# checking for struct termio... yes
# checking for struct termios... yes
# checking if TCGETS or TCGETA in termios.h... no
# checking if TIOCGWINSZ in termios.h... no
# checking for Cray-style ptys... no
# checking for select... yes
# checking for poll... yes
# checking event handling... via select
# checking for _getpty... no
# checking for getpty... no
# checking whether setpgrp takes no argument... yes
# checking for SV-style timezone... yes
# checking for long file names... yes
# checking for tclsh... /usr/bin/tclsh8.6
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: executing default commands
# chmod: cannot access './install-sh': No such file or directory
# configure: configuring in testsuite
# configure: running /bin/sh './configure' --prefix=/usr '--host=x86_64-unknown-linux' '--prefix=/usr' '--mandir=/usr/share/man' 'CFLAGS=' 'CPPFLAGS=' 'LDFLAGS=' 'host_alias=x86_64-unknown-linux' --cache-file=/dev/null --srcdir=.
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for correct TEA configuration... ok (TEA 3.9)
# configure: configuring exp_test 0.43
# checking for Tcl configuration... found /usr/lib/tclConfig.sh
# checking for existence of /usr/lib/tclConfig.sh... loading
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# 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 ANSI C... none needed
# checking how to run the C preprocessor... gcc -E
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for egrep... 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 if the compiler understands -pipe... yes
# checking whether byte ordering is bigendian... no
# checking for sin... no
# checking for main in -lieee... yes
# checking for main in -linet... no
# checking net/errno.h usability... no
# checking net/errno.h presence... no
# checking for net/errno.h... no
# checking for connect... yes
# checking for gethostbyname... yes
# checking dirent.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking float.h usability... yes
# checking float.h presence... yes
# checking for float.h... yes
# checking values.h usability... yes
# checking values.h presence... yes
# checking for values.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# configure: creating ./config.status
# config.status: creating Makefile
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_command.c` -o exp_command.o
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo expect.c` -o expect.o
# expect.c: In function 'exp_eval_with_one_arg':
# expect.c:287:9: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
# int rc;
# ^~
# expect.c: In function 'expIRead':
# expect.c:1763:9: warning: variable 'size' set but not used [-Wunused-but-set-variable]
# int size;
# ^~~~
# expect.c: In function 'Exp_ExpectObjCmd':
# expect.c:2547:12: warning: variable 'start_time' set but not used [-Wunused-but-set-variable]
# time_t start_time = 0; /* time when restart label hit */
# ^~~~~~~~~~
# exp_command.c: In function 'Exp_SpawnObjCmd':
# exp_command.c:587:9: warning: unused variable 'ttyfd' [-Wunused-variable]
# int ttyfd;
# ^~~~~
# exp_command.c: In function 'Exp_DisconnectObjCmd':
# exp_command.c:3120:9: warning: unused variable 'ttyfd' [-Wunused-variable]
# int ttyfd;
# ^~~~~
# At top level:
# exp_command.c:537:1: warning: 'expSetpgrp' defined but not used [-Wunused-function]
# expSetpgrp()
# ^~~~~~~~~~
# expect.c: In function 'process_di.constprop':
# expect.c:2955:12: warning: 'esPtr' may be used uninitialized in this function [-Wmaybe-uninitialized]
# *esOut = esPtr;
# ~~~~~~~^~~~~~~
# exp_command.c: In function 'Exp_SpawnObjCmd':
# exp_command.c:955:22: warning: 'channel' may be used uninitialized in this function [-Wmaybe-uninitialized]
# orig->channel_orig = channel;
# ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
# exp_command.c:940:8: warning: 'write_master' may be used uninitialized in this function [-Wmaybe-uninitialized]
# esPtr = expCreateChannel(interp,master,write_master,EXP_NOPID);
# ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# exp_command.c:924:9: warning: 'wfd' may be used uninitialized in this function [-Wmaybe-uninitialized]
# if (-1 == (write_master = dup(wfd))) {
# ^
# exp_command.c:923:53: warning: 'rfd' may be used uninitialized in this function [-Wmaybe-uninitialized]
# if ((mode & TCL_READABLE) && (mode & TCL_WRITABLE) && (wfd != rfd)) {
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
# expect.c: In function 'Exp_ExpectObjCmd':
# expect.c:2735:25: warning: 'end_time' may be used uninitialized in this function [-Wmaybe-uninitialized]
# remtime = end_time - current_time;
# ~~~~~~~~~^~~~~~~~~~~~~~
# exp_command.c: In function 'Exp_SendObjCmd':
# exp_command.c:2063:8: warning: 'string' may be used uninitialized in this function [-Wmaybe-uninitialized]
# len = strlen(string);
# ^~~~~~~~~~~~~~
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_inter.c` -o exp_inter.o
# exp_inter.c:710:13: warning: 'interpreter_cmd' defined but not used [-Wunused-variable]
# static char interpreter_cmd[] = "interpreter";
# ^~~~~~~~~~~~~~~
# exp_inter.c:709:13: warning: 'return_cmd' defined but not used [-Wunused-variable]
# static char return_cmd[] = "return";
# ^~~~~~~~~~
# exp_inter.c: In function 'Exp_InteractObjCmd':
# exp_inter.c:421:28: warning: 'offsetBytes' may be used uninitialized in this function [-Wmaybe-uninitialized]
# esPtr->input.buffer + offsetBytes,
# ^
# exp_inter.c:408:9: note: 'offsetBytes' was declared here
# int offsetBytes;
# ^~~~~~~~~~~
# exp_inter.c:420:5: warning: 'echoBytes' may be used uninitialized in this function [-Wmaybe-uninitialized]
# (void) expWriteCharsUni(esPtr,
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# esPtr->input.buffer + offsetBytes,
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# echoBytes);
# ~~~~~~~~~~
# exp_inter.c:407:9: note: 'echoBytes' was declared here
# int echoBytes;
# ^~~~~~~~~
# exp_inter.c:1412:31: warning: 'previous_time' may be used uninitialized in this function [-Wmaybe-uninitialized]
# time_diff = current_time - previous_time;
# ~~~~~~~~~~~~~^~~~~~~~~~~~~~~
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_regexp.c` -o exp_regexp.o
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_tty.c` -o exp_tty.o
# exp_tty.c: In function 'exec_stty':
# exp_tty.c:323:6: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
# int rc;
# ^~
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_log.c` -o exp_log.o
# exp_log.c: In function 'expPrintf':
# exp_log.c:304:9: warning: variable 'fmt' set but not used [-Wunused-but-set-variable]
# char *fmt;
# ^~~
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_main_sub.c` -o exp_main_sub.o
# exp_log.c: In function 'expWriteBytesAndLogIfTtyU':
# exp_log.c:101:12: warning: 'wc' may be used uninitialized in this function [-Wmaybe-uninitialized]
# return wc;
# ^~
# exp_main_sub.c: In function 'exp_interpreter':
# exp_main_sub.c:306:16: warning: implicit declaration of function 'exp_tty_cooked_echo' [-Wimplicit-function-declaration]
# tty_changed = exp_tty_cooked_echo(interp,&tty_old,&was_raw,&was_echo);
# ^~~~~~~~~~~~~~~~~~~
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_pty.c` -o exp_pty.o
# exp_pty.c:138:21: warning: 'oldHupHandler' defined but not used [-Wunused-variable]
# static RETSIGTYPE (*oldHupHandler)();
# ^~~~~~~~~~~~~
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_trap.c` -o exp_trap.o
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_strf.c` -o exp_strf.o
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_console.c` -o exp_console.o
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_glob.c` -o exp_glob.o
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_win.c` -o exp_win.o
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_clib.c` -o exp_clib.o
# exp_win.c: In function 'exp_window_size_set':
# exp_win.c:90:1: warning: control reaches end of non-void function [-Wreturn-type]
# }
# ^
# exp_win.c: In function 'exp_window_size_get':
# exp_win.c:105:1: warning: control reaches end of non-void function [-Wreturn-type]
# }
# ^
# exp_win.c: In function 'exp_win2_size_set':
# exp_win.c:154:1: warning: control reaches end of non-void function [-Wreturn-type]
# }
# ^
# exp_win.c: In function 'exp_win2_size_get':
# exp_win.c:165:1: warning: control reaches end of non-void function [-Wreturn-type]
# }
# ^
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_closetcl.c` -o exp_closetcl.o
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_memmove.c` -o exp_memmove.o
# exp_clib.c: In function 'exp_setpgrp':
# exp_clib.c:1821:12: warning: implicit declaration of function 'setpgrp' [-Wimplicit-function-declaration]
# (void) setpgrp();
# ^~~~~~~
# exp_clib.c: In function 'exp_spawnv':
# exp_clib.c:1852:3: warning: implicit declaration of function 'exp_init_tty' [-Wimplicit-function-declaration]
# exp_init_tty();
# ^~~~~~~~~~~~
# exp_clib.c:1892:13: warning: implicit declaration of function 'pipe' [-Wimplicit-function-declaration]
# if (-1 == (pipe(sync_fds))) {
# ^~~~
# exp_clib.c:1896:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration]
# close(sync_fds[0]);
# ^~~~~
# exp_clib.c:1909:17: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration]
# if ((exp_pid = fork()) == -1) return(-1);
# ^~~~
# exp_clib.c:1949:8: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
# cc = read(sync_fds[0],&sync_byte,1);
# ^~~~
# exp_clib.c:1963:8: warning: implicit declaration of function 'write' [-Wimplicit-function-declaration]
# cc = write(sync2_fds[1]," ",1);
# ^~~~~
# exp_clib.c:1990:4: warning: implicit declaration of function 'waitpid' [-Wimplicit-function-declaration]
# waitpid(exp_pid, NULL, 0);
# ^~~~~~~
# exp_clib.c:2021:2: warning: implicit declaration of function 'setsid' [-Wimplicit-function-declaration]
# setsid();
# ^~~~~~
# exp_clib.c:2217:16: warning: implicit declaration of function 'execvp' [-Wimplicit-function-declaration]
# (void) execvp(file,argv);
# ^~~~~~
# exp_clib.c:1836:6: warning: unused variable 'ttyfd' [-Wunused-variable]
# int ttyfd;
# ^~~~~
# exp_clib.c: In function 'i_read':
# exp_clib.c:2333:19: warning: implicit declaration of function 'alarm' [-Wimplicit-function-declaration]
# if (timeout > 0) alarm(timeout);
# ^~~~~
# exp_clib.c: In function 'exp_disconnect':
# exp_clib.c:2856:6: warning: unused variable 'ttyfd' [-Wunused-variable]
# int ttyfd;
# ^~~~~
# At top level:
# exp_clib.c:1812:1: warning: 'exp_setpgrp' defined but not used [-Wunused-function]
# exp_setpgrp()
# ^~~~~~~~~~~
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_tty_comm.c` -o exp_tty_comm.o
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_chan.c` -o exp_chan.o
# exp_chan.c:61:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
# ExpBlockModeProc, /* Set blocking/nonblocking mode.*/
# ^~~~~~~~~~~~~~~~
# exp_chan.c:61:5: note: (near initialization for 'expChannelType.version')
# exp_chan.c: In function 'ExpGetHandleProc':
# exp_chan.c:434:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
# *handlePtr = (ClientData) esPtr->fdin;
# ^
# exp_chan.c:437:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
# *handlePtr = (ClientData) esPtr->fdin;
# ^
# exp_chan.c: In function 'expWaitOnAny':
# exp_chan.c:568:30: warning: passing argument 2 of 'waitpid' from incompatible pointer type [-Wincompatible-pointer-types]
# result = waitpid(esPtr->pid,&esPtr->wait,WNOHANG);
# ^
# In file included from /usr/include/tclUnixPort.h:139:0,
# from /usr/include/tclPort.h:23,
# from /usr/include/tclInt.h:36,
# from exp_chan.c:28:
# /usr/include/sys/wait.h:136:16: note: expected 'int *' but argument is of type 'union wait *'
# extern __pid_t waitpid (__pid_t __pid, int *__stat_loc, int __options);
# ^~~~~~~
# exp_chan.c: In function 'exp_background_channelhandlers_run_all':
# exp_chan.c:610:6: warning: implicit declaration of function 'exp_background_channelhandler' [-Wimplicit-function-declaration]
# exp_background_channelhandler((ClientData)esPtr,0);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo Dbg.c` -o Dbg.o
# Dbg.c: In function 'debugger_trap':
# Dbg.c:632:2: warning: enumeration value 'none' not handled in switch [-Wswitch]
# switch (debug_cmd) {
# ^~~~~~
# Dbg.c:632:2: warning: enumeration value 'up' not handled in switch [-Wswitch]
# Dbg.c:632:2: warning: enumeration value 'down' not handled in switch [-Wswitch]
# Dbg.c:632:2: warning: enumeration value 'where' not handled in switch [-Wswitch]
# Dbg.c:698:2: warning: enumeration value 'none' not handled in switch [-Wswitch]
# switch (debug_cmd) {
# ^~~~~~
# Dbg.c:698:2: warning: enumeration value 'up' not handled in switch [-Wswitch]
# Dbg.c:698:2: warning: enumeration value 'down' not handled in switch [-Wswitch]
# exp_clib.c: In function 'expectv':
# exp_clib.c:2444:6: warning: 'return_val' may be used uninitialized in this function [-Wmaybe-uninitialized]
# int return_val;
# ^~~~~~~~~~
# Dbg.c:293:18: warning: 'framePtr' may be used uninitialized in this function [-Wmaybe-uninitialized]
# if (framePtr->level == level) {
# ~~~~~~~~^~~~~~~
# Dbg.c:242:16: note: 'framePtr' was declared here
# CallFrame *framePtr; /* frame currently being searched */
# ^~~~~~~~
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo pty_termios.c` -o pty_termios.o
# pty_termios.c: In function 'exp_getptymaster':
# pty_termios.c:473:6: warning: implicit declaration of function 'openpty' [-Wimplicit-function-declaration]
# if (openpty(&master, &slave, master_name, 0, 0) != 0) {
# ^~~~~~~
# pty_termios.c:379:6: warning: unused variable 'num' [-Wunused-variable]
# int num;
# ^~~
# pty_termios.c:376:14: warning: unused variable 'stat_buf' [-Wunused-variable]
# struct stat stat_buf;
# ^~~~~~~~
# pty_termios.c:375:14: warning: unused variable 'bank' [-Wunused-variable]
# char *hex, *bank;
# ^~~~
# pty_termios.c:375:8: warning: unused variable 'hex' [-Wunused-variable]
# char *hex, *bank;
# ^~~
# pty_termios.c: In function 'exp_getptyslave':
# pty_termios.c:644:66: warning: implicit declaration of function 'expErrnoMsg' [-Wimplicit-function-declaration]
# sprintf(exp_pty_error,"open(%s,rw) = %d (%s)",slave_name,slave,expErrnoMsg(errno));
# ^~~~~~~~~~~
# pty_termios.c:644:45: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'int' [-Wformat=]
# sprintf(exp_pty_error,"open(%s,rw) = %d (%s)",slave_name,slave,expErrnoMsg(errno));
# ^
# pty_termios.c:639:7: warning: unused variable 'buf' [-Wunused-variable]
# char buf[10240];
# ^~~
# pty_termios.c:638:13: warning: unused variable 'slave2' [-Wunused-variable]
# int slave, slave2;
# ^~~~~~
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_select.c` -o exp_select.o
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_event.c` -o exp_event.o
# gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"." -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo exp_main_exp.c` -o exp_main_exp.o
# exp_event.c: In function 'exp_unblock_background_channelhandler':
# exp_event.c:116:5: warning: enumeration value 'armed' not handled in switch [-Wswitch]
# switch (esPtr->bg_status) {
# ^~~~~~
# exp_event.c:116:5: warning: enumeration value 'unarmed' not handled in switch [-Wswitch]
# (echo 'if {![package vsatisfies [package provide Tcl] 8.6]} {return}' ; \
# echo 'package ifneeded Expect 5.45 \
# [list load [file join $dir libexpect5.45.so]]'\
# ) > pkgIndex.tcl
# rm -f libexpect5.45.so
# gcc -shared -pipe -O2 -fomit-frame-pointer -Wall -fPIC -Wl,--export-dynamic -o libexpect5.45.so exp_command.o expect.o exp_inter.o exp_regexp.o exp_tty.o exp_log.o exp_main_sub.o exp_pty.o exp_trap.o exp_strf.o exp_console.o exp_glob.o exp_win.o exp_clib.o exp_closetcl.o exp_memmove.o exp_tty_comm.o exp_chan.o Dbg.o pty_termios.o exp_select.o exp_event.o -lutil -lieee -lm -Wl,-rpath,/usr/lib -L/usr/lib -ltclstub8.6
# : libexpect5.45.so
# gcc \
# -pipe -O2 -fomit-frame-pointer -Wall -fPIC \
# -Wl,--export-dynamic \
# -o expect exp_main_exp.o \
# -L/tmp/expect/src/expect5.45 -lexpect5.45 \
# -L/usr/lib -ltcl8.6 \
# -ldl -lieee -lm \
# -Wl,-rpath,/usr/lib \
# -Wl,-rpath,/usr/lib/expect5.45
# : expect
# ==> Entering fakeroot environment...
# ==> Starting package()...
# (echo 'if {![package vsatisfies [package provide Tcl] 8.6]} {return}' ; \
# echo 'package ifneeded Expect 5.45 \
# [list load [file join $dir libexpect5.45.so]]'\
# ) > pkgIndex.tcl
# /usr/bin/install -c libexpect5.45.so /tmp/expect/pkg/expect/usr/lib/expect5.45/libexpect5.45.so
# /usr/bin/install -c expect /tmp/expect/pkg/expect/usr/bin/expect
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/timed-run > timed-run
# : /tmp/expect/pkg/expect/usr/lib/expect5.45/libexpect5.45.so
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/timed-read > timed-read
# Install pkgIndex.tcl /tmp/expect/pkg/expect/usr/lib/expect5.45
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/ftp-rfc > ftp-rfc
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/autopasswd > autopasswd
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/lpunlock > lpunlock
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/weather > weather
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/passmass > passmass
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/rftp > rftp
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/kibitz > kibitz
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/rlogin-cwd > rlogin-cwd
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/xpstat > xpstat
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/tkpasswd > tkpasswd
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/dislocate > dislocate
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/xkibitz > xkibitz
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/tknewsbiff > tknewsbiff
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/unbuffer > unbuffer
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/mkpasswd > mkpasswd
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/cryptdir > cryptdir
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/decryptdir > decryptdir
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/autoexpect > autoexpect
# TCL_LIBRARY=`echo /usr/include/library` LD_LIBRARY_PATH=".:/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/multixterm > multixterm
# Installing documentation in /tmp/expect/pkg/expect/usr/share/man
# /usr/bin/install -c -m 644 ./expect.man /tmp/expect/pkg/expect/usr/share/man/man1/expect.1
# /usr/bin/install -c -m 644 ./libexpect.man /tmp/expect/pkg/expect/usr/share/man/man3/libexpect.3
# for i in kibitz dislocate xkibitz tknewsbiff unbuffer mkpasswd passmass cryptdir decryptdir autoexpect multixterm end_of_list ; do \
# if [ -f ./example/$i.man ] ; then \
# /usr/bin/install -c -m 644 ./example/$i.man /tmp/expect/pkg/expect/usr/share/man/man1/$i.1 ; \
# else true; fi ; \
# done
# Installing header files in /tmp/expect/pkg/expect/usr/include
# Installing ./expect.h
# Installing ./expect_tcl.h
# Installing ./expect_comm.h
# Installing ./tcldbg.h
# for i in timed-run timed-read ftp-rfc autopasswd lpunlock weather passmass rftp kibitz rlogin-cwd xpstat tkpasswd dislocate xkibitz tknewsbiff unbuffer mkpasswd cryptdir decryptdir autoexpect multixterm end_of_list ; do \
# if [ -f $i ] ; then \
# /usr/bin/install -c $i /tmp/expect/pkg/expect/usr/bin/$i ; \
# rm -f $i ; \
# else true; fi ; \
# done
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "expect"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: expect 5.45-4 (Wed Aug 24 14:16:55 UTC 2016)

CMD: pacman --query --file expect-5.45-4-x86_64.pkg.tar.xz
# expect 5.45-4

Creating hybrid package for 'expect'

Trying to find vanilla package 'expect'...

CMD: pacman --query --file /mirror/python-doublex-expects-0.7.0rc2-1.pkg.tar.xz
# python-doublex-expects 0.7.0rc2-1

CMD: pacman --query --file /mirror/python2-expects-0.8.0-1.pkg.tar.xz
# python2-expects 0.8.0-1

CMD: pacman --query --file /mirror/ruby-rspec-expectations-3.5.0-1.pkg.tar.xz
# ruby-rspec-expectations 3.5.0-1

CMD: pacman --query --file /mirror/expect-5.45-4.pkg.tar.xz
# expect 5.45-4

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/expect5.45/pkgIndex.tcl
# /usr/lib/expect5.45/libexpect5.45.so
# /usr/share/man/man3/libexpect.3.gz
# /usr/share/man/man1/expect.1.gz
# /usr/share/man/man1/kibitz.1.gz
# /usr/share/man/man1/multixterm.1.gz
# /usr/share/man/man1/passmass.1.gz
# /usr/share/man/man1/autoexpect.1.gz
# /usr/share/man/man1/decryptdir.1.gz
# /usr/share/man/man1/mkpasswd.1.gz
# /usr/share/man/man1/cryptdir.1.gz
# /usr/share/man/man1/xkibitz.1.gz
# /usr/share/man/man1/tknewsbiff.1.gz
# /usr/share/man/man1/unbuffer.1.gz
# /usr/share/man/man1/dislocate.1.gz
# /usr/share/licenses/expect/README
# /usr/include/expect_tcl.h
# /usr/include/expect.h
# /usr/include/expect_comm.h
# /usr/include/tcldbg.h
# /usr/bin/cryptdir
# /usr/bin/autopasswd
# /usr/bin/unbuffer
# /usr/bin/passmass
# /usr/bin/rlogin-cwd
# /usr/bin/ftp-rfc
# /usr/bin/multixterm
# /usr/bin/decryptdir
# /usr/bin/expect
# /usr/bin/lpunlock
# /usr/bin/mkpasswd
# /usr/bin/rftp
# /usr/bin/dislocate
# /usr/bin/weather
# /usr/bin/tknewsbiff
# /usr/bin/xkibitz
# /usr/bin/timed-run
# /usr/bin/kibitz
# /usr/bin/autoexpect
# /usr/bin/xpstat
# /usr/bin/tkpasswd
# /usr/bin/timed-read
# /sysroot/usr/lib/expect5.45/libexpect5.45.so
# /sysroot/usr/lib/expect5.45/pkgIndex.tcl
# /sysroot/usr/include/expect.h
# /sysroot/usr/include/expect_tcl.h
# /sysroot/usr/include/expect_comm.h
# /sysroot/usr/include/tcldbg.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf expect.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/expect.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/expect.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/expect.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/expect/src/expect5.45/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 expect configure 5.45, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 5e115d047117
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# 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/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1330: checking for correct TEA configuration
# configure:1349: result: ok (TEA 3.9)
# configure:1414: configuring expect 5.45
# configure:1488: checking for Tcl configuration
# configure:1615: result: found /usr/lib/tclConfig.sh
# configure:1621: checking for existence of /usr/lib/tclConfig.sh
# configure:1625: result: loading
# configure:1763: --exec-prefix defaulting to TCL_EXEC_PREFIX /usr
# configure:1799: checking for x86_64-unknown-linux-gcc
# configure:1828: result: no
# configure:1837: checking for gcc
# configure:1853: found /usr/bin/gcc
# configure:1863: result: gcc
# configure:2107: checking for C compiler version
# configure:2110: gcc --version &5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:2113: $? = 0
# configure:2115: gcc -v &5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/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 --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2118: $? = 0
# configure:2120: gcc -V &5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2123: $? = 1
# configure:2146: checking for C compiler default output file name
# configure:2149: gcc conftest.c >&5
# configure:2152: $? = 0
# configure:2198: result: a.out
# configure:2203: checking whether the C compiler works
# configure:2209: ./a.out
# configure:2212: $? = 0
# configure:2229: result: yes
# configure:2236: checking whether we are cross compiling
# configure:2238: result: no
# configure:2241: checking for suffix of executables
# configure:2243: gcc -o conftest conftest.c >&5
# configure:2246: $? = 0
# configure:2271: result:
# configure:2277: checking for suffix of object files
# configure:2298: gcc -c conftest.c >&5
# configure:2301: $? = 0
# configure:2323: result: o
# configure:2327: checking whether we are using the GNU C compiler
# configure:2351: gcc -c conftest.c >&5
# configure:2357: $? = 0
# configure:2361: test -z
# || test ! -s conftest.err
# configure:2364: $? = 0
# configure:2367: test -s conftest.o
# configure:2370: $? = 0
# configure:2383: result: yes
# configure:2389: checking whether gcc accepts -g
# configure:2410: gcc -c -g conftest.c >&5
# configure:2416: $? = 0
# configure:2420: test -z
# || test ! -s conftest.err
# configure:2423: $? = 0
# configure:2426: test -s conftest.o
# configure:2429: $? = 0
# configure:2440: result: yes
# configure:2457: checking for gcc option to accept ANSI C
# configure:2527: gcc -c conftest.c >&5
# configure:2533: $? = 0
# configure:2537: test -z
# || test ! -s conftest.err
# configure:2540: $? = 0
# configure:2543: test -s conftest.o
# configure:2546: $? = 0
# configure:2564: result: none needed
# configure:2582: gcc -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^~~~~
# conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
# configure:2588: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2726: checking how to run the C preprocessor
# configure:2761: gcc -E conftest.c
# configure:2767: $? = 0
# configure:2799: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:2805: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | /* end confdefs.h. */
# | #include
# configure:2844: result: gcc -E
# configure:2868: gcc -E conftest.c
# configure:2874: $? = 0
# configure:2906: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:2912: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | /* end confdefs.h. */
# | #include
# configure:2969: checking for a BSD-compatible install
# configure:3024: result: /usr/bin/install -c
# configure:3040: checking whether make sets $(MAKE)
# configure:3060: result: yes
# configure:3077: checking for x86_64-unknown-linux-ranlib
# configure:3106: result: no
# configure:3115: checking for ranlib
# configure:3131: found /usr/bin/ranlib
# configure:3142: result: ranlib
# configure:3164: checking for egrep
# configure:3174: result: grep -E
# configure:3179: checking for ANSI C header files
# configure:3204: gcc -c conftest.c >&5
# configure:3210: $? = 0
# configure:3214: test -z
# || test ! -s conftest.err
# configure:3217: $? = 0
# configure:3220: test -s conftest.o
# configure:3223: $? = 0
# configure:3312: gcc -o conftest conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:27:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(2);
# ^~~~
# conftest.c:27:7: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:27:7: note: include '' or provide a declaration of 'exit'
# conftest.c:28:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit (0);
# ^~~~
# conftest.c:28:3: note: include '' or provide a declaration of 'exit'
# configure:3315: $? = 0
# configure:3317: ./conftest
# configure:3320: $? = 0
# configure:3335: result: yes
# configure:3359: checking for sys/types.h
# configure:3375: gcc -c conftest.c >&5
# configure:3381: $? = 0
# configure:3385: test -z
# || test ! -s conftest.err
# configure:3388: $? = 0
# configure:3391: test -s conftest.o
# configure:3394: $? = 0
# configure:3405: result: yes
# configure:3359: checking for sys/stat.h
# configure:3375: gcc -c conftest.c >&5
# configure:3381: $? = 0
# configure:3385: test -z
# || test ! -s conftest.err
# configure:3388: $? = 0
# configure:3391: test -s conftest.o
# configure:3394: $? = 0
# configure:3405: result: yes
# configure:3359: checking for stdlib.h
# configure:3375: gcc -c conftest.c >&5
# configure:3381: $? = 0
# configure:3385: test -z
# || test ! -s conftest.err
# configure:3388: $? = 0
# configure:3391: test -s conftest.o
# configure:3394: $? = 0
# configure:3405: result: yes
# configure:3359: checking for string.h
# configure:3375: gcc -c conftest.c >&5
# configure:3381: $? = 0
# configure:3385: test -z
# || test ! -s conftest.err
# configure:3388: $? = 0
# configure:3391: test -s conftest.o
# configure:3394: $? = 0
# configure:3405: result: yes
# configure:3359: checking for memory.h
# configure:3375: gcc -c conftest.c >&5
# configure:3381: $? = 0
# configure:3385: test -z
# || test ! -s conftest.err
# configure:3388: $? = 0
# configure:3391: test -s conftest.o
# configure:3394: $? = 0
# configure:3405: result: yes
# configure:3359: checking for strings.h
# configure:3375: gcc -c conftest.c >&5
# configure:3381: $? = 0
# configure:3385: test -z
# || test ! -s conftest.err
# configure:3388: $? = 0
# configure:3391: test -s conftest.o
# configure:3394: $? = 0
# configure:3405: result: yes
# configure:3359: checking for inttypes.h
# configure:3375: gcc -c conftest.c >&5
# configure:3381: $? = 0
# configure:3385: test -z
# || test ! -s conftest.err
# configure:3388: $? = 0
# configure:3391: test -s conftest.o
# configure:3394: $? = 0
# configure:3405: result: yes
# configure:3359: checking for stdint.h
# configure:3375: gcc -c conftest.c >&5
# configure:3381: $? = 0
# configure:3385: test -z
# || test ! -s conftest.err
# configure:3388: $? = 0
# configure:3391: test -s conftest.o
# configure:3394: $? = 0
# configure:3405: result: yes
# configure:3359: checking for unistd.h
# configure:3375: gcc -c conftest.c >&5
# configure:3381: $? = 0
# configure:3385: test -z
# || test ! -s conftest.err
# configure:3388: $? = 0
# configure:3391: test -s conftest.o
# configure:3394: $? = 0
# configure:3405: result: yes
# configure:3427: checking if the compiler understands -pipe
# configure:3450: gcc -c -pipe conftest.c >&5
# configure:3456: $? = 0
# configure:3460: test -z
# || test ! -s conftest.err
# configure:3463: $? = 0
# configure:3466: test -s conftest.o
# configure:3469: $? = 0
# configure:3481: result: yes
# configure:3492: checking whether byte ordering is bigendian
# configure:3519: gcc -c -pipe conftest.c >&5
# configure:3525: $? = 0
# configure:3529: test -z
# || test ! -s conftest.err
# configure:3532: $? = 0
# configure:3535: test -s conftest.o
# configure:3538: $? = 0
# configure:3562: gcc -c -pipe conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:27:2: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:27:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:3568: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:3703: result: no
# configure:3731: checking for sin
# configure:3788: gcc -o conftest -pipe conftest.c >&5
# conftest.c:44:6: warning: conflicting types for built-in function 'sin'
# char sin ();
# ^~~
# /tmp/cc2rucn7.o: In function `main':
# conftest.c:(.text+0xd): undefined reference to `sin'
# /tmp/cc2rucn7.o:(.data+0x0): undefined reference to `sin'
# collect2: error: ld returned 1 exit status
# configure:3794: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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. */
# | /* Define sin to an innocuous variant, in case declares sin.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define sin innocuous_sin
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char sin (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef sin
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char sin ();
# | /* 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_sin) || defined (__stub___sin)
# | choke me
# | #else
# | char (*f) () = sin;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != sin;
# | ;
# | return 0;
# | }
# configure:3819: result: no
# configure:3827: checking for main in -lieee
# configure:3851: gcc -o conftest -pipe conftest.c -lieee >&5
# configure:3857: $? = 0
# configure:3861: test -z
# || test ! -s conftest.err
# configure:3864: $? = 0
# configure:3867: test -s conftest
# configure:3870: $? = 0
# configure:3883: result: yes
# configure:3895: checking for main in -linet
# configure:3919: gcc -o conftest -pipe conftest.c -linet >&5
# /usr/bin/ld: cannot find -linet
# collect2: error: ld returned 1 exit status
# configure:3925: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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. */
# |
# |
# | int
# | main ()
# | {
# | main ();
# | ;
# | return 0;
# | }
# configure:3951: result: no
# configure:3967: checking net/errno.h usability
# configure:3979: gcc -c -pipe conftest.c >&5
# conftest.c:54:23: fatal error: net/errno.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3985: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4008: result: no
# configure:4012: checking net/errno.h presence
# configure:4022: gcc -E conftest.c
# conftest.c:20:23: fatal error: net/errno.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4028: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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
# configure:4048: result: no
# configure:4083: checking for net/errno.h
# configure:4090: result: no
# configure:4124: checking for connect
# configure:4181: gcc -o conftest -pipe conftest.c >&5
# configure:4187: $? = 0
# configure:4191: test -z
# || test ! -s conftest.err
# configure:4194: $? = 0
# configure:4197: test -s conftest
# configure:4200: $? = 0
# configure:4212: result: yes
# configure:4487: checking for gethostbyname
# configure:4544: gcc -o conftest -pipe conftest.c >&5
# configure:4550: $? = 0
# configure:4554: test -z
# || test ! -s conftest.err
# configure:4557: $? = 0
# configure:4560: test -s conftest
# configure:4563: $? = 0
# configure:4575: result: yes
# configure:4659: checking dirent.h
# configure:4700: gcc -o conftest -pipe conftest.c >&5
# configure:4706: $? = 0
# configure:4710: test -z
# || test ! -s conftest.err
# configure:4713: $? = 0
# configure:4716: test -s conftest
# configure:4719: $? = 0
# configure:4731: result: yes
# configure:4753: checking errno.h usability
# configure:4765: gcc -c -pipe conftest.c >&5
# configure:4771: $? = 0
# configure:4775: test -z
# || test ! -s conftest.err
# configure:4778: $? = 0
# configure:4781: test -s conftest.o
# configure:4784: $? = 0
# configure:4794: result: yes
# configure:4798: checking errno.h presence
# configure:4808: gcc -E conftest.c
# configure:4814: $? = 0
# configure:4834: result: yes
# configure:4869: checking for errno.h
# configure:4876: result: yes
# configure:4901: checking float.h usability
# configure:4913: gcc -c -pipe conftest.c >&5
# configure:4919: $? = 0
# configure:4923: test -z
# || test ! -s conftest.err
# configure:4926: $? = 0
# configure:4929: test -s conftest.o
# configure:4932: $? = 0
# configure:4942: result: yes
# configure:4946: checking float.h presence
# configure:4956: gcc -E conftest.c
# configure:4962: $? = 0
# configure:4982: result: yes
# configure:5017: checking for float.h
# configure:5024: result: yes
# configure:5049: checking values.h usability
# configure:5061: gcc -c -pipe conftest.c >&5
# configure:5067: $? = 0
# configure:5071: test -z
# || test ! -s conftest.err
# configure:5074: $? = 0
# configure:5077: test -s conftest.o
# configure:5080: $? = 0
# configure:5090: result: yes
# configure:5094: checking values.h presence
# configure:5104: gcc -E conftest.c
# configure:5110: $? = 0
# configure:5130: result: yes
# configure:5165: checking for values.h
# configure:5172: result: yes
# configure:5197: checking limits.h usability
# configure:5209: gcc -c -pipe conftest.c >&5
# configure:5215: $? = 0
# configure:5219: test -z
# || test ! -s conftest.err
# configure:5222: $? = 0
# configure:5225: test -s conftest.o
# configure:5228: $? = 0
# configure:5238: result: yes
# configure:5242: checking limits.h presence
# configure:5252: gcc -E conftest.c
# configure:5258: $? = 0
# configure:5278: result: yes
# configure:5313: checking for limits.h
# configure:5320: result: yes
# configure:5340: checking for stdlib.h
# configure:5345: result: yes
# configure:5542: checking for string.h
# configure:5547: result: yes
# configure:5741: checking sys/wait.h usability
# configure:5753: gcc -c -pipe conftest.c >&5
# configure:5759: $? = 0
# configure:5763: test -z
# || test ! -s conftest.err
# configure:5766: $? = 0
# configure:5769: test -s conftest.o
# configure:5772: $? = 0
# configure:5782: result: yes
# configure:5786: checking sys/wait.h presence
# configure:5796: gcc -E conftest.c
# configure:5802: $? = 0
# configure:5822: result: yes
# configure:5857: checking for sys/wait.h
# configure:5864: result: yes
# configure:5889: checking dlfcn.h usability
# configure:5901: gcc -c -pipe conftest.c >&5
# configure:5907: $? = 0
# configure:5911: test -z
# || test ! -s conftest.err
# configure:5914: $? = 0
# configure:5917: test -s conftest.o
# configure:5920: $? = 0
# configure:5930: result: yes
# configure:5934: checking dlfcn.h presence
# configure:5944: gcc -E conftest.c
# configure:5950: $? = 0
# configure:5970: result: yes
# configure:6005: checking for dlfcn.h
# configure:6012: result: yes
# configure:6043: checking sys/param.h usability
# configure:6055: gcc -c -pipe conftest.c >&5
# configure:6061: $? = 0
# configure:6065: test -z
# || test ! -s conftest.err
# configure:6068: $? = 0
# configure:6071: test -s conftest.o
# configure:6074: $? = 0
# configure:6084: result: yes
# configure:6088: checking sys/param.h presence
# configure:6098: gcc -E conftest.c
# configure:6104: $? = 0
# configure:6124: result: yes
# configure:6159: checking for sys/param.h
# configure:6166: result: yes
# configure:6198: checking for Tcl public headers
# configure:6273: result: /usr/include
# configure:6288: checking for Tcl private include files
# configure:6342: result: private headers found with public headers
# configure:6414: checking for pthread_mutex_init in -lpthread
# configure:6444: gcc -o conftest -pipe conftest.c -lpthread >&5
# configure:6450: $? = 0
# configure:6454: test -z
# || test ! -s conftest.err
# configure:6457: $? = 0
# configure:6460: test -s conftest
# configure:6463: $? = 0
# configure:6476: result: yes
# configure:6797: checking for building with threads
# configure:6805: result: yes (default)
# configure:6846: checking how to build libraries
# configure:6864: result: shared
# configure:6891: checking if 64bit support is requested
# configure:6900: result: no
# configure:6905: checking if 64bit Sparc VIS support is requested
# configure:6914: result: no
# configure:6925: checking if compiler supports visibility "hidden"
# configure:6950: gcc -o conftest -pipe -Werror conftest.c >&5
# configure:6956: $? = 0
# configure:6960: test -z
# || test ! -s conftest.err
# configure:6963: $? = 0
# configure:6966: test -s conftest
# configure:6969: $? = 0
# configure:6982: result: yes
# configure:6997: checking if rpath support is requested
# configure:7006: result: yes
# configure:7032: checking system version
# configure:7055: result: Linux-4.7.1-1-ARCH
# configure:7094: checking for ar
# configure:7110: found /usr/bin/ar
# configure:7120: result: ar
# configure:8955: checking for required early compiler flags
# configure:8978: gcc -c -pipe conftest.c >&5
# configure:8984: $? = 0
# configure:8988: test -z
# || test ! -s conftest.err
# configure:8991: $? = 0
# configure:8994: test -s conftest.o
# configure:8997: $? = 0
# configure:9083: gcc -c -pipe conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:31:15: error: storage size of 'buf' isn't known
# struct stat64 buf; int i = stat64("/", &buf);
# ^~~
# conftest.c:31:28: warning: implicit declaration of function 'stat64' [-Wimplicit-function-declaration]
# struct stat64 buf; int i = stat64("/", &buf);
# ^~~~~~
# configure:9089: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | struct stat64 buf; int i = stat64("/", &buf);
# | ;
# | return 0;
# | }
# configure:9126: gcc -c -pipe conftest.c >&5
# configure:9132: $? = 0
# configure:9136: test -z
# || test ! -s conftest.err
# configure:9139: $? = 0
# configure:9142: test -s conftest.o
# configure:9145: $? = 0
# configure:9188: gcc -c -pipe conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:32:19: error: 'open64' undeclared (first use in this function)
# char *p = (char *)open64;
# ^~~~~~
# conftest.c:32:19: note: each undeclared identifier is reported only once for each function it appears in
# configure:9194: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | char *p = (char *)open64;
# | ;
# | return 0;
# | }
# configure:9231: gcc -c -pipe conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:33:19: error: 'open64' undeclared (first use in this function)
# char *p = (char *)open64;
# ^~~~~~
# conftest.c:33:19: note: each undeclared identifier is reported only once for each function it appears in
# configure:9237: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | /* end confdefs.h. */
# | #define _LARGEFILE_SOURCE64 1
# | #include
# | int
# | main ()
# | {
# | char *p = (char *)open64;
# | ;
# | return 0;
# | }
# configure:9277: result: _LARGEFILE64_SOURCE
# configure:9282: checking for 64-bit integer type
# configure:9306: gcc -c -pipe conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:32:1: error: unknown type name '__int64'
# __int64 value = (__int64) 0;
# ^~~~~~~
# conftest.c:32:18: error: '__int64' undeclared (first use in this function)
# __int64 value = (__int64) 0;
# ^~~~~~~
# conftest.c:32:18: note: each undeclared identifier is reported only once for each function it appears in
# conftest.c:32:27: error: expected ',' or ';' before numeric constant
# __int64 value = (__int64) 0;
# ^
# configure:9312: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | __int64 value = (__int64) 0;
# | ;
# | return 0;
# | }
# configure:9356: gcc -c -pipe conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:33:21: error: duplicate case value
# case 1: case (sizeof(long long)==sizeof(long)): ;
# ^~~~
# conftest.c:33:13: error: previously used here
# case 1: case (sizeof(long long)==sizeof(long)): ;
# ^~~~
# configure:9362: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | switch (0) {
# | case 1: case (sizeof(long long)==sizeof(long)): ;
# | }
# | ;
# | return 0;
# | }
# configure:9392: result: using long
# configure:9717: checking for build with symbols
# configure:9730: result: no
# configure:9798: checking sys/select.h usability
# configure:9810: gcc -c -pipe conftest.c >&5
# configure:9816: $? = 0
# configure:9820: test -z
# || test ! -s conftest.err
# configure:9823: $? = 0
# configure:9826: test -s conftest.o
# configure:9829: $? = 0
# configure:9839: result: yes
# configure:9843: checking sys/select.h presence
# configure:9853: gcc -E conftest.c
# configure:9859: $? = 0
# configure:9879: result: yes
# configure:9914: checking for sys/select.h
# configure:9921: result: yes
# configure:9943: checking sys/sysmacros.h usability
# configure:9955: gcc -c -pipe conftest.c >&5
# configure:9961: $? = 0
# configure:9965: test -z
# || test ! -s conftest.err
# configure:9968: $? = 0
# configure:9971: test -s conftest.o
# configure:9974: $? = 0
# configure:9984: result: yes
# configure:9988: checking sys/sysmacros.h presence
# configure:9998: gcc -E conftest.c
# configure:10004: $? = 0
# configure:10024: result: yes
# configure:10059: checking for sys/sysmacros.h
# configure:10066: result: yes
# configure:10093: checking varargs.h usability
# configure:10105: gcc -c -pipe conftest.c >&5
# In file included from conftest.c:67:0:
# /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/varargs.h:4:2: error: #error "GCC no longer implements ."
# #error "GCC no longer implements ."
# ^~~~~
# /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/varargs.h:5:2: error: #error "Revise your code to use ."
# #error "Revise your code to use ."
# ^~~~~
# configure:10111: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:10134: result: no
# configure:10138: checking varargs.h presence
# configure:10148: gcc -E conftest.c
# In file included from conftest.c:33:0:
# /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/varargs.h:4:2: error: #error "GCC no longer implements ."
# #error "GCC no longer implements ."
# ^~~~~
# /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/varargs.h:5:2: error: #error "Revise your code to use ."
# #error "Revise your code to use ."
# ^~~~~
# configure:10154: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | /* end confdefs.h. */
# | #include
# configure:10174: result: no
# configure:10209: checking for varargs.h
# configure:10216: result: no
# configure:10242: checking sys/stropts.h usability
# configure:10254: gcc -c -pipe conftest.c >&5
# configure:10260: $? = 0
# configure:10264: test -z
# || test ! -s conftest.err
# configure:10267: $? = 0
# configure:10270: test -s conftest.o
# configure:10273: $? = 0
# configure:10283: result: yes
# configure:10287: checking sys/stropts.h presence
# configure:10297: gcc -E conftest.c
# configure:10303: $? = 0
# configure:10323: result: yes
# configure:10358: checking for sys/stropts.h
# configure:10365: result: yes
# configure:10389: checking sys/sysconfig.h usability
# configure:10401: gcc -c -pipe conftest.c >&5
# conftest.c:68:27: fatal error: sys/sysconfig.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:10407: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:10430: result: no
# configure:10434: checking sys/sysconfig.h presence
# configure:10444: gcc -E conftest.c
# conftest.c:34:27: fatal error: sys/sysconfig.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:10450: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | /* end confdefs.h. */
# | #include
# configure:10470: result: no
# configure:10505: checking for sys/sysconfig.h
# configure:10512: result: no
# configure:10534: checking sys/fcntl.h usability
# configure:10546: gcc -c -pipe conftest.c >&5
# configure:10552: $? = 0
# configure:10556: test -z
# || test ! -s conftest.err
# configure:10559: $? = 0
# configure:10562: test -s conftest.o
# configure:10565: $? = 0
# configure:10575: result: yes
# configure:10579: checking sys/fcntl.h presence
# configure:10589: gcc -E conftest.c
# configure:10595: $? = 0
# configure:10615: result: yes
# configure:10650: checking for sys/fcntl.h
# configure:10657: result: yes
# configure:10679: checking sys/ptem.h usability
# configure:10691: gcc -c -pipe conftest.c >&5
# conftest.c:69:22: fatal error: sys/ptem.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:10697: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:10720: result: no
# configure:10724: checking sys/ptem.h presence
# configure:10734: gcc -E conftest.c
# conftest.c:35:22: fatal error: sys/ptem.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:10740: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:10760: result: no
# configure:10795: checking for sys/ptem.h
# configure:10802: result: no
# configure:10824: checking sys/strredir.h usability
# configure:10836: gcc -c -pipe conftest.c >&5
# conftest.c:69:26: fatal error: sys/strredir.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:10842: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:10865: result: no
# configure:10869: checking sys/strredir.h presence
# configure:10879: gcc -E conftest.c
# conftest.c:35:26: fatal error: sys/strredir.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:10885: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:10905: result: no
# configure:10940: checking for sys/strredir.h
# configure:10947: result: no
# configure:10969: checking sys/strpty.h usability
# configure:10981: gcc -c -pipe conftest.c >&5
# conftest.c:69:24: fatal error: sys/strpty.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:10987: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:11010: result: no
# configure:11014: checking sys/strpty.h presence
# configure:11024: gcc -E conftest.c
# conftest.c:35:24: fatal error: sys/strpty.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:11030: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:11050: result: no
# configure:11085: checking for sys/strpty.h
# configure:11092: result: no
# configure:11105: checking for sys/bsdtypes.h
# configure:11262: result: no
# configure:11270: checking return type of signal handlers
# configure:11301: gcc -c -pipe conftest.c >&5
# configure:11307: $? = 0
# configure:11311: test -z
# || test ! -s conftest.err
# configure:11314: $? = 0
# configure:11317: test -s conftest.o
# configure:11320: $? = 0
# configure:11331: result: void
# configure:11344: checking whether struct tm is in sys/time.h or time.h
# configure:11367: gcc -c -pipe conftest.c >&5
# configure:11373: $? = 0
# configure:11377: test -z
# || test ! -s conftest.err
# configure:11380: $? = 0
# configure:11383: test -s conftest.o
# configure:11386: $? = 0
# configure:11397: result: time.h
# configure:11422: checking sys/time.h usability
# configure:11434: gcc -c -pipe conftest.c >&5
# configure:11440: $? = 0
# configure:11444: test -z
# || test ! -s conftest.err
# configure:11447: $? = 0
# configure:11450: test -s conftest.o
# configure:11453: $? = 0
# configure:11463: result: yes
# configure:11467: checking sys/time.h presence
# configure:11477: gcc -E conftest.c
# configure:11483: $? = 0
# configure:11503: result: yes
# configure:11538: checking for sys/time.h
# configure:11545: result: yes
# configure:11558: checking whether time.h and sys/time.h may both be included
# configure:11583: gcc -c -pipe conftest.c >&5
# configure:11589: $? = 0
# configure:11593: test -z
# || test ! -s conftest.err
# configure:11596: $? = 0
# configure:11599: test -s conftest.o
# configure:11602: $? = 0
# configure:11613: result: yes
# configure:11623: checking for struct tm.tm_zone
# configure:11649: gcc -c -pipe conftest.c >&5
# configure:11655: $? = 0
# configure:11659: test -z
# || test ! -s conftest.err
# configure:11662: $? = 0
# configure:11665: test -s conftest.o
# configure:11668: $? = 0
# configure:11728: result: yes
# configure:11819: checking for gmtime_r
# configure:11876: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c >&5
# configure:11882: $? = 0
# configure:11886: test -z
# || test ! -s conftest.err
# configure:11889: $? = 0
# configure:11892: test -s conftest
# configure:11895: $? = 0
# configure:11907: result: yes
# configure:11819: checking for localtime_r
# configure:11876: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c >&5
# configure:11882: $? = 0
# configure:11886: test -z
# || test ! -s conftest.err
# configure:11889: $? = 0
# configure:11892: test -s conftest
# configure:11895: $? = 0
# configure:11907: result: yes
# configure:11918: checking tm_tzadj in struct tm
# configure:11940: gcc -c -pipe conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:46:17: error: 'struct tm' has no member named 'tm_tzadj'; did you mean 'tm_mday'?
# struct tm tm; tm.tm_tzadj;
# ^
# configure:11946: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | struct tm tm; tm.tm_tzadj;
# | ;
# | return 0;
# | }
# configure:11970: result: no
# configure:11980: checking tm_gmtoff in struct tm
# configure:12002: gcc -c -pipe conftest.c >&5
# configure:12008: $? = 0
# configure:12012: test -z
# || test ! -s conftest.err
# configure:12015: $? = 0
# configure:12018: test -s conftest.o
# configure:12021: $? = 0
# configure:12032: result: yes
# configure:12046: checking long timezone variable
# configure:12070: gcc -c -pipe conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:49:6: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit (0);
# ^~~~
# conftest.c:49:6: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:49:6: note: include '' or provide a declaration of 'exit'
# configure:12076: $? = 0
# configure:12080: test -z
# || test ! -s conftest.err
# configure:12083: $? = 0
# configure:12086: test -s conftest.o
# configure:12089: $? = 0
# configure:12100: result: yes
# configure:12186: checking union wait
# configure:12211: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c >&5
# configure:12217: $? = 0
# configure:12221: test -z
# || test ! -s conftest.err
# configure:12224: $? = 0
# configure:12227: test -s conftest
# configure:12230: $? = 0
# configure:12243: result: yes
# configure:12255: checking for gethostname
# configure:12312: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c >&5
# configure:12318: $? = 0
# configure:12322: test -z
# || test ! -s conftest.err
# configure:12325: $? = 0
# configure:12328: test -s conftest
# configure:12331: $? = 0
# configure:12343: result: yes
# configure:12425: checking for socket
# configure:12482: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c >&5
# configure:12488: $? = 0
# configure:12492: test -z
# || test ! -s conftest.err
# configure:12495: $? = 0
# configure:12498: test -s conftest
# configure:12501: $? = 0
# configure:12513: result: yes
# configure:12594: checking for select
# configure:12651: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c >&5
# configure:12657: $? = 0
# configure:12661: test -z
# || test ! -s conftest.err
# configure:12664: $? = 0
# configure:12667: test -s conftest
# configure:12670: $? = 0
# configure:12682: result: yes
# configure:12763: checking for getpseudotty
# configure:12820: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c >&5
# /tmp/ccbOzJuw.o: In function `main':
# conftest.c:(.text+0xd): undefined reference to `getpseudotty'
# /tmp/ccbOzJuw.o:(.data+0x0): undefined reference to `getpseudotty'
# collect2: error: ld returned 1 exit status
# configure:12826: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_TIMEZONE_VAR 1
# | /* end confdefs.h. */
# | /* Define getpseudotty to an innocuous variant, in case declares getpseudotty.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getpseudotty innocuous_getpseudotty
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getpseudotty (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getpseudotty
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char getpseudotty ();
# | /* 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_getpseudotty) || defined (__stub___getpseudotty)
# | choke me
# | #else
# | char (*f) () = getpseudotty;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != getpseudotty;
# | ;
# | return 0;
# | }
# configure:12851: result: no
# configure:12861: checking for getpseudotty in -lseq
# configure:12891: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lseq >&5
# /usr/bin/ld: cannot find -lseq
# collect2: error: ld returned 1 exit status
# configure:12897: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_TIMEZONE_VAR 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char getpseudotty ();
# | int
# | main ()
# | {
# | getpseudotty ();
# | ;
# | return 0;
# | }
# configure:12923: result: no
# configure:12940: checking for openpty
# configure:12997: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c >&5
# /tmp/cce750mC.o: In function `main':
# conftest.c:(.text+0xd): undefined reference to `openpty'
# /tmp/cce750mC.o:(.data+0x0): undefined reference to `openpty'
# collect2: error: ld returned 1 exit status
# configure:13003: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_TIMEZONE_VAR 1
# | /* end confdefs.h. */
# | /* Define openpty to an innocuous variant, in case declares openpty.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define openpty innocuous_openpty
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char openpty (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef openpty
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char openpty ();
# | /* 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_openpty) || defined (__stub___openpty)
# | choke me
# | #else
# | char (*f) () = openpty;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != openpty;
# | ;
# | return 0;
# | }
# configure:13028: result: no
# configure:13040: checking for openpty in -lutil
# configure:13070: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil >&5
# configure:13076: $? = 0
# configure:13080: test -z
# || test ! -s conftest.err
# configure:13083: $? = 0
# configure:13086: test -s conftest
# configure:13089: $? = 0
# configure:13102: result: yes
# configure:13125: checking if running Sequent running SVR4
# configure:13132: result: no
# configure:13156: checking build system type
# configure:13174: result: x86_64-unknown-linux-gnu
# configure:13182: checking host system type
# configure:13196: result: x86_64-unknown-linux-gnu
# configure:13204: checking target system type
# configure:13218: result: x86_64-unknown-linux-gnu
# configure:13276: checking for pid_t
# configure:13300: gcc -c -pipe conftest.c >&5
# configure:13306: $? = 0
# configure:13310: test -z
# || test ! -s conftest.err
# configure:13313: $? = 0
# configure:13316: test -s conftest.o
# configure:13319: $? = 0
# configure:13330: result: yes
# configure:13343: checking if running Mach
# configure:13357: result: no
# configure:13361: checking if running MachTen
# configure:13369: result: no
# configure:13373: checking if on Pyramid
# configure:13380: result: no
# configure:13385: checking if on Apollo
# configure:13392: result: no
# configure:13397: checking if on Interactive
# configure:13404: result: no
# configure:13409: checking stty to use
# configure:13416: result: /bin/stty
# configure:13419: checking if stty reads stdout
# configure:13472: result: no
# configure:13478: checking if running Solaris
# configure:13493: result: no
# configure:13612: checking for memmove
# configure:13669: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# conftest.c:69:6: warning: conflicting types for built-in function 'memmove'
# char memmove ();
# ^~~~~~~
# configure:13675: $? = 0
# configure:13679: test -z
# || test ! -s conftest.err
# configure:13682: $? = 0
# configure:13685: test -s conftest
# configure:13688: $? = 0
# configure:13700: result: yes
# configure:13709: checking for sysconf
# configure:13766: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# configure:13772: $? = 0
# configure:13776: test -z
# || test ! -s conftest.err
# configure:13779: $? = 0
# configure:13782: test -s conftest
# configure:13785: $? = 0
# configure:13797: result: yes
# configure:13806: checking for strftime
# configure:13863: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# conftest.c:71:6: warning: conflicting types for built-in function 'strftime'
# char strftime ();
# ^~~~~~~~
# configure:13869: $? = 0
# configure:13873: test -z
# || test ! -s conftest.err
# configure:13876: $? = 0
# configure:13879: test -s conftest
# configure:13882: $? = 0
# configure:13894: result: yes
# configure:13903: checking for strchr
# configure:13960: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# conftest.c:72:6: warning: conflicting types for built-in function 'strchr'
# char strchr ();
# ^~~~~~
# configure:13966: $? = 0
# configure:13970: test -z
# || test ! -s conftest.err
# configure:13973: $? = 0
# configure:13976: test -s conftest
# configure:13979: $? = 0
# configure:13991: result: yes
# configure:14000: checking for timezone
# configure:14057: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# configure:14063: $? = 0
# configure:14067: test -z
# || test ! -s conftest.err
# configure:14070: $? = 0
# configure:14073: test -s conftest
# configure:14076: $? = 0
# configure:14088: result: yes
# configure:14097: checking for siglongjmp
# configure:14154: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# configure:14160: $? = 0
# configure:14164: test -z
# || test ! -s conftest.err
# configure:14167: $? = 0
# configure:14170: test -s conftest
# configure:14173: $? = 0
# configure:14185: result: yes
# configure:14198: checking for memcpy
# configure:14219: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# conftest.c: In function 'main':
# conftest.c:57:1: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
# memcpy(s1,s2,0);
# ^~~~~~
# conftest.c:57:1: warning: incompatible implicit declaration of built-in function 'memcpy'
# conftest.c:57:1: note: include '' or provide a declaration of 'memcpy'
# configure:14225: $? = 0
# configure:14229: test -z
# || test ! -s conftest.err
# configure:14232: $? = 0
# configure:14235: test -s conftest
# configure:14238: $? = 0
# configure:14240: result: yes
# configure:14262: checking if WNOHANG requires _POSIX_SOURCE
# configure:14287: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# conftest.c:54:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main() {
# ^~~~
# configure:14290: $? = 0
# configure:14292: ./conftest
# configure:14295: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_TIMEZONE_VAR 1
# | #define HAVE_OPENPTY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRCHR 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_SIGLONGJMP 1
# | #define HAVE_MEMCPY 1
# | /* end confdefs.h. */
# |
# | #include
# | main() {
# | #ifndef WNOHANG
# | return 0;
# | #else
# | return 1;
# | #endif
# | }
# configure:14310: result: no
# configure:14317: checking if any value exists for WNOHANG
# configure:14347: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# conftest.c:55:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main() {
# ^~~~
# configure:14350: $? = 0
# configure:14352: ./conftest
# configure:14355: $? = 0
# configure:14357: result: yes
# configure:14391: checking mask type of select
# configure:14401: result: none
# configure:14411: checking if signals need to be re-armed
# configure:14462: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# conftest.c:56:0: warning: "RETSIGTYPE" redefined
# #define RETSIGTYPE
#
# conftest.c:34:0: note: this is the location of the previous definition
# #define RETSIGTYPE void
#
# conftest.c:61:1: warning: return type defaults to 'int' [-Wimplicit-int]
# child_sigint_handler(n)
# ^~~~~~~~~~~~~~~~~~~~
# conftest.c:67:1: warning: return type defaults to 'int' [-Wimplicit-int]
# parent_sigint_handler(n)
# ^~~~~~~~~~~~~~~~~~~~~
# conftest.c:73:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:75:16: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types]
# signal(SIGINT,parent_sigint_handler);
# ^~~~~~~~~~~~~~~~~~~~~
# In file included from conftest.c:55:0:
# /usr/include/signal.h:102:23: note: expected '__sighandler_t {aka void (*)(int)}' but argument is of type 'int (*)()'
# extern __sighandler_t signal (int __sig, __sighandler_t __handler)
# ^~~~~~
# conftest.c:77:11: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration]
# if (0 == fork()) {
# ^~~~
# conftest.c:78:17: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types]
# signal(SIGINT,child_sigint_handler);
# ^~~~~~~~~~~~~~~~~~~~
# In file included from conftest.c:55:0:
# /usr/include/signal.h:102:23: note: expected '__sighandler_t {aka void (*)(int)}' but argument is of type 'int (*)()'
# extern __sighandler_t signal (int __sig, __sighandler_t __handler)
# ^~~~~~
# conftest.c:79:8: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
# kill(getpid(),SIGINT);
# ^~~~~~
# conftest.c:81:8: warning: implicit declaration of function 'getppid' [-Wimplicit-function-declaration]
# kill(getppid(),SIGINT);
# ^~~~~~~
# conftest.c:85:3: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration]
# wait(&status);
# ^~~~
# conftest.c:86:3: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
# unlink("core");
# ^~~~~~
# conftest.c:87:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(signal_rearms);
# ^~~~
# conftest.c:87:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:87:3: note: include '' or provide a declaration of 'exit'
# configure:14465: $? = 0
# configure:14467: ./conftest
# configure:14470: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_TIMEZONE_VAR 1
# | #define HAVE_OPENPTY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRCHR 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_SIGLONGJMP 1
# | #define HAVE_MEMCPY 1
# | #define WNOHANG_BACKUP_VALUE 1
# | #define SELECT_MASK_TYPE fd_set
# | /* end confdefs.h. */
# |
# | #include
# | #define RETSIGTYPE
# |
# | int signal_rearms = 0;
# |
# | RETSIGTYPE
# | child_sigint_handler(n)
# | int n;
# | {
# | }
# |
# | RETSIGTYPE
# | parent_sigint_handler(n)
# | int n;
# | {
# | signal_rearms++;
# | }
# |
# | main()
# | {
# | signal(SIGINT,parent_sigint_handler);
# |
# | if (0 == fork()) {
# | signal(SIGINT,child_sigint_handler);
# | kill(getpid(),SIGINT);
# | kill(getpid(),SIGINT);
# | kill(getppid(),SIGINT);
# | } else {
# | int status;
# |
# | wait(&status);
# | unlink("core");
# | exit(signal_rearms);
# | }
# | }
# configure:14485: result: no
# configure:14503: checking if on Convex
# configure:14518: result: no
# configure:14523: checking if on HP
# configure:14530: result: no
# configure:14535: checking sane default stty arguments
# configure:14547: result:
# configure:14554: checking for HP style pty allocation
# configure:14566: result: no
# configure:14570: checking for HP style pty trapping
# conftest.c:54:23: fatal error: sys/ptyio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14591: result: no
# configure:14598: checking for AIX new-style pty allocation
# configure:14608: result: no
# configure:14612: checking for SGI old-style pty allocation
# configure:14622: result: no
# configure:14631: checking for SCO style pty allocation
# configure:14646: result: no
# configure:14650: checking for SVR4 style pty allocation
# configure:14653: result: yes
# configure:14660: checking for libpts="-lpt" in -lpt
# configure:14690: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lpt -lutil -lieee -lm >&5
# conftest.c:62:13: error: called object is not a function or function pointer
# char libpts="-lpt" ();
# ^~~~~~
# conftest.c: In function 'main':
# conftest.c:66:8: error: called object is not a function or function pointer
# libpts="-lpt" ();
# ^~~~~~
# configure:14696: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_TIMEZONE_VAR 1
# | #define HAVE_OPENPTY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRCHR 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_SIGLONGJMP 1
# | #define HAVE_MEMCPY 1
# | #define WNOHANG_BACKUP_VALUE 1
# | #define SELECT_MASK_TYPE fd_set
# | #define HAVE_PTMX 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char libpts="-lpt" ();
# | int
# | main ()
# | {
# | libpts="-lpt" ();
# | ;
# | return 0;
# | }
# configure:14722: result: no
# configure:14728: checking for ptsname
# configure:14785: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# configure:14791: $? = 0
# configure:14795: test -z
# || test ! -s conftest.err
# configure:14798: $? = 0
# configure:14801: test -s conftest
# configure:14804: $? = 0
# configure:14816: result: yes
# configure:14831: checking for OSF/1 style pty allocation
# configure:14841: result: no
# configure:14847: checking for tcgetattr
# configure:14904: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# configure:14910: $? = 0
# configure:14914: test -z
# || test ! -s conftest.err
# configure:14917: $? = 0
# configure:14920: test -s conftest
# configure:14923: $? = 0
# configure:14935: result: yes
# configure:14941: checking for tcsetattr
# configure:14998: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# configure:15004: $? = 0
# configure:15008: test -z
# || test ! -s conftest.err
# configure:15011: $? = 0
# configure:15014: test -s conftest
# configure:15017: $? = 0
# configure:15029: result: yes
# configure:15047: checking for struct sgttyb
# configure:15070: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# conftest.c:59:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:61:17: error: storage size of 'tmp' isn't known
# struct sgttyb tmp;
# ^~~
# conftest.c:62:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(0);
# ^~~~
# conftest.c:62:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:62:3: note: include '' or provide a declaration of 'exit'
# configure:15073: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_TIMEZONE_VAR 1
# | #define HAVE_OPENPTY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRCHR 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_SIGLONGJMP 1
# | #define HAVE_MEMCPY 1
# | #define WNOHANG_BACKUP_VALUE 1
# | #define SELECT_MASK_TYPE fd_set
# | #define HAVE_PTMX 1
# | #define HAVE_TCSETATTR 1
# | #define POSIX 1
# | /* end confdefs.h. */
# |
# | #include
# | main()
# | {
# | struct sgttyb tmp;
# | exit(0);
# | }
# configure:15094: result: no
# configure:15109: checking for struct termio
# configure:15131: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# conftest.c:58:3: warning: return type defaults to 'int' [-Wimplicit-int]
# main()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:61:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(0);
# ^~~~
# conftest.c:61:5: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:61:5: note: include '' or provide a declaration of 'exit'
# configure:15134: $? = 0
# configure:15136: ./conftest
# configure:15139: $? = 0
# configure:15146: result: yes
# configure:15163: checking for struct termios
# configure:15190: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# conftest.c:64:3: warning: return type defaults to 'int' [-Wimplicit-int]
# main()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:67:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(0);
# ^~~~
# conftest.c:67:5: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:67:5: note: include '' or provide a declaration of 'exit'
# configure:15193: $? = 0
# configure:15195: ./conftest
# configure:15198: $? = 0
# configure:15205: result: yes
# configure:15222: checking if TCGETS or TCGETA in termios.h
# configure:15251: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# conftest.c:65:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main() {
# ^~~~
# configure:15254: $? = 0
# configure:15256: ./conftest
# configure:15259: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_TIMEZONE_VAR 1
# | #define HAVE_OPENPTY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRCHR 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_SIGLONGJMP 1
# | #define HAVE_MEMCPY 1
# | #define WNOHANG_BACKUP_VALUE 1
# | #define SELECT_MASK_TYPE fd_set
# | #define HAVE_PTMX 1
# | #define HAVE_TCSETATTR 1
# | #define POSIX 1
# | #define HAVE_TERMIO 1
# | #define HAVE_TERMIOS 1
# | /* end confdefs.h. */
# |
# | /* including termios.h on Solaris 5.6 fails unless inttypes.h included */
# | #ifdef HAVE_INTTYPES_H
# | #include
# | #endif
# | #include
# | main() {
# | #if defined(TCGETS) || defined(TCGETA)
# | return 0;
# | #else
# | return 1;
# | #endif
# | }
# configure:15274: result: no
# configure:15281: checking if TIOCGWINSZ in termios.h
# configure:15310: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# conftest.c:65:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main() {
# ^~~~
# configure:15313: $? = 0
# configure:15315: ./conftest
# configure:15318: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_TIMEZONE_VAR 1
# | #define HAVE_OPENPTY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRCHR 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_SIGLONGJMP 1
# | #define HAVE_MEMCPY 1
# | #define WNOHANG_BACKUP_VALUE 1
# | #define SELECT_MASK_TYPE fd_set
# | #define HAVE_PTMX 1
# | #define HAVE_TCSETATTR 1
# | #define POSIX 1
# | #define HAVE_TERMIO 1
# | #define HAVE_TERMIOS 1
# | /* end confdefs.h. */
# |
# | /* including termios.h on Solaris 5.6 fails unless inttypes.h included */
# | #ifdef HAVE_INTTYPES_H
# | #include
# | #endif
# | #include
# | main() {
# | #ifdef TIOCGWINSZ
# | return 0;
# | #else
# | return 1;
# | #endif
# | }
# configure:15333: result: no
# configure:15341: checking for Cray-style ptys
# configure:15367: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# conftest.c:60:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main(){
# ^~~~
# configure:15370: $? = 0
# configure:15372: ./conftest
# configure:15375: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_TIMEZONE_VAR 1
# | #define HAVE_OPENPTY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRCHR 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_SIGLONGJMP 1
# | #define HAVE_MEMCPY 1
# | #define WNOHANG_BACKUP_VALUE 1
# | #define SELECT_MASK_TYPE fd_set
# | #define HAVE_PTMX 1
# | #define HAVE_TCSETATTR 1
# | #define POSIX 1
# | #define HAVE_TERMIO 1
# | #define HAVE_TERMIOS 1
# | /* end confdefs.h. */
# |
# | main(){
# | #ifdef CRAY
# | return 0;
# | #else
# | return 1;
# | #endif
# | }
# |
# configure:15388: result: no
# configure:15402: checking for select
# configure:15459: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# configure:15465: $? = 0
# configure:15469: test -z
# || test ! -s conftest.err
# configure:15472: $? = 0
# configure:15475: test -s conftest
# configure:15478: $? = 0
# configure:15490: result: yes
# configure:15496: checking for poll
# configure:15553: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# configure:15559: $? = 0
# configure:15563: test -z
# || test ! -s conftest.err
# configure:15566: $? = 0
# configure:15569: test -s conftest
# configure:15572: $? = 0
# configure:15584: result: yes
# configure:15590: checking event handling
# configure:15595: result: via select
# configure:15617: checking for _getpty
# configure:15674: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# /tmp/ccNGKLV0.o: In function `main':
# conftest.c:(.text+0xd): undefined reference to `_getpty'
# /tmp/ccNGKLV0.o:(.data+0x0): undefined reference to `_getpty'
# collect2: error: ld returned 1 exit status
# configure:15680: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_TIMEZONE_VAR 1
# | #define HAVE_OPENPTY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRCHR 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_SIGLONGJMP 1
# | #define HAVE_MEMCPY 1
# | #define WNOHANG_BACKUP_VALUE 1
# | #define SELECT_MASK_TYPE fd_set
# | #define HAVE_PTMX 1
# | #define HAVE_TCSETATTR 1
# | #define POSIX 1
# | #define HAVE_TERMIO 1
# | #define HAVE_TERMIOS 1
# | /* end confdefs.h. */
# | /* Define _getpty to an innocuous variant, in case declares _getpty.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _getpty innocuous__getpty
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _getpty (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _getpty
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char _getpty ();
# | /* 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__getpty) || defined (__stub____getpty)
# | choke me
# | #else
# | char (*f) () = _getpty;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != _getpty;
# | ;
# | return 0;
# | }
# configure:15705: result: no
# configure:15719: checking for getpty
# configure:15776: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# /tmp/cciMmLA5.o: In function `main':
# conftest.c:(.text+0xd): undefined reference to `getpty'
# /tmp/cciMmLA5.o:(.data+0x0): undefined reference to `getpty'
# collect2: error: ld returned 1 exit status
# configure:15782: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_TIMEZONE_VAR 1
# | #define HAVE_OPENPTY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRCHR 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_SIGLONGJMP 1
# | #define HAVE_MEMCPY 1
# | #define WNOHANG_BACKUP_VALUE 1
# | #define SELECT_MASK_TYPE fd_set
# | #define HAVE_PTMX 1
# | #define HAVE_TCSETATTR 1
# | #define POSIX 1
# | #define HAVE_TERMIO 1
# | #define HAVE_TERMIOS 1
# | /* end confdefs.h. */
# | /* Define getpty to an innocuous variant, in case declares getpty.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getpty innocuous_getpty
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getpty (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getpty
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char getpty ();
# | /* 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_getpty) || defined (__stub___getpty)
# | choke me
# | #else
# | char (*f) () = getpty;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != getpty;
# | ;
# | return 0;
# | }
# configure:15807: result: no
# configure:15819: checking whether setpgrp takes no argument
# configure:15851: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# conftest.c: In function 'main':
# conftest.c:69:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit (setpgrp (1,1) == -1 ? 0 : 1);
# ^~~~
# conftest.c:69:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:69:3: note: include '' or provide a declaration of 'exit'
# conftest.c:69:9: error: too many arguments to function 'setpgrp'
# exit (setpgrp (1,1) == -1 ? 0 : 1);
# ^~~~~~~
# In file included from conftest.c:60:0:
# /usr/include/unistd.h:663:12: note: declared here
# extern int setpgrp (void) __THROW;
# ^~~~~~~
# configure:15854: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "expect"
# | #define PACKAGE_TARNAME "expect"
# | #define PACKAGE_VERSION "5.45"
# | #define PACKAGE_STRING "expect 5.45"
# | #define PACKAGE_BUGREPORT ""
# | #define BUILD_expect
# | #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 HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define USE_THREAD_ALLOC 1
# | #define _REENTRANT 1
# | #define _THREAD_SAFE 1
# | #define TCL_THREADS 1
# | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# | #define _LARGEFILE64_SOURCE 1
# | #define TCL_WIDE_INT_IS_LONG 1
# | #define USE_TCL_STUBS 1
# | #define USE_TCL_STUBS 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYSMACROS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_TIMEZONE_VAR 1
# | #define HAVE_OPENPTY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRCHR 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_SIGLONGJMP 1
# | #define HAVE_MEMCPY 1
# | #define WNOHANG_BACKUP_VALUE 1
# | #define SELECT_MASK_TYPE fd_set
# | #define HAVE_PTMX 1
# | #define HAVE_TCSETATTR 1
# | #define POSIX 1
# | #define HAVE_TERMIO 1
# | #define HAVE_TERMIOS 1
# | /* end confdefs.h. */
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# | /* If this system has a BSD-style setpgrp which takes arguments,
# | setpgrp(1, 1) will fail with ESRCH and return -1, in that case
# | exit successfully. */
# | exit (setpgrp (1,1) == -1 ? 0 : 1);
# | ;
# | return 0;
# | }
# configure:15873: result: yes
# configure:15887: checking for SV-style timezone
# configure:15913: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c -lutil -lieee -lm >&5
# conftest.c:63:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:68:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(0);
# ^~~~
# conftest.c:68:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:68:3: note: include '' or provide a declaration of 'exit'
# configure:15916: $? = 0
# configure:15918: ./conftest
# configure:15921: $? = 0
# configure:15927: result: yes
# configure:15962: checking for long file names
# configure:16001: result: yes
# configure:16406: checking for tclsh
# configure:16433: result: /usr/bin/tclsh8.6
# configure:16574: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by expect config.status 5.45, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 5e115d047117
#
# config.status:724: creating Makefile
# config.status:907: executing default commands
# configure:17611: configuring in testsuite
# configure:17728: running /bin/sh './configure' --prefix=/usr '--host=x86_64-unknown-linux' '--prefix=/usr' '--mandir=/usr/share/man' 'CFLAGS=' 'CPPFLAGS=' 'LDFLAGS=' 'host_alias=x86_64-unknown-linux' --cache-file=/dev/null --srcdir=.
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_tclconfig=/usr/lib
# ac_cv_c_tclh=/usr/include
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_func__getpty=no
# ac_cv_func_connect=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_getpseudotty=no
# ac_cv_func_getpty=no
# ac_cv_func_gmtime_r=yes
# ac_cv_func_localtime_r=yes
# ac_cv_func_memmove=yes
# ac_cv_func_openpty=no
# ac_cv_func_poll=yes
# ac_cv_func_ptsname=yes
# ac_cv_func_select=yes
# ac_cv_func_setpgrp_void=yes
# ac_cv_func_siglongjmp=yes
# ac_cv_func_sin=no
# ac_cv_func_socket=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strftime=yes
# ac_cv_func_sysconf=yes
# ac_cv_func_tcgetattr=yes
# ac_cv_func_tcsetattr=yes
# ac_cv_func_timezone=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_float_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_net_errno_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_fcntl_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_ptem_h=no
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_stropts_h=yes
# ac_cv_header_sys_strpty_h=no
# ac_cv_header_sys_strredir_h=no
# ac_cv_header_sys_sysconfig_h=no
# ac_cv_header_sys_sysmacros_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_values_h=yes
# ac_cv_header_varargs_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_lib_ieee_main=yes
# ac_cv_lib_inet_main=no
# ac_cv_lib_pt_libpts___lpt_=no
# ac_cv_lib_pthread_pthread_mutex_init=yes
# ac_cv_lib_seq_getpseudotty=no
# ac_cv_lib_util_openpty=yes
# ac_cv_member_struct_tm_tm_zone=yes
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AR=ar
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_make_make_set=yes
# ac_cv_struct_tm=time.h
# ac_cv_sys_long_file_names=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_target_alias=x86_64-unknown-linux
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# tcl_cv_cc_pipe=yes
# tcl_cv_cc_visibility_hidden=yes
# tcl_cv_dirent_h=yes
# tcl_cv_flag__isoc99_source=no
# tcl_cv_flag__largefile64_source=yes
# tcl_cv_flag__largefile_source64=no
# tcl_cv_member_tm_gmtoff=yes
# tcl_cv_member_tm_tzadj=no
# tcl_cv_sys_version=Linux-4.7.1-1-ARCH
# tcl_cv_timezone_long=yes
# tcl_cv_type_64bit=none
# tcl_cv_union_wait=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AR='ar'
# CC='gcc'
# CELIB_DIR=''
# CFLAGS=' -pipe ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} '
# CFLAGS_DEBUG='-g'
# CFLAGS_DEFAULT='-O2 -fomit-frame-pointer'
# CFLAGS_OPTIMIZE='-O2 -fomit-frame-pointer'
# CFLAGS_WARNING='-Wall'
# CLEANFILES=' pkgIndex.tcl'
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH='echo'
# DEFAULT_STTY_ARGS='sane'
# DEFS='-DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUGREPORT=\"\" -DBUILD_expect= -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_STROPTS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DHAVE_MEMCPY=1 -DWNOHANG_BACKUP_VALUE=1 -DSELECT_MASK_TYPE=fd_set -DHAVE_PTMX=1 -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 '
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# EXP_BUILD_LIB_SPEC='-L/tmp/expect/src/expect5.45 -lexpect5.45'
# EXP_CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}/${PACKAGE_NAME}${PACKAGE_VERSION}'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=' -Wl,--export-dynamic '
# LDFLAGS_DEFAULT=' -Wl,--export-dynamic '
# LD_LIBRARY_PATH_VAR='LD_LIBRARY_PATH'
# LIBOBJS=''
# LIBS=' -lutil -lieee -lm -Wl,-rpath,${LIB_RUNTIME_DIR}'
# LTLIBOBJS=''
# MAKE_LIB='${SHLIB_LD} -o $@ $(PKG_OBJECTS) ${SHLIB_LD_LIBS} '
# MAKE_SHARED_LIB='${SHLIB_LD} -o $@ $(PKG_OBJECTS) ${SHLIB_LD_LIBS}'
# MAKE_STATIC_LIB='${STLIB_LD} $@ $(PKG_OBJECTS)'
# MAKE_STUB_LIB='${STLIB_LD} $@ $(PKG_STUB_OBJECTS)'
# MATH_LIBS='-lieee -lm'
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='expect'
# PACKAGE_STRING='expect 5.45'
# PACKAGE_TARNAME='expect'
# PACKAGE_VERSION='5.45'
# PATH_SEPARATOR=':'
# PKG_CFLAGS=' -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"${DESTDIR}${prefix}/lib/${PKG_DIR}\" -DEXECSCRIPTDIR=\"${DESTDIR}${pkglibdir}\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\""'
# PKG_HEADERS=' expect.h expect_tcl.h expect_comm.h tcldbg.h'
# PKG_INCLUDES=' -I. -I"."'
# PKG_LIBS=''
# PKG_LIB_FILE='libexpect5.45.so'
# PKG_OBJECTS=' exp_command.o expect.o exp_inter.o exp_regexp.o exp_tty.o exp_log.o exp_main_sub.o exp_pty.o exp_trap.o exp_strf.o exp_console.o exp_glob.o exp_win.o exp_clib.o exp_closetcl.o exp_memmove.o exp_tty_comm.o exp_chan.o Dbg.o pty_termios.o exp_select.o exp_event.o'
# PKG_SOURCES=' exp_command.c expect.c exp_inter.c exp_regexp.c exp_tty.c exp_log.c exp_main_sub.c exp_pty.c exp_trap.c exp_strf.c exp_console.c exp_glob.c exp_win.c exp_clib.c exp_closetcl.c exp_memmove.c exp_tty_comm.c exp_chan.c Dbg.c pty_termios.c exp_select.c exp_event.c'
# PKG_STUB_LIB_FILE='libexpectstub5.45.a'
# PKG_STUB_OBJECTS=''
# PKG_STUB_SOURCES=''
# PKG_TCL_SOURCES=''
# RANLIB=':'
# RANLIB_STUB='ranlib'
# SETPGRP_VOID=''
# SETUID=':'
# SET_MAKE=''
# SHARED_BUILD='1'
# SHELL='/bin/sh'
# SHLIB_CFLAGS='-fPIC'
# SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS_DEFAULT}'
# SHLIB_LD_LIBS='${LIBS} -L/usr/lib -ltclstub8.6'
# STLIB_LD='${AR} cr'
# TCLSH_PROG='/usr/bin/tclsh8.6'
# TCL_BIN_DIR='/usr/lib'
# TCL_CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
# TCL_DBGX=''
# TCL_DEFS='-DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -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 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DHAVE_ZLIB=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DHAVE_HIDDEN=1 -DTCL_CFG_DO64BIT=1 -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\".so\" -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_MKSTEMP=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 -DHAVE_FREEADDRINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_STRUCT_ADDRINFO=1 -DHAVE_STRUCT_IN6_ADDR=1 -DHAVE_STRUCT_SOCKADDR_IN6=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_GETHOSTBYNAME_R_6=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYADDR_R_8=1 -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_MKSTEMPS=1 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1 -DHAVE_CPUID=1 '
# TCL_DL_LIBS='-ldl'
# TCL_EXTRA_CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -m64 -D_FORTIFY_SOURCE=2'
# TCL_INCLUDES='-I"/usr/include"'
# TCL_LD_FLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic '
# TCL_LIBS='${DL_LIBS} ${LIBS} ${MATH_LIBS}'
# TCL_LIB_FILE='libtcl8.6.so'
# TCL_LIB_FLAG='-ltcl8.6'
# TCL_LIB_SPEC='-L/usr/lib -ltcl8.6'
# TCL_PATCH_LEVEL='.5'
# TCL_SHLIB_LD_LIBS='${LIBS}'
# TCL_SRC_DIR='/usr/include'
# TCL_STUB_LIB_FILE='libtclstub8.6.a'
# TCL_STUB_LIB_FLAG='-ltclstub8.6'
# TCL_STUB_LIB_SPEC='-L/usr/lib -ltclstub8.6'
# TCL_THREADS='1'
# TCL_TOP_DIR_NATIVE='"/usr/include"'
# TCL_VERSION='8.6'
# VC_MANIFEST_EMBED_DLL=''
# VC_MANIFEST_EMBED_EXE=''
# ac_ct_CC='gcc'
# ac_ct_RANLIB='ranlib'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# exec_prefix='/usr'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=' testsuite'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define BUILD_expect
# #define HAVE_GMTIME_R 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_LOCALTIME_R 1
# #define HAVE_LONG_FILE_NAMES 1
# #define HAVE_MEMCPY 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMORY_H 1
# #define HAVE_OPENPTY 1
# #define HAVE_PTMX 1
# #define HAVE_SIGLONGJMP 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRCHR 1
# #define HAVE_STRFTIME 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STROPTS_H 1
# #define HAVE_STRUCT_TM_TM_ZONE 1
# #define HAVE_SV_TIMEZONE 1
# #define HAVE_SYSCONF 1
# #define HAVE_SYSMACROS_H 1
# #define HAVE_SYS_FCNTL_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_TCSETATTR 1
# #define HAVE_TERMIO 1
# #define HAVE_TERMIOS 1
# #define HAVE_TIMEZONE 1
# #define HAVE_TIMEZONE_VAR 1
# #define HAVE_TM_GMTOFF 1
# #define HAVE_TM_ZONE 1
# #define HAVE_UNISTD_H 1
# #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME "expect"
# #define PACKAGE_STRING "expect 5.45"
# #define PACKAGE_TARNAME "expect"
# #define PACKAGE_VERSION "5.45"
# #define POSIX 1
# #define RETSIGTYPE void
# #define SELECT_MASK_TYPE fd_set
# #define SETPGRP_VOID 1
# #define STDC_HEADERS 1
# #define TCL_THREADS 1
# #define TCL_WIDE_INT_IS_LONG 1
# #define TIME_WITH_SYS_TIME 1
# #define USE_TCL_STUBS 1
# #define USE_TCL_STUBS 1
# #define USE_THREAD_ALLOC 1
# #define WNOHANG_BACKUP_VALUE 1
# #define _LARGEFILE64_SOURCE 1
# #define _REENTRANT 1
# #define _THREAD_SAFE 1
#
# configure: exit 0

CMD: config logfiles '/tmp/expect/src/expect5.45/testsuite/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 exp_test configure 0.43, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --prefix=/usr --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man CFLAGS= CPPFLAGS= LDFLAGS= host_alias=x86_64-unknown-linux --cache-file=/dev/null --srcdir=.
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 5e115d047117
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# 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/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1310: checking for correct TEA configuration
# configure:1329: result: ok (TEA 3.9)
# configure:1394: configuring exp_test 0.43
# configure:1459: checking for Tcl configuration
# configure:1586: result: found /usr/lib/tclConfig.sh
# configure:1592: checking for existence of /usr/lib/tclConfig.sh
# configure:1596: result: loading
# configure:1722: checking for x86_64-unknown-linux-gcc
# configure:1751: result: no
# configure:1760: checking for gcc
# configure:1776: found /usr/bin/gcc
# configure:1786: result: gcc
# configure:2030: checking for C compiler version
# configure:2033: gcc --version &5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:2036: $? = 0
# configure:2038: gcc -v &5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/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 --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2041: $? = 0
# configure:2043: gcc -V &5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2046: $? = 1
# configure:2069: checking for C compiler default output file name
# configure:2072: gcc conftest.c >&5
# configure:2075: $? = 0
# configure:2121: result: a.out
# configure:2126: checking whether the C compiler works
# configure:2132: ./a.out
# configure:2135: $? = 0
# configure:2152: result: yes
# configure:2159: checking whether we are cross compiling
# configure:2161: result: no
# configure:2164: checking for suffix of executables
# configure:2166: gcc -o conftest conftest.c >&5
# configure:2169: $? = 0
# configure:2194: result:
# configure:2200: checking for suffix of object files
# configure:2221: gcc -c conftest.c >&5
# configure:2224: $? = 0
# configure:2246: result: o
# configure:2250: checking whether we are using the GNU C compiler
# configure:2274: gcc -c conftest.c >&5
# configure:2280: $? = 0
# configure:2284: test -z
# || test ! -s conftest.err
# configure:2287: $? = 0
# configure:2290: test -s conftest.o
# configure:2293: $? = 0
# configure:2306: result: yes
# configure:2312: checking whether gcc accepts -g
# configure:2333: gcc -c -g conftest.c >&5
# configure:2339: $? = 0
# configure:2343: test -z
# || test ! -s conftest.err
# configure:2346: $? = 0
# configure:2349: test -s conftest.o
# configure:2352: $? = 0
# configure:2363: result: yes
# configure:2380: checking for gcc option to accept ANSI C
# configure:2450: gcc -c conftest.c >&5
# configure:2456: $? = 0
# configure:2460: test -z
# || test ! -s conftest.err
# configure:2463: $? = 0
# configure:2466: test -s conftest.o
# configure:2469: $? = 0
# configure:2487: result: none needed
# configure:2505: gcc -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^~~~~
# conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
# configure:2511: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2649: checking how to run the C preprocessor
# configure:2684: gcc -E conftest.c
# configure:2690: $? = 0
# configure:2722: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:2728: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "exp_test"
# | #define PACKAGE_TARNAME "exp_test"
# | #define PACKAGE_VERSION "0.43"
# | #define PACKAGE_STRING "exp_test 0.43"
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:2767: result: gcc -E
# configure:2791: gcc -E conftest.c
# configure:2797: $? = 0
# configure:2829: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:2835: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "exp_test"
# | #define PACKAGE_TARNAME "exp_test"
# | #define PACKAGE_VERSION "0.43"
# | #define PACKAGE_STRING "exp_test 0.43"
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:2892: checking for a BSD-compatible install
# configure:2947: result: /usr/bin/install -c
# configure:2963: checking whether make sets $(MAKE)
# configure:2983: result: yes
# configure:3000: checking for x86_64-unknown-linux-ranlib
# configure:3029: result: no
# configure:3038: checking for ranlib
# configure:3054: found /usr/bin/ranlib
# configure:3065: result: ranlib
# configure:3087: checking for egrep
# configure:3097: result: grep -E
# configure:3102: checking for ANSI C header files
# configure:3127: gcc -c conftest.c >&5
# configure:3133: $? = 0
# configure:3137: test -z
# || test ! -s conftest.err
# configure:3140: $? = 0
# configure:3143: test -s conftest.o
# configure:3146: $? = 0
# configure:3235: gcc -o conftest conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:26:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(2);
# ^~~~
# conftest.c:26:7: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:26:7: note: include '' or provide a declaration of 'exit'
# conftest.c:27:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit (0);
# ^~~~
# conftest.c:27:3: note: include '' or provide a declaration of 'exit'
# configure:3238: $? = 0
# configure:3240: ./conftest
# configure:3243: $? = 0
# configure:3258: result: yes
# configure:3282: checking for sys/types.h
# configure:3298: gcc -c conftest.c >&5
# configure:3304: $? = 0
# configure:3308: test -z
# || test ! -s conftest.err
# configure:3311: $? = 0
# configure:3314: test -s conftest.o
# configure:3317: $? = 0
# configure:3328: result: yes
# configure:3282: checking for sys/stat.h
# configure:3298: gcc -c conftest.c >&5
# configure:3304: $? = 0
# configure:3308: test -z
# || test ! -s conftest.err
# configure:3311: $? = 0
# configure:3314: test -s conftest.o
# configure:3317: $? = 0
# configure:3328: result: yes
# configure:3282: checking for stdlib.h
# configure:3298: gcc -c conftest.c >&5
# configure:3304: $? = 0
# configure:3308: test -z
# || test ! -s conftest.err
# configure:3311: $? = 0
# configure:3314: test -s conftest.o
# configure:3317: $? = 0
# configure:3328: result: yes
# configure:3282: checking for string.h
# configure:3298: gcc -c conftest.c >&5
# configure:3304: $? = 0
# configure:3308: test -z
# || test ! -s conftest.err
# configure:3311: $? = 0
# configure:3314: test -s conftest.o
# configure:3317: $? = 0
# configure:3328: result: yes
# configure:3282: checking for memory.h
# configure:3298: gcc -c conftest.c >&5
# configure:3304: $? = 0
# configure:3308: test -z
# || test ! -s conftest.err
# configure:3311: $? = 0
# configure:3314: test -s conftest.o
# configure:3317: $? = 0
# configure:3328: result: yes
# configure:3282: checking for strings.h
# configure:3298: gcc -c conftest.c >&5
# configure:3304: $? = 0
# configure:3308: test -z
# || test ! -s conftest.err
# configure:3311: $? = 0
# configure:3314: test -s conftest.o
# configure:3317: $? = 0
# configure:3328: result: yes
# configure:3282: checking for inttypes.h
# configure:3298: gcc -c conftest.c >&5
# configure:3304: $? = 0
# configure:3308: test -z
# || test ! -s conftest.err
# configure:3311: $? = 0
# configure:3314: test -s conftest.o
# configure:3317: $? = 0
# configure:3328: result: yes
# configure:3282: checking for stdint.h
# configure:3298: gcc -c conftest.c >&5
# configure:3304: $? = 0
# configure:3308: test -z
# || test ! -s conftest.err
# configure:3311: $? = 0
# configure:3314: test -s conftest.o
# configure:3317: $? = 0
# configure:3328: result: yes
# configure:3282: checking for unistd.h
# configure:3298: gcc -c conftest.c >&5
# configure:3304: $? = 0
# configure:3308: test -z
# || test ! -s conftest.err
# configure:3311: $? = 0
# configure:3314: test -s conftest.o
# configure:3317: $? = 0
# configure:3328: result: yes
# configure:3350: checking if the compiler understands -pipe
# configure:3373: gcc -c -pipe conftest.c >&5
# configure:3379: $? = 0
# configure:3383: test -z
# || test ! -s conftest.err
# configure:3386: $? = 0
# configure:3389: test -s conftest.o
# configure:3392: $? = 0
# configure:3404: result: yes
# configure:3415: checking whether byte ordering is bigendian
# configure:3442: gcc -c -pipe conftest.c >&5
# configure:3448: $? = 0
# configure:3452: test -z
# || test ! -s conftest.err
# configure:3455: $? = 0
# configure:3458: test -s conftest.o
# configure:3461: $? = 0
# configure:3485: gcc -c -pipe conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:26:2: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:26:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:3491: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "exp_test"
# | #define PACKAGE_TARNAME "exp_test"
# | #define PACKAGE_VERSION "0.43"
# | #define PACKAGE_STRING "exp_test 0.43"
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:3626: result: no
# configure:3654: checking for sin
# configure:3711: gcc -o conftest -pipe conftest.c >&5
# conftest.c:43:6: warning: conflicting types for built-in function 'sin'
# char sin ();
# ^~~
# /tmp/ccsrfR8i.o: In function `main':
# conftest.c:(.text+0xd): undefined reference to `sin'
# /tmp/ccsrfR8i.o:(.data+0x0): undefined reference to `sin'
# collect2: error: ld returned 1 exit status
# configure:3717: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "exp_test"
# | #define PACKAGE_TARNAME "exp_test"
# | #define PACKAGE_VERSION "0.43"
# | #define PACKAGE_STRING "exp_test 0.43"
# | #define PACKAGE_BUGREPORT ""
# | #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. */
# | /* Define sin to an innocuous variant, in case declares sin.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define sin innocuous_sin
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char sin (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef sin
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char sin ();
# | /* 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_sin) || defined (__stub___sin)
# | choke me
# | #else
# | char (*f) () = sin;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != sin;
# | ;
# | return 0;
# | }
# configure:3742: result: no
# configure:3750: checking for main in -lieee
# configure:3774: gcc -o conftest -pipe conftest.c -lieee >&5
# configure:3780: $? = 0
# configure:3784: test -z
# || test ! -s conftest.err
# configure:3787: $? = 0
# configure:3790: test -s conftest
# configure:3793: $? = 0
# configure:3806: result: yes
# configure:3818: checking for main in -linet
# configure:3842: gcc -o conftest -pipe conftest.c -linet >&5
# /usr/bin/ld: cannot find -linet
# collect2: error: ld returned 1 exit status
# configure:3848: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "exp_test"
# | #define PACKAGE_TARNAME "exp_test"
# | #define PACKAGE_VERSION "0.43"
# | #define PACKAGE_STRING "exp_test 0.43"
# | #define PACKAGE_BUGREPORT ""
# | #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. */
# |
# |
# | int
# | main ()
# | {
# | main ();
# | ;
# | return 0;
# | }
# configure:3874: result: no
# configure:3890: checking net/errno.h usability
# configure:3902: gcc -c -pipe conftest.c >&5
# conftest.c:53:23: fatal error: net/errno.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3908: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "exp_test"
# | #define PACKAGE_TARNAME "exp_test"
# | #define PACKAGE_VERSION "0.43"
# | #define PACKAGE_STRING "exp_test 0.43"
# | #define PACKAGE_BUGREPORT ""
# | #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
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:3931: result: no
# configure:3935: checking net/errno.h presence
# configure:3945: gcc -E conftest.c
# conftest.c:19:23: fatal error: net/errno.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3951: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "exp_test"
# | #define PACKAGE_TARNAME "exp_test"
# | #define PACKAGE_VERSION "0.43"
# | #define PACKAGE_STRING "exp_test 0.43"
# | #define PACKAGE_BUGREPORT ""
# | #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
# configure:3971: result: no
# configure:4006: checking for net/errno.h
# configure:4013: result: no
# configure:4047: checking for connect
# configure:4104: gcc -o conftest -pipe conftest.c >&5
# configure:4110: $? = 0
# configure:4114: test -z
# || test ! -s conftest.err
# configure:4117: $? = 0
# configure:4120: test -s conftest
# configure:4123: $? = 0
# configure:4135: result: yes
# configure:4410: checking for gethostbyname
# configure:4467: gcc -o conftest -pipe conftest.c >&5
# configure:4473: $? = 0
# configure:4477: test -z
# || test ! -s conftest.err
# configure:4480: $? = 0
# configure:4483: test -s conftest
# configure:4486: $? = 0
# configure:4498: result: yes
# configure:4582: checking dirent.h
# configure:4623: gcc -o conftest -pipe conftest.c >&5
# configure:4629: $? = 0
# configure:4633: test -z
# || test ! -s conftest.err
# configure:4636: $? = 0
# configure:4639: test -s conftest
# configure:4642: $? = 0
# configure:4654: result: yes
# configure:4676: checking errno.h usability
# configure:4688: gcc -c -pipe conftest.c >&5
# configure:4694: $? = 0
# configure:4698: test -z
# || test ! -s conftest.err
# configure:4701: $? = 0
# configure:4704: test -s conftest.o
# configure:4707: $? = 0
# configure:4717: result: yes
# configure:4721: checking errno.h presence
# configure:4731: gcc -E conftest.c
# configure:4737: $? = 0
# configure:4757: result: yes
# configure:4792: checking for errno.h
# configure:4799: result: yes
# configure:4824: checking float.h usability
# configure:4836: gcc -c -pipe conftest.c >&5
# configure:4842: $? = 0
# configure:4846: test -z
# || test ! -s conftest.err
# configure:4849: $? = 0
# configure:4852: test -s conftest.o
# configure:4855: $? = 0
# configure:4865: result: yes
# configure:4869: checking float.h presence
# configure:4879: gcc -E conftest.c
# configure:4885: $? = 0
# configure:4905: result: yes
# configure:4940: checking for float.h
# configure:4947: result: yes
# configure:4972: checking values.h usability
# configure:4984: gcc -c -pipe conftest.c >&5
# configure:4990: $? = 0
# configure:4994: test -z
# || test ! -s conftest.err
# configure:4997: $? = 0
# configure:5000: test -s conftest.o
# configure:5003: $? = 0
# configure:5013: result: yes
# configure:5017: checking values.h presence
# configure:5027: gcc -E conftest.c
# configure:5033: $? = 0
# configure:5053: result: yes
# configure:5088: checking for values.h
# configure:5095: result: yes
# configure:5120: checking limits.h usability
# configure:5132: gcc -c -pipe conftest.c >&5
# configure:5138: $? = 0
# configure:5142: test -z
# || test ! -s conftest.err
# configure:5145: $? = 0
# configure:5148: test -s conftest.o
# configure:5151: $? = 0
# configure:5161: result: yes
# configure:5165: checking limits.h presence
# configure:5175: gcc -E conftest.c
# configure:5181: $? = 0
# configure:5201: result: yes
# configure:5236: checking for limits.h
# configure:5243: result: yes
# configure:5263: checking for stdlib.h
# configure:5268: result: yes
# configure:5465: checking for string.h
# configure:5470: result: yes
# configure:5664: checking sys/wait.h usability
# configure:5676: gcc -c -pipe conftest.c >&5
# configure:5682: $? = 0
# configure:5686: test -z
# || test ! -s conftest.err
# configure:5689: $? = 0
# configure:5692: test -s conftest.o
# configure:5695: $? = 0
# configure:5705: result: yes
# configure:5709: checking sys/wait.h presence
# configure:5719: gcc -E conftest.c
# configure:5725: $? = 0
# configure:5745: result: yes
# configure:5780: checking for sys/wait.h
# configure:5787: result: yes
# configure:5812: checking dlfcn.h usability
# configure:5824: gcc -c -pipe conftest.c >&5
# configure:5830: $? = 0
# configure:5834: test -z
# || test ! -s conftest.err
# configure:5837: $? = 0
# configure:5840: test -s conftest.o
# configure:5843: $? = 0
# configure:5853: result: yes
# configure:5857: checking dlfcn.h presence
# configure:5867: gcc -E conftest.c
# configure:5873: $? = 0
# configure:5893: result: yes
# configure:5928: checking for dlfcn.h
# configure:5935: result: yes
# configure:5966: checking sys/param.h usability
# configure:5978: gcc -c -pipe conftest.c >&5
# configure:5984: $? = 0
# configure:5988: test -z
# || test ! -s conftest.err
# configure:5991: $? = 0
# configure:5994: test -s conftest.o
# configure:5997: $? = 0
# configure:6007: result: yes
# configure:6011: checking sys/param.h presence
# configure:6021: gcc -E conftest.c
# configure:6027: $? = 0
# configure:6047: result: yes
# configure:6082: checking for sys/param.h
# configure:6089: result: yes
# configure:6238: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by exp_test config.status 0.43, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 5e115d047117
#
# config.status:672: creating Makefile
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_tclconfig=/usr/lib
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_func_connect=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_sin=no
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_float_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_net_errno_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_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_values_h=yes
# ac_cv_lib_ieee_main=yes
# ac_cv_lib_inet_main=no
# ac_cv_objext=o
# 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_RANLIB=ranlib
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_make_make_set=yes
# tcl_cv_cc_pipe=yes
# tcl_cv_dirent_h=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='gcc'
# CFLAGS=' -pipe'
# CLEANFILES=''
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH='echo'
# DEFS='-DPACKAGE_NAME=\"exp_test\" -DPACKAGE_TARNAME=\"exp_test\" -DPACKAGE_VERSION=\"0.43\" -DPACKAGE_STRING=\"exp_test\ 0.43\" -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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 '
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MATH_LIBS='-lieee -lm'
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='exp_test'
# PACKAGE_STRING='exp_test 0.43'
# PACKAGE_TARNAME='exp_test'
# PACKAGE_VERSION='0.43'
# PATH_SEPARATOR=':'
# PKG_CFLAGS=''
# PKG_HEADERS=''
# PKG_INCLUDES=''
# PKG_LIBS=''
# PKG_LIB_FILE=''
# PKG_STUB_LIB_FILE=''
# PKG_STUB_OBJECTS=''
# PKG_STUB_SOURCES=''
# PKG_TCL_SOURCES=''
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# TCL_BIN_DIR='/usr/lib'
# TCL_DEFS='-DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -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 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DHAVE_ZLIB=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DHAVE_HIDDEN=1 -DTCL_CFG_DO64BIT=1 -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\".so\" -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_MKSTEMP=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 -DHAVE_FREEADDRINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_STRUCT_ADDRINFO=1 -DHAVE_STRUCT_IN6_ADDR=1 -DHAVE_STRUCT_SOCKADDR_IN6=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_GETHOSTBYNAME_R_6=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYADDR_R_8=1 -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_MKSTEMPS=1 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1 -DHAVE_CPUID=1 '
# TCL_EXTRA_CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -m64 -D_FORTIFY_SOURCE=2'
# TCL_LD_FLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic '
# TCL_LIBS='${DL_LIBS} ${LIBS} ${MATH_LIBS}'
# TCL_LIB_FILE='libtcl8.6.so'
# TCL_LIB_FLAG='-ltcl8.6'
# TCL_LIB_SPEC='-L/usr/lib -ltcl8.6'
# TCL_PATCH_LEVEL='.5'
# TCL_SHLIB_LD_LIBS='${LIBS}'
# TCL_SRC_DIR='/usr/include'
# TCL_STUB_LIB_FILE='libtclstub8.6.a'
# TCL_STUB_LIB_FLAG='-ltclstub8.6'
# TCL_STUB_LIB_SPEC='-L/usr/lib -ltclstub8.6'
# TCL_VERSION='8.6'
# ac_ct_CC='gcc'
# ac_ct_RANLIB='ranlib'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${prefix}/share'
# exec_prefix='/usr'
# host='x86_64-unknown-linux'
# host_alias='x86_64-unknown-linux'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME "exp_test"
# #define PACKAGE_STRING "exp_test 0.43"
# #define PACKAGE_TARNAME "exp_test"
# #define PACKAGE_VERSION "0.43"
# #define STDC_HEADERS 1
#
# configure: exit 0