Build of slang with vanilla toolchain

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

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

SLOCLanguage
95,686 ansic
3,277 sh
1,192 makefile
143 pascal
100,298 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: slang 2.3.0-1 (Wed Aug 24 13:43:57 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# 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 ISO C89... none needed
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/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 minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking whether gcc needs -traditional... no
# checking for library containing strerror... none required
# checking C compiler that understands ANSI prototypes... gcc looks ok. Good.
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for a BSD-compatible install... /usr/bin/install -c
# checking terminfo layout... default
# checking type of readline support for slsh... slang
# checking for X... libraries , headers
# checking for gethostbyname... yes
# checking for connect... yes
# checking for remove... yes
# checking for shmat... yes
# checking for IceConnectionNumber in -lICE... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for memory.h... (cached) yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking xlocale.h usability... yes
# checking xlocale.h presence... yes
# checking for xlocale.h... yes
# checking langinfo.h usability... yes
# checking langinfo.h presence... yes
# checking for langinfo.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking sys/fcntl.h usability... yes
# checking sys/fcntl.h presence... yes
# checking for sys/fcntl.h... yes
# checking for sys/types.h... (cached) yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking sys/utsname.h usability... yes
# checking sys/utsname.h presence... yes
# checking for sys/utsname.h... yes
# checking sys/times.h usability... yes
# checking sys/times.h presence... yes
# checking for sys/times.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking utime.h usability... yes
# checking utime.h presence... yes
# checking for utime.h... yes
# checking floatingpoint.h usability... no
# checking floatingpoint.h presence... no
# checking for floatingpoint.h... no
# checking ieeefp.h usability... no
# checking ieeefp.h presence... no
# checking for ieeefp.h... no
# checking nan.h usability... no
# checking nan.h presence... no
# checking for nan.h... no
# checking fenv.h usability... yes
# checking fenv.h presence... yes
# checking for fenv.h... yes
# checking sys/mman.h usability... yes
# checking sys/mman.h presence... yes
# checking for sys/mman.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking sys/un.h usability... yes
# checking sys/un.h presence... yes
# checking for sys/un.h... yes
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking for mode_t... yes
# checking for pid_t... yes
# checking for uid_t in sys/types.h... yes
# checking for socklen_t... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking for memset... yes
# checking for memcpy... yes
# checking for putenv... yes
# checking for getcwd... yes
# checking for setlocale... yes
# checking for tcgetattr... yes
# checking for tcsetattr... yes
# checking for cfgetospeed... yes
# checking for sigaction... yes
# checking for sigemptyset... yes
# checking for sigprocmask... yes
# checking for sigaddset... yes
# checking for alarm... yes
# checking for pause... yes
# checking for vfscanf... yes
# checking for lstat... yes
# checking for readlink... yes
# checking for symlink... yes
# checking for link... yes
# checking for kill... yes
# checking for killpg... yes
# checking for snprintf... yes
# checking for vsnprintf... yes
# checking for getppid... yes
# checking for getegid... yes
# checking for geteuid... yes
# checking for getuid... yes
# checking for getgid... yes
# checking for setgid... yes
# checking for setuid... yes
# checking for setpgid... yes
# checking for getpgid... yes
# checking for setpgrp... yes
# checking for getpgrp... yes
# checking for setsid... yes
# checking for getsid... yes
# checking for mmap... yes
# checking for chown... yes
# checking for lchown... yes
# checking for popen... yes
# checking for mkfifo... yes
# checking for atexit... yes
# checking for on_exit... yes
# checking for umask... yes
# checking for uname... yes
# checking for times... yes
# checking for gmtime... yes
# checking for mktime... yes
# checking for gettimeofday... yes
# checking for getitimer... yes
# checking for setitimer... yes
# checking for gmtime_r... yes
# checking for ctime_r... yes
# checking for localtime_r... yes
# checking for strtod... yes
# checking for atoll... yes
# checking for strtoll... yes
# checking for issetugid... no
# checking for isnan... yes
# checking for finite... yes
# checking for isinf... yes
# checking for round... no
# checking for siglongjmp... yes
# checking for fork... yes
# checking for waitpid... yes
# checking for socket... yes
# checking for socketpair... yes
# checking for confstr... yes
# checking for pathconf... yes
# checking for getpriority... yes
# checking for setpriority... yes
# checking for getrusage... yes
# checking for setvbuf... yes
# checking for utime... yes
# checking for utimes... yes
# checking for ttyname... yes
# checking for ttyname_r... yes
# checking for newlocale... yes
# checking for strtod_l... yes
# checking for localeconv... yes
# checking for nl_langinfo and CODESET... yes
# checking for environ variable... yes
# checking for acosh in -lm... yes
# checking for asinh in -lm... yes
# checking for atanh in -lm... yes
# checking for hypot in -lm... yes
# checking for atan2 in -lm... yes
# checking for frexp in -lm... yes
# checking for frexpf in -lm... yes
# checking for ldexp in -lm... yes
# checking for ldexpf in -lm... yes
# checking for sincos in -lm... yes
# checking for sincosf in -lm... yes
# checking for feclearexcept in -lm... yes
# checking for fpsetsticky in -lm... no
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking for dlopen in -ldl... yes
# checking size of short... 2
# checking size of int... 4
# checking size of long... 8
# checking size of float... 4
# checking size of double... 8
# checking for ptrdiff_t... yes
# checking for size_t... yes
# checking size of size_t... 8
# checking for long long... yes
# checking size of long long... 8
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for _LARGEFILE_SOURCE value needed for large files... no
# checking for off_t... yes
# checking size of off_t... 8
# checking for ncurses5-config... no
# checking for ncursesw5-config... (cached) no
# checking for terminfo... yes
# checking for the pcre library and header files ... yes: /usr/lib and /usr/include
# checking for the onig library and header files oniguruma.h... no
# checking for the png library and header files ... yes: /usr/lib and /usr/include
# checking for the z library and header files zlib.h... yes: /usr/lib and /usr/include
# checking for the iconv library and header files ... no
# checking for iconv... yes
# checking for iconv declaration...
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# checking for sysconf... yes
# checking SLANG_VERSION... 2.3.0
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating slsh/Makefile
# config.status: creating modules/Makefile
# config.status: creating demo/Makefile
# config.status: creating slang.pc
# config.status: creating src/sysconf.h
#
# Configuration complete. You may need to edit src/Makefile.
# You are compiling SLANG with the following compiler configuration:
# CC = gcc
# CFLAGS = -O2
# LDFLAGS = -Wl,-export-dynamic
#
# ELF_CC = $(CC)
# ELF_LINK = $(CC) $(LDFLAGS) -shared -Wl,-O1 -Wl,--version-script,$(VERSION_SCRIPT) -Wl,-soname,$(ELFLIB_MAJOR)
# ELF_CFLAGS= $(CFLAGS) -fPIC
#
# prefix: /usr
# exec_prefix: ${prefix}
# Installation Lib Dir: ${exec_prefix}/lib
# Installation Include Dir: ${prefix}/include
#
# See also src/sl-feat.h for various features.
#
# The following modules that depend upon external libraries will be built:
# pcre png z iconv
#
#
# While not required, it is recommended that you install the following
# libraries and reconfigure so that the corresponding modules can be built:
# oniguruma
#
# Type 'make' to build a shared version of the library.
# Type 'make help' for more options
#
# cd src; make elf
# make[1]: Entering directory '/tmp/slang/src/slang-2.3.0/src'
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/src/slang-2.3.0/src/elfobjs
# mkdir -p -- /tmp/slang/src/slang-2.3.0/src/elfobjs
# cp sysconf.h config.h
# cp terminfo/default.inc terminfo.inc
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG -DMISC_TERMINFO_DIRS='""' /tmp/slang/src/slang-2.3.0/src/sltermin.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/sldisply.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slutty.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slang.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slarray.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slclass.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slcmd.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slerr.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slgetkey.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slkeymap.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slmalloc.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slmath.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slmemchr.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slmemcmp.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slmemcpy.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slmemset.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slmisc.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slparse.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slprepr.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slregexp.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slrline.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slsearch.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slsmg.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG -DSLANG_DOC_DIR='"/usr/share/doc/slang/v2"' -DSLANG_INSTALL_PREFIX='"/usr"' /tmp/slang/src/slang-2.3.0/src/slstd.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/sltoken.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/sltypes.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slxstrng.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slcurses.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slscroll.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slsignal.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slkeypad.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slerrno.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slstring.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slstruct.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slcmplex.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slarrfun.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG -DMODULE_INSTALL_DIR='"/usr/lib/slang/v2/modules"' -DMODULE_PATH_ENV_NAME='"SLANG_MODULE_PATH"' /tmp/slang/src/slang-2.3.0/src/slimport.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slpath.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slarith.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slassoc.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slcompat.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slposdir.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slstdio.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slproc.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/sltime.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slstrops.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slbstr.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slpack.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slintall.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slistruc.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slposio.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slnspace.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slarrmis.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slospath.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slscanf.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/sllower.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slupper.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slischar.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slutf8.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slwcwidth.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slwclut.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slcommon.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/sllist.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slexcept.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slfpu.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slsig.c
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -c -O2 -fPIC -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slboseos.c
# rm -f /tmp/slang/src/slang-2.3.0/src/elfobjs/libslang.so.2.3.0
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -shared -Wl,-O1 -Wl,--version-script,/tmp/slang/src/slang-2.3.0/src/slang.ver -Wl,-soname,libslang.so.2 -o libslang.so.2.3.0 sltermin.o sldisply.o slutty.o slang.o slarray.o slclass.o slcmd.o slerr.o slgetkey.o slkeymap.o slmalloc.o slmath.o slmemchr.o slmemcmp.o slmemcpy.o slmemset.o slmisc.o slparse.o slprepr.o slregexp.o slrline.o slsearch.o slsmg.o slstd.o sltoken.o sltypes.o slxstrng.o slcurses.o slscroll.o slsignal.o slkeypad.o slerrno.o slstring.o slstruct.o slcmplex.o slarrfun.o slimport.o slpath.o slarith.o slassoc.o slcompat.o slposdir.o slstdio.o slproc.o sltime.o slstrops.o slbstr.o slpack.o slintall.o slistruc.o slposio.o slnspace.o slarrmis.o slospath.o slscanf.o sllower.o slupper.o slischar.o slutf8.o slwcwidth.o slwclut.o slcommon.o sllist.o slexcept.o slfpu.o slsig.o slboseos.o -ldl -lm -lc
# if [ libslang.so.2 != libslang.so.2.3.0 ]; then \
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && rm -f libslang.so.2 && /bin/ln -sf libslang.so.2.3.0 libslang.so.2; \
# fi
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && rm -f libslang.so && /bin/ln -sf libslang.so.2.3.0 libslang.so
#
# libslang.so.2.3.0 created in /tmp/slang/src/slang-2.3.0/src/elfobjs.
# The link libslang.so to libslang.so.2.3.0 was also created.
#
# make[1]: Leaving directory '/tmp/slang/src/slang-2.3.0/src'
# cd slsh; make all
# make[1]: Entering directory '/tmp/slang/src/slang-2.3.0/slsh'
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh objs
# mkdir -p -- objs
# cp ../src/config.h .
# cd objs && gcc -I/tmp/slang/src/slang-2.3.0/src -O2 -c -DSLSH_CONF_DIR='"/etc"' -DSLSH_PATH='"/usr/share/slsh"' -DSLSH_CONF_DIR_ENV='"SLSH_CONF_DIR"' -DSLSH_LIB_DIR_ENV='"SLSH_LIB_DIR"' -DSLSH_PATH_ENV='"SLSH_PATH"' /tmp/slang/src/slang-2.3.0/slsh/slsh.c
# cd objs && gcc -I/tmp/slang/src/slang-2.3.0/src -O2 -c -DSLSH_CONF_DIR='"/etc"' -DSLSH_PATH='"/usr/share/slsh"' -DSLSH_CONF_DIR_ENV='"SLSH_CONF_DIR"' -DSLSH_LIB_DIR_ENV='"SLSH_LIB_DIR"' -DSLSH_PATH_ENV='"SLSH_PATH"' -DUSE_GNU_READLINE=0 /tmp/slang/src/slang-2.3.0/slsh/readline.c
# gcc -O2 objs/slsh.o objs/readline.o -o objs/slsh_exe -Wl,-export-dynamic -L/tmp/slang/src/slang-2.3.0/src/elfobjs -lslang -ldl -lm
# make[1]: Leaving directory '/tmp/slang/src/slang-2.3.0/slsh'
# cd modules; make all
# make[1]: Entering directory '/tmp/slang/src/slang-2.3.0/modules'
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh objs
# mkdir -p -- objs
# cp Makefile objs
# cd objs && make slsmg-module.so termios-module.so select-module.so fcntl-module.so varray-module.so socket-module.so rand-module.so fork-module.so csv-module.so base64-module.so chksum-module.so histogram-module.so stats-module.so json-module.so pcre-module.so png-module.so iconv-module.so zlib-module.so sysconf-module.so
# make[2]: Entering directory '/tmp/slang/src/slang-2.3.0/modules/objs'
# cp /tmp/slang/src/slang-2.3.0/src/config.h /tmp/slang/src/slang-2.3.0/modules/config.h
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/slsmg-module.c -o slsmg-module.so
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/termios-module.c -o termios-module.so
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/select-module.c -o select-module.so
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/fcntl-module.c -o fcntl-module.so
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/varray-module.c -o varray-module.so
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/socket-module.c -o socket-module.so
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/rand-module.c -o rand-module.so
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/fork-module.c -o fork-module.so
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/csv-module.c -o csv-module.so
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/base64-module.c -o base64-module.so
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm -c /tmp/slang/src/slang-2.3.0/modules/chksum-module.c
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm -c /tmp/slang/src/slang-2.3.0/modules/chksum_md5.c
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm -c /tmp/slang/src/slang-2.3.0/modules/chksum_sha1.c
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm chksum-module.o chksum_md5.o chksum_sha1.o -o chksum-module.so
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/histogram-module.c -o histogram-module.so
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/stats-module.c -o stats-module.so
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/json-module.c -o json-module.so
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/pcre-module.c -o pcre-module.so -lpcre
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/png-module.c -o png-module.so -lpng
# /tmp/slang/src/slang-2.3.0/modules/png-module.c: In function 'alloc_png_type':
# /tmp/slang/src/slang-2.3.0/modules/png-module.c:122:2: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
# memset ((char *) p, 0, sizeof (Png_Type));
# ^~~~~~
# /tmp/slang/src/slang-2.3.0/modules/png-module.c:122:2: warning: incompatible implicit declaration of built-in function 'memset'
# /tmp/slang/src/slang-2.3.0/modules/png-module.c:122:2: note: include '' or provide a declaration of 'memset'
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/iconv-module.c -o iconv-module.so
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/zlib-module.c -o zlib-module.so -lz
# gcc -I/tmp/slang/src/slang-2.3.0/src -shared -fPIC -O2 -I/tmp/slang/src/slang-2.3.0/src -Wl,-R/usr/lib -lm /tmp/slang/src/slang-2.3.0/modules/sysconf-module.c -o sysconf-module.so
# make[2]: Leaving directory '/tmp/slang/src/slang-2.3.0/modules/objs'
# make[1]: Leaving directory '/tmp/slang/src/slang-2.3.0/modules'
# Use make install to install it.
# ==> Entering fakeroot environment...
# ==> Starting package()...
# cd src; make install-elf
# make[1]: Entering directory '/tmp/slang/src/slang-2.3.0/src'
# rm -f /tmp/slang/src/slang-2.3.0/src/elfobjs/libslang.so.2.3.0
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && gcc -shared -Wl,-O1 -Wl,--version-script,/tmp/slang/src/slang-2.3.0/src/slang.ver -Wl,-soname,libslang.so.2 -o libslang.so.2.3.0 sltermin.o sldisply.o slutty.o slang.o slarray.o slclass.o slcmd.o slerr.o slgetkey.o slkeymap.o slmalloc.o slmath.o slmemchr.o slmemcmp.o slmemcpy.o slmemset.o slmisc.o slparse.o slprepr.o slregexp.o slrline.o slsearch.o slsmg.o slstd.o sltoken.o sltypes.o slxstrng.o slcurses.o slscroll.o slsignal.o slkeypad.o slerrno.o slstring.o slstruct.o slcmplex.o slarrfun.o slimport.o slpath.o slarith.o slassoc.o slcompat.o slposdir.o slstdio.o slproc.o sltime.o slstrops.o slbstr.o slpack.o slintall.o slistruc.o slposio.o slnspace.o slarrmis.o slospath.o slscanf.o sllower.o slupper.o slischar.o slutf8.o slwcwidth.o slwclut.o slcommon.o sllist.o slexcept.o slfpu.o slsig.o slboseos.o -ldl -lm -lc
# if [ libslang.so.2 != libslang.so.2.3.0 ]; then \
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && rm -f libslang.so.2 && /bin/ln -sf libslang.so.2.3.0 libslang.so.2; \
# fi
# cd /tmp/slang/src/slang-2.3.0/src/elfobjs && rm -f libslang.so && /bin/ln -sf libslang.so.2.3.0 libslang.so
#
# libslang.so.2.3.0 created in /tmp/slang/src/slang-2.3.0/src/elfobjs.
# The link libslang.so to libslang.so.2.3.0 was also created.
#
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/include
# mkdir -p -- /tmp/slang/pkg/slang/usr/include
# installing slang.h and slcurses.h in /tmp/slang/pkg/slang/usr/include/
# /usr/bin/install -c -m 644 /tmp/slang/src/slang-2.3.0/src/slang.h /tmp/slang/pkg/slang/usr/include/
# /usr/bin/install -c -m 644 /tmp/slang/src/slang-2.3.0/src/slcurses.h /tmp/slang/pkg/slang/usr/include/
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/share/doc/slang/v2
# mkdir -p -- /tmp/slang/pkg/slang/usr/share/doc/slang/v2
# /usr/bin/install -c -m 644 ../changes.txt /tmp/slang/pkg/slang/usr/share/doc/slang/v2/
# /usr/bin/install -c -m 644 ../COPYING /tmp/slang/pkg/slang/usr/share/doc/slang/v2/
# /usr/bin/install -c -m 644 ../doc/slangdoc.html /tmp/slang/pkg/slang/usr/share/doc/slang/v2/
# /usr/bin/install -c -m 644 ../doc/text/cref.txt /tmp/slang/pkg/slang/usr/share/doc/slang/v2/
# /usr/bin/install -c -m 644 ../doc/text/cslang.txt /tmp/slang/pkg/slang/usr/share/doc/slang/v2/
# /usr/bin/install -c -m 644 ../doc/text/slang.txt /tmp/slang/pkg/slang/usr/share/doc/slang/v2/
# /usr/bin/install -c -m 644 ../doc/text/slangfun.txt /tmp/slang/pkg/slang/usr/share/doc/slang/v2/
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/lib
# mkdir -p -- /tmp/slang/pkg/slang/usr/lib
# rm -f /tmp/slang/pkg/slang/usr/lib/libslang.so
# rm -f /tmp/slang/pkg/slang/usr/lib/libslang.so.2
# installing libslang.so.2.3.0 in /tmp/slang/pkg/slang/usr/lib
# /usr/bin/install -c -m 644 /tmp/slang/src/slang-2.3.0/src/elfobjs/libslang.so.2.3.0 /tmp/slang/pkg/slang/usr/lib/
# cd /tmp/slang/pkg/slang/usr/lib && /bin/ln -sf libslang.so.2.3.0 libslang.so.2
# cd /tmp/slang/pkg/slang/usr/lib && /bin/ln -sf libslang.so.2 libslang.so
#
# libslang.so.2.3.0 created in /tmp/slang/pkg/slang/usr/lib.
# The links libslang.so and libslang.so.2 to libslang.so.2.3.0 were also created.
#
# make[1]: Leaving directory '/tmp/slang/src/slang-2.3.0/src'
# Now installing slsh
# cd slsh; make install
# make[1]: Entering directory '/tmp/slang/src/slang-2.3.0/slsh'
# cd objs && gcc -I/tmp/slang/src/slang-2.3.0/src -O2 -c -DSLSH_CONF_DIR='"/etc"' -DSLSH_PATH='"/usr/share/slsh"' -DSLSH_CONF_DIR_ENV='"SLSH_CONF_DIR"' -DSLSH_LIB_DIR_ENV='"SLSH_LIB_DIR"' -DSLSH_PATH_ENV='"SLSH_PATH"' /tmp/slang/src/slang-2.3.0/slsh/slsh.c
# cd objs && gcc -I/tmp/slang/src/slang-2.3.0/src -O2 -c -DSLSH_CONF_DIR='"/etc"' -DSLSH_PATH='"/usr/share/slsh"' -DSLSH_CONF_DIR_ENV='"SLSH_CONF_DIR"' -DSLSH_LIB_DIR_ENV='"SLSH_LIB_DIR"' -DSLSH_PATH_ENV='"SLSH_PATH"' -DUSE_GNU_READLINE=0 /tmp/slang/src/slang-2.3.0/slsh/readline.c
# gcc -O2 objs/slsh.o objs/readline.o -o objs/slsh -Wl,-export-dynamic -L/tmp/slang/pkg/slang/usr/lib -Wl,-R/usr/lib -L/usr/lib -lslang -ldl -lm
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/bin
# mkdir -p -- /tmp/slang/pkg/slang/usr/bin
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/share/man/man1
# mkdir -p -- /tmp/slang/pkg/slang/usr/share/man/man1
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/etc
# mkdir -p -- /tmp/slang/pkg/slang/etc
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/share/slsh
# mkdir -p -- /tmp/slang/pkg/slang/usr/share/slsh
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/share/slsh/rline
# mkdir -p -- /tmp/slang/pkg/slang/usr/share/slsh/rline
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/share/slsh/help
# mkdir -p -- /tmp/slang/pkg/slang/usr/share/slsh/help
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/share/slsh/local-packages
# mkdir -p -- /tmp/slang/pkg/slang/usr/share/slsh/local-packages
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/share/slsh/scripts
# mkdir -p -- /tmp/slang/pkg/slang/usr/share/slsh/scripts
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/share/doc/slsh/html
# mkdir -p -- /tmp/slang/pkg/slang/usr/share/doc/slsh/html
# /usr/bin/install -c -m 644 lib/arrayfuns.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/autoload.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/cmdopt.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/fswalk.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/glob.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/listfuns.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/print.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/process.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/profile.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/readascii.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/require.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/setfuns.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/sldb.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/sldbcore.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/sldbsock.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/slshhelp.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/slshrl.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/stkcheck.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/structfuns.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 lib/rline/complete.sl /tmp/slang/pkg/slang/usr/share/slsh/rline/
# /usr/bin/install -c -m 644 lib/rline/editfuns.sl /tmp/slang/pkg/slang/usr/share/slsh/rline/
# /usr/bin/install -c -m 644 lib/rline/editor.sl /tmp/slang/pkg/slang/usr/share/slsh/rline/
# /usr/bin/install -c -m 644 lib/rline/emacskeys.sl /tmp/slang/pkg/slang/usr/share/slsh/rline/
# /usr/bin/install -c -m 644 lib/rline/history.sl /tmp/slang/pkg/slang/usr/share/slsh/rline/
# /usr/bin/install -c -m 644 lib/rline/histsrch.sl /tmp/slang/pkg/slang/usr/share/slsh/rline/
# /usr/bin/install -c -m 644 lib/rline/vikeys.sl /tmp/slang/pkg/slang/usr/share/slsh/rline/
# /usr/bin/install -c -m 644 lib/rline/slrline.rc /tmp/slang/pkg/slang/usr/share/slsh/rline/
# /usr/bin/install -c scripts/jpegsize /tmp/slang/pkg/slang/usr/share/slsh/scripts
# /usr/bin/install -c scripts/lsrpm /tmp/slang/pkg/slang/usr/share/slsh/scripts
# /usr/bin/install -c scripts/sldb /tmp/slang/pkg/slang/usr/share/slsh/scripts
# /usr/bin/install -c scripts/svnsh /tmp/slang/pkg/slang/usr/share/slsh/scripts
# /usr/bin/install -c scripts/slprof /tmp/slang/pkg/slang/usr/share/slsh/scripts
# /usr/bin/install -c scripts/slstkchk /tmp/slang/pkg/slang/usr/share/slsh/scripts
# /usr/bin/install -c -m 644 lib/help/arrayfuns.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 lib/help/cmdopt.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 lib/help/fswalk.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 lib/help/glob.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 lib/help/listfuns.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 lib/help/print.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 lib/help/process.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 lib/help/profile.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 lib/help/readascii.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 lib/help/require.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 lib/help/setfuns.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 lib/help/structfuns.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 doc/html/slshfun-1.html /tmp/slang/pkg/slang/usr/share/doc/slsh/html/
# /usr/bin/install -c -m 644 doc/html/slshfun-10.html /tmp/slang/pkg/slang/usr/share/doc/slsh/html/
# /usr/bin/install -c -m 644 doc/html/slshfun-11.html /tmp/slang/pkg/slang/usr/share/doc/slsh/html/
# /usr/bin/install -c -m 644 doc/html/slshfun-12.html /tmp/slang/pkg/slang/usr/share/doc/slsh/html/
# /usr/bin/install -c -m 644 doc/html/slshfun-13.html /tmp/slang/pkg/slang/usr/share/doc/slsh/html/
# /usr/bin/install -c -m 644 doc/html/slshfun-2.html /tmp/slang/pkg/slang/usr/share/doc/slsh/html/
# /usr/bin/install -c -m 644 doc/html/slshfun-3.html /tmp/slang/pkg/slang/usr/share/doc/slsh/html/
# /usr/bin/install -c -m 644 doc/html/slshfun-4.html /tmp/slang/pkg/slang/usr/share/doc/slsh/html/
# /usr/bin/install -c -m 644 doc/html/slshfun-5.html /tmp/slang/pkg/slang/usr/share/doc/slsh/html/
# /usr/bin/install -c -m 644 doc/html/slshfun-6.html /tmp/slang/pkg/slang/usr/share/doc/slsh/html/
# /usr/bin/install -c -m 644 doc/html/slshfun-7.html /tmp/slang/pkg/slang/usr/share/doc/slsh/html/
# /usr/bin/install -c -m 644 doc/html/slshfun-8.html /tmp/slang/pkg/slang/usr/share/doc/slsh/html/
# /usr/bin/install -c -m 644 doc/html/slshfun-9.html /tmp/slang/pkg/slang/usr/share/doc/slsh/html/
# /usr/bin/install -c -m 644 doc/html/slshfun.html /tmp/slang/pkg/slang/usr/share/doc/slsh/html/
# /usr/bin/install -c objs/slsh /tmp/slang/pkg/slang/usr/bin/
# /usr/bin/install -c -m 644 etc/slsh.rc /tmp/slang/pkg/slang/etc/
# echo 'prepend_to_slang_load_path("/usr/share/slsh/local-packages");' >> /tmp/slang/pkg/slang/etc/slsh.rc
# /usr/bin/install -c -m 644 doc/man/slsh.1 /tmp/slang/pkg/slang/usr/share/man/man1/
# make[1]: Leaving directory '/tmp/slang/src/slang-2.3.0/slsh'
# Now installing the modules
# cd modules; make install
# make[1]: Entering directory '/tmp/slang/src/slang-2.3.0/modules'
# cp Makefile objs
# cd objs && make slsmg-module.so termios-module.so select-module.so fcntl-module.so varray-module.so socket-module.so rand-module.so fork-module.so csv-module.so base64-module.so chksum-module.so histogram-module.so stats-module.so json-module.so pcre-module.so png-module.so iconv-module.so zlib-module.so sysconf-module.so
# make[2]: Entering directory '/tmp/slang/src/slang-2.3.0/modules/objs'
# make[2]: 'slsmg-module.so' is up to date.
# make[2]: 'termios-module.so' is up to date.
# make[2]: 'select-module.so' is up to date.
# make[2]: 'fcntl-module.so' is up to date.
# make[2]: 'varray-module.so' is up to date.
# make[2]: 'socket-module.so' is up to date.
# make[2]: 'rand-module.so' is up to date.
# make[2]: 'fork-module.so' is up to date.
# make[2]: 'csv-module.so' is up to date.
# make[2]: 'base64-module.so' is up to date.
# make[2]: 'chksum-module.so' is up to date.
# make[2]: 'histogram-module.so' is up to date.
# make[2]: 'stats-module.so' is up to date.
# make[2]: 'json-module.so' is up to date.
# make[2]: 'pcre-module.so' is up to date.
# make[2]: 'png-module.so' is up to date.
# make[2]: 'iconv-module.so' is up to date.
# make[2]: 'zlib-module.so' is up to date.
# make[2]: 'sysconf-module.so' is up to date.
# make[2]: Leaving directory '/tmp/slang/src/slang-2.3.0/modules/objs'
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# mkdir -p -- /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/slsmg-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/termios-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/select-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/fcntl-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/varray-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/socket-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/rand-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/fork-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/csv-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/base64-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/chksum-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/histogram-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/stats-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/json-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/pcre-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/png-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/iconv-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/zlib-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /usr/bin/install -c -m 644 objs/sysconf-module.so /tmp/slang/pkg/slang/usr/lib/slang/v2/modules
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 slsmg.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 termios.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 select.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 fcntl.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 varray.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 socket.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 pcre.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 png.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 iconv.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 onig.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 rand.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 csv.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 zlib.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 fork.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 sysconf.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 base64.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 chksum.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 histogram.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 stats.sl /tmp/slang/pkg/slang/usr/share/slsh
# /usr/bin/install -c -m 644 json.sl /tmp/slang/pkg/slang/usr/share/slsh
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# mkdir -p -- /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/cool.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/coolwarm.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/copper.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/cubicl.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/cubicyf.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/drywet.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/ds9b.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/ds9sls.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/edge.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/gebco.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/globe.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/gray.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/haxby.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/hot.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/jet.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/no_green.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/ocean.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/polar.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/rainbow.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/red2green.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/relief.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/sealand.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/seis.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/split.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/topo.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /usr/bin/install -c -m 644 cmaps/wysiwyg.map /tmp/slang/pkg/slang/usr/share/slsh/cmaps
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 help/base64funs.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 help/chksumfuns.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 help/csvfuns.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 help/forkfuns.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 help/histfuns.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 help/jsonfuns.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 help/onigfuns.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 help/pcrefuns.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 help/pngfuns.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 help/randfuns.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 help/slsmg.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 help/sockfuns.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# /usr/bin/install -c -m 644 help/statsfuns.hlp /tmp/slang/pkg/slang/usr/share/slsh/help
# make[1]: Leaving directory '/tmp/slang/src/slang-2.3.0/modules'
#
# On some systems, e.g., linux, you may also have to run ldconfig.
#
# cd src; make install-static
# make[1]: Entering directory '/tmp/slang/src/slang-2.3.0/src'
# /tmp/slang/src/slang-2.3.0/autoconf/mkinsdir.sh /tmp/slang/src/slang-2.3.0/src/objs
# mkdir -p -- /tmp/slang/src/slang-2.3.0/src/objs
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG -DMISC_TERMINFO_DIRS='""' /tmp/slang/src/slang-2.3.0/src/sltermin.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/sldisply.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slutty.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slang.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slarray.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slclass.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slcmd.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slerr.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slgetkey.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slkeymap.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slmalloc.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slmath.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slmemchr.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slmemcmp.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slmemcpy.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slmemset.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slmisc.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slparse.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slprepr.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slregexp.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slrline.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slsearch.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slsmg.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG -DSLANG_DOC_DIR='"/usr/share/doc/slang/v2"' -DSLANG_INSTALL_PREFIX='"/usr"' /tmp/slang/src/slang-2.3.0/src/slstd.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/sltoken.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/sltypes.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slxstrng.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slcurses.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slscroll.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slsignal.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slkeypad.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slerrno.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slstring.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slstruct.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slcmplex.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slarrfun.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG -DMODULE_INSTALL_DIR='"/usr/lib/slang/v2/modules"' -DMODULE_PATH_ENV_NAME='"SLANG_MODULE_PATH"' /tmp/slang/src/slang-2.3.0/src/slimport.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slpath.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slarith.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slassoc.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slcompat.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slposdir.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slstdio.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slproc.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/sltime.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slstrops.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slbstr.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slpack.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slintall.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slistruc.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slposio.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slnspace.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slarrmis.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slospath.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slscanf.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/sllower.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slupper.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slischar.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slutf8.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slwcwidth.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slwclut.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slcommon.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/sllist.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slexcept.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slfpu.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slsig.c
# cd /tmp/slang/src/slang-2.3.0/src/objs && gcc -c -O2 -Dunix -DSLANG /tmp/slang/src/slang-2.3.0/src/slboseos.c
# rm -f /tmp/slang/src/slang-2.3.0/src/objs/libslang.a
# cd /tmp/slang/src/slang-2.3.0/src/objs && ar cr libslang.a sltermin.o sldisply.o slutty.o slang.o slarray.o slclass.o slcmd.o slerr.o slgetkey.o slkeymap.o slmalloc.o slmath.o slmemchr.o slmemcmp.o slmemcpy.o slmemset.o slmisc.o slparse.o slprepr.o slregexp.o slrline.o slsearch.o slsmg.o slstd.o sltoken.o sltypes.o slxstrng.o slcurses.o slscroll.o slsignal.o slkeypad.o slerrno.o slstring.o slstruct.o slcmplex.o slarrfun.o slimport.o slpath.o slarith.o slassoc.o slcompat.o slposdir.o slstdio.o slproc.o sltime.o slstrops.o slbstr.o slpack.o slintall.o slistruc.o slposio.o slnspace.o slarrmis.o slospath.o slscanf.o sllower.o slupper.o slischar.o slutf8.o slwcwidth.o slwclut.o slcommon.o sllist.o slexcept.o slfpu.o slsig.o slboseos.o
# ranlib /tmp/slang/src/slang-2.3.0/src/objs/libslang.a
#
# libslang.a created in /tmp/slang/src/slang-2.3.0/src/objs
# installing slang.h and slcurses.h in /tmp/slang/pkg/slang/usr/include/
# /usr/bin/install -c -m 644 /tmp/slang/src/slang-2.3.0/src/slang.h /tmp/slang/pkg/slang/usr/include/
# /usr/bin/install -c -m 644 /tmp/slang/src/slang-2.3.0/src/slcurses.h /tmp/slang/pkg/slang/usr/include/
# /usr/bin/install -c -m 644 ../changes.txt /tmp/slang/pkg/slang/usr/share/doc/slang/v2/
# /usr/bin/install -c -m 644 ../COPYING /tmp/slang/pkg/slang/usr/share/doc/slang/v2/
# /usr/bin/install -c -m 644 ../doc/slangdoc.html /tmp/slang/pkg/slang/usr/share/doc/slang/v2/
# /usr/bin/install -c -m 644 ../doc/text/cref.txt /tmp/slang/pkg/slang/usr/share/doc/slang/v2/
# /usr/bin/install -c -m 644 ../doc/text/cslang.txt /tmp/slang/pkg/slang/usr/share/doc/slang/v2/
# /usr/bin/install -c -m 644 ../doc/text/slang.txt /tmp/slang/pkg/slang/usr/share/doc/slang/v2/
# /usr/bin/install -c -m 644 ../doc/text/slangfun.txt /tmp/slang/pkg/slang/usr/share/doc/slang/v2/
# installing /tmp/slang/src/slang-2.3.0/src/objs/libslang.a in /tmp/slang/pkg/slang/usr/lib/
# /usr/bin/install -c -m 644 /tmp/slang/src/slang-2.3.0/src/objs/libslang.a /tmp/slang/pkg/slang/usr/lib/
# ranlib /tmp/slang/pkg/slang/usr/lib/libslang.a
# make[1]: Leaving directory '/tmp/slang/src/slang-2.3.0/src'
# autoconf/mkinsdir.sh /tmp/slang/pkg/slang/usr/lib/pkgconfig
# mkdir -p -- /tmp/slang/pkg/slang/usr/lib/pkgconfig
# /usr/bin/install -c -m 644 slang.pc /tmp/slang/pkg/slang/usr/lib/pkgconfig/
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "slang"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: slang 2.3.0-1 (Wed Aug 24 13:45:01 UTC 2016)

CMD: pacman --query --file slang-2.3.0-1-x86_64.pkg.tar.xz
# slang 2.3.0-1

Creating hybrid package for 'slang'

Trying to find vanilla package 'slang'...

CMD: pacman --query --file /mirror/slang-2.3.0-1.pkg.tar.xz
# slang 2.3.0-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /etc/slsh.rc
# /usr/lib/libslang.so
# /usr/lib/libslang.so.2.3.0
# /usr/lib/libslang.so.2
# /usr/lib/slang/v2/modules/select-module.so
# /usr/lib/slang/v2/modules/chksum-module.so
# /usr/lib/slang/v2/modules/stats-module.so
# /usr/lib/slang/v2/modules/varray-module.so
# /usr/lib/slang/v2/modules/slsmg-module.so
# /usr/lib/slang/v2/modules/socket-module.so
# /usr/lib/slang/v2/modules/json-module.so
# /usr/lib/slang/v2/modules/fork-module.so
# /usr/lib/slang/v2/modules/csv-module.so
# /usr/lib/slang/v2/modules/histogram-module.so
# /usr/lib/slang/v2/modules/zlib-module.so
# /usr/lib/slang/v2/modules/iconv-module.so
# /usr/lib/slang/v2/modules/termios-module.so
# /usr/lib/slang/v2/modules/base64-module.so
# /usr/lib/slang/v2/modules/rand-module.so
# /usr/lib/slang/v2/modules/sysconf-module.so
# /usr/lib/slang/v2/modules/fcntl-module.so
# /usr/lib/slang/v2/modules/pcre-module.so
# /usr/lib/pkgconfig/slang.pc
# /usr/bin/slsh
# /usr/include/slcurses.h
# /usr/include/slang.h
# /usr/share/doc/slang/v2/slangdoc.html
# /usr/share/doc/slang/v2/slangfun.txt
# /usr/share/doc/slang/v2/COPYING
# /usr/share/doc/slang/v2/slang.txt
# /usr/share/doc/slang/v2/cref.txt
# /usr/share/doc/slang/v2/changes.txt
# /usr/share/doc/slang/v2/cslang.txt
# /usr/share/doc/slsh/html/slshfun-11.html
# /usr/share/doc/slsh/html/slshfun-6.html
# /usr/share/doc/slsh/html/slshfun-3.html
# /usr/share/doc/slsh/html/slshfun-13.html
# /usr/share/doc/slsh/html/slshfun-4.html
# /usr/share/doc/slsh/html/slshfun-10.html
# /usr/share/doc/slsh/html/slshfun-8.html
# /usr/share/doc/slsh/html/slshfun-2.html
# /usr/share/doc/slsh/html/slshfun-9.html
# /usr/share/doc/slsh/html/slshfun-7.html
# /usr/share/doc/slsh/html/slshfun-1.html
# /usr/share/doc/slsh/html/slshfun.html
# /usr/share/doc/slsh/html/slshfun-12.html
# /usr/share/doc/slsh/html/slshfun-5.html
# /usr/share/man/man1/slsh.1.gz
# /usr/share/slsh/listfuns.sl
# /usr/share/slsh/profile.sl
# /usr/share/slsh/rand.sl
# /usr/share/slsh/arrayfuns.sl
# /usr/share/slsh/slshhelp.sl
# /usr/share/slsh/print.sl
# /usr/share/slsh/stats.sl
# /usr/share/slsh/png.sl
# /usr/share/slsh/csv.sl
# /usr/share/slsh/sldb.sl
# /usr/share/slsh/json.sl
# /usr/share/slsh/socket.sl
# /usr/share/slsh/glob.sl
# /usr/share/slsh/cmdopt.sl
# /usr/share/slsh/setfuns.sl
# /usr/share/slsh/autoload.sl
# /usr/share/slsh/chksum.sl
# /usr/share/slsh/iconv.sl
# /usr/share/slsh/base64.sl
# /usr/share/slsh/sysconf.sl
# /usr/share/slsh/histogram.sl
# /usr/share/slsh/onig.sl
# /usr/share/slsh/zlib.sl
# /usr/share/slsh/select.sl
# /usr/share/slsh/readascii.sl
# /usr/share/slsh/process.sl
# /usr/share/slsh/fcntl.sl
# /usr/share/slsh/stkcheck.sl
# /usr/share/slsh/sldbsock.sl
# /usr/share/slsh/fswalk.sl
# /usr/share/slsh/pcre.sl
# /usr/share/slsh/termios.sl
# /usr/share/slsh/require.sl
# /usr/share/slsh/structfuns.sl
# /usr/share/slsh/slsmg.sl
# /usr/share/slsh/sldbcore.sl
# /usr/share/slsh/fork.sl
# /usr/share/slsh/varray.sl
# /usr/share/slsh/slshrl.sl
# /usr/share/slsh/rline/editfuns.sl
# /usr/share/slsh/rline/slrline.rc
# /usr/share/slsh/rline/emacskeys.sl
# /usr/share/slsh/rline/complete.sl
# /usr/share/slsh/rline/editor.sl
# /usr/share/slsh/rline/histsrch.sl
# /usr/share/slsh/rline/history.sl
# /usr/share/slsh/rline/vikeys.sl
# /usr/share/slsh/help/listfuns.hlp
# /usr/share/slsh/help/forkfuns.hlp
# /usr/share/slsh/help/cmdopt.hlp
# /usr/share/slsh/help/glob.hlp
# /usr/share/slsh/help/arrayfuns.hlp
# /usr/share/slsh/help/setfuns.hlp
# /usr/share/slsh/help/process.hlp
# /usr/share/slsh/help/print.hlp
# /usr/share/slsh/help/csvfuns.hlp
# /usr/share/slsh/help/randfuns.hlp
# /usr/share/slsh/help/structfuns.hlp
# /usr/share/slsh/help/histfuns.hlp
# /usr/share/slsh/help/chksumfuns.hlp
# /usr/share/slsh/help/jsonfuns.hlp
# /usr/share/slsh/help/sockfuns.hlp
# /usr/share/slsh/help/require.hlp
# /usr/share/slsh/help/pcrefuns.hlp
# /usr/share/slsh/help/pngfuns.hlp
# /usr/share/slsh/help/fswalk.hlp
# /usr/share/slsh/help/base64funs.hlp
# /usr/share/slsh/help/profile.hlp
# /usr/share/slsh/help/slsmg.hlp
# /usr/share/slsh/help/statsfuns.hlp
# /usr/share/slsh/help/readascii.hlp
# /usr/share/slsh/help/onigfuns.hlp
# /usr/share/slsh/scripts/jpegsize
# /usr/share/slsh/scripts/sldb
# /usr/share/slsh/scripts/slprof
# /usr/share/slsh/scripts/lsrpm
# /usr/share/slsh/scripts/slstkchk
# /usr/share/slsh/scripts/svnsh
# /usr/share/slsh/cmaps/seis.map
# /usr/share/slsh/cmaps/globe.map
# /usr/share/slsh/cmaps/haxby.map
# /usr/share/slsh/cmaps/sealand.map
# /usr/share/slsh/cmaps/rainbow.map
# /usr/share/slsh/cmaps/hot.map
# /usr/share/slsh/cmaps/jet.map
# /usr/share/slsh/cmaps/cubicl.map
# /usr/share/slsh/cmaps/split.map
# /usr/share/slsh/cmaps/ds9b.map
# /usr/share/slsh/cmaps/cubicyf.map
# /usr/share/slsh/cmaps/coolwarm.map
# /usr/share/slsh/cmaps/gebco.map
# /usr/share/slsh/cmaps/polar.map
# /usr/share/slsh/cmaps/wysiwyg.map
# /usr/share/slsh/cmaps/edge.map
# /usr/share/slsh/cmaps/copper.map
# /usr/share/slsh/cmaps/gray.map
# /usr/share/slsh/cmaps/cool.map
# /usr/share/slsh/cmaps/drywet.map
# /usr/share/slsh/cmaps/red2green.map
# /usr/share/slsh/cmaps/ocean.map
# /usr/share/slsh/cmaps/relief.map
# /usr/share/slsh/cmaps/no_green.map
# /usr/share/slsh/cmaps/ds9sls.map
# /usr/share/slsh/cmaps/topo.map
# /sysroot/usr/lib/libslang.so.2.3.0
# /sysroot/usr/lib/libslang.so.2
# /sysroot/usr/lib/libslang.so
# /sysroot/usr/lib/libslang.a
# /sysroot/usr/lib/slang/v2/modules/slsmg-module.so
# /sysroot/usr/lib/slang/v2/modules/termios-module.so
# /sysroot/usr/lib/slang/v2/modules/select-module.so
# /sysroot/usr/lib/slang/v2/modules/fcntl-module.so
# /sysroot/usr/lib/slang/v2/modules/varray-module.so
# /sysroot/usr/lib/slang/v2/modules/socket-module.so
# /sysroot/usr/lib/slang/v2/modules/rand-module.so
# /sysroot/usr/lib/slang/v2/modules/fork-module.so
# /sysroot/usr/lib/slang/v2/modules/csv-module.so
# /sysroot/usr/lib/slang/v2/modules/base64-module.so
# /sysroot/usr/lib/slang/v2/modules/chksum-module.so
# /sysroot/usr/lib/slang/v2/modules/histogram-module.so
# /sysroot/usr/lib/slang/v2/modules/stats-module.so
# /sysroot/usr/lib/slang/v2/modules/json-module.so
# /sysroot/usr/lib/slang/v2/modules/pcre-module.so
# /sysroot/usr/lib/slang/v2/modules/png-module.so
# /sysroot/usr/lib/slang/v2/modules/iconv-module.so
# /sysroot/usr/lib/slang/v2/modules/zlib-module.so
# /sysroot/usr/lib/slang/v2/modules/sysconf-module.so
# /sysroot/usr/lib/pkgconfig/slang.pc
# /sysroot/usr/include/slang.h
# /sysroot/usr/include/slcurses.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/slang.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1616

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/slang.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/slang.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/slang/src/slang-2.3.0/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 configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 9c983f26c9e4
# 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
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2500: checking build system type
# configure:2514: result: x86_64-unknown-linux-gnu
# configure:2534: checking host system type
# configure:2547: result: x86_64-unknown-linux-gnu
# configure:2593: checking for x86_64-unknown-linux-gcc
# configure:2623: result: no
# configure:2633: checking for gcc
# configure:2649: found /usr/sbin/gcc
# configure:2660: result: gcc
# configure:2889: checking for C compiler version
# configure:2898: 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:2909: $? = 0
# configure:2898: 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:2909: $? = 0
# configure:2898: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2909: $? = 1
# configure:2898: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2909: $? = 1
# configure:2929: checking whether the C compiler works
# configure:2951: gcc conftest.c >&5
# configure:2955: $? = 0
# configure:3003: result: yes
# configure:3006: checking for C compiler default output file name
# configure:3008: result: a.out
# configure:3014: checking for suffix of executables
# configure:3021: gcc -o conftest conftest.c >&5
# configure:3025: $? = 0
# configure:3047: result:
# configure:3069: checking whether we are cross compiling
# configure:3077: gcc -o conftest conftest.c >&5
# configure:3081: $? = 0
# configure:3088: ./conftest
# configure:3092: $? = 0
# configure:3107: result: no
# configure:3112: checking for suffix of object files
# configure:3134: gcc -c conftest.c >&5
# configure:3138: $? = 0
# configure:3159: result: o
# configure:3163: checking whether we are using the GNU C compiler
# configure:3182: gcc -c conftest.c >&5
# configure:3182: $? = 0
# configure:3191: result: yes
# configure:3200: checking whether gcc accepts -g
# configure:3220: gcc -c -g conftest.c >&5
# configure:3220: $? = 0
# configure:3261: result: yes
# configure:3278: checking for gcc option to accept ISO C89
# configure:3341: gcc -c conftest.c >&5
# configure:3341: $? = 0
# configure:3354: result: none needed
# configure:3380: checking how to run the C preprocessor
# configure:3411: gcc -E conftest.c
# configure:3411: $? = 0
# configure:3425: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3425: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3450: result: gcc -E
# configure:3470: gcc -E conftest.c
# configure:3470: $? = 0
# configure:3484: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3484: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3513: checking for grep that handles long lines and -e
# configure:3571: result: /usr/sbin/grep
# configure:3576: checking for egrep
# configure:3638: result: /usr/sbin/grep -E
# configure:3643: checking for ANSI C header files
# configure:3663: gcc -c conftest.c >&5
# configure:3663: $? = 0
# configure:3736: gcc -o conftest conftest.c >&5
# configure:3736: $? = 0
# configure:3736: ./conftest
# configure:3736: $? = 0
# configure:3747: result: yes
# configure:3760: checking for sys/types.h
# configure:3760: gcc -c conftest.c >&5
# configure:3760: $? = 0
# configure:3760: result: yes
# configure:3760: checking for sys/stat.h
# configure:3760: gcc -c conftest.c >&5
# configure:3760: $? = 0
# configure:3760: result: yes
# configure:3760: checking for stdlib.h
# configure:3760: gcc -c conftest.c >&5
# configure:3760: $? = 0
# configure:3760: result: yes
# configure:3760: checking for string.h
# configure:3760: gcc -c conftest.c >&5
# configure:3760: $? = 0
# configure:3760: result: yes
# configure:3760: checking for memory.h
# configure:3760: gcc -c conftest.c >&5
# configure:3760: $? = 0
# configure:3760: result: yes
# configure:3760: checking for strings.h
# configure:3760: gcc -c conftest.c >&5
# configure:3760: $? = 0
# configure:3760: result: yes
# configure:3760: checking for inttypes.h
# configure:3760: gcc -c conftest.c >&5
# configure:3760: $? = 0
# configure:3760: result: yes
# configure:3760: checking for stdint.h
# configure:3760: gcc -c conftest.c >&5
# configure:3760: $? = 0
# configure:3760: result: yes
# configure:3760: checking for unistd.h
# configure:3760: gcc -c conftest.c >&5
# configure:3760: $? = 0
# configure:3760: result: yes
# configure:3773: checking minix/config.h usability
# configure:3773: gcc -c conftest.c >&5
# conftest.c:52:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3773: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:3773: result: no
# configure:3773: checking minix/config.h presence
# configure:3773: gcc -E conftest.c
# conftest.c:19:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3773: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:3773: result: no
# configure:3773: checking for minix/config.h
# configure:3773: result: no
# configure:3794: checking whether it is safe to define __EXTENSIONS__
# configure:3812: gcc -c conftest.c >&5
# configure:3812: $? = 0
# configure:3819: result: yes
# configure:3834: checking whether gcc needs -traditional
# configure:3868: result: no
# configure:3880: checking for library containing strerror
# configure:3911: gcc -o conftest conftest.c >&5
# configure:3911: $? = 0
# configure:3928: result: none required
# configure:3954: checking C compiler that understands ANSI prototypes
# configure:3968: gcc -c conftest.c >&5
# configure:3968: $? = 0
# configure:3970: result: gcc looks ok. Good.
# configure:3981: checking whether make sets $(MAKE)
# configure:4003: result: yes
# configure:4015: checking for x86_64-unknown-linux-ranlib
# configure:4045: result: no
# configure:4055: checking for ranlib
# configure:4071: found /usr/sbin/ranlib
# configure:4082: result: ranlib
# configure:4118: checking for a BSD-compatible install
# configure:4186: result: /usr/bin/install -c
# configure:4216: checking terminfo layout
# configure:4224: result: default
# configure:4240: checking type of readline support for slsh
# configure:4252: result: slang
# configure:4260: checking for X
# configure:4368: gcc -E conftest.c
# configure:4368: $? = 0
# configure:4399: gcc -o conftest conftest.c -lX11 >&5
# configure:4399: $? = 0
# configure:4449: result: libraries , headers
# configure:4548: gcc -o conftest conftest.c -lX11 >&5
# configure:4548: $? = 0
# configure:4646: checking for gethostbyname
# configure:4646: gcc -o conftest conftest.c >&5
# configure:4646: $? = 0
# configure:4646: result: yes
# configure:4743: checking for connect
# configure:4743: gcc -o conftest conftest.c >&5
# configure:4743: $? = 0
# configure:4743: result: yes
# configure:4792: checking for remove
# configure:4792: gcc -o conftest conftest.c >&5
# configure:4792: $? = 0
# configure:4792: result: yes
# configure:4841: checking for shmat
# configure:4841: gcc -o conftest conftest.c >&5
# configure:4841: $? = 0
# configure:4841: result: yes
# configure:4899: checking for IceConnectionNumber in -lICE
# configure:4924: gcc -o conftest conftest.c -lICE >&5
# configure:4924: $? = 0
# configure:4933: result: yes
# configure:4975: checking for stdlib.h
# configure:4975: result: yes
# configure:4975: checking for unistd.h
# configure:4975: result: yes
# configure:4975: checking for memory.h
# configure:4975: result: yes
# configure:4975: checking termios.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking termios.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for termios.h
# configure:4975: result: yes
# configure:4975: checking malloc.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking malloc.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for malloc.h
# configure:4975: result: yes
# configure:4975: checking locale.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking locale.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for locale.h
# configure:4975: result: yes
# configure:4975: checking xlocale.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking xlocale.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for xlocale.h
# configure:4975: result: yes
# configure:4975: checking langinfo.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking langinfo.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for langinfo.h
# configure:4975: result: yes
# configure:4975: checking fcntl.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking fcntl.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for fcntl.h
# configure:4975: result: yes
# configure:4975: checking sys/fcntl.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking sys/fcntl.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for sys/fcntl.h
# configure:4975: result: yes
# configure:4975: checking for sys/types.h
# configure:4975: result: yes
# configure:4975: checking sys/wait.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking sys/wait.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for sys/wait.h
# configure:4975: result: yes
# configure:4975: checking sys/utsname.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking sys/utsname.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for sys/utsname.h
# configure:4975: result: yes
# configure:4975: checking sys/times.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking sys/times.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for sys/times.h
# configure:4975: result: yes
# configure:4975: checking sys/time.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking sys/time.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for sys/time.h
# configure:4975: result: yes
# configure:4975: checking utime.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking utime.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for utime.h
# configure:4975: result: yes
# configure:4975: checking floatingpoint.h usability
# configure:4975: gcc -c conftest.c >&5
# conftest.c:73:27: fatal error: floatingpoint.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4975: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UTIME_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4975: result: no
# configure:4975: checking floatingpoint.h presence
# configure:4975: gcc -E conftest.c
# conftest.c:40:27: fatal error: floatingpoint.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4975: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UTIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:4975: result: no
# configure:4975: checking for floatingpoint.h
# configure:4975: result: no
# configure:4975: checking ieeefp.h usability
# configure:4975: gcc -c conftest.c >&5
# conftest.c:73:20: fatal error: ieeefp.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4975: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UTIME_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4975: result: no
# configure:4975: checking ieeefp.h presence
# configure:4975: gcc -E conftest.c
# conftest.c:40:20: fatal error: ieeefp.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4975: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UTIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:4975: result: no
# configure:4975: checking for ieeefp.h
# configure:4975: result: no
# configure:4975: checking nan.h usability
# configure:4975: gcc -c conftest.c >&5
# conftest.c:73:17: fatal error: nan.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4975: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UTIME_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4975: result: no
# configure:4975: checking nan.h presence
# configure:4975: gcc -E conftest.c
# conftest.c:40:17: fatal error: nan.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4975: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UTIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:4975: result: no
# configure:4975: checking for nan.h
# configure:4975: result: no
# configure:4975: checking fenv.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking fenv.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for fenv.h
# configure:4975: result: yes
# configure:4975: checking sys/mman.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking sys/mman.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for sys/mman.h
# configure:4975: result: yes
# configure:4975: checking sys/socket.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking sys/socket.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for sys/socket.h
# configure:4975: result: yes
# configure:4975: checking netinet/in.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking netinet/in.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for netinet/in.h
# configure:4975: result: yes
# configure:4975: checking arpa/inet.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking arpa/inet.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for arpa/inet.h
# configure:4975: result: yes
# configure:4975: checking sys/un.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking sys/un.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for sys/un.h
# configure:4975: result: yes
# configure:4975: checking sys/resource.h usability
# configure:4975: gcc -c conftest.c >&5
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking sys/resource.h presence
# configure:4975: gcc -E conftest.c
# configure:4975: $? = 0
# configure:4975: result: yes
# configure:4975: checking for sys/resource.h
# configure:4975: result: yes
# configure:4986: checking for mode_t
# configure:4986: gcc -c conftest.c >&5
# configure:4986: $? = 0
# configure:4986: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:83:21: error: expected expression before ')' token
# if (sizeof ((mode_t)))
# ^
# configure:4986: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_FENV_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((mode_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4986: result: yes
# configure:4997: checking for pid_t
# configure:4997: gcc -c conftest.c >&5
# configure:4997: $? = 0
# configure:4997: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:83:20: error: expected expression before ')' token
# if (sizeof ((pid_t)))
# ^
# configure:4997: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_FENV_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4997: result: yes
# configure:5008: checking for uid_t in sys/types.h
# configure:5027: result: yes
# configure:5039: checking for socklen_t
# configure:5048: result: yes
# configure:5063: checking for dirent.h that defines DIR
# configure:5082: gcc -c conftest.c >&5
# configure:5082: $? = 0
# configure:5090: result: yes
# configure:5103: checking for library containing opendir
# configure:5134: gcc -o conftest conftest.c >&5
# configure:5134: $? = 0
# configure:5151: result: none required
# configure:5265: checking for memset
# configure:5265: gcc -o conftest conftest.c >&5
# conftest.c:71:6: warning: conflicting types for built-in function 'memset'
# char memset ();
# ^~~~~~
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for memcpy
# configure:5265: gcc -o conftest conftest.c >&5
# conftest.c:72:6: warning: conflicting types for built-in function 'memcpy'
# char memcpy ();
# ^~~~~~
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for putenv
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for getcwd
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for setlocale
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for tcgetattr
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for tcsetattr
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for cfgetospeed
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for sigaction
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for sigemptyset
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for sigprocmask
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for sigaddset
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for alarm
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for pause
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for vfscanf
# configure:5265: gcc -o conftest conftest.c >&5
# conftest.c:85:6: warning: conflicting types for built-in function 'vfscanf'
# char vfscanf ();
# ^~~~~~~
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for lstat
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for readlink
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for symlink
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for link
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for kill
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for killpg
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for snprintf
# configure:5265: gcc -o conftest conftest.c >&5
# conftest.c:92:6: warning: conflicting types for built-in function 'snprintf'
# char snprintf ();
# ^~~~~~~~
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for vsnprintf
# configure:5265: gcc -o conftest conftest.c >&5
# conftest.c:93:6: warning: conflicting types for built-in function 'vsnprintf'
# char vsnprintf ();
# ^~~~~~~~~
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for getppid
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for getegid
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for geteuid
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for getuid
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for getgid
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for setgid
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for setuid
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for setpgid
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for getpgid
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for setpgrp
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for getpgrp
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for setsid
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for getsid
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for mmap
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for chown
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for lchown
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for popen
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for mkfifo
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for atexit
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for on_exit
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for umask
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for uname
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for times
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for gmtime
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for mktime
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for gettimeofday
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for getitimer
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for setitimer
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for gmtime_r
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for ctime_r
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for localtime_r
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for strtod
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for atoll
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for strtoll
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for issetugid
# configure:5265: gcc -o conftest conftest.c >&5
# /tmp/ccArRSYe.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `issetugid'
# collect2: error: ld returned 1 exit status
# configure:5265: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_FENV_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PUTENV 1
# | #define HAVE_GETCWD 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_CFGETOSPEED 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGEMPTYSET 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SIGADDSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_PAUSE 1
# | #define HAVE_VFSCANF 1
# | #define HAVE_LSTAT 1
# | #define HAVE_READLINK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_LINK 1
# | #define HAVE_KILL 1
# | #define HAVE_KILLPG 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_SETGID 1
# | #define HAVE_SETUID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_GETPGID 1
# | #define HAVE_SETPGRP 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SETSID 1
# | #define HAVE_GETSID 1
# | #define HAVE_MMAP 1
# | #define HAVE_CHOWN 1
# | #define HAVE_LCHOWN 1
# | #define HAVE_POPEN 1
# | #define HAVE_MKFIFO 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_ON_EXIT 1
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_TIMES 1
# | #define HAVE_GMTIME 1
# | #define HAVE_MKTIME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETITIMER 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_CTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_STRTOD 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | /* end confdefs.h. */
# | /* Define issetugid to an innocuous variant, in case declares issetugid.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define issetugid innocuous_issetugid
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char issetugid (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef issetugid
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char issetugid ();
# | /* 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_issetugid || defined __stub___issetugid
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return issetugid ();
# | ;
# | return 0;
# | }
# configure:5265: result: no
# configure:5265: checking for isnan
# configure:5265: gcc -o conftest conftest.c >&5
# conftest.c:128:6: warning: conflicting types for built-in function 'isnan'
# char isnan ();
# ^~~~~
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for finite
# configure:5265: gcc -o conftest conftest.c >&5
# conftest.c:129:6: warning: conflicting types for built-in function 'finite'
# char finite ();
# ^~~~~~
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for isinf
# configure:5265: gcc -o conftest conftest.c >&5
# conftest.c:130:6: warning: conflicting types for built-in function 'isinf'
# char isinf ();
# ^~~~~
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for round
# configure:5265: gcc -o conftest conftest.c >&5
# conftest.c:131:6: warning: conflicting types for built-in function 'round'
# char round ();
# ^~~~~
# /tmp/cckHv3vt.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `round'
# collect2: error: ld returned 1 exit status
# configure:5265: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_FENV_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PUTENV 1
# | #define HAVE_GETCWD 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_CFGETOSPEED 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGEMPTYSET 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SIGADDSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_PAUSE 1
# | #define HAVE_VFSCANF 1
# | #define HAVE_LSTAT 1
# | #define HAVE_READLINK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_LINK 1
# | #define HAVE_KILL 1
# | #define HAVE_KILLPG 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_SETGID 1
# | #define HAVE_SETUID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_GETPGID 1
# | #define HAVE_SETPGRP 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SETSID 1
# | #define HAVE_GETSID 1
# | #define HAVE_MMAP 1
# | #define HAVE_CHOWN 1
# | #define HAVE_LCHOWN 1
# | #define HAVE_POPEN 1
# | #define HAVE_MKFIFO 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_ON_EXIT 1
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_TIMES 1
# | #define HAVE_GMTIME 1
# | #define HAVE_MKTIME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETITIMER 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_CTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_STRTOD 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ISNAN 1
# | #define HAVE_FINITE 1
# | #define HAVE_ISINF 1
# | /* end confdefs.h. */
# | /* Define round to an innocuous variant, in case declares round.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define round innocuous_round
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char round (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef round
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char round ();
# | /* 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_round || defined __stub___round
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return round ();
# | ;
# | return 0;
# | }
# configure:5265: result: no
# configure:5265: checking for siglongjmp
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for fork
# configure:5265: gcc -o conftest conftest.c >&5
# conftest.c:132:6: warning: conflicting types for built-in function 'fork'
# char fork ();
# ^~~~
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for waitpid
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for socket
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for socketpair
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for confstr
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for pathconf
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for getpriority
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for setpriority
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for getrusage
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for setvbuf
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for utime
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for utimes
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for ttyname
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for ttyname_r
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for newlocale
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for strtod_l
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for localeconv
# configure:5265: gcc -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5363: checking for nl_langinfo and CODESET
# configure:5379: gcc -o conftest conftest.c >&5
# configure:5379: $? = 0
# configure:5388: result: yes
# configure:5397: checking for environ variable
# configure:5413: gcc -o conftest conftest.c >&5
# configure:5413: $? = 0
# configure:5420: result: yes
# configure:5430: checking for acosh in -lm
# configure:5455: gcc -o conftest conftest.c -lm >&5
# conftest.c:135:6: warning: conflicting types for built-in function 'acosh'
# char acosh ();
# ^~~~~
# configure:5455: $? = 0
# configure:5464: result: yes
# configure:5472: checking for asinh in -lm
# configure:5497: gcc -o conftest conftest.c -lm >&5
# conftest.c:136:6: warning: conflicting types for built-in function 'asinh'
# char asinh ();
# ^~~~~
# configure:5497: $? = 0
# configure:5506: result: yes
# configure:5514: checking for atanh in -lm
# configure:5539: gcc -o conftest conftest.c -lm >&5
# conftest.c:137:6: warning: conflicting types for built-in function 'atanh'
# char atanh ();
# ^~~~~
# configure:5539: $? = 0
# configure:5548: result: yes
# configure:5556: checking for hypot in -lm
# configure:5581: gcc -o conftest conftest.c -lm >&5
# conftest.c:138:6: warning: conflicting types for built-in function 'hypot'
# char hypot ();
# ^~~~~
# configure:5581: $? = 0
# configure:5590: result: yes
# configure:5598: checking for atan2 in -lm
# configure:5623: gcc -o conftest conftest.c -lm >&5
# conftest.c:139:6: warning: conflicting types for built-in function 'atan2'
# char atan2 ();
# ^~~~~
# configure:5623: $? = 0
# configure:5632: result: yes
# configure:5640: checking for frexp in -lm
# configure:5665: gcc -o conftest conftest.c -lm >&5
# conftest.c:140:6: warning: conflicting types for built-in function 'frexp'
# char frexp ();
# ^~~~~
# configure:5665: $? = 0
# configure:5674: result: yes
# configure:5682: checking for frexpf in -lm
# configure:5707: gcc -o conftest conftest.c -lm >&5
# conftest.c:141:6: warning: conflicting types for built-in function 'frexpf'
# char frexpf ();
# ^~~~~~
# configure:5707: $? = 0
# configure:5716: result: yes
# configure:5724: checking for ldexp in -lm
# configure:5749: gcc -o conftest conftest.c -lm >&5
# conftest.c:142:6: warning: conflicting types for built-in function 'ldexp'
# char ldexp ();
# ^~~~~
# configure:5749: $? = 0
# configure:5758: result: yes
# configure:5766: checking for ldexpf in -lm
# configure:5791: gcc -o conftest conftest.c -lm >&5
# conftest.c:143:6: warning: conflicting types for built-in function 'ldexpf'
# char ldexpf ();
# ^~~~~~
# configure:5791: $? = 0
# configure:5800: result: yes
# configure:5808: checking for sincos in -lm
# configure:5833: gcc -o conftest conftest.c -lm >&5
# conftest.c:144:6: warning: conflicting types for built-in function 'sincos'
# char sincos ();
# ^~~~~~
# configure:5833: $? = 0
# configure:5842: result: yes
# configure:5850: checking for sincosf in -lm
# configure:5875: gcc -o conftest conftest.c -lm >&5
# conftest.c:145:6: warning: conflicting types for built-in function 'sincosf'
# char sincosf ();
# ^~~~~~~
# configure:5875: $? = 0
# configure:5884: result: yes
# configure:5892: checking for feclearexcept in -lm
# configure:5917: gcc -o conftest conftest.c -lm >&5
# configure:5917: $? = 0
# configure:5926: result: yes
# configure:5934: checking for fpsetsticky in -lm
# configure:5959: gcc -o conftest conftest.c -lm >&5
# /tmp/ccrmsAPM.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `fpsetsticky'
# collect2: error: ld returned 1 exit status
# configure:5959: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_FENV_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PUTENV 1
# | #define HAVE_GETCWD 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_CFGETOSPEED 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGEMPTYSET 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SIGADDSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_PAUSE 1
# | #define HAVE_VFSCANF 1
# | #define HAVE_LSTAT 1
# | #define HAVE_READLINK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_LINK 1
# | #define HAVE_KILL 1
# | #define HAVE_KILLPG 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_SETGID 1
# | #define HAVE_SETUID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_GETPGID 1
# | #define HAVE_SETPGRP 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SETSID 1
# | #define HAVE_GETSID 1
# | #define HAVE_MMAP 1
# | #define HAVE_CHOWN 1
# | #define HAVE_LCHOWN 1
# | #define HAVE_POPEN 1
# | #define HAVE_MKFIFO 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_ON_EXIT 1
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_TIMES 1
# | #define HAVE_GMTIME 1
# | #define HAVE_MKTIME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETITIMER 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_CTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_STRTOD 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ISNAN 1
# | #define HAVE_FINITE 1
# | #define HAVE_ISINF 1
# | #define HAVE_SIGLONGJMP 1
# | #define HAVE_FORK 1
# | #define HAVE_WAITPID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_CONFSTR 1
# | #define HAVE_PATHCONF 1
# | #define HAVE_GETPRIORITY 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_TTYNAME 1
# | #define HAVE_TTYNAME_R 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_STRTOD_L 1
# | #define HAVE_LOCALECONV 1
# | #define HAVE_NL_LANGINFO_CODESET 1
# | #define HAVE_ENVIRON 1
# | #define HAVE_ACOSH 1
# | #define HAVE_ASINH 1
# | #define HAVE_ATANH 1
# | #define HAVE_HYPOT 1
# | #define HAVE_ATAN2 1
# | #define HAVE_FREXP 1
# | #define HAVE_FREXPF 1
# | #define HAVE_LDEXP 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_SINCOS 1
# | #define HAVE_SINCOSF 1
# | #define HAVE_FECLEAREXCEPT 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char fpsetsticky ();
# | int
# | main ()
# | {
# | return fpsetsticky ();
# | ;
# | return 0;
# | }
# configure:5968: result: no
# configure:5981: checking dlfcn.h usability
# configure:5981: gcc -c conftest.c >&5
# configure:5981: $? = 0
# configure:5981: result: yes
# configure:5981: checking dlfcn.h presence
# configure:5981: gcc -E conftest.c
# configure:5981: $? = 0
# configure:5981: result: yes
# configure:5981: checking for dlfcn.h
# configure:5981: result: yes
# configure:5987: checking for dlopen in -ldl
# configure:6012: gcc -o conftest conftest.c -ldl >&5
# configure:6012: $? = 0
# configure:6021: result: yes
# configure:6316: checking size of short
# configure:6321: gcc -o conftest -O2 conftest.c >&5
# configure:6321: $? = 0
# configure:6321: ./conftest
# configure:6321: $? = 0
# configure:6335: result: 2
# configure:6349: checking size of int
# configure:6354: gcc -o conftest -O2 conftest.c >&5
# configure:6354: $? = 0
# configure:6354: ./conftest
# configure:6354: $? = 0
# configure:6368: result: 4
# configure:6382: checking size of long
# configure:6387: gcc -o conftest -O2 conftest.c >&5
# configure:6387: $? = 0
# configure:6387: ./conftest
# configure:6387: $? = 0
# configure:6401: result: 8
# configure:6415: checking size of float
# configure:6420: gcc -o conftest -O2 conftest.c >&5
# configure:6420: $? = 0
# configure:6420: ./conftest
# configure:6420: $? = 0
# configure:6434: result: 4
# configure:6448: checking size of double
# configure:6453: gcc -o conftest -O2 conftest.c >&5
# configure:6453: $? = 0
# configure:6453: ./conftest
# configure:6453: $? = 0
# configure:6467: result: 8
# configure:6478: checking for ptrdiff_t
# configure:6478: gcc -c -O2 conftest.c >&5
# configure:6478: $? = 0
# configure:6478: gcc -c -O2 conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:183:24: error: expected expression before ')' token
# if (sizeof ((ptrdiff_t)))
# ^
# configure:6478: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_FENV_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PUTENV 1
# | #define HAVE_GETCWD 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_CFGETOSPEED 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGEMPTYSET 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SIGADDSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_PAUSE 1
# | #define HAVE_VFSCANF 1
# | #define HAVE_LSTAT 1
# | #define HAVE_READLINK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_LINK 1
# | #define HAVE_KILL 1
# | #define HAVE_KILLPG 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_SETGID 1
# | #define HAVE_SETUID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_GETPGID 1
# | #define HAVE_SETPGRP 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SETSID 1
# | #define HAVE_GETSID 1
# | #define HAVE_MMAP 1
# | #define HAVE_CHOWN 1
# | #define HAVE_LCHOWN 1
# | #define HAVE_POPEN 1
# | #define HAVE_MKFIFO 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_ON_EXIT 1
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_TIMES 1
# | #define HAVE_GMTIME 1
# | #define HAVE_MKTIME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETITIMER 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_CTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_STRTOD 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ISNAN 1
# | #define HAVE_FINITE 1
# | #define HAVE_ISINF 1
# | #define HAVE_SIGLONGJMP 1
# | #define HAVE_FORK 1
# | #define HAVE_WAITPID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_CONFSTR 1
# | #define HAVE_PATHCONF 1
# | #define HAVE_GETPRIORITY 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_TTYNAME 1
# | #define HAVE_TTYNAME_R 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_STRTOD_L 1
# | #define HAVE_LOCALECONV 1
# | #define HAVE_NL_LANGINFO_CODESET 1
# | #define HAVE_ENVIRON 1
# | #define HAVE_ACOSH 1
# | #define HAVE_ASINH 1
# | #define HAVE_ATANH 1
# | #define HAVE_HYPOT 1
# | #define HAVE_ATAN2 1
# | #define HAVE_FREXP 1
# | #define HAVE_FREXPF 1
# | #define HAVE_LDEXP 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_SINCOS 1
# | #define HAVE_SINCOSF 1
# | #define HAVE_FECLEAREXCEPT 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_DLOPEN 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ptrdiff_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6478: result: yes
# configure:6490: checking for size_t
# configure:6490: gcc -c -O2 conftest.c >&5
# configure:6490: $? = 0
# configure:6490: gcc -c -O2 conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:183:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:6490: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_FENV_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PUTENV 1
# | #define HAVE_GETCWD 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_CFGETOSPEED 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGEMPTYSET 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SIGADDSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_PAUSE 1
# | #define HAVE_VFSCANF 1
# | #define HAVE_LSTAT 1
# | #define HAVE_READLINK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_LINK 1
# | #define HAVE_KILL 1
# | #define HAVE_KILLPG 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_SETGID 1
# | #define HAVE_SETUID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_GETPGID 1
# | #define HAVE_SETPGRP 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SETSID 1
# | #define HAVE_GETSID 1
# | #define HAVE_MMAP 1
# | #define HAVE_CHOWN 1
# | #define HAVE_LCHOWN 1
# | #define HAVE_POPEN 1
# | #define HAVE_MKFIFO 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_ON_EXIT 1
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_TIMES 1
# | #define HAVE_GMTIME 1
# | #define HAVE_MKTIME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETITIMER 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_CTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_STRTOD 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ISNAN 1
# | #define HAVE_FINITE 1
# | #define HAVE_ISINF 1
# | #define HAVE_SIGLONGJMP 1
# | #define HAVE_FORK 1
# | #define HAVE_WAITPID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_CONFSTR 1
# | #define HAVE_PATHCONF 1
# | #define HAVE_GETPRIORITY 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_TTYNAME 1
# | #define HAVE_TTYNAME_R 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_STRTOD_L 1
# | #define HAVE_LOCALECONV 1
# | #define HAVE_NL_LANGINFO_CODESET 1
# | #define HAVE_ENVIRON 1
# | #define HAVE_ACOSH 1
# | #define HAVE_ASINH 1
# | #define HAVE_ATANH 1
# | #define HAVE_HYPOT 1
# | #define HAVE_ATAN2 1
# | #define HAVE_FREXP 1
# | #define HAVE_FREXPF 1
# | #define HAVE_LDEXP 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_SINCOS 1
# | #define HAVE_SINCOSF 1
# | #define HAVE_FECLEAREXCEPT 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_DLOPEN 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6490: result: yes
# configure:6505: checking size of size_t
# configure:6510: gcc -o conftest -O2 conftest.c >&5
# configure:6510: $? = 0
# configure:6510: ./conftest
# configure:6510: $? = 0
# configure:6524: result: 8
# configure:6536: checking for long long
# configure:6536: gcc -c -O2 conftest.c >&5
# configure:6536: $? = 0
# configure:6536: gcc -c -O2 conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:184:24: error: expected expression before ')' token
# if (sizeof ((long long)))
# ^
# configure:6536: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_FENV_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PUTENV 1
# | #define HAVE_GETCWD 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_CFGETOSPEED 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGEMPTYSET 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SIGADDSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_PAUSE 1
# | #define HAVE_VFSCANF 1
# | #define HAVE_LSTAT 1
# | #define HAVE_READLINK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_LINK 1
# | #define HAVE_KILL 1
# | #define HAVE_KILLPG 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_SETGID 1
# | #define HAVE_SETUID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_GETPGID 1
# | #define HAVE_SETPGRP 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SETSID 1
# | #define HAVE_GETSID 1
# | #define HAVE_MMAP 1
# | #define HAVE_CHOWN 1
# | #define HAVE_LCHOWN 1
# | #define HAVE_POPEN 1
# | #define HAVE_MKFIFO 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_ON_EXIT 1
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_TIMES 1
# | #define HAVE_GMTIME 1
# | #define HAVE_MKTIME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETITIMER 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_CTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_STRTOD 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ISNAN 1
# | #define HAVE_FINITE 1
# | #define HAVE_ISINF 1
# | #define HAVE_SIGLONGJMP 1
# | #define HAVE_FORK 1
# | #define HAVE_WAITPID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_CONFSTR 1
# | #define HAVE_PATHCONF 1
# | #define HAVE_GETPRIORITY 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_TTYNAME 1
# | #define HAVE_TTYNAME_R 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_STRTOD_L 1
# | #define HAVE_LOCALECONV 1
# | #define HAVE_NL_LANGINFO_CODESET 1
# | #define HAVE_ENVIRON 1
# | #define HAVE_ACOSH 1
# | #define HAVE_ASINH 1
# | #define HAVE_ATANH 1
# | #define HAVE_HYPOT 1
# | #define HAVE_ATAN2 1
# | #define HAVE_FREXP 1
# | #define HAVE_FREXPF 1
# | #define HAVE_LDEXP 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_SINCOS 1
# | #define HAVE_SINCOSF 1
# | #define HAVE_FECLEAREXCEPT 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_DLOPEN 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_SIZE_T 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((long long)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6536: result: yes
# configure:6550: checking size of long long
# configure:6555: gcc -o conftest -O2 conftest.c >&5
# configure:6555: $? = 0
# configure:6555: ./conftest
# configure:6555: $? = 0
# configure:6569: result: 8
# configure:6588: checking for special C compiler options needed for large files
# configure:6633: result: no
# configure:6639: checking for _FILE_OFFSET_BITS value needed for large files
# configure:6664: gcc -c -O2 conftest.c >&5
# configure:6664: $? = 0
# configure:6696: result: no
# configure:6781: checking for _LARGEFILE_SOURCE value needed for large files
# configure:6800: gcc -o conftest -O2 conftest.c >&5
# configure:6800: $? = 0
# configure:6828: result: no
# configure:6849: checking for off_t
# configure:6849: gcc -c -O2 conftest.c >&5
# configure:6849: $? = 0
# configure:6849: gcc -c -O2 conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:187:20: error: expected expression before ')' token
# if (sizeof ((off_t)))
# ^
# configure:6849: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_FENV_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PUTENV 1
# | #define HAVE_GETCWD 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_CFGETOSPEED 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGEMPTYSET 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SIGADDSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_PAUSE 1
# | #define HAVE_VFSCANF 1
# | #define HAVE_LSTAT 1
# | #define HAVE_READLINK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_LINK 1
# | #define HAVE_KILL 1
# | #define HAVE_KILLPG 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_SETGID 1
# | #define HAVE_SETUID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_GETPGID 1
# | #define HAVE_SETPGRP 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SETSID 1
# | #define HAVE_GETSID 1
# | #define HAVE_MMAP 1
# | #define HAVE_CHOWN 1
# | #define HAVE_LCHOWN 1
# | #define HAVE_POPEN 1
# | #define HAVE_MKFIFO 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_ON_EXIT 1
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_TIMES 1
# | #define HAVE_GMTIME 1
# | #define HAVE_MKTIME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETITIMER 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_CTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_STRTOD 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ISNAN 1
# | #define HAVE_FINITE 1
# | #define HAVE_ISINF 1
# | #define HAVE_SIGLONGJMP 1
# | #define HAVE_FORK 1
# | #define HAVE_WAITPID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_CONFSTR 1
# | #define HAVE_PATHCONF 1
# | #define HAVE_GETPRIORITY 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_TTYNAME 1
# | #define HAVE_TTYNAME_R 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_STRTOD_L 1
# | #define HAVE_LOCALECONV 1
# | #define HAVE_NL_LANGINFO_CODESET 1
# | #define HAVE_ENVIRON 1
# | #define HAVE_ACOSH 1
# | #define HAVE_ASINH 1
# | #define HAVE_ATANH 1
# | #define HAVE_HYPOT 1
# | #define HAVE_ATAN2 1
# | #define HAVE_FREXP 1
# | #define HAVE_FREXPF 1
# | #define HAVE_LDEXP 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_SINCOS 1
# | #define HAVE_SINCOSF 1
# | #define HAVE_FECLEAREXCEPT 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_DLOPEN 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_LONG_LONG 8
# | #define HAVE_FSEEKO 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6849: result: yes
# configure:6864: checking size of off_t
# configure:6869: gcc -o conftest -O2 conftest.c >&5
# configure:6869: $? = 0
# configure:6869: ./conftest
# configure:6869: $? = 0
# configure:6883: result: 8
# configure:6898: checking for ncurses5-config
# configure:6929: result: no
# configure:6941: checking for ncursesw5-config
# configure:6972: result: no
# configure:6981: checking for terminfo
# configure:7000: result: yes
# configure:7172: checking for the pcre library and header files
# configure:7248: result: yes: /usr/lib and /usr/include
# configure:7437: checking for the onig library and header files oniguruma.h
# configure:7593: result: no
# configure:7702: checking for the png library and header files
# configure:7778: result: yes: /usr/lib and /usr/include
# configure:7967: checking for the z library and header files zlib.h
# configure:8043: result: yes: /usr/lib and /usr/include
# configure:8239: checking for the iconv library and header files
# configure:8395: result: no
# configure:8419: checking for iconv
# configure:8441: gcc -o conftest -O2 conftest.c >&5
# configure:8441: $? = 0
# configure:8473: result: yes
# configure:8480: checking for iconv declaration
# configure:8510: gcc -c -O2 conftest.c >&5
# configure:8510: $? = 0
# configure:8522: result:
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure:8554: checking for sysconf
# configure:8554: gcc -o conftest -O2 conftest.c >&5
# configure:8554: $? = 0
# configure:8554: result: yes
# configure:8612: checking SLANG_VERSION
# configure:8624: result: 2.3.0
# configure:8751: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 9c983f26c9e4
#
# config.status:1053: creating Makefile
# config.status:1053: creating src/Makefile
# config.status:1053: creating slsh/Makefile
# config.status:1053: creating modules/Makefile
# config.status:1053: creating demo/Makefile
# config.status:1053: creating slang.pc
# config.status:1053: creating src/sysconf.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# 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_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_XMKMF_set=
# ac_cv_env_XMKMF_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_func_alarm=yes
# ac_cv_func_atexit=yes
# ac_cv_func_atoll=yes
# ac_cv_func_cfgetospeed=yes
# ac_cv_func_chown=yes
# ac_cv_func_confstr=yes
# ac_cv_func_connect=yes
# ac_cv_func_ctime_r=yes
# ac_cv_func_finite=yes
# ac_cv_func_fork=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_getegid=yes
# ac_cv_func_geteuid=yes
# ac_cv_func_getgid=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_getitimer=yes
# ac_cv_func_getpgid=yes
# ac_cv_func_getpgrp=yes
# ac_cv_func_getppid=yes
# ac_cv_func_getpriority=yes
# ac_cv_func_getrusage=yes
# ac_cv_func_getsid=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_getuid=yes
# ac_cv_func_gmtime=yes
# ac_cv_func_gmtime_r=yes
# ac_cv_func_isinf=yes
# ac_cv_func_isnan=yes
# ac_cv_func_issetugid=no
# ac_cv_func_kill=yes
# ac_cv_func_killpg=yes
# ac_cv_func_lchown=yes
# ac_cv_func_link=yes
# ac_cv_func_localeconv=yes
# ac_cv_func_localtime_r=yes
# ac_cv_func_lstat=yes
# ac_cv_func_memcpy=yes
# ac_cv_func_memset=yes
# ac_cv_func_mkfifo=yes
# ac_cv_func_mktime=yes
# ac_cv_func_mmap=yes
# ac_cv_func_newlocale=yes
# ac_cv_func_on_exit=yes
# ac_cv_func_pathconf=yes
# ac_cv_func_pause=yes
# ac_cv_func_popen=yes
# ac_cv_func_putenv=yes
# ac_cv_func_readlink=yes
# ac_cv_func_remove=yes
# ac_cv_func_round=no
# ac_cv_func_setgid=yes
# ac_cv_func_setitimer=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_setpgid=yes
# ac_cv_func_setpgrp=yes
# ac_cv_func_setpriority=yes
# ac_cv_func_setsid=yes
# ac_cv_func_setuid=yes
# ac_cv_func_setvbuf=yes
# ac_cv_func_shmat=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_sigaddset=yes
# ac_cv_func_sigemptyset=yes
# ac_cv_func_siglongjmp=yes
# ac_cv_func_sigprocmask=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_socket=yes
# ac_cv_func_socketpair=yes
# ac_cv_func_strtod=yes
# ac_cv_func_strtod_l=yes
# ac_cv_func_strtoll=yes
# ac_cv_func_symlink=yes
# ac_cv_func_sysconf=yes
# ac_cv_func_tcgetattr=yes
# ac_cv_func_tcsetattr=yes
# ac_cv_func_times=yes
# ac_cv_func_ttyname=yes
# ac_cv_func_ttyname_r=yes
# ac_cv_func_umask=yes
# ac_cv_func_uname=yes
# ac_cv_func_utime=yes
# ac_cv_func_utimes=yes
# ac_cv_func_vfscanf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_func_waitpid=yes
# ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_fenv_h=yes
# ac_cv_header_floatingpoint_h=no
# ac_cv_header_ieeefp_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_langinfo_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_nan_h=no
# ac_cv_header_netinet_in_h=yes
# 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_mman_h=yes
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_times_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_un_h=yes
# ac_cv_header_sys_utsname_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utime_h=yes
# ac_cv_header_xlocale_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_ICE_IceConnectionNumber=yes
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_m_acosh=yes
# ac_cv_lib_m_asinh=yes
# ac_cv_lib_m_atan2=yes
# ac_cv_lib_m_atanh=yes
# ac_cv_lib_m_feclearexcept=yes
# ac_cv_lib_m_fpsetsticky=no
# ac_cv_lib_m_frexp=yes
# ac_cv_lib_m_frexpf=yes
# ac_cv_lib_m_hypot=yes
# ac_cv_lib_m_ldexp=yes
# ac_cv_lib_m_ldexpf=yes
# ac_cv_lib_m_sincos=yes
# ac_cv_lib_m_sincosf=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_nc5config=no
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_opendir='none required'
# ac_cv_search_strerror='none required'
# ac_cv_sizeof_double=8
# ac_cv_sizeof_float=4
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_off_t=8
# ac_cv_sizeof_short=2
# ac_cv_sizeof_size_t=8
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_sys_largefile_source=no
# ac_cv_type_long_long=yes
# ac_cv_type_mode_t=yes
# ac_cv_type_off_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_uid_t=yes
# am_cv_func_iconv=yes
# am_cv_lib_iconv=no
# am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
# am_cv_proto_iconv_arg1=
# jd_cv_nl_langinfo_codeset=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='gcc'
# CC_SHARED='$(CC) -shared -fPIC $(CFLAGS)'
# CC_SHARED_FLAGS='-shared -fPIC'
# CFLAGS='-O2 '
# CONFIG_DIR='/tmp/slang/src/slang-2.3.0'
# CPP='gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# DLL_IMPLIB_NAME=''
# DYNAMIC_LINK_FLAGS='-Wl,-export-dynamic'
# DYNAMIC_LINK_LIB='-ldl'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# ELFDIR='/tmp/slang/src/slang-2.3.0/src/$(ARCH)elfobjs'
# ELFLIB='lib$(THIS_LIB).so'
# ELFLIB_BUILD_NAME='$(ELFLIB_MAJOR_MINOR_MICRO)'
# ELFLIB_MAJOR='$(ELFLIB).$(ELF_MAJOR_VERSION)'
# ELFLIB_MAJOR_MINOR='$(ELFLIB_MAJOR).$(ELF_MINOR_VERSION)'
# ELFLIB_MAJOR_MINOR_MICRO='$(ELFLIB_MAJOR_MINOR).$(ELF_MICRO_VERSION)'
# ELF_CC='$(CC)'
# ELF_CFLAGS='$(CFLAGS) -fPIC '
# ELF_DEP_LIBS='$(DL_LIB) -lm -lc'
# ELF_LINK='$(CC) $(LDFLAGS) -shared -Wl,-O1 -Wl,--version-script,$(VERSION_SCRIPT) -Wl,-soname,$(ELFLIB_MAJOR)'
# ELF_LINK_CMD=''
# EXEEXT=''
# GNU_READLINE='0'
# GREP='/usr/sbin/grep'
# ICONV_INC=''
# ICONV_INC_DIR=''
# ICONV_LIB=''
# ICONV_LIB_DIR=''
# ICONV_MODULE='iconv-module.so'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_ELFLIB_TARGET='install-elf-and-links'
# INSTALL_MODULE='$(INSTALL_DATA)'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIB_READLINE='# -lreadline'
# LTLIBOBJS=''
# MISC_TERMINFO_DIRS=''
# M_LIB='-lm'
# OBJDIR='/tmp/slang/src/slang-2.3.0/src/$(ARCH)objs'
# OBJEXT='o'
# ONIG_INC=''
# ONIG_INC_DIR=''
# ONIG_LIB=''
# ONIG_LIB_DIR=''
# ONIG_MODULE=''
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PCRE_INC=''
# PCRE_INC_DIR='/usr/include'
# PCRE_LIB=''
# PCRE_LIB_DIR='/usr/lib'
# PCRE_MODULE='pcre-module.so'
# PNG_INC=''
# PNG_INC_DIR='/usr/include'
# PNG_LIB=''
# PNG_LIB_DIR='/usr/lib'
# PNG_MODULE='png-module.so'
# PROGRAM_CFILES=' sltermin.c sldisply.c slutty.c slang.c slarray.c slclass.c slcmd.c slerr.c slgetkey.c slkeymap.c slmalloc.c slmath.c slmemchr.c slmemcmp.c slmemcpy.c slmemset.c slmisc.c slparse.c slprepr.c slregexp.c slrline.c slsearch.c slsmg.c slstd.c sltoken.c sltypes.c slxstrng.c slcurses.c slscroll.c slsignal.c slkeypad.c slerrno.c slstring.c slstruct.c slcmplex.c slarrfun.c slimport.c slpath.c slarith.c slassoc.c slcompat.c slposdir.c slstdio.c slproc.c sltime.c slstrops.c slbstr.c slpack.c slintall.c slistruc.c slposio.c slnspace.c slarrmis.c slospath.c slscanf.c sllower.c slupper.c slischar.c slutf8.c slwcwidth.c slwclut.c slcommon.c sllist.c slexcept.c slfpu.c slsig.c slboseos.c'
# PROGRAM_ELFOBJECTS=' $(ELFDIR)/sltermin.o $(ELFDIR)/sldisply.o $(ELFDIR)/slutty.o $(ELFDIR)/slang.o $(ELFDIR)/slarray.o $(ELFDIR)/slclass.o $(ELFDIR)/slcmd.o $(ELFDIR)/slerr.o $(ELFDIR)/slgetkey.o $(ELFDIR)/slkeymap.o $(ELFDIR)/slmalloc.o $(ELFDIR)/slmath.o $(ELFDIR)/slmemchr.o $(ELFDIR)/slmemcmp.o $(ELFDIR)/slmemcpy.o $(ELFDIR)/slmemset.o $(ELFDIR)/slmisc.o $(ELFDIR)/slparse.o $(ELFDIR)/slprepr.o $(ELFDIR)/slregexp.o $(ELFDIR)/slrline.o $(ELFDIR)/slsearch.o $(ELFDIR)/slsmg.o $(ELFDIR)/slstd.o $(ELFDIR)/sltoken.o $(ELFDIR)/sltypes.o $(ELFDIR)/slxstrng.o $(ELFDIR)/slcurses.o $(ELFDIR)/slscroll.o $(ELFDIR)/slsignal.o $(ELFDIR)/slkeypad.o $(ELFDIR)/slerrno.o $(ELFDIR)/slstring.o $(ELFDIR)/slstruct.o $(ELFDIR)/slcmplex.o $(ELFDIR)/slarrfun.o $(ELFDIR)/slimport.o $(ELFDIR)/slpath.o $(ELFDIR)/slarith.o $(ELFDIR)/slassoc.o $(ELFDIR)/slcompat.o $(ELFDIR)/slposdir.o $(ELFDIR)/slstdio.o $(ELFDIR)/slproc.o $(ELFDIR)/sltime.o $(ELFDIR)/slstrops.o $(ELFDIR)/slbstr.o $(ELFDIR)/slpack.o $(ELFDIR)/slintall.o $(ELFDIR)/slistruc.o $(ELFDIR)/slposio.o $(ELFDIR)/slnspace.o $(ELFDIR)/slarrmis.o $(ELFDIR)/slospath.o $(ELFDIR)/slscanf.o $(ELFDIR)/sllower.o $(ELFDIR)/slupper.o $(ELFDIR)/slischar.o $(ELFDIR)/slutf8.o $(ELFDIR)/slwcwidth.o $(ELFDIR)/slwclut.o $(ELFDIR)/slcommon.o $(ELFDIR)/sllist.o $(ELFDIR)/slexcept.o $(ELFDIR)/slfpu.o $(ELFDIR)/slsig.o $(ELFDIR)/slboseos.o'
# PROGRAM_HFILES=''
# PROGRAM_OBJECTS=' $(OBJDIR)/sltermin.o $(OBJDIR)/sldisply.o $(OBJDIR)/slutty.o $(OBJDIR)/slang.o $(OBJDIR)/slarray.o $(OBJDIR)/slclass.o $(OBJDIR)/slcmd.o $(OBJDIR)/slerr.o $(OBJDIR)/slgetkey.o $(OBJDIR)/slkeymap.o $(OBJDIR)/slmalloc.o $(OBJDIR)/slmath.o $(OBJDIR)/slmemchr.o $(OBJDIR)/slmemcmp.o $(OBJDIR)/slmemcpy.o $(OBJDIR)/slmemset.o $(OBJDIR)/slmisc.o $(OBJDIR)/slparse.o $(OBJDIR)/slprepr.o $(OBJDIR)/slregexp.o $(OBJDIR)/slrline.o $(OBJDIR)/slsearch.o $(OBJDIR)/slsmg.o $(OBJDIR)/slstd.o $(OBJDIR)/sltoken.o $(OBJDIR)/sltypes.o $(OBJDIR)/slxstrng.o $(OBJDIR)/slcurses.o $(OBJDIR)/slscroll.o $(OBJDIR)/slsignal.o $(OBJDIR)/slkeypad.o $(OBJDIR)/slerrno.o $(OBJDIR)/slstring.o $(OBJDIR)/slstruct.o $(OBJDIR)/slcmplex.o $(OBJDIR)/slarrfun.o $(OBJDIR)/slimport.o $(OBJDIR)/slpath.o $(OBJDIR)/slarith.o $(OBJDIR)/slassoc.o $(OBJDIR)/slcompat.o $(OBJDIR)/slposdir.o $(OBJDIR)/slstdio.o $(OBJDIR)/slproc.o $(OBJDIR)/sltime.o $(OBJDIR)/slstrops.o $(OBJDIR)/slbstr.o $(OBJDIR)/slpack.o $(OBJDIR)/slintall.o $(OBJDIR)/slistruc.o $(OBJDIR)/slposio.o $(OBJDIR)/slnspace.o $(OBJDIR)/slarrmis.o $(OBJDIR)/slospath.o $(OBJDIR)/slscanf.o $(OBJDIR)/sllower.o $(OBJDIR)/slupper.o $(OBJDIR)/slischar.o $(OBJDIR)/slutf8.o $(OBJDIR)/slwcwidth.o $(OBJDIR)/slwclut.o $(OBJDIR)/slcommon.o $(OBJDIR)/sllist.o $(OBJDIR)/slexcept.o $(OBJDIR)/slfpu.o $(OBJDIR)/slsig.o $(OBJDIR)/slboseos.o'
# PROGRAM_OFILES=' sltermin.o sldisply.o slutty.o slang.o slarray.o slclass.o slcmd.o slerr.o slgetkey.o slkeymap.o slmalloc.o slmath.o slmemchr.o slmemcmp.o slmemcpy.o slmemset.o slmisc.o slparse.o slprepr.o slregexp.o slrline.o slsearch.o slsmg.o slstd.o sltoken.o sltypes.o slxstrng.o slcurses.o slscroll.o slsignal.o slkeypad.o slerrno.o slstring.o slstruct.o slcmplex.o slarrfun.o slimport.o slpath.o slarith.o slassoc.o slcompat.o slposdir.o slstdio.o slproc.o sltime.o slstrops.o slbstr.o slpack.o slintall.o slistruc.o slposio.o slnspace.o slarrmis.o slospath.o slscanf.o sllower.o slupper.o slischar.o slutf8.o slwcwidth.o slwclut.o slcommon.o sllist.o slexcept.o slfpu.o slsig.o slboseos.o'
# RANLIB='ranlib'
# RPATH='-Wl,-R${exec_prefix}/lib'
# SET_MAKE=''
# SHELL='/bin/sh'
# SLANG_DLL_CFLAGS=''
# SLANG_LIB_FOR_MODULES=''
# SRCDIR='/tmp/slang/src/slang-2.3.0/src'
# SYSCONF_MODULE='sysconf-module.so'
# TERMCAP=''
# TERMINFO_LAYOUT='default'
# XMKMF=''
# X_CFLAGS=''
# X_EXTRA_LIBS=''
# X_LIBS=''
# X_PRE_LIBS=' -lSM -lICE'
# ZLIB_MODULE='zlib-module.so'
# Z_INC=''
# Z_INC_DIR='/usr/include'
# Z_LIB=''
# Z_LIB_DIR='/usr/lib'
# ac_ct_CC='gcc'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# nc5config='no'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkgconfigdir='${libdir}/pkgconfig'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# slang_major_version='2'
# slang_micro_version='0'
# slang_minor_version='3'
# slang_version='2.3.0'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_XLOCALE_H 1
# #define HAVE_LANGINFO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_SYS_FCNTL_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_SYS_UTSNAME_H 1
# #define HAVE_SYS_TIMES_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UTIME_H 1
# #define HAVE_FENV_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_SYS_UN_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_MEMSET 1
# #define HAVE_MEMCPY 1
# #define HAVE_PUTENV 1
# #define HAVE_GETCWD 1
# #define HAVE_SETLOCALE 1
# #define HAVE_TCGETATTR 1
# #define HAVE_TCSETATTR 1
# #define HAVE_CFGETOSPEED 1
# #define HAVE_SIGACTION 1
# #define HAVE_SIGEMPTYSET 1
# #define HAVE_SIGPROCMASK 1
# #define HAVE_SIGADDSET 1
# #define HAVE_ALARM 1
# #define HAVE_PAUSE 1
# #define HAVE_VFSCANF 1
# #define HAVE_LSTAT 1
# #define HAVE_READLINK 1
# #define HAVE_SYMLINK 1
# #define HAVE_LINK 1
# #define HAVE_KILL 1
# #define HAVE_KILLPG 1
# #define HAVE_SNPRINTF 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_GETPPID 1
# #define HAVE_GETEGID 1
# #define HAVE_GETEUID 1
# #define HAVE_GETUID 1
# #define HAVE_GETGID 1
# #define HAVE_SETGID 1
# #define HAVE_SETUID 1
# #define HAVE_SETPGID 1
# #define HAVE_GETPGID 1
# #define HAVE_SETPGRP 1
# #define HAVE_GETPGRP 1
# #define HAVE_SETSID 1
# #define HAVE_GETSID 1
# #define HAVE_MMAP 1
# #define HAVE_CHOWN 1
# #define HAVE_LCHOWN 1
# #define HAVE_POPEN 1
# #define HAVE_MKFIFO 1
# #define HAVE_ATEXIT 1
# #define HAVE_ON_EXIT 1
# #define HAVE_UMASK 1
# #define HAVE_UNAME 1
# #define HAVE_TIMES 1
# #define HAVE_GMTIME 1
# #define HAVE_MKTIME 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_GETITIMER 1
# #define HAVE_SETITIMER 1
# #define HAVE_GMTIME_R 1
# #define HAVE_CTIME_R 1
# #define HAVE_LOCALTIME_R 1
# #define HAVE_STRTOD 1
# #define HAVE_ATOLL 1
# #define HAVE_STRTOLL 1
# #define HAVE_ISNAN 1
# #define HAVE_FINITE 1
# #define HAVE_ISINF 1
# #define HAVE_SIGLONGJMP 1
# #define HAVE_FORK 1
# #define HAVE_WAITPID 1
# #define HAVE_SOCKET 1
# #define HAVE_SOCKETPAIR 1
# #define HAVE_CONFSTR 1
# #define HAVE_PATHCONF 1
# #define HAVE_GETPRIORITY 1
# #define HAVE_SETPRIORITY 1
# #define HAVE_GETRUSAGE 1
# #define HAVE_SETVBUF 1
# #define HAVE_UTIME 1
# #define HAVE_UTIMES 1
# #define HAVE_TTYNAME 1
# #define HAVE_TTYNAME_R 1
# #define HAVE_NEWLOCALE 1
# #define HAVE_STRTOD_L 1
# #define HAVE_LOCALECONV 1
# #define HAVE_NL_LANGINFO_CODESET 1
# #define HAVE_ENVIRON 1
# #define HAVE_ACOSH 1
# #define HAVE_ASINH 1
# #define HAVE_ATANH 1
# #define HAVE_HYPOT 1
# #define HAVE_ATAN2 1
# #define HAVE_FREXP 1
# #define HAVE_FREXPF 1
# #define HAVE_LDEXP 1
# #define HAVE_LDEXPF 1
# #define HAVE_SINCOS 1
# #define HAVE_SINCOSF 1
# #define HAVE_FECLEAREXCEPT 1
# #define HAVE_DLFCN_H 1
# #define HAVE_DLOPEN 1
# #define SIZEOF_SHORT 2
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_FLOAT 4
# #define SIZEOF_DOUBLE 8
# #define SIZEOF_SIZE_T 8
# #define HAVE_LONG_LONG 1
# #define SIZEOF_LONG_LONG 8
# #define HAVE_FSEEKO 1
# #define SIZEOF_OFF_T 8
# #define HAVE_PCRE_H 1
# #define HAVE_PNG_H 1
# #define HAVE_ZLIB_H 1
# #define HAVE_ICONV 1
# #define ICONV_CONST
# #define HAVE_SYSCONF 1
#
# configure: exit 0