Skip to content

Instantly share code, notes, and snippets.

Created May 23, 2013 16:09
Show Gist options
  • Save anonymous/5637254 to your computer and use it in GitHub Desktop.
Save anonymous/5637254 to your computer and use it in GitHub Desktop.
Configuring GNU Pth (Portable Threads), Version 2.0.7 (08-Jun-2006)
Copyright (c) 1999-2006 Ralf S. Engelschall <rse@engelschall.com>
Platform: powerpc-apple-darwin9.8.0
Build Tools:
checking for gcc... /usr/bin/gcc-4.2
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 /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ANSI C... none needed
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
checking for egrep... grep -E
checking whether make sets $(MAKE)... yes
checking for compilation debug mode... disabled
checking for compilation profile mode... disabled
checking for compilation optimization mode... disabled
checking build system type... powerpc-apple-darwin9.8.0
checking host system type... powerpc-apple-darwin9.8.0
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld
checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) is GNU ld... no
checking for /usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.2 accepts -g... yes
checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.2 object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common
checking if /usr/bin/gcc-4.2 PIC flag -fno-common works... yes
checking if /usr/bin/gcc-4.2 static flag -static works... no
checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes
checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin9.8.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /usr/bin/g++-4.2... /usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld
checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) is GNU ld... no
checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) supports shared libraries... yes
checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common
checking if /usr/bin/g++-4.2 PIC flag -fno-common works... yes
checking if /usr/bin/g++-4.2 static flag -static works... no
checking if /usr/bin/g++-4.2 supports -c -o file.o... yes
checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin9.8.0 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
Mandatory Platform Environment:
checking for ANSI C header files... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for sys/stat.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for gettimeofday... yes
checking for select... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for sigpending... yes
checking for sigsuspend... yes
decision on mandatory system headers and functions... all fine
Optional Platform Environment:
checking for number of signals... 32
checking for default value of FD_SETSIZE... 1024
checking for poll... yes
checking for define POLLIN in poll.h... yes
checking whether poll(2) facility has to be faked... no
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for readv... yes
checking for writev... yes
checking whether readv(2)/writev(2) facility has to be faked... no
checking for usleep... yes
checking for strerror... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking for gethostname in -lnsl... no
checking for gethostbyname in -lnsl... no
checking for accept in -lsocket... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for typedef sig_atomic_t... yes
checking for typedef pid_t... yes
checking for typedef size_t... yes
checking for typedef ssize_t... yes
checking for typedef off_t... yes
checking for typedef stack_t... yes
checking for attribute ss_base in struct sigaltstack from sys/signal.h... no
checking for attribute ss_sp in struct sigaltstack from sys/signal.h... no
checking for a single-argument based gettimeofday... no
checking for struct timespec... yes
checking for typedef socklen_t... yes
checking for type of argument 3 for accept()... socklen_t *
checking for fallback socklen_t... socklen_t
checking for typedef nfds_t... yes
checking for type of argument 2 for poll()... nfds_t
checking for fallback nfds_t... nfds_t
checking for built-in type long long... yes
checking for built-in type long double... yes
Machine Context Implementation:
checking for ucontext.h... yes
checking for makecontext... yes
checking for swapcontext... yes
checking for getcontext... yes
checking for setcontext... yes
checking for usable SVR4/SUSv2 makecontext(2)/swapcontext(2)... no
checking for signal.h... (cached) yes
checking for sigsetjmp... yes
checking for siglongjmp... yes
checking for setjmp... yes
checking for longjmp... yes
checking for _setjmp... yes
checking for _longjmp... yes
checking for sigaltstack... yes
checking for sigstack... no
checking for signal-mask aware setjmp(3)/longjmp(3)... yes: ssjlj
checking for typedef stack_t... (cached) yes
checking for direction of stack growth... down
checking for makecontext... (cached) yes
checking for stack setup via makecontext... guessed
checking for sigaltstack... (cached) yes
checking for typedef stack_t... (cached) yes
checking for stack setup via sigaltstack... ok
checking for sigstack... (cached) no
checking for stack setup via sigstack... N.A.
decision on mctx implementation... sjlj/ssjlj/sas
System Call Mapping:
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/socketcall.h usability... no
checking sys/socketcall.h presence... no
checking for sys/socketcall.h... no
checking for syscall... yes
checking for define SYS_read in sys/syscall.h... yes
checking for dlfcn.h... (cached) yes
checking for dlsym in -ldl... yes
checking for dlopen... yes
checking for dlsym... yes
checking for dlclose... yes
checking for define RTLD_NEXT in dlfcn.h... yes
checking for syscall dynamic libraries...
checking whether soft system call mapping is used... no
checking whether hard system call mapping is used... no
Build Parameters:
checking whether to activate batch build mode... no
checking whether to activate maintainer build targets... no
checking whether to activate test build targets... yes
checking whether to build Pthread library... no
checking whether to build against external OSSP ex library... no
checking whether to build against external Sfio library... no
checking whether to build against external Dmalloc library... no
Output Substitution:
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pthread-config
config.status: creating pthread.h
config.status: creating pth-config
config.status: creating pth.h
config.status: creating pth_acmac.h
config.status: creating pth_acdef.h
config.status: executing default commands
Now please type `make' to compile. Good luck.
./shtool scpp -o pth_p.h -t pth_p.h.in -Dcpp -Cintern -M '==#==' pth_compat.c pth_debug.c pth_syscall.c pth_errno.c pth_ring.c pth_mctx.c pth_uctx.c pth_clean.c pth_time.c pth_tcb.c pth_util.c pth_pqueue.c pth_event.c pth_sched.c pth_data.c pth_msg.c pth_cancel.c pth_sync.c pth_attr.c pth_lib.c pth_fork.c pth_high.c pth_ext.c pth_string.c pthread.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_debug.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_ring.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_pqueue.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_time.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_errno.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_mctx.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_uctx.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_tcb.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_sched.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_attr.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_lib.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_event.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_data.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_clean.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_cancel.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_msg.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_sync.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_fork.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_util.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_high.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_syscall.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_ext.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_compat.c
./libtool --mode=compile --quiet /usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 pth_string.c
./libtool --mode=link --quiet /usr/bin/gcc-4.2 -o libpth.la pth_debug.lo pth_ring.lo pth_pqueue.lo pth_time.lo pth_errno.lo pth_mctx.lo pth_uctx.lo pth_tcb.lo pth_sched.lo pth_attr.lo pth_lib.lo pth_event.lo pth_data.lo pth_clean.lo pth_cancel.lo pth_msg.lo pth_sync.lo pth_fork.lo pth_util.lo pth_high.lo pth_syscall.lo pth_ext.lo pth_compat.lo pth_string.lo \
-rpath /usr/local/Cellar/pth/2.0.7/lib -version-info `./shtool version -lc -dlibtool pth_vers.c`
ld warning: in .libs/pth_debug.o, file is not of required architecture
ld warning: in .libs/pth_ring.o, file is not of required architecture
ld warning: in .libs/pth_pqueue.o, file is not of required architecture
ld warning: in .libs/pth_time.o, file is not of required architecture
ld warning: in .libs/pth_errno.o, file is not of required architecture
ld warning: in .libs/pth_mctx.o, file is not of required architecture
ld warning: in .libs/pth_uctx.o, file is not of required architecture
ld warning: in .libs/pth_tcb.o, file is not of required architecture
ld warning: in .libs/pth_sched.o, file is not of required architecture
ld warning: in .libs/pth_attr.o, file is not of required architecture
ld warning: in .libs/pth_lib.o, file is not of required architecture
ld warning: in .libs/pth_event.o, file is not of required architecture
ld warning: in .libs/pth_data.o, file is not of required architecture
ld warning: in .libs/pth_clean.o, file is not of required architecture
ld warning: in .libs/pth_cancel.o, file is not of required architecture
ld warning: in .libs/pth_msg.o, file is not of required architecture
ld warning: in .libs/pth_sync.o, file is not of required architecture
ld warning: in .libs/pth_fork.o, file is not of required architecture
ld warning: in .libs/pth_util.o, file is not of required architecture
ld warning: in .libs/pth_high.o, file is not of required architecture
ld warning: in .libs/pth_syscall.o, file is not of required architecture
ld warning: in .libs/pth_ext.o, file is not of required architecture
ld warning: in .libs/pth_compat.o, file is not of required architecture
ld warning: in .libs/pth_string.o, file is not of required architecture
/usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 test_std.c
/usr/bin/gcc-4.2 -c -F/usr/local/Frameworks -I. -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 test_common.c
./libtool --mode=link --quiet /usr/bin/gcc-4.2 -L/usr/local/lib -F/usr/local/Frameworks -o test_std test_std.o test_common.o libpth.la -ldl
ld warning: in test_std.o, file is not of required architecture
ld warning: in test_common.o, file is not of required architecture
Undefined symbols:
"_main", referenced from:
start in crt1.10.5.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [test_std] Error 1
HOMEBREW_VERSION: 0.9.4
HEAD: (none)
CPU: single-core 64-bit g5
OS X: 10.5.8-Power Macintosh
Xcode: 3.1.4
X11: 2.1.6 => /usr/X11
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 (OpenPKG-CURRENT). Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/pth/2.0.7 --mandir=/usr/local/Cellar/pth/2.0.7/share/man
## --------- ##
## Platform. ##
## --------- ##
hostname = Synergo.local
uname -m = Power Macintosh
uname -r = 9.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC
/usr/bin/uname -p = powerpc
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = Mach kernel version:
Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC
Kernel configured for a single processor only.
1 processor is physically available.
1 processor is logically available.
Processor type: ppc970 (PowerPC 970)
Processor active: 0
Primary memory available: 1.50 gigabytes
Default processor set: 80 tasks, 305 threads, 1 processors
Load average: 2.55, Mach factor: 0.20
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/w/.rvm/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /Users/w/bin
PATH: /usr/local/Library/Contributions/cmd
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1671: result:
configure:1673: result: Build Tools:
configure:1724: checking for gcc
configure:1750: result: /usr/bin/gcc-4.2
configure:1994: checking for C compiler version
configure:1997: /usr/bin/gcc-4.2 --version </dev/null >&5
powerpc-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2000: $? = 0
configure:2002: /usr/bin/gcc-4.2 -v </dev/null >&5
Using built-in specs.
Target: powerpc-apple-darwin9
Configured with: /var/tmp/gcc_42/gcc_42-5577~1/src/configure --disable-checking --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5577)
configure:2005: $? = 0
configure:2007: /usr/bin/gcc-4.2 -V </dev/null >&5
gcc-4.2: argument to `-V' is missing
configure:2010: $? = 1
configure:2033: checking for C compiler default output file name
configure:2036: /usr/bin/gcc-4.2 -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:2039: $? = 0
configure:2085: result: a.out
configure:2090: checking whether the C compiler works
configure:2096: ./a.out
configure:2099: $? = 0
configure:2116: result: yes
configure:2123: checking whether we are cross compiling
configure:2125: result: no
configure:2128: checking for suffix of executables
configure:2130: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:2133: $? = 0
configure:2158: result:
configure:2164: checking for suffix of object files
configure:2185: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:2188: $? = 0
configure:2210: result: o
configure:2214: checking whether we are using the GNU C compiler
configure:2238: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:2244: $? = 0
configure:2248: test -z
|| test ! -s conftest.err
configure:2251: $? = 0
configure:2254: test -s conftest.o
configure:2257: $? = 0
configure:2270: result: yes
configure:2276: checking whether /usr/bin/gcc-4.2 accepts -g
configure:2297: /usr/bin/gcc-4.2 -c -g -F/usr/local/Frameworks conftest.c >&5
configure:2303: $? = 0
configure:2307: test -z
|| test ! -s conftest.err
configure:2310: $? = 0
configure:2313: test -s conftest.o
configure:2316: $? = 0
configure:2327: result: yes
configure:2344: checking for /usr/bin/gcc-4.2 option to accept ANSI C
configure:2414: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:2420: $? = 0
configure:2424: test -z
|| test ! -s conftest.err
configure:2427: $? = 0
configure:2430: test -s conftest.o
configure:2433: $? = 0
configure:2451: result: none needed
configure:2469: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2475: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2613: checking how to run the C preprocessor
configure:2648: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:2654: $? = 0
configure:2686: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2692: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2731: result: /usr/bin/gcc-4.2 -E
configure:2755: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:2761: $? = 0
configure:2793: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2799: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2842: checking for egrep
configure:2852: result: grep -E
configure:2857: checking whether make sets $(MAKE)
configure:2877: result: yes
configure:3067: checking for compilation debug mode
configure:3069: result: disabled
configure:3075: checking for compilation profile mode
configure:3094: result: disabled
configure:3239: checking for compilation optimization mode
configure:3241: result: disabled
configure:3818: checking build system type
configure:3836: result: powerpc-apple-darwin9.8.0
configure:3844: checking host system type
configure:3858: result: powerpc-apple-darwin9.8.0
configure:3866: checking for a sed that does not truncate output
configure:3920: result: /usr/bin/sed
configure:3934: checking for ld used by /usr/bin/gcc-4.2
configure:4001: result: /usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld
configure:4010: checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) is GNU ld
configure:4025: result: no
configure:4030: checking for /usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld option to reload object files
configure:4037: result: -r
configure:4055: checking for BSD-compatible nm
configure:4104: result: /usr/bin/nm -p
configure:4108: checking whether ln -s works
configure:4112: result: yes
configure:4119: checking how to recognise dependent libraries
configure:4295: result: pass_all
configure:4528: checking for ANSI C header files
configure:4553: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:4559: $? = 0
configure:4563: test -z
|| test ! -s conftest.err
configure:4566: $? = 0
configure:4569: test -s conftest.o
configure:4572: $? = 0
configure:4661: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:4664: $? = 0
configure:4666: ./conftest
configure:4669: $? = 0
configure:4684: result: yes
configure:4708: checking for sys/types.h
configure:4724: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:4730: $? = 0
configure:4734: test -z
|| test ! -s conftest.err
configure:4737: $? = 0
configure:4740: test -s conftest.o
configure:4743: $? = 0
configure:4754: result: yes
configure:4708: checking for sys/stat.h
configure:4724: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:4730: $? = 0
configure:4734: test -z
|| test ! -s conftest.err
configure:4737: $? = 0
configure:4740: test -s conftest.o
configure:4743: $? = 0
configure:4754: result: yes
configure:4708: checking for stdlib.h
configure:4724: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:4730: $? = 0
configure:4734: test -z
|| test ! -s conftest.err
configure:4737: $? = 0
configure:4740: test -s conftest.o
configure:4743: $? = 0
configure:4754: result: yes
configure:4708: checking for string.h
configure:4724: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:4730: $? = 0
configure:4734: test -z
|| test ! -s conftest.err
configure:4737: $? = 0
configure:4740: test -s conftest.o
configure:4743: $? = 0
configure:4754: result: yes
configure:4708: checking for memory.h
configure:4724: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:4730: $? = 0
configure:4734: test -z
|| test ! -s conftest.err
configure:4737: $? = 0
configure:4740: test -s conftest.o
configure:4743: $? = 0
configure:4754: result: yes
configure:4708: checking for strings.h
configure:4724: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:4730: $? = 0
configure:4734: test -z
|| test ! -s conftest.err
configure:4737: $? = 0
configure:4740: test -s conftest.o
configure:4743: $? = 0
configure:4754: result: yes
configure:4708: checking for inttypes.h
configure:4724: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:4730: $? = 0
configure:4734: test -z
|| test ! -s conftest.err
configure:4737: $? = 0
configure:4740: test -s conftest.o
configure:4743: $? = 0
configure:4754: result: yes
configure:4708: checking for stdint.h
configure:4724: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:4730: $? = 0
configure:4734: test -z
|| test ! -s conftest.err
configure:4737: $? = 0
configure:4740: test -s conftest.o
configure:4743: $? = 0
configure:4754: result: yes
configure:4708: checking for unistd.h
configure:4724: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:4730: $? = 0
configure:4734: test -z
|| test ! -s conftest.err
configure:4737: $? = 0
configure:4740: test -s conftest.o
configure:4743: $? = 0
configure:4754: result: yes
configure:4780: checking dlfcn.h usability
configure:4792: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:4798: $? = 0
configure:4802: test -z
|| test ! -s conftest.err
configure:4805: $? = 0
configure:4808: test -s conftest.o
configure:4811: $? = 0
configure:4821: result: yes
configure:4825: checking dlfcn.h presence
configure:4835: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:4841: $? = 0
configure:4861: result: yes
configure:4896: checking for dlfcn.h
configure:4903: result: yes
configure:5010: checking for C++ compiler version
configure:5013: /usr/bin/g++-4.2 --version </dev/null >&5
powerpc-apple-darwin9-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:5016: $? = 0
configure:5018: /usr/bin/g++-4.2 -v </dev/null >&5
Using built-in specs.
Target: powerpc-apple-darwin9
Configured with: /var/tmp/gcc_42/gcc_42-5577~1/src/configure --disable-checking --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5577)
configure:5021: $? = 0
configure:5023: /usr/bin/g++-4.2 -V </dev/null >&5
g++-4.2: argument to `-V' is missing
configure:5026: $? = 1
configure:5029: checking whether we are using the GNU C++ compiler
configure:5053: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.cc >&5
configure:5059: $? = 0
configure:5063: test -z
|| test ! -s conftest.err
configure:5066: $? = 0
configure:5069: test -s conftest.o
configure:5072: $? = 0
configure:5085: result: yes
configure:5091: checking whether /usr/bin/g++-4.2 accepts -g
configure:5112: /usr/bin/g++-4.2 -c -g -F/usr/local/Frameworks conftest.cc >&5
configure:5118: $? = 0
configure:5122: test -z
|| test ! -s conftest.err
configure:5125: $? = 0
configure:5128: test -s conftest.o
configure:5131: $? = 0
configure:5142: result: yes
configure:5184: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.cc >&5
configure:5190: $? = 0
configure:5194: test -z
|| test ! -s conftest.err
configure:5197: $? = 0
configure:5200: test -s conftest.o
configure:5203: $? = 0
configure:5229: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:24: error: 'exit' was not declared in this scope
configure:5235: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5184: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.cc >&5
conftest.cc:20: error: 'void std::exit(int)' should have been declared inside 'std'
In file included from conftest.cc:21:
/usr/include/stdlib.h:159: error: declaration of 'void std::exit(int)' throws different exceptions
conftest.cc:20: error: from previous declaration 'void std::exit(int) throw ()'
configure:5190: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5184: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.cc >&5
conftest.cc:20: error: 'void std::exit(int)' should have been declared inside 'std'
configure:5190: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5184: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.cc >&5
In file included from conftest.cc:21:
/usr/include/stdlib.h:159: error: declaration of 'void exit(int)' throws different exceptions
conftest.cc:20: error: from previous declaration 'void exit(int) throw ()'
configure:5190: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5184: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.cc >&5
configure:5190: $? = 0
configure:5194: test -z
|| test ! -s conftest.err
configure:5197: $? = 0
configure:5200: test -s conftest.o
configure:5203: $? = 0
configure:5229: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.cc >&5
configure:5235: $? = 0
configure:5239: test -z
|| test ! -s conftest.err
configure:5242: $? = 0
configure:5245: test -s conftest.o
configure:5248: $? = 0
configure:5281: checking how to run the C++ preprocessor
configure:5312: /usr/bin/g++-4.2 -E -F/usr/local/Frameworks conftest.cc
configure:5318: $? = 0
configure:5350: /usr/bin/g++-4.2 -E -F/usr/local/Frameworks conftest.cc
conftest.cc:23:28: error: ac_nonexistent.h: No such file or directory
configure:5356: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5395: result: /usr/bin/g++-4.2 -E
configure:5419: /usr/bin/g++-4.2 -E -F/usr/local/Frameworks conftest.cc
configure:5425: $? = 0
configure:5457: /usr/bin/g++-4.2 -E -F/usr/local/Frameworks conftest.cc
conftest.cc:23:28: error: ac_nonexistent.h: No such file or directory
configure:5463: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5560: checking for g77
configure:5589: result: no
configure:5560: checking for f77
configure:5589: result: no
configure:5560: checking for xlf
configure:5589: result: no
configure:5560: checking for frt
configure:5589: result: no
configure:5560: checking for pgf77
configure:5589: result: no
configure:5560: checking for fort77
configure:5589: result: no
configure:5560: checking for fl32
configure:5589: result: no
configure:5560: checking for af77
configure:5589: result: no
configure:5560: checking for f90
configure:5589: result: no
configure:5560: checking for xlf90
configure:5589: result: no
configure:5560: checking for pgf90
configure:5589: result: no
configure:5560: checking for epcf90
configure:5589: result: no
configure:5560: checking for f95
configure:5589: result: no
configure:5560: checking for fort
configure:5589: result: no
configure:5560: checking for xlf95
configure:5589: result: no
configure:5560: checking for ifc
configure:5589: result: no
configure:5560: checking for efc
configure:5589: result: no
configure:5560: checking for pgf95
configure:5589: result: no
configure:5560: checking for lf95
configure:5589: result: no
configure:5560: checking for gfortran
configure:5589: result: no
configure:5601: checking for Fortran 77 compiler version
configure:5604: --version </dev/null >&5
./configure: line 5605: --version: command not found
configure:5607: $? = 127
configure:5609: -v </dev/null >&5
./configure: line 5610: -v: command not found
configure:5612: $? = 127
configure:5614: -V </dev/null >&5
./configure: line 5615: -V: command not found
configure:5617: $? = 127
configure:5625: checking whether we are using the GNU Fortran 77 compiler
configure:5639: -c conftest.F >&5
./configure: line 5640: -c: command not found
configure:5645: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:5671: result: no
configure:5677: checking whether accepts -g
configure:5689: -c -g conftest.f >&5
./configure: line 5690: -c: command not found
configure:5695: $? = 127
configure: failed program was:
| program main
|
| end
configure:5720: result: no
configure:5750: checking the maximum length of command line arguments
configure:5859: result: 196608
configure:5870: checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.2 object
configure:5975: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:5978: $? = 0
configure:5982: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5985: $? = 0
cannot find nm_test_var in conftest.nm
configure:5975: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:5978: $? = 0
configure:5982: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:5985: $? = 0
configure:6037: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c conftstm.o >&5
configure:6040: $? = 0
configure:6078: result: ok
configure:6082: checking for objdir
configure:6097: result: .libs
configure:6187: checking for ar
configure:6203: found /usr/bin/ar
configure:6214: result: ar
configure:6267: checking for ranlib
configure:6283: found /usr/bin/ranlib
configure:6294: result: ranlib
configure:6347: checking for strip
configure:6363: found /usr/bin/strip
configure:6374: result: strip
configure:6650: checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions
configure:6668: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -fno-rtti -fno-exceptions conftest.c >&5
configure:6672: $? = 0
configure:6685: result: yes
configure:6700: checking for /usr/bin/gcc-4.2 option to produce PIC
configure:6910: result: -fno-common
configure:6918: checking if /usr/bin/gcc-4.2 PIC flag -fno-common works
configure:6936: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -fno-common -DPIC conftest.c >&5
configure:6940: $? = 0
configure:6953: result: yes
configure:6981: checking if /usr/bin/gcc-4.2 static flag -static works
configure:7009: result: no
configure:7019: checking if /usr/bin/gcc-4.2 supports -c -o file.o
configure:7040: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -o out/conftest2.o conftest.c >&5
configure:7044: $? = 0
configure:7066: result: yes
configure:7092: checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) supports shared libraries
configure:8050: result: yes
configure:8117: checking dynamic linker characteristics
configure:8705: result: darwin9.8.0 dyld
configure:8714: checking how to hardcode library paths into programs
configure:8739: result: immediate
configure:8753: checking whether stripping libraries is possible
configure:8766: result: yes
configure:9592: checking if libtool supports shared libraries
configure:9594: result: yes
configure:9597: checking whether to build shared libraries
configure:9618: result: yes
configure:9621: checking whether to build static libraries
configure:9625: result: yes
configure:9717: creating libtool
configure:10305: checking for ld used by /usr/bin/g++-4.2
configure:10372: result: /usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld
configure:10381: checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) is GNU ld
configure:10396: result: no
configure:10447: checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) supports shared libraries
configure:11385: result: yes
configure:11407: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.cpp >&5
configure:11410: $? = 0
configure:11529: checking for /usr/bin/g++-4.2 option to produce PIC
configure:11803: result: -fno-common
configure:11811: checking if /usr/bin/g++-4.2 PIC flag -fno-common works
configure:11829: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -fno-common -DPIC conftest.cpp >&5
configure:11833: $? = 0
configure:11846: result: yes
configure:11874: checking if /usr/bin/g++-4.2 static flag -static works
configure:11902: result: no
configure:11912: checking if /usr/bin/g++-4.2 supports -c -o file.o
configure:11933: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -o out/conftest2.o conftest.cpp >&5
configure:11937: $? = 0
configure:11959: result: yes
configure:11985: checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) supports shared libraries
configure:12010: result: yes
configure:12077: checking dynamic linker characteristics
configure:12665: result: darwin9.8.0 dyld
configure:12674: checking how to hardcode library paths into programs
configure:12699: result: immediate
configure:19023: result:
configure:19025: result: Mandatory Platform Environment:
configure:19030: checking for ANSI C header files
configure:19186: result: yes
configure:19223: checking stdio.h usability
configure:19235: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:19241: $? = 0
configure:19245: test -z
|| test ! -s conftest.err
configure:19248: $? = 0
configure:19251: test -s conftest.o
configure:19254: $? = 0
configure:19264: result: yes
configure:19268: checking stdio.h presence
configure:19278: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:19284: $? = 0
configure:19304: result: yes
configure:19339: checking for stdio.h
configure:19346: result: yes
configure:19214: checking for stdlib.h
configure:19219: result: yes
configure:19223: checking stdarg.h usability
configure:19235: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:19241: $? = 0
configure:19245: test -z
|| test ! -s conftest.err
configure:19248: $? = 0
configure:19251: test -s conftest.o
configure:19254: $? = 0
configure:19264: result: yes
configure:19268: checking stdarg.h presence
configure:19278: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:19284: $? = 0
configure:19304: result: yes
configure:19339: checking for stdarg.h
configure:19346: result: yes
configure:19214: checking for string.h
configure:19219: result: yes
configure:19223: checking signal.h usability
configure:19235: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:19241: $? = 0
configure:19245: test -z
|| test ! -s conftest.err
configure:19248: $? = 0
configure:19251: test -s conftest.o
configure:19254: $? = 0
configure:19264: result: yes
configure:19268: checking signal.h presence
configure:19278: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:19284: $? = 0
configure:19304: result: yes
configure:19339: checking for signal.h
configure:19346: result: yes
configure:19214: checking for unistd.h
configure:19219: result: yes
configure:19223: checking setjmp.h usability
configure:19235: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:19241: $? = 0
configure:19245: test -z
|| test ! -s conftest.err
configure:19248: $? = 0
configure:19251: test -s conftest.o
configure:19254: $? = 0
configure:19264: result: yes
configure:19268: checking setjmp.h presence
configure:19278: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:19284: $? = 0
configure:19304: result: yes
configure:19339: checking for setjmp.h
configure:19346: result: yes
configure:19223: checking fcntl.h usability
configure:19235: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:19241: $? = 0
configure:19245: test -z
|| test ! -s conftest.err
configure:19248: $? = 0
configure:19251: test -s conftest.o
configure:19254: $? = 0
configure:19264: result: yes
configure:19268: checking fcntl.h presence
configure:19278: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:19284: $? = 0
configure:19304: result: yes
configure:19339: checking for fcntl.h
configure:19346: result: yes
configure:19223: checking errno.h usability
configure:19235: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:19241: $? = 0
configure:19245: test -z
|| test ! -s conftest.err
configure:19248: $? = 0
configure:19251: test -s conftest.o
configure:19254: $? = 0
configure:19264: result: yes
configure:19268: checking errno.h presence
configure:19278: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:19284: $? = 0
configure:19304: result: yes
configure:19339: checking for errno.h
configure:19346: result: yes
configure:19214: checking for sys/types.h
configure:19219: result: yes
configure:19223: checking sys/time.h usability
configure:19235: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:19241: $? = 0
configure:19245: test -z
|| test ! -s conftest.err
configure:19248: $? = 0
configure:19251: test -s conftest.o
configure:19254: $? = 0
configure:19264: result: yes
configure:19268: checking sys/time.h presence
configure:19278: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:19284: $? = 0
configure:19304: result: yes
configure:19339: checking for sys/time.h
configure:19346: result: yes
configure:19223: checking sys/wait.h usability
configure:19235: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:19241: $? = 0
configure:19245: test -z
|| test ! -s conftest.err
configure:19248: $? = 0
configure:19251: test -s conftest.o
configure:19254: $? = 0
configure:19264: result: yes
configure:19268: checking sys/wait.h presence
configure:19278: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:19284: $? = 0
configure:19304: result: yes
configure:19339: checking for sys/wait.h
configure:19346: result: yes
configure:19214: checking for sys/stat.h
configure:19219: result: yes
configure:19223: checking sys/socket.h usability
configure:19235: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:19241: $? = 0
configure:19245: test -z
|| test ! -s conftest.err
configure:19248: $? = 0
configure:19251: test -s conftest.o
configure:19254: $? = 0
configure:19264: result: yes
configure:19268: checking sys/socket.h presence
configure:19278: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:19284: $? = 0
configure:19304: result: yes
configure:19339: checking for sys/socket.h
configure:19346: result: yes
configure:19368: checking for gettimeofday
configure:19425: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:19431: $? = 0
configure:19435: test -z
|| test ! -s conftest.err
configure:19438: $? = 0
configure:19441: test -s conftest
configure:19444: $? = 0
configure:19456: result: yes
configure:19368: checking for select
configure:19425: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:19431: $? = 0
configure:19435: test -z
|| test ! -s conftest.err
configure:19438: $? = 0
configure:19441: test -s conftest
configure:19444: $? = 0
configure:19456: result: yes
configure:19368: checking for sigaction
configure:19425: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:19431: $? = 0
configure:19435: test -z
|| test ! -s conftest.err
configure:19438: $? = 0
configure:19441: test -s conftest
configure:19444: $? = 0
configure:19456: result: yes
configure:19368: checking for sigprocmask
configure:19425: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:19431: $? = 0
configure:19435: test -z
|| test ! -s conftest.err
configure:19438: $? = 0
configure:19441: test -s conftest
configure:19444: $? = 0
configure:19456: result: yes
configure:19368: checking for sigpending
configure:19425: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:19431: $? = 0
configure:19435: test -z
|| test ! -s conftest.err
configure:19438: $? = 0
configure:19441: test -s conftest
configure:19444: $? = 0
configure:19456: result: yes
configure:19368: checking for sigsuspend
configure:19425: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:19431: $? = 0
configure:19435: test -z
|| test ! -s conftest.err
configure:19438: $? = 0
configure:19441: test -s conftest
configure:19444: $? = 0
configure:19456: result: yes
configure:19515: result: decision on mandatory system headers and functions... all fine
configure:19523: result:
configure:19525: result: Optional Platform Environment:
configure:19530: checking for number of signals
configure:19572: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:19575: $? = 0
configure:19577: ./conftest
configure:19580: $? = 0
configure:19593: result: 32
configure:19602: checking for default value of FD_SETSIZE
configure:19638: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:19641: $? = 0
configure:19643: ./conftest
configure:19646: $? = 0
configure:19659: result: 1024
configure:19689: checking for poll
configure:19746: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:19752: $? = 0
configure:19756: test -z
|| test ! -s conftest.err
configure:19759: $? = 0
configure:19762: test -s conftest
configure:19765: $? = 0
configure:19777: result: yes
configure:19787: checking for define POLLIN in poll.h
configure:19814: result: yes
configure:19824: checking whether poll(2) facility has to be faked
configure:19865: result: no
configure:19882: checking sys/uio.h usability
configure:19894: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:19900: $? = 0
configure:19904: test -z
|| test ! -s conftest.err
configure:19907: $? = 0
configure:19910: test -s conftest.o
configure:19913: $? = 0
configure:19923: result: yes
configure:19927: checking sys/uio.h presence
configure:19937: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:19943: $? = 0
configure:19963: result: yes
configure:19998: checking for sys/uio.h
configure:20005: result: yes
configure:20023: checking for readv
configure:20080: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:20086: $? = 0
configure:20090: test -z
|| test ! -s conftest.err
configure:20093: $? = 0
configure:20096: test -s conftest
configure:20099: $? = 0
configure:20111: result: yes
configure:20023: checking for writev
configure:20080: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:20086: $? = 0
configure:20090: test -z
|| test ! -s conftest.err
configure:20093: $? = 0
configure:20096: test -s conftest
configure:20099: $? = 0
configure:20111: result: yes
configure:20121: checking whether readv(2)/writev(2) facility has to be faked
configure:20162: result: no
configure:20170: checking for usleep
configure:20227: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:20233: $? = 0
configure:20237: test -z
|| test ! -s conftest.err
configure:20240: $? = 0
configure:20243: test -s conftest
configure:20246: $? = 0
configure:20258: result: yes
configure:20170: checking for strerror
configure:20227: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:20233: $? = 0
configure:20237: test -z
|| test ! -s conftest.err
configure:20240: $? = 0
configure:20243: test -s conftest
configure:20246: $? = 0
configure:20258: result: yes
configure:20285: checking sys/resource.h usability
configure:20297: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:20303: $? = 0
configure:20307: test -z
|| test ! -s conftest.err
configure:20310: $? = 0
configure:20313: test -s conftest.o
configure:20316: $? = 0
configure:20326: result: yes
configure:20330: checking sys/resource.h presence
configure:20340: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:20346: $? = 0
configure:20366: result: yes
configure:20401: checking for sys/resource.h
configure:20408: result: yes
configure:20285: checking net/errno.h usability
configure:20297: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
conftest.c:87:23: error: net/errno.h: No such file or directory
configure:20303: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGSUSPEND 1
| #define PTH_NSIG 32
| #define HAVE_POLL 1
| #define HAVE_POLLIN 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR 1
| #define HAVE_SYS_RESOURCE_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 <net/errno.h>
configure:20326: result: no
configure:20330: checking net/errno.h presence
configure:20340: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
conftest.c:53:23: error: net/errno.h: No such file or directory
configure:20346: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGSUSPEND 1
| #define PTH_NSIG 32
| #define HAVE_POLL 1
| #define HAVE_POLLIN 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR 1
| #define HAVE_SYS_RESOURCE_H 1
| /* end confdefs.h. */
| #include <net/errno.h>
configure:20366: result: no
configure:20401: checking for net/errno.h
configure:20408: result: no
configure:20285: checking paths.h usability
configure:20297: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:20303: $? = 0
configure:20307: test -z
|| test ! -s conftest.err
configure:20310: $? = 0
configure:20313: test -s conftest.o
configure:20316: $? = 0
configure:20326: result: yes
configure:20330: checking paths.h presence
configure:20340: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:20346: $? = 0
configure:20366: result: yes
configure:20401: checking for paths.h
configure:20408: result: yes
configure:20423: checking for gethostname in -lnsl
configure:20453: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c -lnsl >&5
ld: library not found for -lnsl
collect2: ld returned 1 exit status
configure:20459: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGSUSPEND 1
| #define PTH_NSIG 32
| #define HAVE_POLL 1
| #define HAVE_POLLIN 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PATHS_H 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 gethostname ();
| int
| main ()
| {
| gethostname ();
| ;
| return 0;
| }
configure:20485: result: no
configure:20498: checking for gethostbyname in -lnsl
configure:20528: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c -lnsl >&5
ld: library not found for -lnsl
collect2: ld returned 1 exit status
configure:20534: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGSUSPEND 1
| #define PTH_NSIG 32
| #define HAVE_POLL 1
| #define HAVE_POLLIN 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PATHS_H 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 gethostbyname ();
| int
| main ()
| {
| gethostbyname ();
| ;
| return 0;
| }
configure:20560: result: no
configure:20573: checking for accept in -lsocket
configure:20603: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c -lsocket >&5
ld: library not found for -lsocket
collect2: ld returned 1 exit status
configure:20609: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGSUSPEND 1
| #define PTH_NSIG 32
| #define HAVE_POLL 1
| #define HAVE_POLLIN 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PATHS_H 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 accept ();
| int
| main ()
| {
| accept ();
| ;
| return 0;
| }
configure:20635: result: no
configure:20661: checking sys/select.h usability
configure:20673: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:20679: $? = 0
configure:20683: test -z
|| test ! -s conftest.err
configure:20686: $? = 0
configure:20689: test -s conftest.o
configure:20692: $? = 0
configure:20702: result: yes
configure:20706: checking sys/select.h presence
configure:20716: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:20722: $? = 0
configure:20742: result: yes
configure:20777: checking for sys/select.h
configure:20784: result: yes
configure:20803: checking for typedef sig_atomic_t
configure:20827: result: yes
configure:20843: checking for typedef pid_t
configure:20867: result: yes
configure:20883: checking for typedef size_t
configure:20907: result: yes
configure:20923: checking for typedef ssize_t
configure:20947: result: yes
configure:20963: checking for typedef off_t
configure:20987: result: yes
configure:21003: checking for typedef stack_t
configure:21027: result: yes
configure:21038: checking for attribute ss_base in struct sigaltstack from sys/signal.h
configure:21066: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
conftest.c: In function 'main':
conftest.c:71: error: dereferencing pointer to incomplete type
conftest.c:71: error: dereferencing pointer to incomplete type
configure:21072: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGSUSPEND 1
| #define PTH_NSIG 32
| #define HAVE_POLL 1
| #define HAVE_POLLIN 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_PID_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_OFF_T 1
| #define HAVE_STACK_T 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/signal.h>
|
| int
| main ()
| {
|
| struct sigaltstack *sp1;
| struct sigaltstack *sp2;
| sp1->ss_base = sp2->ss_base;
|
| ;
| return 0;
| }
configure:21097: result: no
configure:21107: checking for attribute ss_sp in struct sigaltstack from sys/signal.h
configure:21135: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
conftest.c: In function 'main':
conftest.c:71: error: dereferencing pointer to incomplete type
conftest.c:71: error: dereferencing pointer to incomplete type
configure:21141: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGSUSPEND 1
| #define PTH_NSIG 32
| #define HAVE_POLL 1
| #define HAVE_POLLIN 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_PID_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_OFF_T 1
| #define HAVE_STACK_T 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/signal.h>
|
| int
| main ()
| {
|
| struct sigaltstack *sp1;
| struct sigaltstack *sp2;
| sp1->ss_sp = sp2->ss_sp;
|
| ;
| return 0;
| }
configure:21166: result: no
configure:21177: checking for a single-argument based gettimeofday
configure:21203: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
conftest.c: In function 'main':
conftest.c:71: error: too few arguments to function 'gettimeofday'
configure:21209: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGSUSPEND 1
| #define PTH_NSIG 32
| #define HAVE_POLL 1
| #define HAVE_POLLIN 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_PID_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_OFF_T 1
| #define HAVE_STACK_T 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/time.h>
| #include <unistd.h>
|
| int
| main ()
| {
|
| struct timeval tv;
| (void)gettimeofday(&tv);
|
| ;
| return 0;
| }
configure:21245: result: no
configure:21248: checking for struct timespec
configure:21272: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:21278: $? = 0
configure:21282: test -z
|| test ! -s conftest.err
configure:21285: $? = 0
configure:21288: test -s conftest.o
configure:21291: $? = 0
configure:21310: result: yes
configure:21313: checking for typedef socklen_t
configure:21337: result: yes
configure:21347: checking for type of argument 3 for accept()
configure:21407: result: socklen_t *
configure:21412: checking for fallback socklen_t
configure:21428: result: socklen_t
configure:21440: checking for typedef nfds_t
configure:21464: result: yes
configure:21474: checking for type of argument 2 for poll()
configure:21534: result: nfds_t
configure:21539: checking for fallback nfds_t
configure:21555: result: nfds_t
configure:21567: checking for built-in type long long
configure:21593: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:21599: $? = 0
configure:21603: test -z
|| test ! -s conftest.err
configure:21606: $? = 0
configure:21609: test -s conftest
configure:21612: $? = 0
configure:21625: result: yes
configure:21635: checking for built-in type long double
configure:21661: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:21667: $? = 0
configure:21671: test -z
|| test ! -s conftest.err
configure:21674: $? = 0
configure:21677: test -s conftest
configure:21680: $? = 0
configure:21693: result: yes
configure:21706: result:
configure:21708: result: Machine Context Implementation:
configure:21714: checking for ucontext.h
configure:21730: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:21736: $? = 0
configure:21740: test -z
|| test ! -s conftest.err
configure:21743: $? = 0
configure:21746: test -s conftest.o
configure:21749: $? = 0
configure:21760: result: yes
configure:21771: checking for makecontext
configure:21828: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:21834: $? = 0
configure:21838: test -z
|| test ! -s conftest.err
configure:21841: $? = 0
configure:21844: test -s conftest
configure:21847: $? = 0
configure:21859: result: yes
configure:21771: checking for swapcontext
configure:21828: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:21834: $? = 0
configure:21838: test -z
|| test ! -s conftest.err
configure:21841: $? = 0
configure:21844: test -s conftest
configure:21847: $? = 0
configure:21859: result: yes
configure:21771: checking for getcontext
configure:21828: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:21834: $? = 0
configure:21838: test -z
|| test ! -s conftest.err
configure:21841: $? = 0
configure:21844: test -s conftest
configure:21847: $? = 0
configure:21859: result: yes
configure:21771: checking for setcontext
configure:21828: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:21834: $? = 0
configure:21838: test -z
|| test ! -s conftest.err
configure:21841: $? = 0
configure:21844: test -s conftest
configure:21847: $? = 0
configure:21859: result: yes
configure:21870: checking for usable SVR4/SUSv2 makecontext(2)/swapcontext(2)
configure:21941: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:21944: $? = 0
configure:21946: ./conftest
configure:21949: $? = 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 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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGSUSPEND 1
| #define PTH_NSIG 32
| #define HAVE_POLL 1
| #define HAVE_POLLIN 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_PID_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_OFF_T 1
| #define HAVE_STACK_T 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_NFDS_T 1
| #define HAVE_LONGLONG 1
| #define HAVE_LONGDOUBLE 1
| #define HAVE_MAKECONTEXT 1
| #define HAVE_SWAPCONTEXT 1
| #define HAVE_GETCONTEXT 1
| #define HAVE_SETCONTEXT 1
| /* end confdefs.h. */
|
|
| #include <stdio.h>
| #include <stdlib.h>
| #include <ucontext.h>
|
| ucontext_t uc_child;
| ucontext_t uc_main;
|
| void child(void *arg)
| {
| if (arg != (void *)12345)
| exit(1);
| if (swapcontext(&uc_child, &uc_main) != 0)
| exit(1);
| }
|
| int main(int argc, char *argv[])
| {
| FILE *fp;
| void *stack;
|
| /* the default is that it fails */
| if ((fp = fopen("conftestval", "w")) == NULL)
| exit(1);
| fprintf(fp, "no\n");
| fclose(fp);
|
| /* configure a child user-space context */
| if ((stack = malloc(64*1024)) == NULL)
| exit(1);
| if (getcontext(&uc_child) != 0)
| exit(1);
| uc_child.uc_link = NULL;
| uc_child.uc_stack.ss_sp = (char *)stack+(32*1024);
| uc_child.uc_stack.ss_size = 32*1024;
| uc_child.uc_stack.ss_flags = 0;
| makecontext(&uc_child, child, 2, (void *)12345);
|
| /* switch into the user context */
| if (swapcontext(&uc_main, &uc_child) != 0)
| exit(1);
|
| /* Fine, child came home */
| if ((fp = fopen("conftestval", "w")) == NULL)
| exit(1);
| fprintf(fp, "yes\n");
| fclose(fp);
|
| /* die successfully */
| exit(0);
| }
|
configure:21963: result: no
configure:21977: checking for signal.h
configure:21982: result: yes
configure:22131: checking for sigsetjmp
configure:22188: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:22194: $? = 0
configure:22198: test -z
|| test ! -s conftest.err
configure:22201: $? = 0
configure:22204: test -s conftest
configure:22207: $? = 0
configure:22219: result: yes
configure:22131: checking for siglongjmp
configure:22188: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:22194: $? = 0
configure:22198: test -z
|| test ! -s conftest.err
configure:22201: $? = 0
configure:22204: test -s conftest
configure:22207: $? = 0
configure:22219: result: yes
configure:22131: checking for setjmp
configure:22188: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:22194: $? = 0
configure:22198: test -z
|| test ! -s conftest.err
configure:22201: $? = 0
configure:22204: test -s conftest
configure:22207: $? = 0
configure:22219: result: yes
configure:22131: checking for longjmp
configure:22188: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:22194: $? = 0
configure:22198: test -z
|| test ! -s conftest.err
configure:22201: $? = 0
configure:22204: test -s conftest
configure:22207: $? = 0
configure:22219: result: yes
configure:22131: checking for _setjmp
configure:22188: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:22194: $? = 0
configure:22198: test -z
|| test ! -s conftest.err
configure:22201: $? = 0
configure:22204: test -s conftest
configure:22207: $? = 0
configure:22219: result: yes
configure:22131: checking for _longjmp
configure:22188: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:22194: $? = 0
configure:22198: test -z
|| test ! -s conftest.err
configure:22201: $? = 0
configure:22204: test -s conftest
configure:22207: $? = 0
configure:22219: result: yes
configure:22234: checking for sigaltstack
configure:22291: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:22297: $? = 0
configure:22301: test -z
|| test ! -s conftest.err
configure:22304: $? = 0
configure:22307: test -s conftest
configure:22310: $? = 0
configure:22322: result: yes
configure:22234: checking for sigstack
configure:22291: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
Undefined symbols:
"_sigstack", referenced from:
_f in ccfVY46L.o
_sigstack$non_lazy_ptr in ccfVY46L.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:22297: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGSUSPEND 1
| #define PTH_NSIG 32
| #define HAVE_POLL 1
| #define HAVE_POLLIN 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_PID_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_OFF_T 1
| #define HAVE_STACK_T 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_NFDS_T 1
| #define HAVE_LONGLONG 1
| #define HAVE_LONGDOUBLE 1
| #define HAVE_MAKECONTEXT 1
| #define HAVE_SWAPCONTEXT 1
| #define HAVE_GETCONTEXT 1
| #define HAVE_SETCONTEXT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE__SETJMP 1
| #define HAVE__LONGJMP 1
| #define HAVE_SIGALTSTACK 1
| /* end confdefs.h. */
| /* Define sigstack to an innocuous variant, in case <limits.h> declares sigstack.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sigstack innocuous_sigstack
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sigstack (); 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 sigstack
|
| /* 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 sigstack ();
| /* 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_sigstack) || defined (__stub___sigstack)
| choke me
| #else
| char (*f) () = sigstack;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sigstack;
| ;
| return 0;
| }
configure:22322: result: no
configure:22332: checking for signal-mask aware setjmp(3)/longjmp(3)
configure:22484: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -DTEST_ssjlj -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:22487: $? = 0
configure:22489: ./conftest
configure:22492: $? = 0
configure:22550: result: yes: ssjlj
configure:22683: checking for typedef stack_t
configure:22707: result: yes
configure:22718: checking for direction of stack growth
configure:22763: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:22766: $? = 0
configure:22768: ./conftest
configure:22771: $? = 0
configure:22785: result: down
configure:22816: checking for makecontext
configure:22904: result: yes
configure:22915: checking for stack setup via makecontext
configure:23072: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -DTEST_makecontext -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:23075: $? = 0
configure:23077: ./conftest
configure:23080: $? = 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 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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGSUSPEND 1
| #define PTH_NSIG 32
| #define HAVE_POLL 1
| #define HAVE_POLLIN 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_PID_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_OFF_T 1
| #define HAVE_STACK_T 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_NFDS_T 1
| #define HAVE_LONGLONG 1
| #define HAVE_LONGDOUBLE 1
| #define HAVE_MAKECONTEXT 1
| #define HAVE_SWAPCONTEXT 1
| #define HAVE_GETCONTEXT 1
| #define HAVE_SETCONTEXT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE__SETJMP 1
| #define HAVE__LONGJMP 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define PTH_STACKGROWTH -1
| #define HAVE_MAKECONTEXT 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <stdlib.h>
| #include <string.h>
| #if defined(TEST_sigstack) || defined(TEST_sigaltstack)
| #include <sys/types.h>
| #include <signal.h>
| #include <unistd.h>
| #endif
| #if defined(TEST_makecontext)
| #include <ucontext.h>
| #endif
| union alltypes {
| long l;
| double d;
| void *vp;
| void (*fp)(void);
| char *cp;
| };
| static volatile char *handler_addr = (char *)0xDEAD;
| #if defined(TEST_sigstack) || defined(TEST_sigaltstack)
| static volatile int handler_done = 0;
| void handler(int sig)
| {
| char garbage[1024];
| int i;
| auto int dummy;
| for (i = 0; i < 1024; i++)
| garbage[i] = 'X';
| handler_addr = (char *)&dummy;
| handler_done = 1;
| return;
| }
| #endif
| #if defined(TEST_makecontext)
| static ucontext_t uc_handler;
| static ucontext_t uc_main;
| void handler(void)
| {
| char garbage[1024];
| int i;
| auto int dummy;
| for (i = 0; i < 1024; i++)
| garbage[i] = 'X';
| handler_addr = (char *)&dummy;
| swapcontext(&uc_handler, &uc_main);
| return;
| }
| #endif
| int main(int argc, char *argv[])
| {
| FILE *f;
| char *skaddr;
| char *skbuf;
| int sksize;
| char result[1024];
| int i;
| sksize = 32768;
| skbuf = (char *)malloc(sksize*2+2*sizeof(union alltypes));
| if (skbuf == NULL)
| exit(1);
| for (i = 0; i < sksize*2+2*sizeof(union alltypes); i++)
| skbuf[i] = 'A';
| skaddr = skbuf+sizeof(union alltypes);
| #if defined(TEST_sigstack) || defined(TEST_sigaltstack)
| {
| struct sigaction sa;
| #if defined(TEST_sigstack)
| struct sigstack ss;
| #elif defined(TEST_sigaltstack) && defined(HAVE_STACK_T)
| stack_t ss;
| #else
| struct sigaltstack ss;
| #endif
| #if defined(TEST_sigstack)
| ss.ss_sp = (void *)(skaddr + sksize);
| ss.ss_onstack = 0;
| if (sigstack(&ss, NULL) < 0)
| exit(1);
| #elif defined(TEST_sigaltstack)
| ss.ss_sp = (void *)(skaddr + sksize);
| ss.ss_size = sksize;
| ss.ss_flags = 0;
| if (sigaltstack(&ss, NULL) < 0)
| exit(1);
| #endif
| memset((void *)&sa, 0, sizeof(struct sigaction));
| sa.sa_handler = handler;
| sa.sa_flags = SA_ONSTACK;
| sigemptyset(&sa.sa_mask);
| sigaction(SIGUSR1, &sa, NULL);
| kill(getpid(), SIGUSR1);
| while (!handler_done)
| /*nop*/;
| }
| #endif
| #if defined(TEST_makecontext)
| {
| if (getcontext(&uc_handler) != 0)
| exit(1);
| uc_handler.uc_link = NULL;
| uc_handler.uc_stack.ss_sp = (void *)(skaddr + sksize);
| uc_handler.uc_stack.ss_size = sksize;
| uc_handler.uc_stack.ss_flags = 0;
| makecontext(&uc_handler, handler, 1);
| swapcontext(&uc_main, &uc_handler);
| }
| #endif
| if (handler_addr == (char *)0xDEAD)
| exit(1);
| if (handler_addr < skaddr+sksize) {
| /* stack was placed into lower area */
| if (*(skaddr+sksize) != 'A')
| sprintf(result, "(skaddr)+(sksize)-%d,(sksize)-%d",
| sizeof(union alltypes), sizeof(union alltypes));
| else
| strcpy(result, "(skaddr)+(sksize),(sksize)");
| }
| else {
| /* stack was placed into higher area */
| if (*(skaddr+sksize*2) != 'A')
| sprintf(result, "(skaddr),(sksize)-%d", sizeof(union alltypes));
| else
| strcpy(result, "(skaddr),(sksize)");
| }
| if ((f = fopen("conftestval", "w")) == NULL)
| exit(1);
| fprintf(f, "%s\n", result);
| fclose(f);
| exit(0);
| }
|
configure:23107: result: guessed
configure:23126: checking for sigaltstack
configure:23214: result: yes
configure:23229: checking for typedef stack_t
configure:23253: result: yes
configure:23266: checking for stack setup via sigaltstack
configure:23423: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -DTEST_sigaltstack -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:23426: $? = 0
configure:23428: ./conftest
configure:23431: $? = 0
configure:23458: result: ok
configure:23476: checking for sigstack
configure:23564: result: no
configure:23575: checking for stack setup via sigstack
configure:23767: result: N.A.
configure:23833: result: decision on mctx implementation... sjlj/ssjlj/sas
configure:23856: result:
configure:23858: result: System Call Mapping:
configure:23878: checking sys/syscall.h usability
configure:23890: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
configure:23896: $? = 0
configure:23900: test -z
|| test ! -s conftest.err
configure:23903: $? = 0
configure:23906: test -s conftest.o
configure:23909: $? = 0
configure:23919: result: yes
configure:23923: checking sys/syscall.h presence
configure:23933: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
configure:23939: $? = 0
configure:23959: result: yes
configure:23994: checking for sys/syscall.h
configure:24001: result: yes
configure:23878: checking sys/socketcall.h usability
configure:23890: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks conftest.c >&5
conftest.c:121:28: error: sys/socketcall.h: No such file or directory
configure:23896: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGSUSPEND 1
| #define PTH_NSIG 32
| #define HAVE_POLL 1
| #define HAVE_POLLIN 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_PID_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_OFF_T 1
| #define HAVE_STACK_T 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_NFDS_T 1
| #define HAVE_LONGLONG 1
| #define HAVE_LONGDOUBLE 1
| #define HAVE_MAKECONTEXT 1
| #define HAVE_SWAPCONTEXT 1
| #define HAVE_GETCONTEXT 1
| #define HAVE_SETCONTEXT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE__SETJMP 1
| #define HAVE__LONGJMP 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define PTH_STACKGROWTH -1
| #define HAVE_MAKECONTEXT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define PTH_MCTX_MTH_use PTH_MCTX_MTH_sjlj
| #define PTH_MCTX_DSP_use PTH_MCTX_DSP_ssjlj
| #define PTH_MCTX_STK_use PTH_MCTX_STK_sas
| #define HAVE_SYS_SYSCALL_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/socketcall.h>
configure:23919: result: no
configure:23923: checking sys/socketcall.h presence
configure:23933: /usr/bin/gcc-4.2 -E -F/usr/local/Frameworks conftest.c
conftest.c:87:28: error: sys/socketcall.h: No such file or directory
configure:23939: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGSUSPEND 1
| #define PTH_NSIG 32
| #define HAVE_POLL 1
| #define HAVE_POLLIN 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_PID_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_OFF_T 1
| #define HAVE_STACK_T 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_NFDS_T 1
| #define HAVE_LONGLONG 1
| #define HAVE_LONGDOUBLE 1
| #define HAVE_MAKECONTEXT 1
| #define HAVE_SWAPCONTEXT 1
| #define HAVE_GETCONTEXT 1
| #define HAVE_SETCONTEXT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE__SETJMP 1
| #define HAVE__LONGJMP 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define PTH_STACKGROWTH -1
| #define HAVE_MAKECONTEXT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define PTH_MCTX_MTH_use PTH_MCTX_MTH_sjlj
| #define PTH_MCTX_DSP_use PTH_MCTX_DSP_ssjlj
| #define PTH_MCTX_STK_use PTH_MCTX_STK_sas
| #define HAVE_SYS_SYSCALL_H 1
| /* end confdefs.h. */
| #include <sys/socketcall.h>
configure:23959: result: no
configure:23994: checking for sys/socketcall.h
configure:24001: result: no
configure:24018: checking for syscall
configure:24075: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c >&5
configure:24081: $? = 0
configure:24085: test -z
|| test ! -s conftest.err
configure:24088: $? = 0
configure:24091: test -s conftest
configure:24094: $? = 0
configure:24106: result: yes
configure:24116: checking for define SYS_read in sys/syscall.h
configure:24143: result: yes
configure:24159: checking for dlfcn.h
configure:24164: result: yes
configure:24305: checking for dlsym in -ldl
configure:24335: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c -ldl >&5
configure:24341: $? = 0
configure:24345: test -z
|| test ! -s conftest.err
configure:24348: $? = 0
configure:24351: test -s conftest
configure:24354: $? = 0
configure:24367: result: yes
configure:24384: checking for dlopen
configure:24441: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c -ldl >&5
configure:24447: $? = 0
configure:24451: test -z
|| test ! -s conftest.err
configure:24454: $? = 0
configure:24457: test -s conftest
configure:24460: $? = 0
configure:24472: result: yes
configure:24384: checking for dlsym
configure:24441: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c -ldl >&5
configure:24447: $? = 0
configure:24451: test -z
|| test ! -s conftest.err
configure:24454: $? = 0
configure:24457: test -s conftest
configure:24460: $? = 0
configure:24472: result: yes
configure:24384: checking for dlclose
configure:24441: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks conftest.c -ldl >&5
configure:24447: $? = 0
configure:24451: test -z
|| test ! -s conftest.err
configure:24454: $? = 0
configure:24457: test -s conftest
configure:24460: $? = 0
configure:24472: result: yes
configure:24482: checking for define RTLD_NEXT in dlfcn.h
configure:24509: result: yes
configure:24520: checking for syscall dynamic libraries
configure:24544: result:
configure:24552: checking whether soft system call mapping is used
configure:24570: result: no
configure:24574: checking whether hard system call mapping is used
configure:24628: result: no
configure:24640: result:
configure:24642: result: Build Parameters:
configure:24647: checking whether to activate batch build mode
configure:24659: result: no
configure:24664: checking whether to activate maintainer build targets
configure:24673: result: no
configure:24678: checking whether to activate test build targets
configure:24687: result: yes
configure:24695: checking whether to build Pthread library
configure:24706: result: no
configure:25210: checking whether to build against external OSSP ex library
configure:25221: result: no
configure:25536: checking whether to build against external Sfio library
configure:25543: result: no
configure:25858: checking whether to build against external Dmalloc library
configure:25869: result: no
configure:25875: result:
configure:25877: result: Output Substitution:
configure:25979: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59 (OpenPKG-CURRENT). Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Synergo.local
config.status:716: creating Makefile
config.status:716: creating pthread-config
config.status:716: creating pthread.h
config.status:716: creating pth-config
config.status:716: creating pth.h
config.status:716: creating pth_acmac.h
config.status:819: creating pth_acdef.h
config.status:1263: executing default commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_argtype_accept3='socklen_t *'
ac_cv_argtype_poll2=nfds_t
ac_cv_build=powerpc-apple-darwin9.8.0
ac_cv_build_alias=powerpc-apple-darwin9.8.0
ac_cv_c_compiler_gnu=yes
ac_cv_check_mcsc=no
ac_cv_check_nfdstype=nfds_t
ac_cv_check_sjlj=ssjlj
ac_cv_check_socklentype=socklen_t
ac_cv_check_stackgrowth=down
ac_cv_cxx_compiler_gnu=yes
ac_cv_define_POLLIN=yes
ac_cv_define_RTLD_NEXT=yes
ac_cv_define_SYS_read=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/gcc-4.2
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-F/usr/local/Frameworks
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/bin/g++-4.2
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/usr/local/lib -F/usr/local/Frameworks'
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_f77_compiler_gnu=no
ac_cv_func__longjmp=yes
ac_cv_func__setjmp=yes
ac_cv_func_dlclose=yes
ac_cv_func_dlopen=yes
ac_cv_func_dlsym=yes
ac_cv_func_getcontext=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_longjmp=yes
ac_cv_func_makecontext=yes
ac_cv_func_poll=yes
ac_cv_func_readv=yes
ac_cv_func_select=yes
ac_cv_func_setcontext=yes
ac_cv_func_setjmp=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_siglongjmp=yes
ac_cv_func_sigpending=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_sigsetjmp=yes
ac_cv_func_sigstack=no
ac_cv_func_sigsuspend=yes
ac_cv_func_strerror=yes
ac_cv_func_swapcontext=yes
ac_cv_func_syscall=yes
ac_cv_func_usleep=yes
ac_cv_func_writev=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_errno_h=no
ac_cv_header_paths_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_socketcall_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_syscall_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_ucontext_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=powerpc-apple-darwin9.8.0
ac_cv_host_alias=powerpc-apple-darwin9.8.0
ac_cv_lib_dl_dlsym=yes
ac_cv_lib_nsl_gethostbyname=no
ac_cv_lib_nsl_gethostname=no
ac_cv_lib_socket_accept=no
ac_cv_objext=o
ac_cv_prog_CPP='/usr/bin/gcc-4.2 -E'
ac_cv_prog_CXXCPP='/usr/bin/g++-4.2 -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.2
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_stacksetup_makecontext='guessed:(skaddr),(sksize)'
ac_cv_stacksetup_sigaltstack='ok:(skaddr),(sksize)'
ac_cv_stacksetup_sigstack='N.A.:/*N.A.*/,/*N.A.*/'
ac_cv_structattr_ss_base=no
ac_cv_structattr_ss_sp=no
ac_cv_type_longdouble=yes
ac_cv_type_longlong=yes
ac_cv_typedef_nfds_t=yes
ac_cv_typedef_off_t=yes
ac_cv_typedef_pid_t=yes
ac_cv_typedef_sig_atomic_t=yes
ac_cv_typedef_size_t=yes
ac_cv_typedef_socklen_t=yes
ac_cv_typedef_ssize_t=yes
ac_cv_typedef_stack_t=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld
lt_cv_path_LDCXX=/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld
lt_cv_path_NM='/usr/bin/nm -p'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([BCDEGRST][BCDEGRST]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
BATCH='no'
CC='/usr/bin/gcc-4.2'
CFLAGS='-Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5'
CPP='/usr/bin/gcc-4.2 -E'
CPPFLAGS='-F/usr/local/Frameworks'
CXX='/usr/bin/g++-4.2'
CXXCPP='/usr/bin/g++-4.2 -E'
CXXFLAGS='-Os -w -pipe -mcpu=970 -m64 -mmacosx-version-min=10.5'
DEFS='-DHAVE_CONFIG_H'
ECHO='/bin/echo'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXTRA_INCLUDE_SYS_SELECT_H='#include <sys/select.h>'
F77=''
FALLBACK_NFDS_T='/* typedef nfds_t nfds_t; */'
FALLBACK_OFF_T='/* typedef int off_t; */'
FALLBACK_PID_T='/* typedef int pid_t; */'
FALLBACK_SIG_ATOMIC_T='/* typedef int sig_atomic_t; */'
FALLBACK_SIZE_T='/* typedef unsigned int size_t; */'
FALLBACK_SOCKLEN_T='/* typedef socklen_t socklen_t; */'
FALLBACK_SSIZE_T='/* typedef unsigned int ssize_t; */'
FFLAGS=''
INSTALL_PTHREAD=''
LDFLAGS='-L/usr/local/lib -F/usr/local/Frameworks'
LIBOBJS=''
LIBPTHREAD_A=''
LIBPTHREAD_LA=''
LIBS='-ldl '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PLATFORM='powerpc-apple-darwin9.8.0'
PTHREAD_3=''
PTHREAD_CONFIG_1=''
PTHREAD_O=''
PTH_EXT_SFIO='0'
PTH_FAKE_POLL='0'
PTH_FAKE_RWV='0'
PTH_FDSETSIZE='1024'
PTH_MCTX_ID='sjlj/ssjlj/sas'
PTH_STACK_GROWTH='down'
PTH_SYSCALL_HARD='0'
PTH_SYSCALL_SOFT='0'
PTH_VERSION_HEX='0x200207'
PTH_VERSION_STR='2.0.7 (08-Jun-2006)'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TARGET_ALL='$(TARGET_PREQ) $(TARGET_LIBS) $(TARGET_TEST)'
TEST_PTHREAD=''
UNINSTALL_PTHREAD=''
ac_ct_AR='ar'
ac_ct_CC='/usr/bin/gcc-4.2'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='powerpc-apple-darwin9.8.0'
build_alias=''
build_cpu='powerpc'
build_os='darwin9.8.0'
build_vendor='apple'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='powerpc-apple-darwin9.8.0'
host_alias=''
host_cpu='powerpc'
host_os='darwin9.8.0'
host_vendor='apple'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='/usr/local/Cellar/pth/2.0.7/share/man'
oldincludedir='/usr/include'
prefix='/usr/local/Cellar/pth/2.0.7'
program_transform_name='s,x,x,'
pth_sigjmpbuf='#define pth_sigjmpbuf sigjmp_buf'
pth_siglongjmp='#define pth_siglongjmp(buf,val) siglongjmp(buf,val)'
pth_sigsetjmp='#define pth_sigsetjmp(buf) sigsetjmp(buf,1)'
pth_skaddr_makecontext='#define pth_skaddr_makecontext(skaddr,sksize) ((skaddr))'
pth_skaddr_sigaltstack='#define pth_skaddr_sigaltstack(skaddr,sksize) ((skaddr))'
pth_skaddr_sigstack='#define pth_skaddr_sigstack(skaddr,sksize) (/*N.A.*/)'
pth_sksize_makecontext='#define pth_sksize_makecontext(skaddr,sksize) ((sksize))'
pth_sksize_sigaltstack='#define pth_sksize_sigaltstack(skaddr,sksize) ((sksize))'
pth_sksize_sigstack='#define pth_sksize_sigstack(skaddr,sksize) (/*N.A.*/)'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
srcdir_prefix=''
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_DLCLOSE 1
#define HAVE_DLFCN_H 1
#define HAVE_DLFCN_H 1
#define HAVE_DLOPEN 1
#define HAVE_DLSYM 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GETCONTEXT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBDL 1
#define HAVE_LONGDOUBLE 1
#define HAVE_LONGJMP 1
#define HAVE_LONGLONG 1
#define HAVE_MAKECONTEXT 1
#define HAVE_MAKECONTEXT 1
#define HAVE_MEMORY_H 1
#define HAVE_NFDS_T 1
#define HAVE_OFF_T 1
#define HAVE_PATHS_H 1
#define HAVE_PID_T 1
#define HAVE_POLL 1
#define HAVE_POLLIN 1
#define HAVE_READV 1
#define HAVE_RTLD_NEXT 1
#define HAVE_SELECT 1
#define HAVE_SETCONTEXT 1
#define HAVE_SETJMP 1
#define HAVE_SETJMP_H 1
#define HAVE_SIGACTION 1
#define HAVE_SIGALTSTACK 1
#define HAVE_SIGALTSTACK 1
#define HAVE_SIGLONGJMP 1
#define HAVE_SIGNAL_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_SIGPENDING 1
#define HAVE_SIGPROCMASK 1
#define HAVE_SIGSETJMP 1
#define HAVE_SIGSUSPEND 1
#define HAVE_SIG_ATOMIC_T 1
#define HAVE_SIZE_T 1
#define HAVE_SOCKLEN_T 1
#define HAVE_SSIZE_T 1
#define HAVE_STACK_T 1
#define HAVE_STACK_T 1
#define HAVE_STACK_T 1
#define HAVE_STDARG_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRUCT_TIMESPEC 1
#define HAVE_SWAPCONTEXT 1
#define HAVE_SYSCALL 1
#define HAVE_SYS_READ 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_SYSCALL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_USLEEP 1
#define HAVE_WRITEV 1
#define HAVE__LONGJMP 1
#define HAVE__SETJMP 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PTH_MCTX_DSP_use PTH_MCTX_DSP_ssjlj
#define PTH_MCTX_MTH_use PTH_MCTX_MTH_sjlj
#define PTH_MCTX_STK_use PTH_MCTX_STK_sas
#define PTH_NSIG 32
#define PTH_STACKGROWTH -1
#define PTH_SYSCALL_LIBS ""
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#endif
#ifdef __cplusplus
extern "C" void exit (int);
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment