bootstrap chicken-5 using 4.11.0 added by dram on Thu Jun 16 04:48:01 2016
~/scheme/chicken % git clone git://code.call-cc.org/chicken-core Cloning into 'chicken-core'... remote: Counting objects: 21817, done. remote: Compressing objects: 100% (6834/6834), done. remote: Total 21817 (delta 16438), reused 19537 (delta 14583) Receiving objects: 100% (21817/21817), 13.69 MiB | 382.00 KiB/s, done. Resolving deltas: 100% (16438/16438), done. Checking connectivity... done. ~/scheme/chicken % cd chicken-core/ ~/scheme/chicken/chicken-core % git co chicken-5 Branch chicken-5 set up to track remote branch chicken-5 from origin. Switched to a new branch 'chicken-5' ~/scheme/chicken/chicken-core % git status --ignored On branch chicken-5 Your branch is up-to-date with 'origin/chicken-5'. nothing to commit, working directory clean ~/scheme/chicken/chicken-core % gmake Please select your target platform by running one of the following commands: gmake PLATFORM=macosx gmake PLATFORM=aix gmake PLATFORM=hurd gmake PLATFORM=bsd gmake PLATFORM=cygwin gmake PLATFORM=mingw-msys gmake PLATFORM=ios gmake PLATFORM=mingw gmake PLATFORM=solaris gmake PLATFORM=haiku gmake PLATFORM=linux gmake PLATFORM=android gmake PLATFORM=cross-linux-mingw For more information, consult the README file. GNUmakefile:46: *** No PLATFORM given.. Stop. ~/scheme/chicken/chicken-core % gmake PLATFORM=bsd chicken library.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult- type-file ./types.db -explicit-use -no-trace -output-file library.c \ -emit-import-library chicken.bitwise \ -emit-import-library chicken.fixnum \ -emit-import-library chicken.flonum \ -emit-import-library chicken.gc \ -emit-import-library chicken.keyword \ -emit-import-library chicken.time Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" echo '#define C_CHICKEN_PROGRAM "chicken"' >> chicken-defaults.h echo '#ifndef C_INSTALL_CC' >> chicken-defaults.h echo '# define C_INSTALL_CC "gcc"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_CXX' >> chicken-defaults.h echo '# define C_INSTALL_CXX "g++"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_POSTINSTALL_PROGRAM' >> chicken-defaults.h echo '# define C_INSTALL_POSTINSTALL_PROGRAM "true"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_RC_COMPILER' >> chicken-defaults.h echo '# define C_INSTALL_RC_COMPILER ""' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_CFLAGS' >> chicken-defaults.h echo '# define C_INSTALL_CFLAGS "-fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CON FIG_H -DC_ENABLE_PTABLES -Os -fomit-frame-pointer"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_LDFLAGS' >> chicken-defaults.h echo '# define C_INSTALL_LDFLAGS " "' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_PREFIX' >> chicken-defaults.h echo '# define C_INSTALL_PREFIX "/usr/local"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_SHARE_HOME' >> chicken-defaults.h echo '# define C_INSTALL_SHARE_HOME "/usr/local/share/chicken"' >> chicken-defau lts.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_BIN_HOME' >> chicken-defaults.h echo '# define C_INSTALL_BIN_HOME "/usr/local/bin"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_EGG_HOME' >> chicken-defaults.h echo '# define C_INSTALL_EGG_HOME "/usr/local/lib/chicken/8"' >> chicken-default s.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_LIB_HOME' >> chicken-defaults.h echo '# define C_INSTALL_LIB_HOME "/usr/local/lib"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_LIB_NAME' >> chicken-defaults.h echo '# define C_INSTALL_LIB_NAME "chicken"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_STATIC_LIB_HOME' >> chicken-defaults.h echo '# define C_INSTALL_STATIC_LIB_HOME "/usr/local/lib"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_INCLUDE_HOME' >> chicken-defaults.h echo '# define C_INSTALL_INCLUDE_HOME "/usr/local/include/chicken"' >> chicken-d efaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_MORE_LIBS' >> chicken-defaults.h echo '# define C_INSTALL_MORE_LIBS "-lm -lpthread"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_MORE_STATIC_LIBS' >> chicken-defaults.h echo '# define C_INSTALL_MORE_STATIC_LIBS "-lm -lpthread"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_STACK_GROWS_DOWNWARD' >> chicken-defaults.h echo '# define C_STACK_GROWS_DOWNWARD 1' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_MORE_LIBS' >> chicken-defaults.h echo '# define C_TARGET_MORE_LIBS "-lm -lpthread"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_MORE_STATIC_LIBS' >> chicken-defaults.h echo '# define C_TARGET_MORE_STATIC_LIBS "-lm -lpthread"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_CC' >> chicken-defaults.h echo '# define C_TARGET_CC "gcc"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_CXX' >> chicken-defaults.h echo '# define C_TARGET_CXX "g++"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_RC_COMPILER' >> chicken-defaults.h echo '# define C_TARGET_RC_COMPILER ""' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_CFLAGS' >> chicken-defaults.h echo '# define C_TARGET_CFLAGS "-fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONF IG_H -DC_ENABLE_PTABLES -Os -fomit-frame-pointer"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_LDFLAGS' >> chicken-defaults.h echo '# define C_TARGET_LDFLAGS " "' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_FEATURES' >> chicken-defaults.h echo '# define C_TARGET_FEATURES ""' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CROSS_CHICKEN' >> chicken-defaults.h echo '# define C_CROSS_CHICKEN 0' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_PREFIX' >> chicken-defaults.h echo '# define C_TARGET_PREFIX "/usr/local"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_BIN_HOME' >> chicken-defaults.h echo '# define C_TARGET_BIN_HOME "/usr/local/bin"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_LIB_HOME' >> chicken-defaults.h echo '# define C_TARGET_LIB_HOME "/usr/local/lib"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_LIB_NAME' >> chicken-defaults.h echo '# define C_TARGET_LIB_NAME "chicken"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_RUN_LIB_HOME' >> chicken-defaults.h echo '# define C_TARGET_RUN_LIB_HOME "/usr/local/lib"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_SHARE_HOME' >> chicken-defaults.h echo '# define C_TARGET_SHARE_HOME "/usr/local/share"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_INCLUDE_HOME' >> chicken-defaults.h echo '# define C_TARGET_INCLUDE_HOME "/usr/local/include/chicken"' >> chicken-de faults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_STATIC_LIB_HOME' >> chicken-defaults.h echo '# define C_TARGET_STATIC_LIB_HOME "/usr/local/lib"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CHICKEN_PROGRAM' >> chicken-defaults.h echo '# define C_CHICKEN_PROGRAM "chicken"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CSC_PROGRAM' >> chicken-defaults.h echo '# define C_CSC_PROGRAM "csc"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CSI_PROGRAM' >> chicken-defaults.h echo '# define C_CSI_PROGRAM "csi"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CHICKEN_BUG_PROGRAM' >> chicken-defaults.h echo '# define C_CHICKEN_BUG_PROGRAM "chicken-bug"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CHICKEN_INSTALL_PROGRAM' >> chicken-defaults.h echo '# define C_CHICKEN_INSTALL_PROGRAM "chicken-install"' >> chicken-defaults. h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CHICKEN_UNINSTALL_PROGRAM' >> chicken-defaults.h echo '# define C_CHICKEN_UNINSTALL_PROGRAM "chicken-uninstall"' >> chicken-defau lts.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CHICKEN_STATUS_PROGRAM' >> chicken-defaults.h echo '# define C_CHICKEN_STATUS_PROGRAM "chicken-status"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_WINDOWS_SHELL' >> chicken-defaults.h echo '# define C_WINDOWS_SHELL 0' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_BINARY_VERSION' >> chicken-defaults.h echo '# define C_BINARY_VERSION 8' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_USES_SONAME' >> chicken-defaults.h echo '# define C_USES_SONAME 1' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '/* END OF FILE */' >> chicken-defaults.h echo "/* GENERATED */" >chicken-config.h echo "#define HAVE_DIRENT_H 1" >>chicken-config.h echo "#define HAVE_DLFCN_H 1" >>chicken-config.h echo "#define HAVE_INTTYPES_H 1" >>chicken-config.h echo "#define HAVE_LIMITS_H 1" >>chicken-config.h echo "#define HAVE_LONG_LONG 1" >>chicken-config.h echo "#define HAVE_MEMMOVE 1" >>chicken-config.h echo "#define HAVE_MEMORY_H 1" >>chicken-config.h echo "#define HAVE_SIGACTION 1" >>chicken-config.h echo "#define HAVE_SIGSETJMP 1" >>chicken-config.h echo "#define HAVE_SIGPROCMASK 1" >>chicken-config.h echo "#define HAVE_STDINT_H 1" >>chicken-config.h echo "#define HAVE_STDLIB_H 1" >>chicken-config.h echo "#define HAVE_STRERROR 1" >>chicken-config.h echo "#define HAVE_STRINGS_H 1" >>chicken-config.h echo "#define HAVE_STRING_H 1" >>chicken-config.h echo "#define HAVE_STRLCAT 1" >>chicken-config.h echo "#define HAVE_STRLCPY 1" >>chicken-config.h echo "#define HAVE_STRTOLL 1" >>chicken-config.h echo "#define HAVE_STRTOQ 1" >>chicken-config.h echo "#define HAVE_SYS_STAT_H 1" >>chicken-config.h echo "#define HAVE_SYS_TYPES_H 1" >>chicken-config.h echo "#define HAVE_SETENV 1" >>chicken-config.h echo "#define HAVE_UNISTD_H 1" >>chicken-config.h echo "#define HAVE_UNSIGNED_LONG_LONG 1" >>chicken-config.h echo "#define STDC_HEADERS 1" >>chicken-config.h echo "#define HAVE_ALLOCA 1" >>chicken-config.h echo "#define HAVE_GRP_H 1" >>chicken-config.h echo "#define HAVE_ERRNO_H 1" >>chicken-config.h echo "#define HAVE_SYSEXITS_H 1" >>chicken-config.h echo "#define C_STACK_GROWS_DOWNWARD 1" >>chicken-config.h cat chicken-defaults.h >>chicken-config.h gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN library.c -o library-static.o - I. -I./ chicken internal.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult -type-file ./types.db -explicit-use -no-trace -output-file internal.c -emit-imp ort-library chicken.internal Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken expand.scm -optimize-level 2 -include-path . -include-path ./ -inline - ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-t ype-file ./types.db -explicit-use -no-trace -output-file expand.c -emit-import- library chicken.expand Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken eval.scm -optimize-level 2 -include-path . -include-path ./ -inline -ig nore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-typ e-file ./types.db -explicit-use -no-trace -output-file eval.c -emit-import-libr ary chicken.eval Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN eval.c -o eval-static.o -I. -I. / chicken read-syntax.scm -optimize-level 2 -include-path . -include-path ./ -inl ine -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -cons ult-type-file ./types.db -explicit-use -no-trace -output-file read-syntax.c -em it-import-library chicken.read-syntax Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN read-syntax.c -o read-syntax-st atic.o -I. -I./ chicken repl.scm -optimize-level 2 -include-path . -include-path ./ -inline -ig nore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-typ e-file ./types.db -explicit-use -no-trace -output-file repl.c -emit-import-libr ary chicken.repl Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN repl.c -o repl-static.o -I. -I. / chicken data-structures.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize - consult-type-file ./types.db -explicit-use -no-trace -output-file data-structur es.c -emit-import-library chicken.data-structures Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN data-structures.c -o data-struc tures-static.o -I. -I./ chicken irregex.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult- type-file ./types.db -explicit-use -no-trace -output-file irregex.c -emit-impor t-library chicken.irregex Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken pathname.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult -type-file ./types.db -explicit-use -no-trace -output-file pathname.c -emit-imp ort-library chicken.pathname Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN pathname.c -o pathname-static.o -I. -I./ chicken extras.scm -optimize-level 2 -include-path . -include-path ./ -inline - ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-t ype-file ./types.db -explicit-use -no-trace -output-file extras.c \ -emit-import-library chicken.format \ -emit-import-library chicken.io \ -emit-import-library chicken.pretty-print \ -emit-import-library chicken.random Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken ports.scm -optimize-level 2 -include-path . -include-path ./ -inline -i gnore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-ty pe-file ./types.db -explicit-use -no-trace -output-file ports.c -emit-import-li brary chicken.ports Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN ports.c -o ports-static.o -I. - I./ chicken files.scm -optimize-level 2 -include-path . -include-path ./ -inline -i gnore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-ty pe-file ./types.db -explicit-use -no-trace -output-file files.c -emit-import-li brary chicken.files Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN files.c -o files-static.o -I. - I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN extras.c -o extras-static.o -I. -I./ chicken lolevel.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult- type-file ./types.db -explicit-use -no-trace -output-file lolevel.c \ -emit-import-library chicken.locative \ -emit-import-library chicken.lolevel Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel-static.o - I. -I./ chicken posixunix.scm -optimize-level 2 -include-path . -include-path ./ -inlin e -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consul t-type-file ./types.db -explicit-use -no-trace -output-file posixunix.c -emit-i mport-library chicken.posix Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken utils.scm -optimize-level 2 -include-path . -include-path ./ -inline -i gnore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-ty pe-file ./types.db -explicit-use -no-trace -output-file utils.c -emit-import-li brary chicken.utils Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN utils.c -o utils-static.o -I. - I./ chicken tcp.scm -optimize-level 2 -include-path . -include-path ./ -inline -ign ore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-type -file ./types.db -explicit-use -no-trace -output-file tcp.c -emit-import-librar y chicken.tcp Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN tcp.c -o tcp-static.o -I. -I./ chicken srfi-4.scm -optimize-level 2 -include-path . -include-path ./ -inline - ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-t ype-file ./types.db -explicit-use -no-trace -output-file srfi-4.c -emit-import- library srfi-4 Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4-static.o -I. -I./ chicken continuation.scm -optimize-level 2 -include-path . -include-path ./ -in line -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -con sult-type-file ./types.db -explicit-use -no-trace -output-file continuation.c - emit-import-library chicken.continuation Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN continuation.c -o continuation- static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN posixunix.c -o posixunix-static .o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN internal.c -o internal-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN irregex.c -o irregex-static.o - I. -I./ chicken scheduler.scm -optimize-level 2 -include-path . -include-path ./ -inlin e -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consul t-type-file ./types.db -explicit-use -no-trace -output-file scheduler.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler-static .o -I. -I./ chicken debugger-client.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize - consult-type-file ./types.db -explicit-use -no-trace -output-file debugger-clie nt.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN debugger-client.c -o debugger-c lient-static.o -I. -I./ chicken profiler.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult -type-file ./types.db -explicit-use -no-trace -output-file profiler.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN profiler.c -o profiler-static.o -I. -I./ chicken stub.scm -optimize-level 2 -include-path . -include-path ./ -inline -ig nore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-typ e-file ./types.db -explicit-use -no-trace -output-file stub.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN stub.c -o stub-static.o -I. -I. / gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN expand.c -o expand-static.o -I. -I./ chicken modules.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult- type-file ./types.db -explicit-use -no-trace -output-file modules.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN modules.c -o modules-static.o - I. -I./ chicken chicken-syntax.scm -optimize-level 2 -include-path . -include-path ./ - inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -c onsult-type-file ./types.db -explicit-use -no-trace -output-file chicken-syntax .c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syn tax-static.o -I. -I./ chicken chicken-ffi-syntax.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specializ e -consult-type-file ./types.db -explicit-use -no-trace -output-file chicken-ff i-syntax.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken -ffi-syntax-static.o -I. -I./ cat: buildid: No such file or directory cat: buildtag.h: No such file or directory chicken build-version.scm -optimize-level 2 -include-path . -include-path ./ -i nline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -co nsult-type-file ./types.db -explicit-use -no-trace -output-file build-version.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN build-version.c -o build-versio n-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN runtime.c -o runtime-static.o - I. -I./ ar cru libchicken.a library-static.o eval-static.o read-syntax-static.o repl-st atic.o data-structures-static.o pathname-static.o ports-static.o files-static.o extras-static.o lolevel-static.o utils-static.o tcp-static.o srfi-4-static.o con tinuation-static.o posixunix-static.o internal-static.o irregex-static.o schedul er-static.o debugger-client-static.o profiler-static.o stub-static.o expand-stat ic.o modules-static.o chicken-syntax-static.o chicken-ffi-syntax-static.o build- version-static.o runtime-static.o gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN library.c -o library .o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN eval.c -o eval.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN read-syntax.c -o rea d-syntax.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN repl.c -o repl.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN pathname.c -o pathna me.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN ports.c -o ports.o - I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN files.c -o files.o - I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN extras.c -o extras.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel .o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN utils.c -o utils.o - I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN tcp.c -o tcp.o -I. - I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN continuation.c -o co ntinuation.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN posixunix.c -o posix unix.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN internal.c -o intern al.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN irregex.c -o irregex .o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN scheduler.c -o sched uler.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN debugger-client.c -o debugger-client.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN profiler.c -o profil er.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN stub.c -o stub.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN expand.c -o expand.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN modules.c -o modules .o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN build-version.c -o b uild-version.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN runtime.c -o runtime .o -I. -I./ gcc -shared -Wl,-soname,libchicken.so.8 \ -o libchicken.so library.o eval.o read-syntax.o repl.o data-structures.o pathn ame.o ports.o files.o extras.o lolevel.o utils.o tcp.o srfi-4.o continuation.o p osixunix.o internal.o irregex.o scheduler.o debugger-client.o profiler.o stub.o expand.o modules.o chicken-syntax.o chicken-ffi-syntax.o build-version.o runtime .o -lm -lpthread ln -sf libchicken.so libchicken.so.8 chicken support.scm -optimize-level 2 -include-path . -include-path ./ -inline - ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-t ype-file ./types.db -no-lambda-info -no-trace -emit-import-library chicken.com piler.support -output-file support.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken scrutinizer.scm -optimize-level 2 -include-path . -include-path ./ -inli ne -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consu lt-type-file ./types.db -no-lambda-info -no-trace -emit-import-library chicken .compiler.scrutinizer -output-file scrutinizer.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken core.scm -optimize-level 2 -include-path . -include-path ./ -inline -ign ore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-type -file ./types.db -no-lambda-info -no-trace -emit-import-library chicken.compil er.core -output-file core.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken compiler-syntax.scm -optimize-level 2 -include-path . -include-path ./ - inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -c onsult-type-file ./types.db -no-lambda-info -no-trace -emit-import-library chi cken.compiler.compiler-syntax -output-file compiler-syntax.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken optimizer.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult -type-file ./types.db -no-lambda-info -no-trace -emit-import-library chicken.c ompiler.optimizer -output-file optimizer.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken c-platform.scm -optimize-level 2 -include-path . -include-path ./ -inlin e -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consul t-type-file ./types.db -no-lambda-info -no-trace -emit-import-library chicken. compiler.c-platform -output-file c-platform.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken lfa2.scm -optimize-level 2 -include-path . -include-path ./ -inline -ign ore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-type -file ./types.db -no-lambda-info -no-trace -emit-import-library chicken.compil er.lfa2 -output-file lfa2.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken c-backend.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult -type-file ./types.db -no-lambda-info -no-trace -emit-import-library chicken.c ompiler.c-backend -output-file c-backend.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken user-pass.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult -type-file ./types.db -no-lambda-info -no-trace -emit-import-library chicken.c ompiler.user-pass -output-file user-pass.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken batch-driver.scm -optimize-level 2 -include-path . -include-path ./ -inl ine -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -cons ult-type-file ./types.db -no-lambda-info -no-trace -emit-import-library chicke n.compiler.batch-driver -output-file batch-driver.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken chicken.scm -optimize-level 2 -include-path . -include-path ./ -inline - ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-t ype-file ./types.db -no-lambda-info -no-trace -emit-import-library chicken.com piler.chicken -output-file chicken.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC chicken.c -o chicken.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC batch-driver.c -o batch-driver.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC core.c -o core.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC optimizer.c -o optimizer.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC lfa2.c -o lfa2.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC compiler-syntax.c -o compiler-syntax.o -I. - I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC scrutinizer.c -o scrutinizer.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC support.c -o support.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC c-platform.c -o c-platform.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC c-backend.c -o c-backend.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC user-pass.c -o user-pass.o -I. -I./ gcc -L. chicken.o batch-driver.o core.o optimizer.o lfa2.o compiler-syntax.o sc rutinizer.o support.o c-platform.o c-backend.o user-pass.o -o chicken \ -lchicken -Wl,-R"." -lm -lpthread chicken csi.scm -optimize-level 2 -include-path . -include-path ./ -inline -igno re-repository -feature chicken-bootstrap -no-warnings -specialize -consult-type- file ./types.db -no-lambda-info -no-trace -output-file csi.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPI C -DPIC -c -Os -fomit-frame-pointer csi.c -o csi.o -I. -I./ gcc -L. csi.o -o csi -lchicken -Wl,-R"." -lm -lpthread chicken chicken-profile.scm -optimize-level 2 -include-path . -include-path ./ - inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -c onsult-type-file ./types.db -no-lambda-info -no-trace -output-file chicken-pro file.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPI C -DPIC -c -Os -fomit-frame-pointer chicken-profile.c -o chicken-profile.o -I. - I./ gcc -L. chicken-profile.o -o chicken-profile -lchicken -Wl,-R"." -lm -lpthread chicken csc.scm -optimize-level 2 -include-path . -include-path ./ -inline -igno re-repository -feature chicken-bootstrap -no-warnings -specialize -consult-type- file ./types.db -no-lambda-info -no-trace -output-file csc.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPI C -DPIC -c -Os -fomit-frame-pointer csc.c -o csc.o -I. -I./ gcc -L. csc.o -o csc -lchicken -Wl,-R"." -lm -lpthread chicken setup-api.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult -type-file ./types.db -feature chicken-compile-shared -dynamic -emit-import-lib rary setup-api \ -output-file setup-api.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken setup-download.scm -optimize-level 2 -include-path . -include-path ./ -i nline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -co nsult-type-file ./types.db -feature chicken-compile-shared -dynamic -emit-impor t-library setup-download \ -output-file setup-download.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" chicken chicken-install.scm -optimize-level 2 -include-path . -include-path ./ - inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -c onsult-type-file ./types.db -no-lambda-info -no-trace -output-file chicken-ins tall.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPI C -DPIC -c -Os -fomit-frame-pointer chicken-install.c -o chicken-install.o -I. - I./ gcc -L. chicken-install.o -o chicken-install -lchicken -Wl,-R"." -lm -lpthread chicken chicken-uninstall.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-type-file ./types.db -no-lambda-info -no-trace -output-file chicken-u ninstall.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPI C -DPIC -c -Os -fomit-frame-pointer chicken-uninstall.c -o chicken-uninstall.o - I. -I./ gcc -L. chicken-uninstall.o -o chicken-uninstall -lchicken -Wl,-R"." -lm -lpth read chicken chicken-status.scm -optimize-level 2 -include-path . -include-path ./ -i nline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -co nsult-type-file ./types.db -no-lambda-info -no-trace -output-file chicken-stat us.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPI C -DPIC -c -Os -fomit-frame-pointer chicken-status.c -o chicken-status.o -I. -I. / gcc -L. chicken-status.o -o chicken-status -lchicken -Wl,-R"." -lm -lpthread gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN setup-download.c -o setup-download.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. setup-download.o -o setup-download.so \ -lchicken \ -lm -lpthread gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c - Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN setup-api.c -o setup -api.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. setup-api.o -o setup-api.so \ -lchicken \ -lm -lpthread chicken chicken-bug.scm -optimize-level 2 -include-path . -include-path ./ -inli ne -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consu lt-type-file ./types.db -no-lambda-info -no-trace -output-file chicken-bug.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -fomit-frame-pointer chicken-bug.c -o chicken-bug.o -I. -I./ gcc -L. chicken-bug.o -o chicken-bug -lchicken -Wl,-R"." -lm -lpthread cat feathers.in >feathers; echo 'exec "$wish" "/usr/local/share/chicken/feathers .tcl" -- "$@"' >>feathers chicken setup-api.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize - consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file setup-api.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN setup-ap i.import.c -o setup-api.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. setup-api.import.o -o setup-api.import.so \ -lchicken \ -lm -lpthread chicken setup-download.import.scm -optimize-level 2 -include-path . -include-pat h ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -special ize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no- trace -output-file setup-download.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN setup-do wnload.import.c -o setup-download.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. setup-download.import.o -o setup-download.import. so \ -lchicken \ -lm -lpthread chicken srfi-4.import.scm -optimize-level 2 -include-path . -include-path ./ -in line -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -con sult-type-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -o utput-file srfi-4.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-4.i mport.c -o srfi-4.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. srfi-4.import.o -o srfi-4.import.so \ -lchicken \ -lm -lpthread chicken chicken.import.scm -optimize-level 2 -include-path . -include-path ./ -i nline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -co nsult-type-file ./types.db -feature chicken-compile-shared -dynamic -no-trace - output-file chicken.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. import.c -o chicken.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.import.o -o chicken.import.so \ -lchicken \ -lm -lpthread chicken chicken.csi.import.scm -optimize-level 2 -include-path . -include-path . / -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no-tra ce -output-file chicken.csi.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. csi.import.c -o chicken.csi.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.csi.import.o -o chicken.csi.import.so \ -lchicken \ -lm -lpthread chicken chicken.foreign.import.scm -optimize-level 2 -include-path . -include-pa th ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specia lize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no -trace -output-file chicken.foreign.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. foreign.import.c -o chicken.foreign.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.foreign.import.o -o chicken.foreign.impor t.so \ -lchicken \ -lm -lpthread chicken chicken.bitwise.import.scm -optimize-level 2 -include-path . -include-pa th ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specia lize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no -trace -output-file chicken.bitwise.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. bitwise.import.c -o chicken.bitwise.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.bitwise.import.o -o chicken.bitwise.impor t.so \ -lchicken \ -lm -lpthread chicken chicken.fixnum.import.scm -optimize-level 2 -include-path . -include-pat h ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -special ize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no- trace -output-file chicken.fixnum.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. fixnum.import.c -o chicken.fixnum.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.fixnum.import.o -o chicken.fixnum.import. so \ -lchicken \ -lm -lpthread chicken chicken.flonum.import.scm -optimize-level 2 -include-path . -include-pat h ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -special ize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no- trace -output-file chicken.flonum.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. flonum.import.c -o chicken.flonum.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.flonum.import.o -o chicken.flonum.import. so \ -lchicken \ -lm -lpthread chicken chicken.format.import.scm -optimize-level 2 -include-path . -include-pat h ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -special ize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no- trace -output-file chicken.format.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. format.import.c -o chicken.format.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.format.import.o -o chicken.format.import. so \ -lchicken \ -lm -lpthread chicken chicken.gc.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no-trac e -output-file chicken.gc.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. gc.import.c -o chicken.gc.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.gc.import.o -o chicken.gc.import.so \ -lchicken \ -lm -lpthread chicken chicken.io.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no-trac e -output-file chicken.io.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. io.import.c -o chicken.io.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.io.import.o -o chicken.io.import.so \ -lchicken \ -lm -lpthread chicken chicken.keyword.import.scm -optimize-level 2 -include-path . -include-pa th ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specia lize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no -trace -output-file chicken.keyword.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. keyword.import.c -o chicken.keyword.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.keyword.import.o -o chicken.keyword.impor t.so \ -lchicken \ -lm -lpthread chicken chicken.locative.import.scm -optimize-level 2 -include-path . -include-p ath ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -speci alize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -n o-trace -output-file chicken.locative.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. locative.import.c -o chicken.locative.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.locative.import.o -o chicken.locative.imp ort.so \ -lchicken \ -lm -lpthread chicken chicken.posix.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -speciali ze -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no-t race -output-file chicken.posix.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. posix.import.c -o chicken.posix.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.posix.import.o -o chicken.posix.import.so \ -lchicken \ -lm -lpthread chicken chicken.pretty-print.import.scm -optimize-level 2 -include-path . -inclu de-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -s pecialize -consult-type-file ./types.db -feature chicken-compile-shared -dynami c -no-trace -output-file chicken.pretty-print.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. pretty-print.import.c -o chicken.pretty-print.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.pretty-print.import.o -o chicken.pretty-p rint.import.so \ -lchicken \ -lm -lpthread chicken chicken.random.import.scm -optimize-level 2 -include-path . -include-pat h ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -special ize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no- trace -output-file chicken.random.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. random.import.c -o chicken.random.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.random.import.o -o chicken.random.import. so \ -lchicken \ -lm -lpthread chicken chicken.time.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specializ e -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no-tr ace -output-file chicken.time.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. time.import.c -o chicken.time.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.time.import.o -o chicken.time.import.so \ -lchicken \ -lm -lpthread chicken chicken.continuation.import.scm -optimize-level 2 -include-path . -inclu de-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -s pecialize -consult-type-file ./types.db -feature chicken-compile-shared -dynami c -no-trace -output-file chicken.continuation.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. continuation.import.c -o chicken.continuation.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.continuation.import.o -o chicken.continua tion.import.so \ -lchicken \ -lm -lpthread chicken chicken.data-structures.import.scm -optimize-level 2 -include-path . -in clude-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-type-file ./types.db -feature chicken-compile-shared -dyn amic -no-trace -output-file chicken.data-structures.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. data-structures.import.c -o chicken.data-structures.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.data-structures.import.o -o chicken.data- structures.import.so \ -lchicken \ -lm -lpthread chicken chicken.eval.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specializ e -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no-tr ace -output-file chicken.eval.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. eval.import.c -o chicken.eval.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.eval.import.o -o chicken.eval.import.so \ -lchicken \ -lm -lpthread chicken chicken.expand.import.scm -optimize-level 2 -include-path . -include-pat h ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -special ize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no- trace -output-file chicken.expand.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. expand.import.c -o chicken.expand.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.expand.import.o -o chicken.expand.import. so \ -lchicken \ -lm -lpthread chicken chicken.files.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -speciali ze -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no-t race -output-file chicken.files.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. files.import.c -o chicken.files.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.files.import.o -o chicken.files.import.so \ -lchicken \ -lm -lpthread chicken chicken.internal.import.scm -optimize-level 2 -include-path . -include-p ath ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -speci alize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -n o-trace -output-file chicken.internal.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. internal.import.c -o chicken.internal.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.internal.import.o -o chicken.internal.imp ort.so \ -lchicken \ -lm -lpthread chicken chicken.irregex.import.scm -optimize-level 2 -include-path . -include-pa th ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specia lize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no -trace -output-file chicken.irregex.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. irregex.import.c -o chicken.irregex.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.irregex.import.o -o chicken.irregex.impor t.so \ -lchicken \ -lm -lpthread chicken chicken.lolevel.import.scm -optimize-level 2 -include-path . -include-pa th ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specia lize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no -trace -output-file chicken.lolevel.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. lolevel.import.c -o chicken.lolevel.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.lolevel.import.o -o chicken.lolevel.impor t.so \ -lchicken \ -lm -lpthread chicken chicken.pathname.import.scm -optimize-level 2 -include-path . -include-p ath ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -speci alize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -n o-trace -output-file chicken.pathname.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. pathname.import.c -o chicken.pathname.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.pathname.import.o -o chicken.pathname.imp ort.so \ -lchicken \ -lm -lpthread chicken chicken.ports.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -speciali ze -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no-t race -output-file chicken.ports.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. ports.import.c -o chicken.ports.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.ports.import.o -o chicken.ports.import.so \ -lchicken \ -lm -lpthread chicken chicken.read-syntax.import.scm -optimize-level 2 -include-path . -includ e-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -sp ecialize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.read-syntax.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. read-syntax.import.c -o chicken.read-syntax.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.read-syntax.import.o -o chicken.read-synt ax.import.so \ -lchicken \ -lm -lpthread chicken chicken.repl.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specializ e -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no-tr ace -output-file chicken.repl.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. repl.import.c -o chicken.repl.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.repl.import.o -o chicken.repl.import.so \ -lchicken \ -lm -lpthread chicken chicken.tcp.import.scm -optimize-level 2 -include-path . -include-path . / -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no-tra ce -output-file chicken.tcp.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. tcp.import.c -o chicken.tcp.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.tcp.import.o -o chicken.tcp.import.so \ -lchicken \ -lm -lpthread chicken chicken.utils.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -speciali ze -consult-type-file ./types.db -feature chicken-compile-shared -dynamic -no-t race -output-file chicken.utils.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. utils.import.c -o chicken.utils.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.utils.import.o -o chicken.utils.import.so \ -lchicken \ -lm -lpthread chicken chicken.compiler.user-pass.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warni ngs -specialize -consult-type-file ./types.db -feature chicken-compile-shared - dynamic -no-trace -output-file chicken.compiler.user-pass.import.c Warning: invalid compiler option (ignored): "-consult-type-file" Warning: invalid compiler option (ignored): "./types.db" gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC _SHARED -c -Os -fomit-frame-pointer -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken. compiler.user-pass.import.c -o chicken.compiler.user-pass.import.o -I. -I./ gcc -shared -Wl,-R"." -Wl,-L. chicken.compiler.user-pass.import.o -o chicken.co mpiler.user-pass.import.so \ -lchicken \ -lm -lpthread ~/scheme/chicken/chicken-core % ./csi Error: unbound variable: chicken.format#sprintf ~/scheme/chicken/chicken-core % ./csc Error: unbound variable: chicken.pathname#make-pathname ~/scheme/chicken/chicken-core %