Skip to content

Instantly share code, notes, and snippets.

@vkz
Created July 20, 2013 15:14
Show Gist options
  • Save vkz/6045413 to your computer and use it in GitHub Desktop.
Save vkz/6045413 to your computer and use it in GitHub Desktop.
Troubleshooting Hombrew scsh installation
vkz@vkz-air:/usr/local$ brew doctor
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Applications/Gnuplot.app/Contents/Resources/bin/freetype-config
/Applications/Gnuplot.app/Contents/Resources/bin/gdlib-config
/Applications/Gnuplot.app/Contents/Resources/bin/libpng-config
/Applications/Gnuplot.app/Contents/Resources/bin/libpng12-config
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/fuse.pc
vkz@vkz-air:/usr/local$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install scsh 2>&1
==> Downloading http://ftp.scsh.net/pub/scsh/0.6/scsh-0.6.7.tar.gz
Already downloaded: /Users/vkz/Library/Caches/Homebrew/scsh-0.6.7.tar.gz
tar xf /Users/vkz/Library/Caches/Homebrew/scsh-0.6.7.tar.gz
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/scsh/0.6.7 --infodir=/usr/local/Cellar/scsh/0.6.7/share/info --mandir=/usr/local/Cellar/scsh/0.6.7/share/man
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/scsh/0.6.7 --infodir=/usr/local/Cellar/scsh/0.6.7/share/info --mandir=/usr/local/Cellar/scsh/0.6.7/share/man
checking build system type... i686-apple-darwin11.4.2
checking host system type... i686-apple-darwin11.4.2
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
defining signal constants
./scsh/scsh_aux.c:9:15: warning: implicit declaration of function 'atoi' is invalid in C99
[-Wimplicit-function-declaration]
int signr = atoi(argv[1]);
^
1 warning generated.
checking for library containing strerror... none required
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for ELF... no
checking for main in -lm... yes
checking for main in -ldl... yes
checking for main in -lmld... no
checking for main in -lnsl... no
checking for main in -lgen... no
checking for main in -lsocket... no
checking for getpwnam in -lsun... no
checking for crypt in -lc... yes
checking for main in -lelf... no
checking for RISC/OS POSIX library lossage
checking for an ANSI C-conforming const... (cached) yes
checking return type of signal handlers... void
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking posix/time.h usability... no
checking posix/time.h presence... no
checking for posix/time.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking nlist.h usability... yes
checking nlist.h presence... yes
checking for nlist.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking for gettimeofday... yes
checking for ftime... yes
checking for nlist... no
checking for select... yes
checking for setitimer... yes
checking for sigaction... yes
checking for vasprintf... yes
checking for socklen_t... yes
checking for dlopen... yes
checking for socket... yes
checking for chroot... yes
checking for strerror... yes
checking for seteuid... yes
checking for setegid... yes
checking for struct nlist.n_name... yes
checking __NEXT__... no
checking underscore before symbols... conftest.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() { return 0; } fnord() {}
^~~~
conftest.c:1:22: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() { return 0; } fnord() {}
^~~~~
conftest.c:1:31: warning: control reaches end of non-void function [-Wreturn-type]
main() { return 0; } fnord() {}
^
3 warnings generated.
yes
checking link with -rdynamic... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... no
checking for getpt... no
checking for _getpty... no
checking for grantpt... yes
checking for unlockpt... yes
checking for ptsname... yes
checking for killpg... yes
checking for tcgetpgrp... yes
checking for openpty... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking sys/pty.h usability... no
checking sys/pty.h presence... no
checking for sys/pty.h... no
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking for isastream... no
checking for const sys_errlist... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scsh/endian.scm
config.status: creating scsh-config
config.status: creating c/sysdep.h
config.status: executing scsh-config+x commands
==> make install
make install
cc -c -O2 -o c/main.o \
-DDEFAULT_IMAGE_NAME=\"/usr/local/Cellar/scsh/0.6.7/lib/scsh/scsh.image\" \
-DHAVE_CONFIG_H ./c/main.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/process_args.o scsh/process_args.c
brew: superenv removed: -O2
cc -c -O2 -o c/init.o \
-DDEFAULT_IMAGE_NAME=\"/usr/local/Cellar/scsh/0.6.7/lib/scsh/scsh.image\" \
-DHAVE_CONFIG_H ./c/init.c
brew: superenv removed: -O2
WARNING: While resolving call to function 'internal_s48_main' arguments were dropped!
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o c/scheme48vm.o c/scheme48vm.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o c/scheme48heap.o c/scheme48heap.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o c/extension.o c/extension.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o c/external.o c/external.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o cig/libcig.o cig/libcig.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o cig/libcig1.o cig/libcig1.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/cstuff.o scsh/cstuff.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/dirstuff1.o scsh/dirstuff1.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/fdports1.o scsh/fdports1.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/flock1.o scsh/flock1.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/machine/time_dep1.o scsh/machine/time_dep1.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/signals1.o scsh/signals1.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/machine/libansi.o scsh/machine/libansi.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/network1.o scsh/network1.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/putenv.o scsh/putenv.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/rx/regexp1.o scsh/rx/regexp1.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/sleep1.o scsh/sleep1.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/syscalls1.o scsh/syscalls1.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/syslog1.o scsh/syslog1.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/time1.o scsh/time1.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/tty1.o scsh/tty1.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/userinfo1.o scsh/userinfo1.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/sighandlers1.o scsh/sighandlers1.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/libscsh.o scsh/libscsh.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/md5.o scsh/md5.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o scsh/proc2.o scsh/proc2.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o c/srfi/srfi-27.o c/srfi/srfi-27.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o c/unix/misc.o c/unix/misc.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o c/unix/io.o c/unix/io.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o c/unix/fd-io.o c/unix/fd-io.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o c/unix/event.o c/unix/event.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o c/unix/socket.o c/unix/socket.c
brew: superenv removed: -O2
cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -O2 -o c/unix/dynamo.o c/unix/dynamo.c
brew: superenv removed: -O2
rm -f /tmp/s48_external_$$.c && \
./build/build-external-modules /tmp/s48_external_$$.c \
s48_init_additional_inits s48_init_socket s48_init_external_lookup s48_init_syslog s48_init_posix_regexp s48_init_userinfo s48_init_sighandlers s48_init_syscalls s48_init_network s48_init_flock s48_init_dirstuff s48_init_time s48_init_tty s48_init_cig s48_init_libscsh s48_init_md5 s48_init_srfi_27 s48_init_cig && \
cc -rdynamic -O2 -o scshvm c/main.o scsh/process_args.o c/init.o c/scheme48vm.o c/scheme48heap.o c/extension.o c/external.o cig/libcig.o cig/libcig1.o scsh/cstuff.o scsh/dirstuff1.o scsh/fdports1.o scsh/flock1.o scsh/machine/time_dep1.o scsh/signals1.o scsh/machine/libansi.o scsh/network1.o scsh/putenv.o scsh/rx/regexp1.o scsh/sleep1.o scsh/syscalls1.o scsh/syslog1.o scsh/time1.o scsh/tty1.o scsh/userinfo1.o scsh/sighandlers1.o scsh/libscsh.o scsh/md5.o scsh/proc2.o c/srfi/srfi-27.o c/unix/misc.o c/unix/io.o c/unix/fd-io.o c/unix/event.o \
/tmp/s48_external_$$.c \
c/unix/socket.o c/unix/dynamo.o \
-ldl -lm && \
rm -f /tmp/s48_external_$$.c
brew: superenv removed: -O2
./build/build-usual-image . "./scheme" 'scsh.image' './scshvm' \
'./build/initial.image'
./build/build-usual-image: line 34: 28551 Segmentation fault: 11 ./$vm -o ./$vm -i $initial batch <<EOF
,load $srcdir/scheme/env/init-defpackage.scm
((*structure-ref filenames 'set-translation!)
"=scheme48/" "$srcdir/scheme/")
,load =scheme48/more-interfaces.scm =scheme48/sort/interfaces.scm
,load =scheme48/link-packages.scm
,load =scheme48/more-packages.scm
(ensure-loaded command-processor)
(ensure-loaded usual-commands)
,go ((*structure-ref command 'command-processor)
(structure-package usual-commands)
(list "batch"))
(ensure-loaded usual-features)
,structure more-structures more-structures-interface
,in debuginfo (read-debug-info "$srcdir/build/initial.debug")
,keep maps source files
,translate =scheme48/ $lib/
,build ((*structure-ref package-commands-internal
'new-command-processor)
"(made by $USER on $date)"
usual-commands
built-in-structures more-structures) $image
EOF
make: *** [scsh.image] Error 139
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: b2c50ef57d590128043837c60b22fac1ad397140
CPU: dual-core 64-bit penryn
OS X: 10.7.5-x86_64
Xcode: 4.6.3
CLT: 1.0.0.9000000000.1.1249367152
X11: 2.6.5 => /usr/X11
==> ENV
HOMEBREW_CC: clang
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig
HOMEBREW_MAKE_JOBS: 1
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin
Error: scsh did not build
Logs: /Users/vkz/Library/Logs/Homebrew/scsh/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.59. Invocation command line was
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/scsh/0.6.7 --infodir=/usr/local/Cellar/scsh/0.6.7/share/info --mandir=/usr/local/Cellar/scsh/0.6.7/share/man
## --------- ##
## Platform. ##
## --------- ##
hostname = vkz-air.local
uname -m = x86_64
uname -r = 11.4.2
uname -s = Darwin
uname -v = Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = Mach kernel version:
Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 134 tasks, 722 threads, 2 processors
Load average: 3.66, Mach factor: 0.57
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1337: checking build system type
configure:1355: result: i686-apple-darwin11.4.2
configure:1363: checking host system type
configure:1377: result: i686-apple-darwin11.4.2
configure:1432: checking for gcc
configure:1458: result: cc
configure:1702: checking for C compiler version
configure:1705: cc --version </dev/null >&5
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
configure:1708: $? = 0
configure:1710: cc -v </dev/null >&5
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
configure:1713: $? = 0
configure:1715: cc -V </dev/null >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:1718: $? = 1
configure:1741: checking for C compiler default output file name
configure:1744: cc conftest.c >&5
configure:1747: $? = 0
configure:1793: result: a.out
configure:1798: checking whether the C compiler works
configure:1804: ./a.out
configure:1807: $? = 0
configure:1824: result: yes
configure:1831: checking whether we are cross compiling
configure:1833: result: no
configure:1836: checking for suffix of executables
configure:1838: cc -o conftest conftest.c >&5
configure:1841: $? = 0
configure:1866: result:
configure:1872: checking for suffix of object files
configure:1893: cc -c conftest.c >&5
configure:1896: $? = 0
configure:1918: result: o
configure:1922: checking whether we are using the GNU C compiler
configure:1946: cc -c conftest.c >&5
configure:1952: $? = 0
configure:1956: test -z
|| test ! -s conftest.err
configure:1959: $? = 0
configure:1962: test -s conftest.o
configure:1965: $? = 0
configure:1978: result: yes
configure:1984: checking whether cc accepts -g
configure:2005: cc -c -g conftest.c >&5
configure:2011: $? = 0
configure:2015: test -z
|| test ! -s conftest.err
configure:2018: $? = 0
configure:2021: test -s conftest.o
configure:2024: $? = 0
configure:2035: result: yes
configure:2052: checking for cc option to accept ANSI C
configure:2122: cc -c -g -O2 conftest.c >&5
configure:2128: $? = 0
configure:2132: test -z
|| test ! -s conftest.err
configure:2135: $? = 0
configure:2138: test -s conftest.o
configure:2141: $? = 0
configure:2159: result: none needed
configure:2177: cc -c -g -O2 conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:11: error: expected ';' after top level declarator
choke me
^
;
2 errors generated.
configure:2183: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2325: result: defining signal constants
configure:2486: checking for library containing strerror
configure:2516: cc -o conftest -O2 conftest.c >&5
conftest.c:47:6: warning: incompatible redeclaration of library function 'strerror'
char strerror ();
^
conftest.c:47:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:2522: $? = 0
configure:2526: test -z
|| test ! -s conftest.err
configure:2529: $? = 0
configure:2532: test -s conftest
configure:2535: $? = 0
configure:2605: result: none required
configure:2689: cc -o conftest -O2 conftest.c >&5
configure:2692: $? = 0
configure:2694: ./conftest
configure:2697: $? = 0
configure:2721: checking for a BSD-compatible install
configure:2776: result: /usr/bin/install -c
configure:2828: checking for ranlib
configure:2844: found /usr/bin/ranlib
configure:2855: result: ranlib
configure:2867: checking for an ANSI C-conforming const
configure:2934: cc -c -O2 conftest.c >&5
configure:2940: $? = 0
configure:2944: test -z
|| test ! -s conftest.err
configure:2947: $? = 0
configure:2950: test -s conftest.o
configure:2953: $? = 0
configure:2964: result: yes
configure:2975: checking whether byte ordering is bigendian
configure:3002: cc -c -O2 conftest.c >&5
configure:3008: $? = 0
configure:3012: test -z
|| test ! -s conftest.err
configure:3015: $? = 0
configure:3018: test -s conftest.o
configure:3021: $? = 0
configure:3045: cc -c -O2 conftest.c >&5
conftest.c:47:2: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:3051: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:3186: result: no
configure:3301: checking for ELF
configure:3315: result: no
configure:3399: checking for main in -lm
configure:3423: cc -o conftest -O2 conftest.c -lm >&5
configure:3429: $? = 0
configure:3433: test -z
|| test ! -s conftest.err
configure:3436: $? = 0
configure:3439: test -s conftest
configure:3442: $? = 0
configure:3455: result: yes
configure:3467: checking for main in -ldl
configure:3491: cc -o conftest -O2 conftest.c -ldl -lm >&5
configure:3497: $? = 0
configure:3501: test -z
|| test ! -s conftest.err
configure:3504: $? = 0
configure:3507: test -s conftest
configure:3510: $? = 0
configure:3523: result: yes
configure:3535: checking for main in -lmld
configure:3559: cc -o conftest -O2 conftest.c -lmld -ldl -lm >&5
ld: library not found for -lmld
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3565: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| main ();
| ;
| return 0;
| }
configure:3591: result: no
configure:3603: checking for main in -lnsl
configure:3627: cc -o conftest -O2 conftest.c -lnsl -ldl -lm >&5
ld: library not found for -lnsl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3633: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| main ();
| ;
| return 0;
| }
configure:3659: result: no
configure:3671: checking for main in -lgen
configure:3695: cc -o conftest -O2 conftest.c -lgen -ldl -lm >&5
ld: library not found for -lgen
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3701: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| main ();
| ;
| return 0;
| }
configure:3727: result: no
configure:3739: checking for main in -lsocket
configure:3763: cc -o conftest -O2 conftest.c -lsocket -ldl -lm >&5
ld: library not found for -lsocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3769: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| main ();
| ;
| return 0;
| }
configure:3795: result: no
configure:3807: checking for getpwnam in -lsun
configure:3837: cc -o conftest -O2 conftest.c -lsun -ldl -lm >&5
ld: library not found for -lsun
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3843: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char getpwnam ();
| int
| main ()
| {
| getpwnam ();
| ;
| return 0;
| }
configure:3869: result: no
configure:3880: checking for crypt in -lc
configure:3910: cc -o conftest -O2 conftest.c -lc -ldl -lm >&5
configure:3916: $? = 0
configure:3920: test -z
|| test ! -s conftest.err
configure:3923: $? = 0
configure:3926: test -s conftest
configure:3929: $? = 0
configure:3942: result: yes
configure:4024: checking for main in -lelf
configure:4048: cc -o conftest -O2 conftest.c -lelf -ldl -lm >&5
ld: library not found for -lelf
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4054: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| main ();
| ;
| return 0;
| }
configure:4080: result: no
configure:4096: checking for an ANSI C-conforming const
configure:4193: result: yes
configure:4203: checking return type of signal handlers
configure:4234: cc -c -O2 conftest.c >&5
configure:4240: $? = 0
configure:4244: test -z
|| test ! -s conftest.err
configure:4247: $? = 0
configure:4250: test -s conftest.o
configure:4253: $? = 0
configure:4264: result: void
configure:4277: checking how to run the C preprocessor
configure:4312: cc -E conftest.c
configure:4318: $? = 0
configure:4350: cc -E conftest.c
conftest.c:43:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4356: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4395: result: cc -E
configure:4419: cc -E conftest.c
configure:4425: $? = 0
configure:4457: cc -E conftest.c
conftest.c:43:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4463: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4507: checking for egrep
configure:4517: result: grep -E
configure:4522: checking for ANSI C header files
configure:4547: cc -c -O2 conftest.c >&5
configure:4553: $? = 0
configure:4557: test -z
|| test ! -s conftest.err
configure:4560: $? = 0
configure:4563: test -s conftest.o
configure:4566: $? = 0
configure:4655: cc -o conftest -O2 conftest.c -ldl -lm >&5
conftest.c:60:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(2);
^
conftest.c:60:7: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
configure:4658: $? = 0
configure:4660: ./conftest
configure:4663: $? = 0
configure:4678: result: yes
configure:4702: checking for sys/types.h
configure:4718: cc -c -O2 conftest.c >&5
configure:4724: $? = 0
configure:4728: test -z
|| test ! -s conftest.err
configure:4731: $? = 0
configure:4734: test -s conftest.o
configure:4737: $? = 0
configure:4748: result: yes
configure:4702: checking for sys/stat.h
configure:4718: cc -c -O2 conftest.c >&5
configure:4724: $? = 0
configure:4728: test -z
|| test ! -s conftest.err
configure:4731: $? = 0
configure:4734: test -s conftest.o
configure:4737: $? = 0
configure:4748: result: yes
configure:4702: checking for stdlib.h
configure:4718: cc -c -O2 conftest.c >&5
configure:4724: $? = 0
configure:4728: test -z
|| test ! -s conftest.err
configure:4731: $? = 0
configure:4734: test -s conftest.o
configure:4737: $? = 0
configure:4748: result: yes
configure:4702: checking for string.h
configure:4718: cc -c -O2 conftest.c >&5
configure:4724: $? = 0
configure:4728: test -z
|| test ! -s conftest.err
configure:4731: $? = 0
configure:4734: test -s conftest.o
configure:4737: $? = 0
configure:4748: result: yes
configure:4702: checking for memory.h
configure:4718: cc -c -O2 conftest.c >&5
configure:4724: $? = 0
configure:4728: test -z
|| test ! -s conftest.err
configure:4731: $? = 0
configure:4734: test -s conftest.o
configure:4737: $? = 0
configure:4748: result: yes
configure:4702: checking for strings.h
configure:4718: cc -c -O2 conftest.c >&5
configure:4724: $? = 0
configure:4728: test -z
|| test ! -s conftest.err
configure:4731: $? = 0
configure:4734: test -s conftest.o
configure:4737: $? = 0
configure:4748: result: yes
configure:4702: checking for inttypes.h
configure:4718: cc -c -O2 conftest.c >&5
configure:4724: $? = 0
configure:4728: test -z
|| test ! -s conftest.err
configure:4731: $? = 0
configure:4734: test -s conftest.o
configure:4737: $? = 0
configure:4748: result: yes
configure:4702: checking for stdint.h
configure:4718: cc -c -O2 conftest.c >&5
configure:4724: $? = 0
configure:4728: test -z
|| test ! -s conftest.err
configure:4731: $? = 0
configure:4734: test -s conftest.o
configure:4737: $? = 0
configure:4748: result: yes
configure:4702: checking for unistd.h
configure:4718: cc -c -O2 conftest.c >&5
configure:4724: $? = 0
configure:4728: test -z
|| test ! -s conftest.err
configure:4731: $? = 0
configure:4734: test -s conftest.o
configure:4737: $? = 0
configure:4748: result: yes
configure:4778: checking libgen.h usability
configure:4790: cc -c -O2 conftest.c >&5
configure:4796: $? = 0
configure:4800: test -z
|| test ! -s conftest.err
configure:4803: $? = 0
configure:4806: test -s conftest.o
configure:4809: $? = 0
configure:4819: result: yes
configure:4823: checking libgen.h presence
configure:4833: cc -E conftest.c
configure:4839: $? = 0
configure:4859: result: yes
configure:4894: checking for libgen.h
configure:4901: result: yes
configure:4778: checking sys/timeb.h usability
configure:4790: cc -c -O2 conftest.c >&5
configure:4796: $? = 0
configure:4800: test -z
|| test ! -s conftest.err
configure:4803: $? = 0
configure:4806: test -s conftest.o
configure:4809: $? = 0
configure:4819: result: yes
configure:4823: checking sys/timeb.h presence
configure:4833: cc -E conftest.c
configure:4839: $? = 0
configure:4859: result: yes
configure:4894: checking for sys/timeb.h
configure:4901: result: yes
configure:4778: checking posix/time.h usability
configure:4790: cc -c -O2 conftest.c >&5
conftest.c:89:10: fatal error: 'posix/time.h' file not found
#include <posix/time.h>
^
1 error generated.
configure:4796: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <posix/time.h>
configure:4819: result: no
configure:4823: checking posix/time.h presence
configure:4833: cc -E conftest.c
conftest.c:55:10: fatal error: 'posix/time.h' file not found
#include <posix/time.h>
^
1 error generated.
configure:4839: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| /* end confdefs.h. */
| #include <posix/time.h>
configure:4859: result: no
configure:4894: checking for posix/time.h
configure:4901: result: no
configure:4778: checking sys/select.h usability
configure:4790: cc -c -O2 conftest.c >&5
configure:4796: $? = 0
configure:4800: test -z
|| test ! -s conftest.err
configure:4803: $? = 0
configure:4806: test -s conftest.o
configure:4809: $? = 0
configure:4819: result: yes
configure:4823: checking sys/select.h presence
configure:4833: cc -E conftest.c
configure:4839: $? = 0
configure:4859: result: yes
configure:4894: checking for sys/select.h
configure:4901: result: yes
configure:4778: checking nlist.h usability
configure:4790: cc -c -O2 conftest.c >&5
configure:4796: $? = 0
configure:4800: test -z
|| test ! -s conftest.err
configure:4803: $? = 0
configure:4806: test -s conftest.o
configure:4809: $? = 0
configure:4819: result: yes
configure:4823: checking nlist.h presence
configure:4833: cc -E conftest.c
configure:4839: $? = 0
configure:4859: result: yes
configure:4894: checking for nlist.h
configure:4901: result: yes
configure:4928: checking sys/un.h usability
configure:4940: cc -c -O2 conftest.c >&5
configure:4946: $? = 0
configure:4950: test -z
|| test ! -s conftest.err
configure:4953: $? = 0
configure:4956: test -s conftest.o
configure:4959: $? = 0
configure:4969: result: yes
configure:4973: checking sys/un.h presence
configure:4983: cc -E conftest.c
configure:4989: $? = 0
configure:5009: result: yes
configure:5044: checking for sys/un.h
configure:5051: result: yes
configure:5078: checking crypt.h usability
configure:5090: cc -c -O2 conftest.c >&5
conftest.c:92:10: fatal error: 'crypt.h' file not found
#include <crypt.h>
^
1 error generated.
configure:5096: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crypt.h>
configure:5119: result: no
configure:5123: checking crypt.h presence
configure:5133: cc -E conftest.c
conftest.c:58:10: fatal error: 'crypt.h' file not found
#include <crypt.h>
^
1 error generated.
configure:5139: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| /* end confdefs.h. */
| #include <crypt.h>
configure:5159: result: no
configure:5194: checking for crypt.h
configure:5201: result: no
configure:5224: checking for gettimeofday
configure:5281: cc -o conftest -O2 conftest.c -ldl -lm >&5
configure:5287: $? = 0
configure:5291: test -z
|| test ! -s conftest.err
configure:5294: $? = 0
configure:5297: test -s conftest
configure:5300: $? = 0
configure:5312: result: yes
configure:5224: checking for ftime
configure:5281: cc -o conftest -O2 conftest.c -ldl -lm >&5
configure:5287: $? = 0
configure:5291: test -z
|| test ! -s conftest.err
configure:5294: $? = 0
configure:5297: test -s conftest
configure:5300: $? = 0
configure:5312: result: yes
configure:5224: checking for nlist
configure:5281: cc -o conftest -O2 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_nlist", referenced from:
_main in conftest-GBR0oA.o
_f in conftest-GBR0oA.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5287: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| /* end confdefs.h. */
| /* Define nlist to an innocuous variant, in case <limits.h> declares nlist.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define nlist innocuous_nlist
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char nlist (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef nlist
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char nlist ();
| /* 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_nlist) || defined (__stub___nlist)
| choke me
| #else
| char (*f) () = nlist;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != nlist;
| ;
| return 0;
| }
configure:5312: result: no
configure:5224: checking for select
configure:5281: cc -o conftest -O2 conftest.c -ldl -lm >&5
configure:5287: $? = 0
configure:5291: test -z
|| test ! -s conftest.err
configure:5294: $? = 0
configure:5297: test -s conftest
configure:5300: $? = 0
configure:5312: result: yes
configure:5224: checking for setitimer
configure:5281: cc -o conftest -O2 conftest.c -ldl -lm >&5
configure:5287: $? = 0
configure:5291: test -z
|| test ! -s conftest.err
configure:5294: $? = 0
configure:5297: test -s conftest
configure:5300: $? = 0
configure:5312: result: yes
configure:5224: checking for sigaction
configure:5281: cc -o conftest -O2 conftest.c -ldl -lm >&5
configure:5287: $? = 0
configure:5291: test -z
|| test ! -s conftest.err
configure:5294: $? = 0
configure:5297: test -s conftest
configure:5300: $? = 0
configure:5312: result: yes
configure:5224: checking for vasprintf
configure:5281: cc -o conftest -O2 conftest.c -ldl -lm >&5
configure:5287: $? = 0
configure:5291: test -z
|| test ! -s conftest.err
configure:5294: $? = 0
configure:5297: test -s conftest
configure:5300: $? = 0
configure:5312: result: yes
configure:5323: checking for socklen_t
configure:5343: cc -c -O2 conftest.c >&5
configure:5349: $? = 0
configure:5353: test -z
|| test ! -s conftest.err
configure:5356: $? = 0
configure:5359: test -s conftest.o
configure:5362: $? = 0
configure:5364: result: yes
configure:5434: checking for dlopen
configure:5491: cc -o conftest -O2 conftest.c -ldl -lm >&5
configure:5497: $? = 0
configure:5501: test -z
|| test ! -s conftest.err
configure:5504: $? = 0
configure:5507: test -s conftest
configure:5510: $? = 0
configure:5522: result: yes
configure:5650: checking for socket
configure:5707: cc -o conftest -O2 conftest.c -ldl -lm >&5
configure:5713: $? = 0
configure:5717: test -z
|| test ! -s conftest.err
configure:5720: $? = 0
configure:5723: test -s conftest
configure:5726: $? = 0
configure:5738: result: yes
configure:5650: checking for chroot
configure:5707: cc -o conftest -O2 conftest.c -ldl -lm >&5
configure:5713: $? = 0
configure:5717: test -z
|| test ! -s conftest.err
configure:5720: $? = 0
configure:5723: test -s conftest
configure:5726: $? = 0
configure:5738: result: yes
configure:5748: checking for strerror
configure:5805: cc -o conftest -O2 conftest.c -ldl -lm >&5
conftest.c:91:6: warning: incompatible redeclaration of library function 'strerror'
char strerror ();
^
conftest.c:91:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:5811: $? = 0
configure:5815: test -z
|| test ! -s conftest.err
configure:5818: $? = 0
configure:5821: test -s conftest
configure:5824: $? = 0
configure:5836: result: yes
configure:5856: checking for seteuid
configure:5913: cc -o conftest -O2 conftest.c -ldl -lm >&5
configure:5919: $? = 0
configure:5923: test -z
|| test ! -s conftest.err
configure:5926: $? = 0
configure:5929: test -s conftest
configure:5932: $? = 0
configure:5944: result: yes
configure:6058: checking for setegid
configure:6115: cc -o conftest -O2 conftest.c -ldl -lm >&5
configure:6121: $? = 0
configure:6125: test -z
|| test ! -s conftest.err
configure:6128: $? = 0
configure:6131: test -s conftest
configure:6134: $? = 0
configure:6146: result: yes
configure:6261: checking for struct nlist.n_name
configure:6285: cc -c -O2 conftest.c >&5
configure:6291: $? = 0
configure:6295: test -z
|| test ! -s conftest.err
configure:6298: $? = 0
configure:6301: test -s conftest.o
configure:6304: $? = 0
configure:6362: result: yes
configure:6372: checking __NEXT__
configure:6396: cc -o conftest -O2 conftest.c -ldl -lm >&5
conftest.c:79:1: error: use of undeclared identifier 'fail'
fail
^
1 error generated.
configure:6402: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGACTION 1
| #define HAVE_VASPRINTF 1
| #define HAVE_DLOPEN 1
| #define HAVE_SOCKET 1
| #define HAVE_CHROOT 1
| #define HAVE_STRERROR 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define NLIST_HAS_N_NAME 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #ifdef __NeXT__
| return 0;
| #else
| fail
| #endif
|
| ;
| return 0;
| }
configure:6428: result: no
configure:6433: checking underscore before symbols
configure:6438: result: yes
configure:6452: checking link with -rdynamic
configure:6508: cc -o conftest -O2 conftest.c -ldl -lm >&5
conftest.c:98:2: error: assignment to cast is illegal, lvalue casts are not supported
(void *)intp = dlsym(dlhandle, "export_test");
^~~~~~~~~~~~ ~
1 error generated.
configure:6511: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGACTION 1
| #define HAVE_VASPRINTF 1
| #define HAVE_DLOPEN 1
| #define HAVE_SOCKET 1
| #define HAVE_CHROOT 1
| #define HAVE_STRERROR 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define NLIST_HAS_N_NAME 1
| #define USCORE 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <dlfcn.h>
| int export_test = 0;
| int
| main ()
| {
|
| #ifndef RTLD_LAZY
| #define RTLD_LAZY 0
| #endif
|
| #ifndef RTLD_GLOBAL
| #define RTLD_GLOBAL 0
| #endif
|
| void *dlhandle;
| void *intp;
| char *err;
|
| dlhandle = dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL);
|
| if ((err = dlerror()) != NULL) {
| return 1;
| }
|
| (void *)intp = dlsym(dlhandle, "export_test");
|
| if ((err = dlerror()) != NULL) {
| return 1;
| }
|
| return 0;
|
|
|
| ;
| return 0;
| }
configure:6526: result: yes
configure:6534: checking whether struct tm is in sys/time.h or time.h
configure:6557: cc -c -O2 conftest.c >&5
conftest.c:78:20: warning: expression result unused [-Wunused-value]
struct tm *tp; tp->tm_sec;
~~ ^~~~~~
1 warning generated.
configure:6563: $? = 0
configure:6567: test -z
|| test ! -s conftest.err
configure:6570: $? = 0
configure:6573: test -s conftest.o
configure:6576: $? = 0
configure:6587: result: time.h
configure:6597: checking for struct tm.tm_zone
configure:6623: cc -c -O2 conftest.c >&5
configure:6629: $? = 0
configure:6633: test -z
|| test ! -s conftest.err
configure:6636: $? = 0
configure:6639: test -s conftest.o
configure:6642: $? = 0
configure:6702: result: yes
configure:6787: checking for struct tm.tm_gmtoff
configure:6810: cc -c -O2 conftest.c >&5
conftest.c:111:18: error: variable has incomplete type 'struct tm'
static struct tm ac_aggr;
^
conftest.c:111:15: note: forward declaration of 'struct tm'
static struct tm ac_aggr;
^
1 error generated.
configure:6816: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGACTION 1
| #define HAVE_VASPRINTF 1
| #define HAVE_DLOPEN 1
| #define HAVE_SOCKET 1
| #define HAVE_CHROOT 1
| #define HAVE_STRERROR 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define NLIST_HAS_N_NAME 1
| #define USCORE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct tm ac_aggr;
| if (ac_aggr.tm_gmtoff)
| return 0;
| ;
| return 0;
| }
configure:6854: cc -c -O2 conftest.c >&5
conftest.c:111:18: error: variable has incomplete type 'struct tm'
static struct tm ac_aggr;
^
conftest.c:111:15: note: forward declaration of 'struct tm'
static struct tm ac_aggr;
^
1 error generated.
configure:6860: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGACTION 1
| #define HAVE_VASPRINTF 1
| #define HAVE_DLOPEN 1
| #define HAVE_SOCKET 1
| #define HAVE_CHROOT 1
| #define HAVE_STRERROR 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define NLIST_HAS_N_NAME 1
| #define USCORE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct tm ac_aggr;
| if (sizeof ac_aggr.tm_gmtoff)
| return 0;
| ;
| return 0;
| }
configure:6886: result: no
configure:6908: checking for getpt
configure:6965: cc -o conftest -O2 -rdynamic conftest.c -ldl -lm >&5
clang: warning: argument unused during compilation: '-rdynamic'
Undefined symbols for architecture x86_64:
"_getpt", referenced from:
_main in conftest-rbGLeR.o
_f in conftest-rbGLeR.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6971: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGACTION 1
| #define HAVE_VASPRINTF 1
| #define HAVE_DLOPEN 1
| #define HAVE_SOCKET 1
| #define HAVE_CHROOT 1
| #define HAVE_STRERROR 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define NLIST_HAS_N_NAME 1
| #define USCORE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h. */
| /* Define getpt to an innocuous variant, in case <limits.h> declares getpt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getpt innocuous_getpt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getpt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getpt
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char getpt ();
| /* 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_getpt) || defined (__stub___getpt)
| choke me
| #else
| char (*f) () = getpt;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getpt;
| ;
| return 0;
| }
configure:6996: result: no
configure:6908: checking for _getpty
configure:6965: cc -o conftest -O2 -rdynamic conftest.c -ldl -lm >&5
clang: warning: argument unused during compilation: '-rdynamic'
Undefined symbols for architecture x86_64:
"__getpty", referenced from:
_main in conftest-IkUcbe.o
_f in conftest-IkUcbe.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6971: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGACTION 1
| #define HAVE_VASPRINTF 1
| #define HAVE_DLOPEN 1
| #define HAVE_SOCKET 1
| #define HAVE_CHROOT 1
| #define HAVE_STRERROR 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define NLIST_HAS_N_NAME 1
| #define USCORE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h. */
| /* Define _getpty to an innocuous variant, in case <limits.h> declares _getpty.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _getpty innocuous__getpty
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _getpty (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _getpty
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char _getpty ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub__getpty) || defined (__stub____getpty)
| choke me
| #else
| char (*f) () = _getpty;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _getpty;
| ;
| return 0;
| }
configure:6996: result: no
configure:6908: checking for grantpt
configure:6965: cc -o conftest -O2 -rdynamic conftest.c -ldl -lm >&5
clang: warning: argument unused during compilation: '-rdynamic'
configure:6971: $? = 0
configure:6975: test -z
|| test ! -s conftest.err
configure:6978: $? = 0
configure:6981: test -s conftest
configure:6984: $? = 0
configure:6996: result: yes
configure:6908: checking for unlockpt
configure:6965: cc -o conftest -O2 -rdynamic conftest.c -ldl -lm >&5
clang: warning: argument unused during compilation: '-rdynamic'
configure:6971: $? = 0
configure:6975: test -z
|| test ! -s conftest.err
configure:6978: $? = 0
configure:6981: test -s conftest
configure:6984: $? = 0
configure:6996: result: yes
configure:6908: checking for ptsname
configure:6965: cc -o conftest -O2 -rdynamic conftest.c -ldl -lm >&5
clang: warning: argument unused during compilation: '-rdynamic'
configure:6971: $? = 0
configure:6975: test -z
|| test ! -s conftest.err
configure:6978: $? = 0
configure:6981: test -s conftest
configure:6984: $? = 0
configure:6996: result: yes
configure:6908: checking for killpg
configure:6965: cc -o conftest -O2 -rdynamic conftest.c -ldl -lm >&5
clang: warning: argument unused during compilation: '-rdynamic'
configure:6971: $? = 0
configure:6975: test -z
|| test ! -s conftest.err
configure:6978: $? = 0
configure:6981: test -s conftest
configure:6984: $? = 0
configure:6996: result: yes
configure:6908: checking for tcgetpgrp
configure:6965: cc -o conftest -O2 -rdynamic conftest.c -ldl -lm >&5
clang: warning: argument unused during compilation: '-rdynamic'
configure:6971: $? = 0
configure:6975: test -z
|| test ! -s conftest.err
configure:6978: $? = 0
configure:6981: test -s conftest
configure:6984: $? = 0
configure:6996: result: yes
configure:7007: checking for openpty
configure:7064: cc -o conftest -O2 -rdynamic conftest.c -ldl -lm >&5
clang: warning: argument unused during compilation: '-rdynamic'
configure:7070: $? = 0
configure:7074: test -z
|| test ! -s conftest.err
configure:7077: $? = 0
configure:7080: test -s conftest
configure:7083: $? = 0
configure:7095: result: yes
configure:7192: checking libutil.h usability
configure:7204: cc -c -O2 conftest.c >&5
conftest.c:114:10: fatal error: 'libutil.h' file not found
#include <libutil.h>
^
1 error generated.
configure:7210: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGACTION 1
| #define HAVE_VASPRINTF 1
| #define HAVE_DLOPEN 1
| #define HAVE_SOCKET 1
| #define HAVE_CHROOT 1
| #define HAVE_STRERROR 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define NLIST_HAS_N_NAME 1
| #define USCORE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_KILLPG 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_OPENPTY 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libutil.h>
configure:7233: result: no
configure:7237: checking libutil.h presence
configure:7247: cc -E conftest.c
conftest.c:80:10: fatal error: 'libutil.h' file not found
#include <libutil.h>
^
1 error generated.
configure:7253: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGACTION 1
| #define HAVE_VASPRINTF 1
| #define HAVE_DLOPEN 1
| #define HAVE_SOCKET 1
| #define HAVE_CHROOT 1
| #define HAVE_STRERROR 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define NLIST_HAS_N_NAME 1
| #define USCORE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_KILLPG 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_OPENPTY 1
| /* end confdefs.h. */
| #include <libutil.h>
configure:7273: result: no
configure:7308: checking for libutil.h
configure:7315: result: no
configure:7192: checking util.h usability
configure:7204: cc -c -O2 conftest.c >&5
configure:7210: $? = 0
configure:7214: test -z
|| test ! -s conftest.err
configure:7217: $? = 0
configure:7220: test -s conftest.o
configure:7223: $? = 0
configure:7233: result: yes
configure:7237: checking util.h presence
configure:7247: cc -E conftest.c
configure:7253: $? = 0
configure:7273: result: yes
configure:7308: checking for util.h
configure:7315: result: yes
configure:7498: checking pty.h usability
configure:7510: cc -c -O2 conftest.c >&5
conftest.c:115:10: fatal error: 'pty.h' file not found
#include <pty.h>
^
1 error generated.
configure:7516: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGACTION 1
| #define HAVE_VASPRINTF 1
| #define HAVE_DLOPEN 1
| #define HAVE_SOCKET 1
| #define HAVE_CHROOT 1
| #define HAVE_STRERROR 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define NLIST_HAS_N_NAME 1
| #define USCORE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_KILLPG 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pty.h>
configure:7539: result: no
configure:7543: checking pty.h presence
configure:7553: cc -E conftest.c
conftest.c:81:10: fatal error: 'pty.h' file not found
#include <pty.h>
^
1 error generated.
configure:7559: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGACTION 1
| #define HAVE_VASPRINTF 1
| #define HAVE_DLOPEN 1
| #define HAVE_SOCKET 1
| #define HAVE_CHROOT 1
| #define HAVE_STRERROR 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define NLIST_HAS_N_NAME 1
| #define USCORE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_KILLPG 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
| #include <pty.h>
configure:7579: result: no
configure:7614: checking for pty.h
configure:7621: result: no
configure:7648: checking sys/pty.h usability
configure:7660: cc -c -O2 conftest.c >&5
conftest.c:115:10: fatal error: 'sys/pty.h' file not found
#include <sys/pty.h>
^
1 error generated.
configure:7666: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGACTION 1
| #define HAVE_VASPRINTF 1
| #define HAVE_DLOPEN 1
| #define HAVE_SOCKET 1
| #define HAVE_CHROOT 1
| #define HAVE_STRERROR 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define NLIST_HAS_N_NAME 1
| #define USCORE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_KILLPG 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/pty.h>
configure:7689: result: no
configure:7693: checking sys/pty.h presence
configure:7703: cc -E conftest.c
conftest.c:81:10: fatal error: 'sys/pty.h' file not found
#include <sys/pty.h>
^
1 error generated.
configure:7709: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGACTION 1
| #define HAVE_VASPRINTF 1
| #define HAVE_DLOPEN 1
| #define HAVE_SOCKET 1
| #define HAVE_CHROOT 1
| #define HAVE_STRERROR 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define NLIST_HAS_N_NAME 1
| #define USCORE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_KILLPG 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
| #include <sys/pty.h>
configure:7729: result: no
configure:7764: checking for sys/pty.h
configure:7771: result: no
configure:7802: checking stropts.h usability
configure:7814: cc -c -O2 conftest.c >&5
conftest.c:115:10: fatal error: 'stropts.h' file not found
#include <stropts.h>
^
1 error generated.
configure:7820: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGACTION 1
| #define HAVE_VASPRINTF 1
| #define HAVE_DLOPEN 1
| #define HAVE_SOCKET 1
| #define HAVE_CHROOT 1
| #define HAVE_STRERROR 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define NLIST_HAS_N_NAME 1
| #define USCORE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_KILLPG 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <stropts.h>
configure:7843: result: no
configure:7847: checking stropts.h presence
configure:7857: cc -E conftest.c
conftest.c:81:10: fatal error: 'stropts.h' file not found
#include <stropts.h>
^
1 error generated.
configure:7863: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGACTION 1
| #define HAVE_VASPRINTF 1
| #define HAVE_DLOPEN 1
| #define HAVE_SOCKET 1
| #define HAVE_CHROOT 1
| #define HAVE_STRERROR 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define NLIST_HAS_N_NAME 1
| #define USCORE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_KILLPG 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
| #include <stropts.h>
configure:7883: result: no
configure:7918: checking for stropts.h
configure:7925: result: no
configure:7942: checking for isastream
configure:7999: cc -o conftest -O2 -rdynamic conftest.c -ldl -lm >&5
clang: warning: argument unused during compilation: '-rdynamic'
Undefined symbols for architecture x86_64:
"_isastream", referenced from:
_main in conftest-0evWvz.o
_f in conftest-0evWvz.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:8005: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SIGNR_1 scshint_hup
| #define SIGNR_2 scshint_keyboard
| #define SIGNR_3 scshint_quit
| #define SIGNR_4 -1
| #define SIGNR_5 -1
| #define SIGNR_6 -1
| #define SIGNR_7 -1
| #define SIGNR_8 -1
| #define SIGNR_9 -1
| #define SIGNR_10 -1
| #define SIGNR_11 -1
| #define SIGNR_12 -1
| #define SIGNR_13 -1
| #define SIGNR_14 scshint_alarm
| #define SIGNR_15 scshint_term
| #define SIGNR_16 scshint_urg
| #define SIGNR_17 -1
| #define SIGNR_18 scshint_tstp
| #define SIGNR_19 scshint_cont
| #define SIGNR_20 scshint_chld
| #define SIGNR_21 -1
| #define SIGNR_22 -1
| #define SIGNR_23 scshint_io
| #define SIGNR_24 scshint_xcpu
| #define SIGNR_25 scshint_xfsz
| #define SIGNR_26 scshint_vtalrm
| #define SIGNR_27 scshint_prof
| #define SIGNR_28 scshint_winch
| #define SIGNR_29 scshint_info
| #define SIGNR_30 scshint_usr1
| #define SIGNR_31 scshint_usr2
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGACTION 1
| #define HAVE_VASPRINTF 1
| #define HAVE_DLOPEN 1
| #define HAVE_SOCKET 1
| #define HAVE_CHROOT 1
| #define HAVE_STRERROR 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define NLIST_HAS_N_NAME 1
| #define USCORE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_KILLPG 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
| /* Define isastream to an innocuous variant, in case <limits.h> declares isastream.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define isastream innocuous_isastream
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char isastream (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef isastream
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char isastream ();
| /* 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_isastream) || defined (__stub___isastream)
| choke me
| #else
| char (*f) () = isastream;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != isastream;
| ;
| return 0;
| }
configure:8030: result: no
configure:8043: checking for const sys_errlist
configure:8066: cc -c -O2 conftest.c >&5
configure:8072: $? = 0
configure:8076: test -z
|| test ! -s conftest.err
configure:8079: $? = 0
configure:8082: test -s conftest.o
configure:8085: $? = 0
configure:8097: result: yes
configure:8235: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on vkz-air.local
config.status:674: creating Makefile
config.status:674: creating scsh/endian.scm
config.status:674: creating scsh-config
config.status:778: creating c/sysdep.h
config.status:1200: executing scsh-config+x commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-apple-darwin11.4.2
ac_cv_build_alias=i686-apple-darwin11.4.2
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func__getpty=no
ac_cv_func_chroot=yes
ac_cv_func_dlopen=yes
ac_cv_func_ftime=yes
ac_cv_func_getpt=no
ac_cv_func_gettimeofday=yes
ac_cv_func_grantpt=yes
ac_cv_func_isastream=no
ac_cv_func_killpg=yes
ac_cv_func_nlist=no
ac_cv_func_openpty=yes
ac_cv_func_ptsname=yes
ac_cv_func_select=yes
ac_cv_func_setegid=yes
ac_cv_func_seteuid=yes
ac_cv_func_setitimer=yes
ac_cv_func_sigaction=yes
ac_cv_func_socket=yes
ac_cv_func_strerror=yes
ac_cv_func_tcgetpgrp=yes
ac_cv_func_unlockpt=yes
ac_cv_func_vasprintf=yes
ac_cv_header_crypt_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_libutil_h=no
ac_cv_header_memory_h=yes
ac_cv_header_nlist_h=yes
ac_cv_header_posix_time_h=no
ac_cv_header_pty_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_stropts_h=no
ac_cv_header_sys_pty_h=no
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=yes
ac_cv_host=i686-apple-darwin11.4.2
ac_cv_host_alias=i686-apple-darwin11.4.2
ac_cv_lib_c_crypt=yes
ac_cv_lib_dl_main=yes
ac_cv_lib_elf_main=no
ac_cv_lib_gen_main=no
ac_cv_lib_m_main=yes
ac_cv_lib_mld_main=no
ac_cv_lib_nsl_main=no
ac_cv_lib_socket_main=no
ac_cv_lib_sun_getpwnam=no
ac_cv_member_struct_nlist_n_name=yes
ac_cv_member_struct_tm_tm_gmtoff=no
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_search_strerror='none required'
ac_cv_struct_tm=time.h
ac_cv_type_signal=void
scsh_cv_const_sys_errlist=yes
scsh_cv_elf=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
AIX_P=''
AR='ar cq'
CC='cc'
CFLAGS1='-O2'
CFLAGS='-O2'
CPP='cc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
ENDIAN='little'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=' -rdynamic'
LDFLAGS_AIX=''
LIBOBJS=''
LIBS='-ldl -lm '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SHELL='/bin/sh'
TMPDIR='/var/folders/rg/swxntg5j5k781frf49vm1hph0000gn/T/'
ac_ct_CC='cc'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build='i686-apple-darwin11.4.2'
build_alias=''
build_cpu='i686'
build_os='darwin11.4.2'
build_vendor='apple'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-apple-darwin11.4.2'
host_alias=''
host_cpu='i686'
host_os='darwin11.4.2'
host_vendor='apple'
includedir='${prefix}/include'
infodir='/usr/local/Cellar/scsh/0.6.7/share/info'
lib_dirs_list='("${prefix}/lib/scsh/modules" "${prefix}/lib/scsh/modules/0.6")'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='/usr/local/Cellar/scsh/0.6.7/share/man'
oldincludedir='/usr/include'
prefix='/usr/local/Cellar/scsh/0.6.7'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_CHROOT 1
#define HAVE_CONST_SYS_ERRLIST 1
#define HAVE_DLOPEN 1
#define HAVE_FTIME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GRANTPT 1
#define HAVE_INTTYPES_H 1
#define HAVE_KILLPG 1
#define HAVE_LIBDL 1
#define HAVE_LIBGEN_H 1
#define HAVE_LIBM 1
#define HAVE_MEMORY_H 1
#define HAVE_NLIST_H 1
#define HAVE_OPENPTY 1
#define HAVE_PTSNAME 1
#define HAVE_SELECT 1
#define HAVE_SETEGID 1
#define HAVE_SETEUID 1
#define HAVE_SETITIMER 1
#define HAVE_SIGACTION 1
#define HAVE_SOCKET 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_TCGETPGRP 1
#define HAVE_TM_ZONE 1
#define HAVE_UNISTD_H 1
#define HAVE_UNLOCKPT 1
#define HAVE_UTIL_H 1
#define HAVE_VASPRINTF 1
#define NLIST_HAS_N_NAME 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define RETSIGTYPE void
#define SIGNR_1 scshint_hup
#define SIGNR_10 -1
#define SIGNR_11 -1
#define SIGNR_12 -1
#define SIGNR_13 -1
#define SIGNR_14 scshint_alarm
#define SIGNR_15 scshint_term
#define SIGNR_16 scshint_urg
#define SIGNR_17 -1
#define SIGNR_18 scshint_tstp
#define SIGNR_19 scshint_cont
#define SIGNR_2 scshint_keyboard
#define SIGNR_20 scshint_chld
#define SIGNR_21 -1
#define SIGNR_22 -1
#define SIGNR_23 scshint_io
#define SIGNR_24 scshint_xcpu
#define SIGNR_25 scshint_xfsz
#define SIGNR_26 scshint_vtalrm
#define SIGNR_27 scshint_prof
#define SIGNR_28 scshint_winch
#define SIGNR_29 scshint_info
#define SIGNR_3 scshint_quit
#define SIGNR_30 scshint_usr1
#define SIGNR_31 scshint_usr2
#define SIGNR_4 -1
#define SIGNR_5 -1
#define SIGNR_6 -1
#define SIGNR_7 -1
#define SIGNR_8 -1
#define SIGNR_9 -1
#define STDC_HEADERS 1
#define USCORE 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment