bash-3.2$ rm -rf mit-scheme-git* bash-3.2$ mkdir mit-scheme-git bash-3.2$ cd mit-scheme-git/ bash-3.2$ git clone git://git.savannah.gnu.org/mit-scheme.git . Initialized empty Git repository in /Users/arthur/mit-scheme-git/.git/ remote: Counting objects: 128562, done. remote: Compressing objects: 100% (29755/29755), done. remote: Total 128562 (delta 95911), reused 122017 (delta 89451) Receiving objects: 100% (128562/128562), 34.46 MiB | 307 KiB/s, done. Resolving deltas: 100% (95911/95911), done. Checking out files: 100% (1732/1732), done. bash-3.2$ cd src bash-3.2$ ./Setup.sh autoconf run_cmd: mkdir lib run_cmd: mkdir lib/lib run_cmd: ln -s ../edwin lib/edwin run_cmd: ln -s ../microcode lib/include run_cmd: ln -s ../etc/optiondb.scm lib/optiondb.scm run_cmd: ln -s ../runtime lib/runtime run_cmd: ln -s ../microcode/utabmd.bin lib/utabmd.bin setting up cref run_cmd: ln -s ../etc/Setup.sh cref/Setup.sh run_cmd: ln -s ../etc/Clean.sh Clean.sh run_cmd: ln -s ../etc/Stage.sh Stage.sh run_cmd: ln -s ../etc/Tags.sh Tags.sh setting up edwin run_cmd: ln -s ../etc/Setup.sh edwin/Setup.sh run_cmd: ln -s ../etc/Stage.sh Stage.sh run_cmd: ln -s ../etc/Tags.sh Tags.sh run_cmd: ln -s ed-ffi.scm .edwin-ffi setting up imail run_cmd: ln -s ../etc/Setup.sh imail/Setup.sh run_cmd: ln -s ../etc/Clean.sh Clean.sh run_cmd: ln -s ../etc/Stage.sh Stage.sh run_cmd: ln -s ../etc/Tags.sh Tags.sh run_cmd: ln -s ed-ffi.scm .edwin-ffi setting up sf run_cmd: ln -s ../etc/Setup.sh sf/Setup.sh run_cmd: ln -s ../etc/Clean.sh Clean.sh run_cmd: ln -s ../etc/Stage.sh Stage.sh run_cmd: ln -s ../etc/Tags.sh Tags.sh setting up sos run_cmd: ln -s ../etc/Setup.sh sos/Setup.sh run_cmd: ln -s ../etc/Clean.sh Clean.sh run_cmd: ln -s ../etc/Stage.sh Stage.sh run_cmd: ln -s ../etc/Tags.sh Tags.sh run_cmd: ln -s ed-ffi.scm .edwin-ffi setting up ssp run_cmd: ln -s ../etc/Setup.sh ssp/Setup.sh run_cmd: ln -s ../etc/Clean.sh Clean.sh run_cmd: ln -s ../etc/Stage.sh Stage.sh run_cmd: ln -s ../etc/Tags.sh Tags.sh setting up star-parser run_cmd: ln -s ../etc/Setup.sh star-parser/Setup.sh run_cmd: ln -s ../etc/Clean.sh Clean.sh run_cmd: ln -s ../etc/Stage.sh Stage.sh run_cmd: ln -s ../etc/Tags.sh Tags.sh run_cmd: ln -s ed-ffi.scm .edwin-ffi setting up xml run_cmd: ln -s ../etc/Setup.sh xml/Setup.sh run_cmd: ln -s ../etc/Clean.sh Clean.sh run_cmd: ln -s ../etc/Stage.sh Stage.sh run_cmd: ln -s ../etc/Tags.sh Tags.sh run_cmd: ln -s ed-ffi.scm .edwin-ffi setting up 6001 run_cmd: ln -s ../etc/Setup.sh 6001/Setup.sh run_cmd: ln -s ../etc/Clean.sh Clean.sh run_cmd: ln -s ../etc/Stage.sh Stage.sh run_cmd: ln -s ../etc/Tags.sh Tags.sh setting up compiler run_cmd: ln -s instr1.scm machines/vax/dinstr1.scm run_cmd: ln -s instr2.scm machines/vax/dinstr2.scm run_cmd: ln -s instr3.scm machines/vax/dinstr3.scm setting up rcs run_cmd: ln -s ../etc/Setup.sh rcs/Setup.sh run_cmd: ln -s ../etc/Clean.sh Clean.sh run_cmd: ln -s ../etc/Stage.sh Stage.sh run_cmd: ln -s ../etc/Tags.sh Tags.sh setting up runtime run_cmd: ln -s ../etc/Setup.sh runtime/Setup.sh run_cmd: ln -s ../etc/Clean.sh Clean.sh run_cmd: ln -s ../etc/Stage.sh Stage.sh run_cmd: ln -s ../etc/Tags.sh Tags.sh run_cmd: ln -s ed-ffi.scm .edwin-ffi setting up win32 run_cmd: ln -s ../etc/Setup.sh win32/Setup.sh run_cmd: ln -s ../etc/Clean.sh Clean.sh run_cmd: ln -s ../etc/Stage.sh Stage.sh run_cmd: ln -s ../etc/Tags.sh Tags.sh setting up xdoc run_cmd: ln -s ../etc/Setup.sh xdoc/Setup.sh run_cmd: ln -s ../etc/Clean.sh Clean.sh run_cmd: ln -s ../etc/Stage.sh Stage.sh run_cmd: ln -s ../etc/Tags.sh Tags.sh setting up microcode autoheader autoconf rm -f i386-nt.asm ./m4-dos -P "WIN32,1" < i386.m4 > i386-nt.asm rm -f i386-ntw.asm ./m4-dos -P "WIN32,1" -P "WCC386R,1" < i386.m4 > i386-ntw.asm checking whether make sets $(MAKE)... yes checking build system type... i386-apple-darwin10.0.0 checking host system type... i386-apple-darwin10.0.0 checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether backslash-a works in strings... yes checking how to run the C preprocessor... gcc -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 whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for C/C++ restrict keyword... __restrict checking for working volatile... yes checking for inline... inline checking for preprocessor stringizing operator... yes checking for function prototypes... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for GCC>=4... yes checking for exp in -lm... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking bsdtty.h usability... no checking bsdtty.h presence... no checking for bsdtty.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking fenv.h usability... yes checking fenv.h presence... yes checking for fenv.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking sgtty.h usability... yes checking sgtty.h presence... yes checking for sgtty.h... yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/ptyio.h usability... no checking sys/ptyio.h presence... no checking for sys/ptyio.h... no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/vfs.h usability... no checking sys/vfs.h presence... no checking for sys/vfs.h... no checking termio.h usability... no checking termio.h presence... no checking for termio.h... no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking for stdint.h... (cached) yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking return type of signal handlers... void checking for size_t... yes checking for uid_t in sys/types.h... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for intptr_t... yes checking for uintptr_t... yes checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for unsigned char... yes checking size of unsigned char... 1 checking for unsigned short... yes checking size of unsigned short... 2 checking for unsigned int... yes checking size of unsigned int... 4 checking for unsigned long... yes checking size of unsigned long... 8 checking for void *... yes checking size of void *... 8 checking for intptr_t... (cached) yes checking size of intptr_t... 8 checking for uintptr_t... (cached) yes checking size of uintptr_t... 8 checking for nlink_t... yes checking for clock_t... yes checking for time_t... yes checking for socklen_t... yes checking for cc_t... yes checking for speed_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking for struct ltchars... no checking for struct hostent.h_addr_list... yes checking for struct sigcontext... no checking whether byte ordering is bigendian... (cached) no checking whether char is unsigned... no checking for an ANSI C-conforming const... (cached) yes checking whether getpgrp requires zero arguments... yes checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking whether setpgrp takes no argument... yes checking whether setvbuf arguments are reversed... no checking for utime.h... (cached) yes checking whether utime accepts a null argument... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for vprintf... yes checking for _doprnt... no checking for wait3 that fills in rusage... yes checking for ctermid... yes checking for dup2... yes checking for fcntl... yes checking for fdatasync... yes checking for fegetround... yes checking for fesetround... yes checking for floor... yes checking for fpathconf... yes checking for frexp... yes checking for fsync... yes checking for fsync_range... no checking for ftruncate... yes checking for getcwd... yes checking for gethostbyname... yes checking for gethostname... yes checking for getlogin... yes checking for getpagesize... (cached) yes checking for getpgrp... yes checking for getpt... no checking for gettimeofday... yes checking for getwd... yes checking for grantpt... yes checking for kill... yes checking for lockf... yes checking for memcpy... yes checking for mkdir... yes checking for mktime... yes checking for modf... yes checking for nice... yes checking for poll... yes checking for prealloc... no checking for rename... yes checking for rmdir... yes checking for select... yes checking for setitimer... yes checking for setpgrp... yes checking for setpgrp2... no checking for shmat... yes checking for sigaction... yes checking for sighold... yes checking for socket... yes checking for statfs... yes checking for strchr... yes checking for strerror... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for symlink... yes checking for sync_file_range... no checking for sysconf... yes checking for times... yes checking for truncate... yes checking for uname... yes checking for utime... yes checking for waitpid... yes checking for X... libraries /usr/X11/lib, headers checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for long file names... yes checking for restartable system calls... yes checking for tparm in -lncurses... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking term.h usability... yes checking term.h presence... yes checking for term.h... yes checking for tparam in -lncurses... no checking openssl/blowfish.h usability... yes checking openssl/blowfish.h presence... yes checking for openssl/blowfish.h... yes checking for BF_set_key in -lcrypto... yes checking openssl/md5.h usability... yes checking openssl/md5.h presence... yes checking for openssl/md5.h... yes checking for BF_set_key in -lcrypto... (cached) yes checking mhash.h usability... no checking mhash.h presence... no checking for mhash.h... no checking mcrypt.h usability... no checking mcrypt.h presence... no checking for mcrypt.h... no checking gdbm.h usability... no checking gdbm.h presence... no checking for gdbm.h... no checking db.h usability... yes checking db.h presence... yes checking for db.h... yes checking for db_create in -ldb-4... no checking for pg_config... no checking libpq-fe.h usability... no checking libpq-fe.h presence... no checking for libpq-fe.h... no checking for dlopen... yes checking for native-code support... no configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: linking ./cmpintmd/none.h to cmpintmd.h config.status: linking ./cmpintmd/none.c to cmpintmd.c config.status: linking ./cmpintmd/none-config.h to cmpintmd-config.h MIT/GNU Scheme running under MacOSX Type `^C' (control-C) followed by `H' to obtain information about interrupts. Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Massachusetts Institute of Technology This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Image saved on Wednesday January 7, 2009 at 4:53:23 PM Release 7.7.90.+ || Microcode 15.1 || Runtime 15.7 || SF 4.41 LIAR/i386 4.118 || Edwin 3.116 1 ]=> (begin (load "makegen/makegen.scm") (generate-makefile)) ;Loading "makegen/makegen.scm"... ; Loading "makegen/../../etc/utilities.scm"... ; Loading "make.com"... ; Loading "cref-unx.pkd"... done ; Loading "mset.com"... done ; Loading "object.com"... done ; Loading "toplev.com"... done ; Loading "anfile.com"... done ; Loading "conpkg.com"... done ; Loading "forpkg.com"... done ; Loading "redpkg.com"... done ; ... done ; ... done ;... done ;Unspecified return value 1 ]=> End of input stream reached. Happy Happy Joy Joy. config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: linking ./cmpintmd/none.h to cmpintmd.h config.status: linking ./cmpintmd/none.c to cmpintmd.c config.status: linking ./cmpintmd/none-config.h to cmpintmd-config.h rm -f *.o usrdef.c compinit.c compinit.h cmpauxmd.s rm -f scheme prbfish.so prmd5.so utabmd.bin findprim utabmd.bin rm -f Makefile config.h config.cache config.log config.status cmpauxmd.m4 cmpauxmd.c cmpintmd.h makegen-cc cmpintmd-config.h cmpintmd.c liarc-cc liarc-ld rm -rf autom4te.cache bash-3.2$ ./configure checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes run_cmd: rm -f compiler/machine compiler/compiler.pkg run_cmd: ln -s machines/i386 compiler/machine run_cmd: ln -s machine/compiler.pkg compiler/. run_cmd: mit-scheme --heap 4000 MIT/GNU Scheme running under MacOSX Type `^C' (control-C) followed by `H' to obtain information about interrupts. Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Massachusetts Institute of Technology This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Image saved on Wednesday January 7, 2009 at 4:53:23 PM Release 7.7.90.+ || Microcode 15.1 || Runtime 15.7 || SF 4.41 LIAR/i386 4.118 || Edwin 3.116 1 ]=> (begin (load "etc/utilities") (generate-c-bundles (quote (6001 compiler cref edwin imail sf sos ssp star-parser xdoc xml)) "i386")) ;Loading "etc/utilities.scm"... ; Loading "make.com"... ; Loading "cref-unx.pkd"... done ; Loading "mset.com"... done ; Loading "object.com"... done ; Loading "toplev.com"... done ; Loading "anfile.com"... done ; Loading "conpkg.com"... done ; Loading "forpkg.com"... done ; Loading "redpkg.com"... done ; ... done ;... done ;Generating bundle rule for 6001... done ;Generating bundle rule for compiler... done ;Generating bundle rule for cref... done ;Generating bundle rule for edwin... done ;Generating bundle rule for imail... done ;Generating bundle rule for sf... done ;Generating bundle rule for sos... done ;Generating bundle rule for ssp... done ;Generating bundle rule for star-parser... done ;Generating bundle rule for xdoc... done ;Generating bundle rule for xml... done ;Unspecified return value 1 ]=> End of input stream reached. Happy Happy Joy Joy. run_cmd: rm -f compiler/machine compiler/compiler.pkg creating 6001/Makefile.in creating compiler/Makefile.in creating cref/Makefile.in creating edwin/Makefile.in creating imail/Makefile.in creating sf/Makefile.in creating sos/Makefile.in creating ssp/Makefile.in creating star-parser/Makefile.in creating xdoc/Makefile.in creating xml/Makefile.in creating runtime/Makefile.in creating win32/Makefile.in run_cmd: rm -f makefiles_created echo i386 > makefiles_created configure: creating ./config.status config.status: creating Makefile config.status: creating 6001/Makefile config.status: creating compiler/Makefile config.status: creating cref/Makefile config.status: creating edwin/Makefile config.status: creating imail/Makefile config.status: creating runtime/Makefile config.status: creating sf/Makefile config.status: creating sos/Makefile config.status: creating ssp/Makefile config.status: creating star-parser/Makefile config.status: creating win32/Makefile config.status: creating xdoc/Makefile config.status: creating xml/Makefile === configuring in microcode (/Users/arthur/mit-scheme-git/src/microcode) configure: running /bin/sh ./configure '--prefix=/usr/local' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking build system type... i386-apple-darwin10.0.0 checking host system type... i386-apple-darwin10.0.0 checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether backslash-a works in strings... yes checking how to run the C preprocessor... gcc -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 whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for C/C++ restrict keyword... __restrict checking for working volatile... yes checking for inline... inline checking for preprocessor stringizing operator... yes checking for function prototypes... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for GCC>=4... yes checking for exp in -lm... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking bsdtty.h usability... no checking bsdtty.h presence... no checking for bsdtty.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking fenv.h usability... yes checking fenv.h presence... yes checking for fenv.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking sgtty.h usability... yes checking sgtty.h presence... yes checking for sgtty.h... yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/ptyio.h usability... no checking sys/ptyio.h presence... no checking for sys/ptyio.h... no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/vfs.h usability... no checking sys/vfs.h presence... no checking for sys/vfs.h... no checking termio.h usability... no checking termio.h presence... no checking for termio.h... no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking for stdint.h... (cached) yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking return type of signal handlers... void checking for size_t... yes checking for uid_t in sys/types.h... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for intptr_t... yes checking for uintptr_t... yes checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for unsigned char... yes checking size of unsigned char... 1 checking for unsigned short... yes checking size of unsigned short... 2 checking for unsigned int... yes checking size of unsigned int... 4 checking for unsigned long... yes checking size of unsigned long... 8 checking for void *... yes checking size of void *... 8 checking for intptr_t... (cached) yes checking size of intptr_t... 8 checking for uintptr_t... (cached) yes checking size of uintptr_t... 8 checking for nlink_t... yes checking for clock_t... yes checking for time_t... yes checking for socklen_t... yes checking for cc_t... yes checking for speed_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking for struct ltchars... no checking for struct hostent.h_addr_list... yes checking for struct sigcontext... no checking whether byte ordering is bigendian... (cached) no checking whether char is unsigned... no checking for an ANSI C-conforming const... (cached) yes checking whether getpgrp requires zero arguments... yes checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking whether setpgrp takes no argument... yes checking whether setvbuf arguments are reversed... no checking for utime.h... (cached) yes checking whether utime accepts a null argument... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for vprintf... yes checking for _doprnt... no checking for wait3 that fills in rusage... yes checking for ctermid... yes checking for dup2... yes checking for fcntl... yes checking for fdatasync... yes checking for fegetround... yes checking for fesetround... yes checking for floor... yes checking for fpathconf... yes checking for frexp... yes checking for fsync... yes checking for fsync_range... no checking for ftruncate... yes checking for getcwd... yes checking for gethostbyname... yes checking for gethostname... yes checking for getlogin... yes checking for getpagesize... (cached) yes checking for getpgrp... yes checking for getpt... no checking for gettimeofday... yes checking for getwd... yes checking for grantpt... yes checking for kill... yes checking for lockf... yes checking for memcpy... yes checking for mkdir... yes checking for mktime... yes checking for modf... yes checking for nice... yes checking for poll... yes checking for prealloc... no checking for rename... yes checking for rmdir... yes checking for select... yes checking for setitimer... yes checking for setpgrp... yes checking for setpgrp2... no checking for shmat... yes checking for sigaction... yes checking for sighold... yes checking for socket... yes checking for statfs... yes checking for strchr... yes checking for strerror... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for symlink... yes checking for sync_file_range... no checking for sysconf... yes checking for times... yes checking for truncate... yes checking for uname... yes checking for utime... yes checking for waitpid... yes checking for X... libraries /usr/X11/lib, headers checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for long file names... yes checking for restartable system calls... yes checking for tparm in -lncurses... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking term.h usability... yes checking term.h presence... yes checking for term.h... yes checking for tparam in -lncurses... no checking openssl/blowfish.h usability... yes checking openssl/blowfish.h presence... yes checking for openssl/blowfish.h... yes checking for BF_set_key in -lcrypto... yes checking openssl/md5.h usability... yes checking openssl/md5.h presence... yes checking for openssl/md5.h... yes checking for BF_set_key in -lcrypto... (cached) yes checking mhash.h usability... no checking mhash.h presence... no checking for mhash.h... no checking mcrypt.h usability... no checking mcrypt.h presence... no checking for mcrypt.h... no checking gdbm.h usability... no checking gdbm.h presence... no checking for gdbm.h... no checking db.h usability... yes checking db.h presence... yes checking for db.h... yes checking for db_create in -ldb-4... no checking for pg_config... no checking libpq-fe.h usability... no checking libpq-fe.h presence... no checking for libpq-fe.h... no checking for dlopen... yes checking for native-code support... yes, for i386 configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: linking ./cmpauxmd/i386.m4 to cmpauxmd.m4 config.status: linking ./cmpintmd/i386.h to cmpintmd.h config.status: linking ./cmpintmd/i386.c to cmpintmd.c config.status: linking ./cmpintmd/i386-config.h to cmpintmd-config.h === configuring in compiler (/Users/arthur/mit-scheme-git/src/compiler) configure: running /bin/sh ./configure '--prefix=/usr/local' --cache-file=/dev/null --srcdir=. rm -f machine ln -s machines/i386 machine ln -s machine/compiler.cbf . ln -s machine/compiler.pkg . ln -s machine/compiler.sf . ln -s machine/make.com . bash-3.2$ make (cd microcode && make all) gcc -DHAVE_CONFIG_H -DMIT_SCHEME -DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme\" -I. -I. -O3 -Wall -Wundef -Wpointer-arith -Winline -Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra -Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -o artutl.o -c artutl.c In file included from config.h:701, from scheme.h:32, from artutl.c:28: confshared.h:638:58: error: Error: confshared.h: Unknown PC alignment.: No such file or directory make[1]: *** [artutl.o] Error 1 make: *** [compile-microcode] Error 2 bash-3.2$