Created
September 29, 2013 16:24
-
-
Save betabrain/6753994 to your computer and use it in GitHub Desktop.
Homebrew Scheme48 build problems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/mxcl/homebrew.git | |
HEAD: e13b1c0ffbeefd859bf7aea596421b469a08983b | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit haswell | |
OS X: 10.8.5-x86_64 | |
Xcode: 5.0 | |
CLT: 5.0.0.0.1.1377666378 | |
LLVM-GCC: N/A | |
Clang: 5.0 build 500 | |
X11: N/A | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your system is ready to brew. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://s48.org/1.9/scheme48-1.9.tgz | |
Already downloaded: /Library/Caches/Homebrew/scheme48-1.9.tgz | |
tar xf /Library/Caches/Homebrew/scheme48-1.9.tgz | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/scheme48/1.9 --enable-gc=bibop | |
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/scheme48/1.9 --enable-gc=bibop | |
checking build system type... i386-apple-darwin12.5.0 | |
checking host system type... i386-apple-darwin12.5.0 | |
checking for gcc... cc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking whether we must build a 32bit binary... no | |
checking bits per byte... 8 | |
checking size of void *... 8 | |
checking for BIT_SUFFIX... 64 | |
checking whether we are building a Universal Binary... no | |
checking how to compile position independent code... no extra option necessary | |
checking -rdynamic... yes | |
checking LDFLAGS_VM... | |
checking for library containing strerror... none required | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for inline keyword... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for main in -lm... yes | |
checking for main in -ldl... yes | |
checking for main in -lmld... no | |
checking for main in -lnsl... no | |
checking for main in -lgen... no | |
checking for main in -lsocket... no | |
checking for getpwnam in -lsun... no | |
checking for RISC/OS POSIX library lossage | |
checking for struct tm.tm_gmtoff... yes | |
checking for an ANSI C-conforming const... yes | |
checking for socklen_t... yes | |
checking return type of signal handlers... void | |
checking how to run the C preprocessor... cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for uintptr_t... yes | |
checking for uint16_t... yes | |
checking libgen.h usability... yes | |
checking libgen.h presence... yes | |
checking for libgen.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking posix/time.h usability... no | |
checking posix/time.h presence... no | |
checking for posix/time.h... no | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sysexits.h usability... yes | |
checking sysexits.h presence... yes | |
checking for sysexits.h... yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking for nl_langinfo... yes | |
checking for gettimeofday... yes | |
checking for ftime... yes | |
checking for select... yes | |
checking for setitimer... yes | |
checking for sigaction... yes | |
checking for execvpe... no | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking for poll... yes | |
checking for pkg-config... no | |
checking for dlopen... yes | |
checking for socket... yes | |
checking for chroot... yes | |
checking for strerror... yes | |
checking environ... using environ | |
checking IEEE floating-point endianness... least first | |
checking native-code compiler support... no | |
checking for ld... ld | |
checking compile and link flags for dynamic externals... -fno-common, -g -O2 -rdynamic -bundle -flat_namespace -undefined suppress | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking Pthreads support... -mt (compile) -mt (link) | |
checking -munaligned-doubles... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating c/sysdep.h | |
config.status: creating c/scheme48arch.h | |
==> make | |
make | |
cc -c -g -O2 -mt -munaligned-doubles -o c/main.o \ | |
-DDEFAULT_IMAGE_NAME=\"/usr/local/Cellar/scheme48/1.9/lib/scheme48-1.`cat ./build/minor-version-number`/scheme48.image\" \ | |
-DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" ./c/main.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/scheme48vm-64.o c/scheme48vm-64.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/extension.o c/extension.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/free.o c/free.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/double_to_string.o c/double_to_string.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/bignum.o c/bignum.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/ffi.o c/ffi.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/external.o c/external.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/external-lib.o c/external-lib.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/external-init.o c/external-init.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/init.o c/init.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/scheme48-bibop-heap-64.o c/scheme48-bibop-heap-64.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/bibop/page_alloc.o c/bibop/page_alloc.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/bibop/memory_map.o c/bibop/memory_map.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/bibop/areas.o c/bibop/areas.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/bibop/generation_gc.o c/bibop/generation_gc.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/bibop/find_all.o c/bibop/find_all.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/bibop/check_heap.o c/bibop/check_heap.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/bibop/utils.o c/bibop/utils.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/bibop/area_roots.o c/bibop/area_roots.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/bibop/remset.o c/bibop/remset.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/unix/misc.o c/unix/misc.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/unix/io.o c/unix/io.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/unix/fd-io.o c/unix/fd-io.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/unix/event.o c/unix/event.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/unix/time.o c/unix/time.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/net/socket.o c/net/socket.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/net/address.o c/net/address.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/net/net.o c/net/net.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/unix/socket.o c/unix/socket.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/unix/dynlink.o c/unix/dynlink.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/unix/sysexits.o c/unix/sysexits.c | |
brew: superenv removed: -g -O2 | |
cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"i386-apple-darwin12.5.0\" -I ./c -I./c -I./c/net -I./c/bibop -g -O2 -mt -munaligned-doubles -o c/fake/glue.o c/fake/glue.c | |
brew: superenv removed: -g -O2 | |
rm -f c/libscheme48.a; \ | |
ar cq c/libscheme48.a c/scheme48vm-64.o c/extension.o c/free.o c/double_to_string.o c/bignum.o c/ffi.o c/external.o c/external-lib.o c/external-init.o c/init.o c/scheme48-bibop-heap-64.o c/bibop/page_alloc.o c/bibop/memory_map.o c/bibop/areas.o c/bibop/generation_gc.o c/bibop/find_all.o c/bibop/check_heap.o c/bibop/utils.o c/bibop/area_roots.o c/bibop/remset.o c/unix/misc.o c/unix/io.o c/unix/fd-io.o c/unix/event.o c/unix/time.o c/net/socket.o c/net/address.o c/net/net.o c/unix/socket.o c/unix/dynlink.o c/unix/sysexits.o c/fake/glue.o | |
ranlib c/libscheme48.a | |
echo '#!..' > ./c/scheme48.exp && \ | |
cat ./c/scheme48.h ./c/fd-io.h ./c/event.h ./c/bibop/*.h | egrep '^S48_EXTERN' | sed 's,^S48_EXTERN.*\(s48_[a-zA-Z0-9_ ]*\)(.*$,\1,' | sed 's,^S48_EXTERN.*\(ps_[a-zA-Z0-9_ ]*\)(.*$,\1,' | sed 's,^S48_EXTERN.*\(s48_[a-zA-Z0-9_ ]*\).*$,\1,' >> ./c/scheme48.exp | |
echo 'EXPORTS' > ./c/scheme48.def && \ | |
cat ./c/scheme48.h ./c/fd-io.h ./c/event.h ./c/bibop/*.h | egrep '^S48_EXTERN' | sed 's,^S48_EXTERN.*\(s48_[a-zA-Z0-9_ ]*\)(.*$,\1,' | sed 's,^S48_EXTERN.*\(ps_[a-zA-Z0-9_ ]*\)(.*$,\1,' | sed 's,^S48_EXTERN.*\(s48_[a-zA-Z0-9_ ]*\).*$,\1,' >> ./c/scheme48.def | |
cc -rdynamic -mt -g -O2 -mt -munaligned-doubles -o scheme48vm c/main.o c/libscheme48.a -ldl -lm | |
brew: superenv removed: -g -O2 | |
# Cygwin | |
if test -x /usr/bin/dlltool; then \ | |
dlltool --dllname scheme48vm.exe --output-lib scheme48vm.a --def ./c/scheme48.def; \ | |
fi | |
./build/build-usual-image . \ | |
"`(cd . && pwd)`/scheme" "`pwd`/c" 'scheme48.image' './scheme48vm' \ | |
'./build/initial.image-64' | |
./build/build-usual-image: line 55: 9198 Segmentation fault: 11 $vm -i $initial -a batch <<EOF | |
,load $srcdir/scheme/env/init-defpackage.scm | |
((*structure-ref filenames 'set-global-translation!) | |
"=scheme48/" "$srcdir/scheme/") | |
,load =scheme48/packages.scm | |
,load =scheme48/more-interfaces.scm | |
,load =scheme48/link-packages.scm | |
,load =scheme48/sort/interfaces.scm | |
,load =scheme48/sort/packages.scm | |
,load =scheme48/env-packages.scm | |
,load =scheme48/more-packages.scm | |
,load =scheme48/posix/packages.scm | |
,load =scheme48/srfi/packages.scm | |
,load =scheme48/r6rs/packages.scm | |
,load =scheme48/net/packages.scm | |
,load =scheme48/cml/interfaces.scm | |
,load =scheme48/cml/packages.scm | |
(ensure-loaded command-processor) | |
(ensure-loaded usual-commands) | |
,go ((*structure-ref command 'command-processor) | |
(structure-package usual-commands) | |
(list ((*structure-ref os-strings 'string->os-string) "batch"))) | |
(ensure-loaded usual-features) | |
,structure more-structures more-structures-interface | |
,in debuginfo (read-debug-info "$srcdir/build/initial.debug") | |
,keep maps source files | |
,new-package | |
,open scheme filenames | |
(set-global-translation! "=scheme48/" "$share/") | |
(set-global-translation! "=scheme48external/" "$lib/") | |
,user | |
,build ((*structure-ref package-commands-internal | |
'new-command-processor) | |
"(made by $USER on $date)" | |
usual-commands | |
built-in-structures more-structures) $image | |
EOF | |
make: *** [scheme48.image] Error 139 | |
Error: scheme48 did not build | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: cb5f5299d0ba59b16adac3d3769cefd32d7fcc55 | |
CPU: quad-core 64-bit haswell | |
OS X: 10.8.5-x86_64 | |
Xcode: 5.0 | |
CLT: 5.0.0.0.1.1377666378 | |
X11: N/A | |
==> ENV | |
HOMEBREW_CC: clang | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin | |
Logs: /Users/ta/Library/Logs/Homebrew/scheme48/config.log | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.61. Invocation command line was | |
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/scheme48/1.9 --enable-gc=bibop | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = pieberry.local | |
uname -m = x86_64 | |
uname -r = 12.5.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 12.5.0: Mon Jul 29 16:33:49 PDT 2013; root:xnu-2050.48.11~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 12.5.0: Mon Jul 29 16:33:49 PDT 2013; root:xnu-2050.48.11~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 | |
Primary memory available: 4.00 gigabytes | |
Default processor set: 93 tasks, 472 threads, 4 processors | |
Load average: 1.13, Mach factor: 2.86 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:1763: checking build system type | |
configure:1781: result: i386-apple-darwin12.5.0 | |
configure:1803: checking host system type | |
configure:1818: result: i386-apple-darwin12.5.0 | |
configure:1888: checking for gcc | |
configure:1915: result: cc | |
configure:2153: checking for C compiler version | |
configure:2160: cc --version >&5 | |
Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn) | |
Target: x86_64-apple-darwin12.5.0 | |
Thread model: posix | |
configure:2163: $? = 0 | |
configure:2170: cc -v >&5 | |
Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn) | |
Target: x86_64-apple-darwin12.5.0 | |
Thread model: posix | |
"/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.8.0 -o a.out -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -lSystem /usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a | |
Undefined symbols for architecture x86_64: | |
"_main", referenced from: | |
implicit entry/start for main executable | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:2173: $? = 1 | |
configure:2180: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:2183: $? = 1 | |
configure:2206: checking for C compiler default output file name | |
configure:2233: cc conftest.c >&5 | |
configure:2236: $? = 0 | |
configure:2274: result: a.out | |
configure:2291: checking whether the C compiler works | |
configure:2301: ./a.out | |
configure:2304: $? = 0 | |
configure:2321: result: yes | |
configure:2328: checking whether we are cross compiling | |
configure:2330: result: no | |
configure:2333: checking for suffix of executables | |
configure:2340: cc -o conftest conftest.c >&5 | |
configure:2343: $? = 0 | |
configure:2367: result: | |
configure:2373: checking for suffix of object files | |
configure:2399: cc -c conftest.c >&5 | |
configure:2402: $? = 0 | |
configure:2425: result: o | |
configure:2429: checking whether we are using the GNU C compiler | |
configure:2458: cc -c conftest.c >&5 | |
configure:2464: $? = 0 | |
configure:2481: result: yes | |
configure:2486: checking whether cc accepts -g | |
configure:2516: cc -c -g conftest.c >&5 | |
configure:2522: $? = 0 | |
configure:2621: result: yes | |
configure:2638: checking for cc option to accept ISO C89 | |
configure:2712: cc -c -g -O2 conftest.c >&5 | |
configure:2718: $? = 0 | |
configure:2741: result: none needed | |
configure:2777: cc -o conftest -g -O2 conftest.c >&5 | |
configure:2780: $? = 0 | |
configure:2786: ./conftest | |
configure:2789: $? = 0 | |
configure:2881: checking whether we must build a 32bit binary | |
configure:2913: result: no | |
configure:2917: checking bits per byte | |
configure:2955: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:11:3: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
1 warning generated. | |
configure:2958: $? = 0 | |
configure:2964: ./conftest | |
configure:2967: $? = 0 | |
configure:2989: result: 8 | |
configure:2997: checking size of void * | |
configure:3029: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:12:3: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
1 warning generated. | |
configure:3032: $? = 0 | |
configure:3038: ./conftest | |
configure:3041: $? = 0 | |
configure:3063: result: 8 | |
configure:3071: checking for BIT_SUFFIX | |
configure:3078: result: 64 | |
configure:3087: checking whether we are building a Universal Binary | |
configure:3114: result: no | |
configure:3739: checking how to compile position independent code | |
configure:3759: result: no extra option necessary | |
configure:3774: checking -rdynamic | |
configure:3797: cc -o conftest -g -O2 -rdynamic conftest.c >&5 | |
configure:3800: $? = 0 | |
configure:3806: ./conftest | |
configure:3809: $? = 0 | |
configure:3811: result: yes | |
configure:3827: checking LDFLAGS_VM | |
configure:3841: result: | |
configure:3845: checking for library containing strerror | |
configure:3886: cc -o conftest -g -O2 -rdynamic conftest.c >&5 | |
conftest.c:19:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | |
char strerror (); | |
^ | |
conftest.c:19:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:3892: $? = 0 | |
configure:3920: result: none required | |
configure:3935: checking for special C compiler options needed for large files | |
configure:4028: result: no | |
configure:4034: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:4069: cc -c -g -O2 conftest.c >&5 | |
configure:4075: $? = 0 | |
configure:4143: result: no | |
configure:4278: checking for inline keyword | |
configure:4299: cc -c -g -O2 conftest.c >&5 | |
configure:4305: $? = 0 | |
configure:4310: result: yes | |
configure:4340: checking for a BSD-compatible install | |
configure:4396: result: /usr/bin/install -c | |
configure:4408: checking for main in -lm | |
configure:4437: cc -o conftest -g -O2 -rdynamic conftest.c -lm >&5 | |
configure:4443: $? = 0 | |
configure:4461: result: yes | |
configure:4473: checking for main in -ldl | |
configure:4502: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
configure:4508: $? = 0 | |
configure:4526: result: yes | |
configure:4538: checking for main in -lmld | |
configure:4567: cc -o conftest -g -O2 -rdynamic conftest.c -lmld -ldl -lm >&5 | |
ld: library not found for -lmld | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:4573: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define S48_GC_BIBOP 1 | |
| #define BITS_PER_BYTE 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define WORDSIZE 64 | |
| #define HAVE_INLINE 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBDL 1 | |
| /* end confdefs.h. */ | |
| | |
| | |
| int | |
| main () | |
| { | |
| return main (); | |
| ; | |
| return 0; | |
| } | |
configure:4591: result: no | |
configure:4603: checking for main in -lnsl | |
configure:4632: cc -o conftest -g -O2 -rdynamic conftest.c -lnsl -ldl -lm >&5 | |
ld: library not found for -lnsl | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:4638: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define S48_GC_BIBOP 1 | |
| #define BITS_PER_BYTE 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define WORDSIZE 64 | |
| #define HAVE_INLINE 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBDL 1 | |
| /* end confdefs.h. */ | |
| | |
| | |
| int | |
| main () | |
| { | |
| return main (); | |
| ; | |
| return 0; | |
| } | |
configure:4656: result: no | |
configure:4668: checking for main in -lgen | |
configure:4697: cc -o conftest -g -O2 -rdynamic conftest.c -lgen -ldl -lm >&5 | |
ld: library not found for -lgen | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:4703: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define S48_GC_BIBOP 1 | |
| #define BITS_PER_BYTE 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define WORDSIZE 64 | |
| #define HAVE_INLINE 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBDL 1 | |
| /* end confdefs.h. */ | |
| | |
| | |
| int | |
| main () | |
| { | |
| return main (); | |
| ; | |
| return 0; | |
| } | |
configure:4721: result: no | |
configure:4733: checking for main in -lsocket | |
configure:4762: cc -o conftest -g -O2 -rdynamic conftest.c -lsocket -ldl -lm >&5 | |
ld: library not found for -lsocket | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:4768: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define S48_GC_BIBOP 1 | |
| #define BITS_PER_BYTE 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define WORDSIZE 64 | |
| #define HAVE_INLINE 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBDL 1 | |
| /* end confdefs.h. */ | |
| | |
| | |
| int | |
| main () | |
| { | |
| return main (); | |
| ; | |
| return 0; | |
| } | |
configure:4786: result: no | |
configure:4798: checking for getpwnam in -lsun | |
configure:4833: cc -o conftest -g -O2 -rdynamic conftest.c -lsun -ldl -lm >&5 | |
ld: library not found for -lsun | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:4839: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define S48_GC_BIBOP 1 | |
| #define BITS_PER_BYTE 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define WORDSIZE 64 | |
| #define HAVE_INLINE 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBDL 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char getpwnam (); | |
| int | |
| main () | |
| { | |
| return getpwnam (); | |
| ; | |
| return 0; | |
| } | |
configure:4857: result: no | |
configure:4873: checking for struct tm.tm_gmtoff | |
configure:4902: cc -c -g -O2 conftest.c >&5 | |
configure:4908: $? = 0 | |
configure:4966: result: yes | |
configure:4977: checking for an ANSI C-conforming const | |
configure:5052: cc -c -g -O2 conftest.c >&5 | |
configure:5058: $? = 0 | |
configure:5073: result: yes | |
configure:5083: checking for socklen_t | |
configure:5109: cc -c -g -O2 conftest.c >&5 | |
configure:5115: $? = 0 | |
configure:5120: result: yes | |
configure:5185: checking return type of signal handlers | |
configure:5213: cc -c -g -O2 conftest.c >&5 | |
conftest.c:22:8: error: indirection requires pointer operand ('void' invalid) | |
return *(signal (0, 0)) (0) == 1; | |
^~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:5219: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define S48_GC_BIBOP 1 | |
| #define BITS_PER_BYTE 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define WORDSIZE 64 | |
| #define HAVE_INLINE 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <signal.h> | |
| | |
| int | |
| main () | |
| { | |
| return *(signal (0, 0)) (0) == 1; | |
| ; | |
| return 0; | |
| } | |
configure:5234: result: void | |
configure:5247: checking how to run the C preprocessor | |
configure:5287: cc -E conftest.c | |
configure:5293: $? = 0 | |
configure:5324: cc -E conftest.c | |
conftest.c:17:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5330: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define S48_GC_BIBOP 1 | |
| #define BITS_PER_BYTE 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define WORDSIZE 64 | |
| #define HAVE_INLINE 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define RETSIGTYPE void | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5363: result: cc -E | |
configure:5392: cc -E conftest.c | |
configure:5398: $? = 0 | |
configure:5429: cc -E conftest.c | |
conftest.c:17:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5435: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define S48_GC_BIBOP 1 | |
| #define BITS_PER_BYTE 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define WORDSIZE 64 | |
| #define HAVE_INLINE 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define RETSIGTYPE void | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5473: checking for grep that handles long lines and -e | |
configure:5547: result: /usr/bin/grep | |
configure:5552: checking for egrep | |
configure:5630: result: /usr/bin/grep -E | |
configure:5635: checking for ANSI C header files | |
configure:5665: cc -c -g -O2 conftest.c >&5 | |
configure:5671: $? = 0 | |
configure:5770: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
configure:5773: $? = 0 | |
configure:5779: ./conftest | |
configure:5782: $? = 0 | |
configure:5799: result: yes | |
configure:5823: checking for sys/types.h | |
configure:5844: cc -c -g -O2 conftest.c >&5 | |
configure:5850: $? = 0 | |
configure:5866: result: yes | |
configure:5823: checking for sys/stat.h | |
configure:5844: cc -c -g -O2 conftest.c >&5 | |
configure:5850: $? = 0 | |
configure:5866: result: yes | |
configure:5823: checking for stdlib.h | |
configure:5844: cc -c -g -O2 conftest.c >&5 | |
configure:5850: $? = 0 | |
configure:5866: result: yes | |
configure:5823: checking for string.h | |
configure:5844: cc -c -g -O2 conftest.c >&5 | |
configure:5850: $? = 0 | |
configure:5866: result: yes | |
configure:5823: checking for memory.h | |
configure:5844: cc -c -g -O2 conftest.c >&5 | |
configure:5850: $? = 0 | |
configure:5866: result: yes | |
configure:5823: checking for strings.h | |
configure:5844: cc -c -g -O2 conftest.c >&5 | |
configure:5850: $? = 0 | |
configure:5866: result: yes | |
configure:5823: checking for inttypes.h | |
configure:5844: cc -c -g -O2 conftest.c >&5 | |
configure:5850: $? = 0 | |
configure:5866: result: yes | |
configure:5823: checking for stdint.h | |
configure:5844: cc -c -g -O2 conftest.c >&5 | |
configure:5850: $? = 0 | |
configure:5866: result: yes | |
configure:5823: checking for unistd.h | |
configure:5844: cc -c -g -O2 conftest.c >&5 | |
configure:5850: $? = 0 | |
configure:5866: result: yes | |
configure:5879: checking for uintptr_t | |
configure:5909: cc -c -g -O2 conftest.c >&5 | |
configure:5915: $? = 0 | |
configure:5930: result: yes | |
configure:5995: checking for uint16_t | |
configure:6026: cc -c -g -O2 conftest.c >&5 | |
configure:6032: $? = 0 | |
configure:6053: result: yes | |
configure:6083: checking libgen.h usability | |
configure:6100: cc -c -g -O2 conftest.c >&5 | |
configure:6106: $? = 0 | |
configure:6120: result: yes | |
configure:6124: checking libgen.h presence | |
configure:6139: cc -E conftest.c | |
configure:6145: $? = 0 | |
configure:6159: result: yes | |
configure:6187: checking for libgen.h | |
configure:6195: result: yes | |
configure:6083: checking sys/timeb.h usability | |
configure:6100: cc -c -g -O2 conftest.c >&5 | |
configure:6106: $? = 0 | |
configure:6120: result: yes | |
configure:6124: checking sys/timeb.h presence | |
configure:6139: cc -E conftest.c | |
configure:6145: $? = 0 | |
configure:6159: result: yes | |
configure:6187: checking for sys/timeb.h | |
configure:6195: result: yes | |
configure:6083: checking posix/time.h usability | |
configure:6100: cc -c -g -O2 conftest.c >&5 | |
conftest.c:63:10: fatal error: 'posix/time.h' file not found | |
#include <posix/time.h> | |
^ | |
1 error generated. | |
configure:6106: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define S48_GC_BIBOP 1 | |
| #define BITS_PER_BYTE 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define WORDSIZE 64 | |
| #define HAVE_INLINE 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define RETSIGTYPE void | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_SYS_TIMEB_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <posix/time.h> | |
configure:6120: result: no | |
configure:6124: checking posix/time.h presence | |
configure:6139: cc -E conftest.c | |
conftest.c:30:10: fatal error: 'posix/time.h' file not found | |
#include <posix/time.h> | |
^ | |
1 error generated. | |
configure:6145: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define S48_GC_BIBOP 1 | |
| #define BITS_PER_BYTE 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define WORDSIZE 64 | |
| #define HAVE_INLINE 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define RETSIGTYPE void | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_SYS_TIMEB_H 1 | |
| /* end confdefs.h. */ | |
| #include <posix/time.h> | |
configure:6159: result: no | |
configure:6187: checking for posix/time.h | |
configure:6195: result: no | |
configure:6223: checking sys/select.h usability | |
configure:6240: cc -c -g -O2 conftest.c >&5 | |
configure:6246: $? = 0 | |
configure:6260: result: yes | |
configure:6264: checking sys/select.h presence | |
configure:6279: cc -E conftest.c | |
configure:6285: $? = 0 | |
configure:6299: result: yes | |
configure:6327: checking for sys/select.h | |
configure:6335: result: yes | |
configure:6363: checking sysexits.h usability | |
configure:6380: cc -c -g -O2 conftest.c >&5 | |
configure:6386: $? = 0 | |
configure:6400: result: yes | |
configure:6404: checking sysexits.h presence | |
configure:6419: cc -E conftest.c | |
configure:6425: $? = 0 | |
configure:6439: result: yes | |
configure:6467: checking for sysexits.h | |
configure:6475: result: yes | |
configure:6503: checking langinfo.h usability | |
configure:6520: cc -c -g -O2 conftest.c >&5 | |
configure:6526: $? = 0 | |
configure:6540: result: yes | |
configure:6544: checking langinfo.h presence | |
configure:6559: cc -E conftest.c | |
configure:6565: $? = 0 | |
configure:6579: result: yes | |
configure:6607: checking for langinfo.h | |
configure:6615: result: yes | |
configure:6628: checking for nl_langinfo | |
configure:6684: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
configure:6690: $? = 0 | |
configure:6707: result: yes | |
configure:6729: checking for gettimeofday | |
configure:6785: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
configure:6791: $? = 0 | |
configure:6809: result: yes | |
configure:6729: checking for ftime | |
configure:6785: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
configure:6791: $? = 0 | |
configure:6809: result: yes | |
configure:6729: checking for select | |
configure:6785: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
configure:6791: $? = 0 | |
configure:6809: result: yes | |
configure:6729: checking for setitimer | |
configure:6785: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
configure:6791: $? = 0 | |
configure:6809: result: yes | |
configure:6729: checking for sigaction | |
configure:6785: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
configure:6791: $? = 0 | |
configure:6809: result: yes | |
configure:6729: checking for execvpe | |
configure:6785: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
Undefined symbols for architecture x86_64: | |
"_execvpe", referenced from: | |
_main in conftest-EC9r3D.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:6791: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define S48_GC_BIBOP 1 | |
| #define BITS_PER_BYTE 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define WORDSIZE 64 | |
| #define HAVE_INLINE 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define RETSIGTYPE void | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_SYS_TIMEB_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_FTIME 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SIGACTION 1 | |
| /* end confdefs.h. */ | |
| /* Define execvpe to an innocuous variant, in case <limits.h> declares execvpe. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define execvpe innocuous_execvpe | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char execvpe (); 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 execvpe | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char execvpe (); | |
| /* 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_execvpe || defined __stub___execvpe | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return execvpe (); | |
| ; | |
| return 0; | |
| } | |
configure:6809: result: no | |
configure:6834: checking poll.h usability | |
configure:6851: cc -c -g -O2 conftest.c >&5 | |
configure:6857: $? = 0 | |
configure:6871: result: yes | |
configure:6875: checking poll.h presence | |
configure:6890: cc -E conftest.c | |
configure:6896: $? = 0 | |
configure:6910: result: yes | |
configure:6938: checking for poll.h | |
configure:6946: result: yes | |
configure:6963: checking for poll | |
configure:7019: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
configure:7025: $? = 0 | |
configure:7043: result: yes | |
configure:7102: checking for pkg-config | |
configure:7135: result: no | |
configure:7315: checking for dlopen | |
configure:7371: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
configure:7377: $? = 0 | |
configure:7395: result: yes | |
configure:7410: checking for socket | |
configure:7466: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
configure:7472: $? = 0 | |
configure:7490: result: yes | |
configure:7410: checking for chroot | |
configure:7466: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
configure:7472: $? = 0 | |
configure:7490: result: yes | |
configure:7500: checking for strerror | |
configure:7556: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
conftest.c:66:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | |
char strerror (); | |
^ | |
conftest.c:66:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:7562: $? = 0 | |
configure:7579: result: yes | |
configure:7596: checking environ | |
configure:7623: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
configure:7629: $? = 0 | |
configure:7639: result: using environ | |
configure:7709: checking IEEE floating-point endianness | |
configure:7759: cc -o conftest -g -O2 -rdynamic conftest.c -ldl -lm >&5 | |
configure:7762: $? = 0 | |
configure:7768: ./conftest | |
configure:7771: $? = 0 | |
configure:7786: result: least first | |
configure:7797: checking native-code compiler support | |
configure:7938: result: no | |
configure:7952: checking for ld | |
configure:7968: found /usr/local/Library/ENV/4.3/ld | |
configure:7979: result: ld | |
configure:7990: checking compile and link flags for dynamic externals | |
configure:8032: result: -fno-common, -g -O2 -rdynamic -bundle -flat_namespace -undefined suppress | |
configure:8050: checking pthread.h usability | |
configure:8067: cc -c -g -O2 conftest.c >&5 | |
configure:8073: $? = 0 | |
configure:8087: result: yes | |
configure:8091: checking pthread.h presence | |
configure:8106: cc -E conftest.c | |
configure:8112: $? = 0 | |
configure:8126: result: yes | |
configure:8154: checking for pthread.h | |
configure:8162: result: yes | |
configure:8171: checking Pthreads support | |
configure:8205: cc -o conftest -g -O2 -mt -rdynamic conftest.c -ldl -lm >&5 | |
configure:8208: $? = 0 | |
configure:8214: ./conftest | |
configure:8217: $? = 0 | |
configure:8261: cc -o conftest -g -O2 -mt -rdynamic -mt conftest.c -ldl -lm >&5 | |
configure:8264: $? = 0 | |
configure:8270: ./conftest | |
configure:8273: $? = 0 | |
configure:8290: result: -mt (compile) -mt (link) | |
configure:8790: checking -munaligned-doubles | |
configure:8813: cc -o conftest -g -O2 -mt -munaligned-doubles -rdynamic -mt conftest.c -ldl -lm >&5 | |
configure:8816: $? = 0 | |
configure:8822: ./conftest | |
configure:8825: $? = 0 | |
configure:8827: result: yes | |
configure:8967: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by config.status, which was | |
generated by GNU Autoconf 2.61. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on pieberry.local | |
config.status:620: creating Makefile | |
config.status:620: creating c/sysdep.h | |
config.status:620: creating c/scheme48arch.h | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_bits_per_byte=8 | |
ac_cv_build=i386-apple-darwin12.5.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_c_uint16_t=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=cc | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_GLIB_CFLAGS_set= | |
ac_cv_env_GLIB_CFLAGS_value= | |
ac_cv_env_GLIB_LIBS_set= | |
ac_cv_env_GLIB_LIBS_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_chroot=yes | |
ac_cv_func_dlopen=yes | |
ac_cv_func_execvpe=no | |
ac_cv_func_ftime=yes | |
ac_cv_func_gettimeofday=yes | |
ac_cv_func_nl_langinfo=yes | |
ac_cv_func_poll=yes | |
ac_cv_func_select=yes | |
ac_cv_func_setitimer=yes | |
ac_cv_func_sigaction=yes | |
ac_cv_func_socket=yes | |
ac_cv_func_strerror=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_langinfo_h=yes | |
ac_cv_header_libgen_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_poll_h=yes | |
ac_cv_header_posix_time_h=no | |
ac_cv_header_pthread_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_select_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_timeb_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sysexits_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=i386-apple-darwin12.5.0 | |
ac_cv_lib_dl_main=yes | |
ac_cv_lib_gen_main=no | |
ac_cv_lib_m_main=yes | |
ac_cv_lib_mld_main=no | |
ac_cv_lib_nsl_main=no | |
ac_cv_lib_socket_main=no | |
ac_cv_lib_sun_getpwnam=no | |
ac_cv_member_struct_tm_tm_gmtoff=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_CPP='cc -E' | |
ac_cv_prog_LD=ld | |
ac_cv_prog_ac_ct_CC=cc | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_search_strerror='none required' | |
ac_cv_sizeof_void_p=8 | |
ac_cv_sys_file_offset_bits=no | |
ac_cv_sys_largefile_CC=no | |
ac_cv_type_signal=void | |
ac_cv_type_uintptr_t=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ADDITIONAL_EXTERNALS='' | |
ADDITIONAL_EXTERNAL_OBJS='' | |
ASM_OBJECTS='${FAKE_ASM_OBJECTS}' | |
ASM_STYLE='' | |
BIT_SUFFIX='64' | |
CC='cc' | |
CFLAGS='-g -O2 -mt -munaligned-doubles' | |
CPP='cc -E' | |
CPPFLAGS='' | |
DEFS='-DHAVE_CONFIG_H' | |
DYNAMIC_EXTERNALS_CFLAGS='-fno-common -munaligned-doubles' | |
DYNAMIC_EXTERNALS_LDFLAGS='-g -O2 -rdynamic -bundle -flat_namespace -undefined suppress' | |
DYNAMIC_EXTERNALS_LDFLAGS_IN_PLACE='-g -O2 -rdynamic -bundle -flat_namespace -undefined suppress' | |
ECHO_C='ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
GC_OBJS='${GC_BIBOP_OBJS}' | |
GLIB_CFLAGS='' | |
GLIB_LIBS='' | |
GREP='/usr/bin/grep' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
LD='cc' | |
LDFLAGS=' -rdynamic -mt' | |
LDFLAGS_VM='' | |
LIBOBJS='' | |
LIBS='-ldl -lm ' | |
LTLIBOBJS='' | |
OBJEXT='o' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='' | |
PACKAGE_STRING='' | |
PACKAGE_TARNAME='' | |
PACKAGE_VERSION='' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='' | |
S48_GC_BIBOP='' | |
S48_GC_TWOSPACE='' | |
SHELL='/bin/sh' | |
ac_ct_CC='cc' | |
bindir='${exec_prefix}/bin' | |
build='i386-apple-darwin12.5.0' | |
build_alias='' | |
build_cpu='i386' | |
build_os='darwin12.5.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='i386-apple-darwin12.5.0' | |
host_alias='' | |
host_cpu='i386' | |
host_os='darwin12.5.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/scheme48/1.9' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
#define PACKAGE_NAME "" | |
#define PACKAGE_TARNAME "" | |
#define PACKAGE_VERSION "" | |
#define PACKAGE_STRING "" | |
#define PACKAGE_BUGREPORT "" | |
#define S48_GC_BIBOP 1 | |
#define BITS_PER_BYTE 8 | |
#define SIZEOF_VOID_P 8 | |
#define WORDSIZE 64 | |
#define HAVE_INLINE 1 | |
#define HAVE_LIBM 1 | |
#define HAVE_LIBDL 1 | |
#define HAVE_TM_GMTOFF 1 | |
#define RETSIGTYPE void | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_UINTPTR_T 1 | |
#define HAVE_LIBGEN_H 1 | |
#define HAVE_SYS_TIMEB_H 1 | |
#define HAVE_SYS_SELECT_H 1 | |
#define HAVE_SYSEXITS_H 1 | |
#define HAVE_LANGINFO_H 1 | |
#define HAVE_GETTIMEOFDAY 1 | |
#define HAVE_FTIME 1 | |
#define HAVE_SELECT 1 | |
#define HAVE_SETITIMER 1 | |
#define HAVE_SIGACTION 1 | |
#define HAVE_POLL_H 1 | |
#define HAVE_POLL 1 | |
#define HAVE_DLOPEN 1 | |
#define HAVE_SOCKET 1 | |
#define HAVE_CHROOT 1 | |
#define HAVE_STRERROR 1 | |
#define ENVIRON_NAME environ | |
#define HAVE_PTHREAD_H 1 | |
configure: exit 0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment