csi error pasted by siiky on Thu Mar 9 13:26:42 2023

$ ./csi
CHICKEN
(c) 2008-2022, The CHICKEN Team
(c) 2000-2007, Felix L. Winkelmann
Version 5.3.1 (rev 1fa5bc18)
linux-unix-clang-x86-64 [ 64bit dload ptables ]

Type ,? for help.
; loading /home/siiky/.csirc ...
; loading ./chicken.load.import.so ...

Error: (load) during expansion of (import ...) - unable to load compiled module - cannot load compiled code dynamically - this is a statically linked executable: "./chicken.load.import.so"

	Call history:

	<eval>	  (chicken.load#load-unit (##core#quote library) (##core#quote #f) (##core#quote #f))
	<eval>	  (chicken.load#load-unit (##core#quote expand) (##core#quote #f) (##core#quote #f))
	csi.scm:1104: chicken.load#load-verbose	
	csi.scm:144: chicken.platform#chicken-version	
	csi.scm:144: chicken.base#print	
	csi.scm:1106: chicken.base#print	
	csi.scm:1107: member*	
	csi.scm:1034: chicken.platform#system-config-directory	
	csi.scm:1035: chicken.pathname#make-pathname	
	csi.scm:1037: chicken.process-context#get-environment-variable	
	##sys#string-append	
	csi.scm:1039: chicken.pathname#make-pathname	
	csi.scm:1040: chicken.file#file-exists?	
	csi.scm:1042: chicken.file#file-exists?	
	csi.scm:1043: scheme#load	
	<syntax>	  (import chicken.load)	<--

$ file ./csi
./csi: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, with debug_info, not stripped

build output pasted by siiky on Thu Mar 9 13:27:18 2023

chicken  library.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file library.c \
-no-module-registration \
-emit-import-library chicken.bitwise \
-emit-import-library chicken.blob \
-emit-import-library chicken.fixnum \
-emit-import-library chicken.flonum \
-emit-import-library chicken.gc \
-emit-import-library chicken.keyword \
-emit-import-library chicken.platform \
-emit-import-library chicken.plist \
-emit-import-library chicken.process-context

Note: Test is always true
  In module `',
  In procedure `',
  In procedure `readrec',
  In procedure `r-char',
  In conditional expression:

    (if c0 (let ((g4749 ...)) (if g4749 (let ... ...) #f)) #f)

  Test condition has always true value of type:

    fixnum
generating import library `chicken.fixnum.import.scm' for module `chicken.fixnum' ...
generating import library `chicken.flonum.import.scm' for module `chicken.flonum' ...
generating import library `chicken.bitwise.import.scm' for module `chicken.bitwise' ...
generating import library `chicken.keyword.import.scm' for module `chicken.keyword' ...
generating import library `chicken.blob.import.scm' for module `chicken.blob' ...
generating import library `chicken.process-context.import.scm' for module `chicken.process-context' ...
generating import library `chicken.gc.import.scm' for module `chicken.gc' ...
generating import library `chicken.plist.import.scm' for module `chicken.plist' ...
generating import library `chicken.platform.import.scm' for module `chicken.platform' ...

Note: Test is always true
  In module `',
  In procedure `',
  In procedure `readrec',
  In procedure `r-char',
  In conditional expression:

    (if n0 (let ((n ...)) (if n (let ... ...) #f)) #f)

  Test condition has always true value of type:

    fixnum

Note: Test is always true
  In module `',
  In procedure `',
  In procedure `readrec',
  In procedure `r-char',
  In conditional expression:

    (if n (let ((g4753 ...)) (if g4753 (let ... ...) #f)) #f)

  Test condition has always true value of type:

    fixnum
echo '#define DEBUGBUILD 1' >> chicken-defaults.h
echo '#define C_CHICKEN_PROGRAM "chicken"' >> chicken-defaults.h
echo '#ifndef C_INSTALL_CC' >> chicken-defaults.h
echo '# define C_INSTALL_CC "zig-cc"' >> 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_CONFIG_H -DC_ENABLE_PTABLES -Os -march=native -shared -Wno-unused-value"' >> 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 "/nowhere"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_SHARE_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_SHARE_HOME "/nowhere/share/chicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_BIN_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_BIN_HOME "/nowhere/bin"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_EGG_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_EGG_HOME "/nowhere/lib/chicken/11"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_LIB_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_LIB_HOME "/nowhere/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 "/nowhere/lib"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_INCLUDE_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_INCLUDE_HOME "/nowhere/include/chicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_MORE_LIBS' >> chicken-defaults.h
echo '# define C_INSTALL_MORE_LIBS "-lm -ldl"' >> 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 -ldl"' >> 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 -ldl"' >> 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 -ldl"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_CC' >> chicken-defaults.h
echo '# define C_TARGET_CC "zig-cc"' >> 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_LIBRARIAN' >> chicken-defaults.h
echo '# define C_TARGET_LIBRARIAN "ar"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_INSTALL_PROGRAM' >> chicken-defaults.h
echo '# define C_TARGET_INSTALL_PROGRAM "install"' >> 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_CONFIG_H -DC_ENABLE_PTABLES -Os -march=native -shared -Wno-unused-value"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_LIBRARIAN_FLAGS' >> chicken-defaults.h
echo '# define C_TARGET_LIBRARIAN_FLAGS "cru"' >> 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_INSTALL_PROGRAM_EXECUTABLE_OPTIONS' >> chicken-defaults.h
echo '# define C_TARGET_INSTALL_PROGRAM_EXECUTABLE_OPTIONS "-m 755"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_INSTALL_PROGRAM_FILE_OPTIONS' >> chicken-defaults.h
echo '# define C_TARGET_INSTALL_PROGRAM_FILE_OPTIONS "-m 644"' >> 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 "/nowhere"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_BIN_HOME' >> chicken-defaults.h
echo '# define C_TARGET_BIN_HOME "/nowhere/bin"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_LIB_HOME' >> chicken-defaults.h
echo '# define C_TARGET_LIB_HOME "/nowhere/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 "/nowhere/lib"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_SHARE_HOME' >> chicken-defaults.h
echo '# define C_TARGET_SHARE_HOME "/nowhere/share/chicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_INCLUDE_HOME' >> chicken-defaults.h
echo '# define C_TARGET_INCLUDE_HOME "/nowhere/include/chicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_STATIC_LIB_HOME' >> chicken-defaults.h
echo '# define C_TARGET_STATIC_LIB_HOME "/nowhere/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_DO_PROGRAM' >> chicken-defaults.h
echo '# define C_CHICKEN_DO_PROGRAM "chicken-do"' >> 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-defaults.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 11' >> 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_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_ALLOCA_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
echo "#define C_USE_STD_FEATURE_MACROS" >>chicken-config.h
cat chicken-defaults.h >>chicken-config.h
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -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 -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file internal.c -emit-import-library chicken.internal
generating import library `chicken.internal.import.scm' for module `chicken.internal' ...
chicken  eval.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file eval.c \
-emit-import-library chicken.eval \
-emit-import-library chicken.load

Warning: redefinition of imported syntax binding: d

Warning: redefinition of imported syntax binding: d
generating import library `chicken.eval.import.scm' for module `chicken.eval' ...
generating import library `chicken.load.import.scm' for module `chicken.load' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN eval.c -o eval-static.o -I. -I./
chicken  read-syntax.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file read-syntax.c -emit-import-library chicken.read-syntax
generating import library `chicken.read-syntax.import.scm' for module `chicken.read-syntax' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN read-syntax.c -o read-syntax-static.o -I. -I./
chicken  repl.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file repl.c -emit-import-library chicken.repl
generating import library `chicken.repl.import.scm' for module `chicken.repl' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -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 -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file data-structures.c \
-emit-import-library chicken.sort \
-emit-import-library chicken.string
generating import library `chicken.string.import.scm' for module `chicken.string' ...
generating import library `chicken.sort.import.scm' for module `chicken.sort' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures-static.o -I. -I./
chicken  irregex.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file irregex.c -emit-import-library chicken.irregex
generating import library `chicken.irregex.import.scm' for module `chicken.irregex' ...
chicken  pathname.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file pathname.c -emit-import-library chicken.pathname
generating import library `chicken.pathname.import.scm' for module `chicken.pathname' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -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 -feature debugbuild -verbose -specialize -consult-types-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
generating import library `chicken.io.import.scm' for module `chicken.io' ...
generating import library `chicken.pretty-print.import.scm' for module `chicken.pretty-print' ...
generating import library `chicken.format.import.scm' for module `chicken.format' ...
generating import library `chicken.random.import.scm' for module `chicken.random' ...
chicken  port.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file port.c -emit-import-library chicken.port
generating import library `chicken.port.import.scm' for module `chicken.port' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN port.c -o port-static.o -I. -I./
chicken  file.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file file.c -emit-import-library chicken.file
generating import library `chicken.file.import.scm' for module `chicken.file' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN file.c -o file-static.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -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 -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file lolevel.c \
-emit-import-library chicken.locative \
-emit-import-library chicken.memory \
-emit-import-library chicken.memory.representation
generating import library `chicken.memory.import.scm' for module `chicken.memory' ...
generating import library `chicken.memory.representation.import.scm' for module `chicken.memory.representation' ...
generating import library `chicken.locative.import.scm' for module `chicken.locative' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel-static.o -I. -I./
chicken  tcp.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file tcp.c -emit-import-library chicken.tcp
generating import library `chicken.tcp.import.scm' for module `chicken.tcp' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -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 -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file srfi-4.c -emit-import-library srfi-4
generating import library `srfi-4.import.scm' for module `srfi-4' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4-static.o -I. -I./
chicken  continuation.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file continuation.c -emit-import-library chicken.continuation
generating import library `chicken.continuation.import.scm' for module `chicken.continuation' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN continuation.c -o continuation-static.o -I. -I./
chicken  posix.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file posixunix.c -feature platform-unix \
-emit-import-library chicken.errno \
-emit-import-library chicken.file.posix \
-emit-import-library chicken.time.posix \
-emit-import-library chicken.process \
-emit-import-library chicken.process.signal \
-emit-import-library chicken.process-context.posix \
-no-module-registration
generating import library `chicken.file.posix.import.scm' for module `chicken.file.posix' ...
generating import library `chicken.time.posix.import.scm' for module `chicken.time.posix' ...
generating import library `chicken.process.import.scm' for module `chicken.process' ...
generating import library `chicken.process.signal.import.scm' for module `chicken.process.signal' ...
generating import library `chicken.process-context.posix.import.scm' for module `chicken.process-context.posix' ...
generating import library `chicken.errno.import.scm' for module `chicken.errno' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN posixunix.c -o posixunix-static.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN internal.c -o internal-static.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN irregex.c -o irregex-static.o -I. -I./
chicken  scheduler.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file scheduler.c 
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -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 -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file debugger-client.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN debugger-client.c -o debugger-client-static.o -I. -I./
chicken  profiler.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file profiler.c 
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN profiler.c -o profiler-static.o -I. -I./
chicken  stub.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file stub.c 
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN stub.c -o stub-static.o -I. -I./
chicken  expand.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file expand.c \
-no-module-registration

Warning: redefinition of imported syntax binding: d

Warning: redefinition of imported syntax binding: d
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -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 -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file modules.c

Warning: (modules.scm:95) - assignment to syntax `module'

Note: Predicate is always false
  In file `modules.scm:306',
  In procedure `merge-se',
  In procedure `loop',
  In procedure call:

    (scheme#null? ses)

  The predicate will always return false.

  Procedure `null?' from module `scheme' is a predicate for:

    null

  The given argument has this type:

    pair

Note: Test is always false
  In file `modules.scm:306',
  In procedure `merge-se',
  In procedure `loop',
  In conditional expression:

    (if (scheme#null? ses)
      (##core#undefined)
      (let ((g1250 ...) (g1256 se2)) (let (...) (... g1256))))

  Test condition is always false.

Note: Test is always true
  In module `',
  In procedure `',
  In procedure `report-unresolved-identifiers',
  In procedure `lp',
  In conditional expression:

    (if ss (let ((g1656 ...)) (if g1656 (let ... ...) #f)) #f)

  Test condition has always true value of type:

    (list-of string)

Note: Test is always true
  In module `',
  In procedure `',
  In procedure `report-unresolved-identifiers',
  In procedure `g1640',
  In procedure `g1708',
  In conditional expression:

    (if loc-s (let ((t1781 loc-s)) (let (...) (let ... ...))) #f)

  Test condition has always true value of type:

    string
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -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 -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file chicken-syntax.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax-static.o -I. -I./
chicken  chicken-ffi-syntax.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file chicken-ffi-syntax.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax-static.o -I. -I./
cat: buildid: No such file or directory
chicken  build-version.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file build-version.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN build-version.c -o build-version-static.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN runtime.c -o runtime-static.o -I. -I./
chicken  eval-modules.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -explicit-use -no-trace -output-file eval-modules.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value  -DC_BUILDING_LIBCHICKEN eval-modules.c -o eval-modules-static.o -I. -I./
ar cru  libchicken.a library-static.o eval-static.o read-syntax-static.o repl-static.o data-structures-static.o pathname-static.o port-static.o file-static.o extras-static.o lolevel-static.o tcp-static.o srfi-4-static.o continuation-static.o posixunix-static.o internal-static.o irregex-static.o scheduler-static.o debugger-client-static.o profiler-static.o stub-static.o expand-static.o modules-static.o chicken-syntax-static.o chicken-ffi-syntax-static.o build-version-static.o runtime-static.o eval-modules-static.o
ar: `u' modifier ignored since `D' is the default (see `U')
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN library.c -o library.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN eval.c -o eval.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN read-syntax.c -o read-syntax.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN repl.c -o repl.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN pathname.c -o pathname.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN port.c -o port.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN file.c -o file.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN extras.c -o extras.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN tcp.c -o tcp.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN continuation.c -o continuation.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN posixunix.c -o posixunix.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN internal.c -o internal.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN irregex.c -o irregex.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN debugger-client.c -o debugger-client.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN profiler.c -o profiler.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN stub.c -o stub.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN expand.c -o expand.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN modules.c -o modules.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN build-version.c -o build-version.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN runtime.c -o runtime.o -I. -I./
zig-cc  -shared -Wl,-soname,libchicken.so.11 \
  -o libchicken.so library.o eval.o read-syntax.o repl.o data-structures.o pathname.o port.o file.o extras.o lolevel.o tcp.o srfi-4.o continuation.o posixunix.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 -ldl
ln -sf libchicken.so libchicken.so.11
chicken support.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -emit-import-library chicken.compiler.support -output-file support.c 

Warning: (support.scm:193) - assignment to imported value binding `syntax-error'
generating import library `chicken.compiler.support.import.scm' for module `chicken.compiler.support' ...
chicken scrutinizer.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -emit-import-library chicken.compiler.scrutinizer -output-file scrutinizer.c 

Note: Test is always true
  In procedure `known-length-vector-index',
  In conditional expression:

    (if vector-length
      (let ((t4388 vector-length)) (if (if ... ... #f) val (let ... #f)))
      #f)

  Test condition has always true value of type:

    fixnum
generating import library `chicken.compiler.scrutinizer.import.scm' for module `chicken.compiler.scrutinizer' ...

Note: Test is always true
  In a toplevel procedure,
  In conditional expression:

    (if setter (let ((t4420 setter)) (let (...) '...)) #f)

  Test condition has always true value of type:

    symbol
chicken core.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -emit-import-library chicken.compiler.core -output-file core.c 

Warning: (core.scm:1590) - assignment to imported value binding `number-type'

Warning: (core.scm:1591) - assignment to imported value binding `number-type'

Warning: (core.scm:1592) - assignment to imported value binding `number-type'

Warning: (core.scm:1593) - assignment to imported value binding `unsafe'

Warning: (core.scm:1594) - assignment to imported value binding `unsafe'

Warning: (core.scm:1668) - assignment to imported value binding `unsafe'
generating import library `chicken.compiler.core.import.scm' for module `chicken.compiler.core' ...
chicken compiler-syntax.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -emit-import-library chicken.compiler.compiler-syntax -output-file compiler-syntax.c 
generating import library `chicken.compiler.compiler-syntax.import.scm' for module `chicken.compiler.compiler-syntax' ...
chicken optimizer.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -emit-import-library chicken.compiler.optimizer -output-file optimizer.c 
generating import library `chicken.compiler.optimizer.import.scm' for module `chicken.compiler.optimizer' ...
chicken c-platform.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -emit-import-library chicken.compiler.c-platform -output-file c-platform.c 

Warning: (c-platform.scm:124) - assignment to imported value binding `default-standard-bindings'

Warning: (c-platform.scm:263) - assignment to imported value binding `default-extended-bindings'

Warning: (c-platform.scm:266) - assignment to imported value binding `internal-bindings'
generating import library `chicken.compiler.c-platform.import.scm' for module `chicken.compiler.c-platform' ...
chicken lfa2.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -emit-import-library chicken.compiler.lfa2 -output-file lfa2.c 
generating import library `chicken.compiler.lfa2.import.scm' for module `chicken.compiler.lfa2' ...
chicken c-backend.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -emit-import-library chicken.compiler.c-backend -output-file c-backend.c 
generating import library `chicken.compiler.c-backend.import.scm' for module `chicken.compiler.c-backend' ...
chicken user-pass.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -emit-import-library chicken.compiler.user-pass -output-file user-pass.c 
generating import library `chicken.compiler.user-pass.import.scm' for module `chicken.compiler.user-pass' ...
chicken batch-driver.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -emit-import-library chicken.compiler.batch-driver -output-file batch-driver.c 

Warning: (batch-driver.scm:188) - assignment to imported value binding `explicit-use-flag'

Warning: (batch-driver.scm:189) - assignment to imported value binding `emit-debug-info'

Warning: (batch-driver.scm:191) - assignment to imported value binding `compile-module-registration'

Warning: (batch-driver.scm:193) - assignment to imported value binding `compile-module-registration'

Warning: (batch-driver.scm:195) - assignment to imported value binding `static-extensions'

Warning: (batch-driver.scm:342) - assignment to imported value binding `unit-name'

Warning: (batch-driver.scm:344) - assignment to imported value binding `standalone-executable'

Warning: (batch-driver.scm:348) - assignment to imported value binding `enable-specialization'

Warning: (batch-driver.scm:349) - assignment to imported value binding `debugging-chicken'

Warning: (batch-driver.scm:359) - assignment to imported value binding `import-libraries'

Warning: (batch-driver.scm:366) - assignment to imported value binding `all-import-libraries'

Warning: (batch-driver.scm:372) - assignment to imported value binding `explicit-use-flag'

Warning: (batch-driver.scm:377) - assignment to imported value binding `emit-closure-info'

Warning: (batch-driver.scm:379) - assignment to imported value binding `compiler-syntax-enabled'

Warning: (batch-driver.scm:381) - assignment to imported value binding `local-definitions'

Warning: (batch-driver.scm:383) - assignment to imported value binding `enable-inline-files'

Warning: (batch-driver.scm:384) - assignment to imported value binding `inline-locally'

Warning: (batch-driver.scm:386) - assignment to imported value binding `verbose-mode'

Warning: (batch-driver.scm:389) - assignment to imported value binding `strict-variable-types'

Warning: (batch-driver.scm:390) - assignment to imported value binding `enable-specialization'

Warning: (batch-driver.scm:395) - assignment to imported value binding `optimize-leaf-routines'

Warning: (batch-driver.scm:397) - assignment to imported value binding `unsafe'

Warning: (batch-driver.scm:401) - assignment to imported value binding `preserve-unchanged-import-libraries'

Warning: (batch-driver.scm:402) - assignment to imported value binding `insert-timer-checks'

Warning: (batch-driver.scm:403) - assignment to imported value binding `number-type'

Warning: (batch-driver.scm:404) - assignment to imported value binding `block-compilation'

Warning: (batch-driver.scm:406) - assignment to imported value binding `external-protos-first'

Warning: (batch-driver.scm:407) - assignment to imported value binding `inline-locally'

Warning: (batch-driver.scm:409) - assignment to imported value binding `emit-link-file'

Warning: (batch-driver.scm:411) - assignment to imported value binding `inline-locally'

Warning: (batch-driver.scm:412) - assignment to imported value binding `local-definitions'

Warning: (batch-driver.scm:415) - assignment to imported value binding `types-output-file'

Warning: (batch-driver.scm:417) - assignment to imported value binding `inline-max-size'

Warning: (batch-driver.scm:423) - assignment to imported value binding `unroll-limit'

Warning: (batch-driver.scm:459) - assignment to imported value binding `undefine-shadowed-macros'

Warning: (batch-driver.scm:461) - assignment to imported value binding `no-argc-checks'

Warning: (batch-driver.scm:463) - assignment to imported value binding `no-bound-checks'

Warning: (batch-driver.scm:465) - assignment to imported value binding `no-procedure-checks'

Warning: (batch-driver.scm:467) - assignment to imported value binding `no-global-procedure-checks'

Warning: (batch-driver.scm:515) - assignment to imported value binding `linked-libraries'

Warning: (batch-driver.scm:526) - assignment to imported value binding `target-heap-size'

Warning: (batch-driver.scm:529) - assignment to imported value binding `target-stack-size'

Warning: (batch-driver.scm:532) - assignment to imported value binding `emit-trace-info'

Warning: (batch-driver.scm:533) - assignment to imported value binding `disable-stack-overflow-checking'

Warning: (batch-driver.scm:534) - assignment to imported value binding `bootstrap-mode'

Warning: (batch-driver.scm:539) - assignment to imported value binding `standard-bindings'

Warning: (batch-driver.scm:540) - assignment to imported value binding `extended-bindings'

Warning: (batch-driver.scm:550) - assignment to imported value binding `emit-profile'

Warning: (batch-driver.scm:551) - assignment to imported value binding `profiled-procedures'

Warning: (batch-driver.scm:676) - assignment to imported value binding `line-number-database-2'

Warning: (batch-driver.scm:711) - assignment to imported value binding `inline-locally'

Warning: (batch-driver.scm:737) - assignment to imported value binding `first-analysis'

Warning: (batch-driver.scm:749) - assignment to imported value binding `first-analysis'

Warning: (batch-driver.scm:753) - assignment to imported value binding `constant-table'

Warning: (batch-driver.scm:754) - assignment to imported value binding `inline-table'

Warning: (batch-driver.scm:788) - assignment to imported value binding `first-analysis'

Warning: (batch-driver.scm:816) - assignment to imported value binding `inline-substitutions-enabled'
generating import library `chicken.compiler.batch-driver.import.scm' for module `chicken.compiler.batch-driver' ...
chicken chicken.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -emit-import-library chicken.compiler.chicken -output-file chicken.c 
generating import library `chicken.compiler.chicken.import.scm' for module `chicken.compiler.chicken' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC chicken.c -o chicken.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC batch-driver.c -o batch-driver.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC core.c -o core.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC optimizer.c -o optimizer.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC lfa2.c -o lfa2.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC compiler-syntax.c -o compiler-syntax.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC scrutinizer.c -o scrutinizer.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC support.c -o support.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC c-platform.c -o c-platform.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC c-backend.c -o c-backend.o -I. -I./
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC user-pass.c -o user-pass.o -I. -I./
zig-cc  -L. chicken.o batch-driver.o core.o optimizer.o lfa2.o compiler-syntax.o scrutinizer.o support.o c-platform.o c-backend.o user-pass.o -o chicken \
          -lchicken -Wl,-rpath="." -lm -ldl
chicken csi.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -output-file csi.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -Os -march=native -shared -Wno-unused-value csi.c -o csi.o -I. -I./ 
zig-cc  -L. csi.o  -o csi -lchicken -Wl,-rpath="." -lm -ldl
chicken srfi-4.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file srfi-4.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-4.import.c -o srfi-4.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." srfi-4.import.o -o srfi-4.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.base.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.base.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.base.import.c -o chicken.base.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.base.import.o -o chicken.base.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.condition.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.condition.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.condition.import.c -o chicken.condition.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.condition.import.o -o chicken.condition.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.csi.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.csi.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.csi.import.c -o chicken.csi.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.csi.import.o -o chicken.csi.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.foreign.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.foreign.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.foreign.import.c -o chicken.foreign.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.foreign.import.o -o chicken.foreign.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.syntax.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.syntax.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.syntax.import.c -o chicken.syntax.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.syntax.import.o -o chicken.syntax.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.time.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.time.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.time.import.c -o chicken.time.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.time.import.o -o chicken.time.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.bitwise.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.bitwise.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.bitwise.import.c -o chicken.bitwise.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.bitwise.import.o -o chicken.bitwise.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.blob.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.blob.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.blob.import.c -o chicken.blob.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.blob.import.o -o chicken.blob.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.errno.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.errno.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.errno.import.c -o chicken.errno.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.errno.import.o -o chicken.errno.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.file.posix.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.file.posix.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.file.posix.import.c -o chicken.file.posix.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.file.posix.import.o -o chicken.file.posix.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.fixnum.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.fixnum.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.fixnum.import.c -o chicken.fixnum.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.fixnum.import.o -o chicken.fixnum.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.flonum.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.flonum.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.flonum.import.c -o chicken.flonum.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.flonum.import.o -o chicken.flonum.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.format.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.format.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.format.import.c -o chicken.format.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.format.import.o -o chicken.format.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.gc.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.gc.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.gc.import.c -o chicken.gc.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.gc.import.o -o chicken.gc.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.io.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.io.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.io.import.c -o chicken.io.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.io.import.o -o chicken.io.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.keyword.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.keyword.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.keyword.import.c -o chicken.keyword.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.keyword.import.o -o chicken.keyword.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.load.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.load.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.load.import.c -o chicken.load.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.load.import.o -o chicken.load.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.locative.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.locative.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.locative.import.c -o chicken.locative.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.locative.import.o -o chicken.locative.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.memory.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.memory.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.memory.import.c -o chicken.memory.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.memory.import.o -o chicken.memory.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.memory.representation.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.memory.representation.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.memory.representation.import.c -o chicken.memory.representation.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.memory.representation.import.o -o chicken.memory.representation.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.platform.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.platform.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.platform.import.c -o chicken.platform.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.platform.import.o -o chicken.platform.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.plist.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.plist.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.plist.import.c -o chicken.plist.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.plist.import.o -o chicken.plist.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.pretty-print.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.pretty-print.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.pretty-print.import.c -o chicken.pretty-print.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.pretty-print.import.o -o chicken.pretty-print.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.process.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.process.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.process.import.c -o chicken.process.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.process.import.o -o chicken.process.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.process.signal.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.process.signal.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.process.signal.import.c -o chicken.process.signal.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.process.signal.import.o -o chicken.process.signal.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.process-context.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.process-context.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.process-context.import.c -o chicken.process-context.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.process-context.import.o -o chicken.process-context.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.process-context.posix.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.process-context.posix.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.process-context.posix.import.c -o chicken.process-context.posix.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.process-context.posix.import.o -o chicken.process-context.posix.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.random.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.random.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.random.import.c -o chicken.random.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.random.import.o -o chicken.random.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.sort.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.sort.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.sort.import.c -o chicken.sort.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.sort.import.o -o chicken.sort.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.string.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.string.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.string.import.c -o chicken.string.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.string.import.o -o chicken.string.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.time.posix.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.time.posix.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.time.posix.import.c -o chicken.time.posix.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.time.posix.import.o -o chicken.time.posix.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.continuation.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.continuation.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.continuation.import.c -o chicken.continuation.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.continuation.import.o -o chicken.continuation.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.eval.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.eval.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.eval.import.c -o chicken.eval.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.eval.import.o -o chicken.eval.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.file.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.file.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.file.import.c -o chicken.file.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.file.import.o -o chicken.file.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.internal.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.internal.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.internal.import.c -o chicken.internal.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.internal.import.o -o chicken.internal.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.irregex.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.irregex.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.irregex.import.c -o chicken.irregex.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.irregex.import.o -o chicken.irregex.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.pathname.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.pathname.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.pathname.import.c -o chicken.pathname.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.pathname.import.o -o chicken.pathname.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.port.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.port.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.port.import.c -o chicken.port.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.port.import.o -o chicken.port.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.read-syntax.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.read-syntax.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.read-syntax.import.c -o chicken.read-syntax.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.read-syntax.import.o -o chicken.read-syntax.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.repl.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.repl.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.repl.import.c -o chicken.repl.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.repl.import.o -o chicken.repl.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.tcp.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.tcp.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.tcp.import.c -o chicken.tcp.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.tcp.import.o -o chicken.tcp.import.so \
  -lchicken \
  -lm -ldl
chicken chicken.compiler.user-pass.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.compiler.user-pass.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -Wno-unused-value -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.compiler.user-pass.import.c -o chicken.compiler.user-pass.import.o -I. -I./
zig-cc  -L. -shared -Wl,-rpath="." chicken.compiler.user-pass.import.o -o chicken.compiler.user-pass.import.so \
  -lchicken \
  -lm -ldl
chicken chicken-install.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -output-file chicken-install.c 
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -Os -march=native -shared -Wno-unused-value chicken-install.c -o chicken-install.o -I. -I./ 
zig-cc  -L. chicken-install.o  -o chicken-install -lchicken -Wl,-rpath="." -lm -ldl
chicken chicken-uninstall.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -output-file chicken-uninstall.c 
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -Os -march=native -shared -Wno-unused-value chicken-uninstall.c -o chicken-uninstall.o -I. -I./ 
zig-cc  -L. chicken-uninstall.o  -o chicken-uninstall -lchicken -Wl,-rpath="." -lm -ldl
chicken chicken-status.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -output-file chicken-status.c 
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -Os -march=native -shared -Wno-unused-value chicken-status.c -o chicken-status.o -I. -I./ 
zig-cc  -L. chicken-status.o  -o chicken-status -lchicken -Wl,-rpath="." -lm -ldl
chicken chicken-profile.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -output-file chicken-profile.c 
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -Os -march=native -shared -Wno-unused-value chicken-profile.c -o chicken-profile.o -I. -I./ 
zig-cc  -L. chicken-profile.o  -o chicken-profile -lchicken -Wl,-rpath="." -lm -ldl
chicken csc.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db  -no-lambda-info  -output-file csc.c 
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -Os -march=native -shared -Wno-unused-value csc.c -o csc.o -I. -I./ 
zig-cc  -L. csc.o  -o csc -lchicken -Wl,-rpath="." -lm -ldl
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -march=native -shared -Wno-unused-value chicken-do.c -o chicken-do
cat feathers.in >feathers; echo 'exec "$wish" "/nowhere/share/chicken/feathers.tcl" -- "$@"' >>feathers

new csi error (with -DPIC) added by siiky on Thu Mar 9 13:46:58 2023

$ ./csi -n -R '(chicken port)'
CHICKEN
(c) 2008-2022, The CHICKEN Team
(c) 2000-2007, Felix L. Winkelmann
Version 5.3.1 (rev 1fa5bc18)
linux-unix-clang-x86-64 [ 64bit dload ptables ]

Type ,? for help.
; loading ./chicken.port.import.so ...
[panic] nursery is too small - try higher setting using the `-:s' option - execution terminated

$ file csi
csi: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, with debug_info, not stripped