Created
October 29, 2024 14:57
-
-
Save ober/642cf0aee95a29fbb8a14391a2511508 to your computer and use it in GitHub Desktop.
Building gerbil on FreeBSD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-*- mode: compilation; default-directory: "/home/user/gerbil/" -*- | |
Compilation started at Tue Oct 29 04:33:08 | |
cd ~/gerbil && export GERBIL_BUILD_CORES=8; export GERBIL_CC=/usr/local/bin/gcc13 && ./configure && make | |
Submodule path 'src/gambit': checked out '09335d95cab6931791c0a8497cbe915053ff8af3' | |
HEAD is now at 09335d95 Fix issue #901 (handling of --enable-single-host=N) | |
checking build system type... x86_64-unknown-freebsd14.1 | |
checking host system type... x86_64-unknown-freebsd14.1 | |
checking target system type... x86_64-unknown-freebsd14.1 | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... gcc -E | |
BUILD_TARGETS=C | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking size of void*... 8 | |
checking size of long... 8 | |
checking for bool... no | |
checking whether gcc defines __GNUC__... yes | |
checking whether gcc defines __clang__... | |
checking whether gcc defines __llvm__... | |
checking whether gcc defines _MSC_VER... | |
checking whether gcc defines _WIN32... | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking float.h usability... yes | |
checking float.h presence... yes | |
checking for float.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking for unistd.h... (cached) yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking dl.h usability... no | |
checking dl.h presence... no | |
checking for dl.h... no | |
checking sys/dxe.h usability... no | |
checking sys/dxe.h presence... no | |
checking for sys/dxe.h... no | |
checking mach-o/dyld.h usability... no | |
checking mach-o/dyld.h presence... no | |
checking for mach-o/dyld.h... no | |
checking mach/mach_time.h usability... no | |
checking mach/mach_time.h presence... no | |
checking for mach/mach_time.h... no | |
checking mach/thread_act.h usability... no | |
checking mach/thread_act.h presence... no | |
checking for mach/thread_act.h... no | |
checking for sys/types.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking sys/timers.h usability... yes | |
checking sys/timers.h presence... yes | |
checking for sys/timers.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking fpu_control.h usability... no | |
checking fpu_control.h presence... no | |
checking for fpu_control.h... no | |
checking os2.h usability... no | |
checking os2.h presence... no | |
checking for os2.h... no | |
checking dos.h usability... no | |
checking dos.h presence... no | |
checking for dos.h... no | |
checking direct.h usability... no | |
checking direct.h presence... no | |
checking for direct.h... no | |
checking wdefwin.h usability... no | |
checking wdefwin.h presence... no | |
checking for wdefwin.h... no | |
checking tfork.h usability... no | |
checking tfork.h presence... no | |
checking for tfork.h... no | |
checking curses.h usability... yes | |
checking curses.h presence... yes | |
checking for curses.h... yes | |
checking ncurses.h usability... yes | |
checking ncurses.h presence... yes | |
checking for ncurses.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking pty.h usability... no | |
checking pty.h presence... no | |
checking for pty.h... no | |
checking stropts.h usability... no | |
checking stropts.h presence... no | |
checking for stropts.h... no | |
checking libutil.h usability... yes | |
checking libutil.h presence... yes | |
checking for libutil.h... yes | |
checking util.h usability... no | |
checking util.h presence... no | |
checking for util.h... no | |
checking sys/fpu.h usability... no | |
checking sys/fpu.h presence... no | |
checking for sys/fpu.h... no | |
checking fenv.h usability... yes | |
checking fenv.h presence... yes | |
checking for fenv.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for strings.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking sys/sysctl.h usability... yes | |
checking sys/sysctl.h presence... yes | |
checking for sys/sysctl.h... yes | |
checking sys/syscall.h usability... yes | |
checking sys/syscall.h presence... yes | |
checking for sys/syscall.h... yes | |
checking linux/fs.h usability... no | |
checking linux/fs.h presence... no | |
checking for linux/fs.h... no | |
checking ws2tcpip.h usability... no | |
checking ws2tcpip.h presence... no | |
checking for ws2tcpip.h... no | |
checking TargetConditionals.h usability... no | |
checking TargetConditionals.h presence... no | |
checking for TargetConditionals.h... no | |
checking AvailabilityMacros.h usability... no | |
checking AvailabilityMacros.h presence... no | |
checking for AvailabilityMacros.h... no | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking sched.h usability... yes | |
checking sched.h presence... yes | |
checking for sched.h... yes | |
checking for environ... yes | |
checking crt_externs.h usability... no | |
checking crt_externs.h presence... no | |
checking for crt_externs.h... no | |
checking for _NSGetEnviron... no | |
checking for mach-o/dyld.h... (cached) no | |
checking for _NSGetExecutablePath... no | |
checking for remove... yes | |
checking for rename... yes | |
checking for sys/stat.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking for fcntl.h... (cached) yes | |
checking for mkdir... yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking for opendir... yes | |
checking for fdopendir... yes | |
checking stat.h usability... no | |
checking stat.h presence... no | |
checking for stat.h... no | |
checking for sys/stat.h... (cached) yes | |
checking for stat... yes | |
checking for stat64... no | |
checking for struct stat64... no | |
checking for getcwd... yes | |
checking for sigset_t... yes | |
checking for socklen_t... yes | |
checking for library containing asin... -lm | |
checking for library containing dlopen... none required | |
checking for library containing shl_load... no | |
checking for library containing socket... none required | |
checking for library containing gethostbyname... none required | |
checking for library containing hstrerror... none required | |
checking for library containing openpty... -lutil | |
checking for library containing clock_gettime... none required | |
checking for library containing timeBeginPeriod... no | |
checking for backtrace_symbols_fd... no | |
checking for chdir... yes | |
checking for execvp... yes | |
checking for fcntl... yes | |
checking for getgrnam... yes | |
checking for getpid... yes | |
checking for getppid... yes | |
checking for getpwnam... yes | |
checking for ioctl... yes | |
checking for link... yes | |
checking for mkfifo... yes | |
checking for mmap... yes | |
checking for open... yes | |
checking for pipe... yes | |
checking for readlink... yes | |
checking for rmdir... yes | |
checking for socket... yes | |
checking for socketpair... yes | |
checking for strerror... yes | |
checking for symlink... yes | |
checking for sysconf... yes | |
checking for sysctl... yes | |
checking for sysctlbyname... yes | |
checking for syslog... yes | |
checking for unlink... yes | |
checking for utimes... yes | |
checking for waitpid... yes | |
checking for fstatat... yes | |
checking for linkat... yes | |
checking for mkdirat... yes | |
checking for mkfifoat... yes | |
checking for openat... yes | |
checking for readlinkat... yes | |
checking for renameat... yes | |
checking for renameat2... no | |
checking for renameatx_np... no | |
checking for symlinkat... yes | |
checking for unlinkat... yes | |
checking for tcgetsetattr... yes | |
checking for sigaction... yes | |
checking for sigemptyset/sigaddset... yes | |
checking for sigprocmask... yes | |
checking for signal... yes | |
checking for clock_gettime... yes | |
checking for mach_absolute_time... no | |
checking for getclock... no | |
checking for gettimeofday... yes | |
checking for ftime... no | |
checking for time... yes | |
checking for sleep... yes | |
checking for nanosleep... yes | |
checking for setitimer... yes | |
checking for dos_setvect... no | |
checking for DosStartTimer... no | |
checking for VInstall... no | |
checking for getrusage... yes | |
checking for times... yes | |
checking for clock... yes | |
checking for DosQuerySysInfo... no | |
checking for shl_load... no | |
checking for DosLoadModule... no | |
checking for dxe_load... no | |
checking for GetDiskFragment... no | |
checking for dlopen... yes | |
checking for NSLinkModule... no | |
checking for gethostname... yes | |
checking for inet_pton... yes | |
checking for getaddrinfo... yes | |
checking for gethostbyname... yes | |
checking for gethostbyaddr... yes | |
checking for getservbyname... yes | |
checking for getservbyport... yes | |
checking for getprotobyname... yes | |
checking for getprotobynumber... yes | |
checking for getnetbyname... yes | |
checking for select... yes | |
checking for poll... yes | |
checking for ppoll... yes | |
checking for openpty... yes | |
checking for getpt... no | |
checking for ptsname... yes | |
checking for ctermid... yes | |
checking for isastream... no | |
checking for hstrerror... yes | |
checking for snprintf... yes | |
checking for sched_getcpu... yes | |
checking for get_fpc_csr... no | |
checking whether gcc accepts -fschedule-insns2... -fschedule-insns2 | |
checking whether gcc accepts -fno-keep-inline-dllexport... | |
checking whether gcc accepts -fexpensive-optimizations... -fexpensive-optimizations | |
checking whether gcc accepts -fipa-ra... -fipa-ra | |
checking whether gcc accepts -fno-ipa-ra... -fno-ipa-ra | |
checking whether gcc accepts -fmove-loop-invariants... -fmove-loop-invariants | |
checking whether gcc accepts -fno-move-loop-invariants... -fno-move-loop-invariants | |
checking whether gcc accepts -fgcse... -fgcse | |
checking whether gcc accepts -fno-gcse... -fno-gcse | |
checking whether gcc accepts -foptimize-sibling-calls... -foptimize-sibling-calls | |
checking whether gcc accepts -mieee... | |
checking whether gcc accepts -mieee-with-inexact... | |
checking whether gcc accepts -mpc64... -mpc64 | |
checking whether gcc accepts -no-cpp-precomp... | |
checking whether gcc accepts -Wall... -Wall | |
checking whether gcc accepts -W... -W | |
checking whether gcc accepts -Wno-unused... -Wno-unused | |
checking whether gcc accepts -Wno-write-strings... -Wno-write-strings | |
checking whether gcc accepts -Wdisabled-optimization... -Wdisabled-optimization | |
checking whether gcc accepts -g... -g | |
checking whether gcc accepts -p... -p | |
checking whether gcc accepts -pg... | |
checking whether gcc accepts -ftest-coverage... -ftest-coverage | |
checking whether gcc accepts -fprofile-arcs... -fprofile-arcs | |
checking whether gcc accepts -fbranch-probabilities... -fbranch-probabilities | |
checking whether gcc accepts -O1... -O1 | |
checking whether gcc accepts -O2... -O2 | |
checking whether gcc accepts -O3... -O3 | |
checking whether gcc accepts -Ofast... -Ofast | |
checking whether gcc accepts -fno-math-errno... -fno-math-errno | |
checking whether gcc accepts -fno-trapping-math... -fno-trapping-math | |
checking whether gcc accepts -fno-strict-aliasing... -fno-strict-aliasing | |
checking whether gcc accepts -fwrapv... -fwrapv | |
checking whether gcc accepts -ftrapv... -ftrapv | |
checking whether gcc accepts -fomit-frame-pointer... -fomit-frame-pointer | |
checking whether gcc accepts -march=native... -march=native | |
checking whether gcc accepts -fPIC... -fPIC | |
checking whether gcc accepts -fpic... -fpic | |
checking whether gcc accepts -fno-common... -fno-common | |
checking whether gcc accepts -rdynamic... -rdynamic | |
checking whether gcc accepts -shared... -shared | |
checking for X... libraries , headers | |
checking for gethostbyname... (cached) yes | |
checking for connect... yes | |
checking for remove... (cached) yes | |
checking for shmat... yes | |
checking for IceConnectionNumber in -lICE... yes | |
checking whether ln -s works... yes | |
checking for ranlib... ranlib | |
checking for ar... ar | |
checking whether make sets $(MAKE)... yes | |
configure: creating ./config.status | |
config.status: creating makefile | |
config.status: creating include/makefile | |
config.status: creating include/gambit.h | |
config.status: creating lib/makefile | |
config.status: creating lib/module-common.mk | |
config.status: creating gsi/makefile | |
config.status: creating gsc/makefile | |
config.status: creating bin/makefile | |
config.status: creating bin/gambvcs.unix | |
config.status: creating bin/gambvcs.bat.windows | |
config.status: creating bin/gambuild-C.unix | |
config.status: creating bin/gambuild-C.bat.windows | |
config.status: creating bin/gambuild-js.unix | |
config.status: creating bin/gambuild-js.bat.windows | |
config.status: creating bin/gambuild-python.unix | |
config.status: creating bin/gambuild-python.bat.windows | |
config.status: creating bin/gambuild-ruby.unix | |
config.status: creating bin/gambuild-ruby.bat.windows | |
config.status: creating bin/gambuild-php.unix | |
config.status: creating bin/gambuild-php.bat.windows | |
config.status: creating bin/gambuild-java.unix | |
config.status: creating bin/gambuild-java.bat.windows | |
config.status: creating bin/gambuild-x86.unix | |
config.status: creating bin/gambuild-x86.bat.windows | |
config.status: creating bin/gambuild-x86-64.unix | |
config.status: creating bin/gambuild-x86-64.bat.windows | |
config.status: creating bin/gambuild-arm.unix | |
config.status: creating bin/gambuild-arm.bat.windows | |
config.status: creating bin/gambuild-riscv-32.unix | |
config.status: creating bin/gambuild-riscv-32.bat.windows | |
config.status: creating bin/gambuild-riscv-64.unix | |
config.status: creating bin/gambuild-riscv-64.bat.windows | |
config.status: creating bin/gambdoc.unix | |
config.status: creating bin/gambdoc.bat.windows | |
config.status: creating misc/makefile | |
config.status: creating doc/makefile | |
config.status: creating tests/makefile | |
config.status: creating examples/makefile | |
config.status: creating examples/distr-comp/makefile | |
config.status: creating examples/pi/makefile | |
config.status: creating examples/ring/makefile | |
config.status: creating examples/web-repl/makefile | |
config.status: creating examples/web-server/makefile | |
config.status: creating examples/tcltk/makefile | |
config.status: creating examples/Xlib-simple/makefile | |
config.status: creating examples/pthread/makefile | |
config.status: creating examples/misc/makefile | |
config.status: creating bench/makefile | |
config.status: creating contrib/makefile | |
config.status: creating contrib/GambitREPL/makefile | |
config.status: creating contrib/try/makefile | |
config.status: creating contrib/xactlog/makefile | |
config.status: creating prebuilt/makefile | |
config.status: creating prebuilt/macosx/makefile | |
config.status: creating prebuilt/macosx/build-phase2 | |
config.status: creating prebuilt/windows/makefile | |
config.status: creating prebuilt/windows/build-phase2 | |
config.status: creating githooks/makefile | |
config.status: creating include/config.h | |
config.status: include/config.h is unchanged | |
GERBIL_BUILD_FLAGS=" " ./build.sh | |
--- using 8 cores for the build | |
[*] Building Gerbil | |
>>> Preparing build | |
[*] preparing /home/user/gerbil/bootstrap | |
[*] preparing /home/user/gerbil/build | |
[*] Building Gambit in /home/user/gerbil/build/gambit | |
>>> Building core gambit | |
--- gsc-boot --- | |
*** checking if current gsc-boot must be built | |
--- boot-wip-compiler --- | |
--- boot-most-recent-release --- | |
--- boot-most-recent-release-gsc-boot --- | |
*** building boot/gsc-boot | |
rm -rf boot | |
mkdir -p boot | |
git archive tags/v4.9.5 | (cd boot && tar xf -) | |
cp config.guess boot | |
cp config.sub boot | |
cd boot && ./configure CC='gcc' && make bootstrap | |
checking build system type... x86_64-unknown-freebsd14.1 | |
checking host system type... x86_64-unknown-freebsd14.1 | |
checking target system type... x86_64-unknown-freebsd14.1 | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... gcc -E | |
BUILD_TARGETS=C js | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking size of void*... 8 | |
checking size of long... 8 | |
checking for bool... no | |
checking whether gcc defines __GNUC__... yes | |
checking whether gcc defines __clang__... | |
checking whether gcc defines __llvm__... | |
checking whether gcc defines _MSC_VER... | |
checking whether gcc defines _WIN32... | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking float.h usability... yes | |
checking float.h presence... yes | |
checking for float.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking for unistd.h... (cached) yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking dl.h usability... no | |
checking dl.h presence... no | |
checking for dl.h... no | |
checking sys/dxe.h usability... no | |
checking sys/dxe.h presence... no | |
checking for sys/dxe.h... no | |
checking mach-o/dyld.h usability... no | |
checking mach-o/dyld.h presence... no | |
checking for mach-o/dyld.h... no | |
checking mach/mach_time.h usability... no | |
checking mach/mach_time.h presence... no | |
checking for mach/mach_time.h... no | |
checking for sys/types.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking sys/timers.h usability... yes | |
checking sys/timers.h presence... yes | |
checking for sys/timers.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking fpu_control.h usability... no | |
checking fpu_control.h presence... no | |
checking for fpu_control.h... no | |
checking os2.h usability... no | |
checking os2.h presence... no | |
checking for os2.h... no | |
checking dos.h usability... no | |
checking dos.h presence... no | |
checking for dos.h... no | |
checking direct.h usability... no | |
checking direct.h presence... no | |
checking for direct.h... no | |
checking wdefwin.h usability... no | |
checking wdefwin.h presence... no | |
checking for wdefwin.h... no | |
checking tfork.h usability... no | |
checking tfork.h presence... no | |
checking for tfork.h... no | |
checking curses.h usability... yes | |
checking curses.h presence... yes | |
checking for curses.h... yes | |
checking ncurses.h usability... yes | |
checking ncurses.h presence... yes | |
checking for ncurses.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking pty.h usability... no | |
checking pty.h presence... no | |
checking for pty.h... no | |
checking stropts.h usability... no | |
checking stropts.h presence... no | |
checking for stropts.h... no | |
checking libutil.h usability... yes | |
checking libutil.h presence... yes | |
checking for libutil.h... yes | |
checking util.h usability... no | |
checking util.h presence... no | |
checking for util.h... no | |
checking sys/fpu.h usability... no | |
checking sys/fpu.h presence... no | |
checking for sys/fpu.h... no | |
checking fenv.h usability... yes | |
checking fenv.h presence... yes | |
checking for fenv.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for strings.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking sys/sysctl.h usability... yes | |
checking sys/sysctl.h presence... yes | |
checking for sys/sysctl.h... yes | |
checking sys/syscall.h usability... yes | |
checking sys/syscall.h presence... yes | |
checking for sys/syscall.h... yes | |
checking linux/fs.h usability... no | |
checking linux/fs.h presence... no | |
checking for linux/fs.h... no | |
checking ws2tcpip.h usability... no | |
checking ws2tcpip.h presence... no | |
checking for ws2tcpip.h... no | |
checking TargetConditionals.h usability... no | |
checking TargetConditionals.h presence... no | |
checking for TargetConditionals.h... no | |
checking AvailabilityMacros.h usability... no | |
checking AvailabilityMacros.h presence... no | |
checking for AvailabilityMacros.h... no | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking for environ... yes | |
checking crt_externs.h usability... no | |
checking crt_externs.h presence... no | |
checking for crt_externs.h... no | |
checking for _NSGetEnviron... no | |
checking for mach-o/dyld.h... (cached) no | |
checking for _NSGetExecutablePath... no | |
checking for remove... yes | |
checking for rename... yes | |
checking for sys/stat.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking for fcntl.h... (cached) yes | |
checking for mkdir... yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking for opendir... yes | |
checking for fdopendir... yes | |
checking stat.h usability... no | |
checking stat.h presence... no | |
checking for stat.h... no | |
checking for sys/stat.h... (cached) yes | |
checking for stat... yes | |
checking for stat64... no | |
checking for struct stat64... no | |
checking for getcwd... yes | |
checking for sigset_t... yes | |
checking for socklen_t... yes | |
checking for library containing asin... -lm | |
checking for library containing dlopen... none required | |
checking for library containing shl_load... no | |
checking for library containing socket... none required | |
checking for library containing gethostbyname... none required | |
checking for library containing hstrerror... none required | |
checking for library containing openpty... -lutil | |
checking for library containing clock_gettime... none required | |
checking for library containing timeBeginPeriod... no | |
checking for backtrace_symbols_fd... no | |
checking for chdir... yes | |
checking for execvp... yes | |
checking for fcntl... yes | |
checking for getgrnam... yes | |
checking for getpid... yes | |
checking for getppid... yes | |
checking for getpwnam... yes | |
checking for ioctl... yes | |
checking for link... yes | |
checking for mkfifo... yes | |
checking for mmap... yes | |
checking for open... yes | |
checking for pipe... yes | |
checking for readlink... yes | |
checking for rmdir... yes | |
checking for socket... yes | |
checking for socketpair... yes | |
checking for strerror... yes | |
checking for symlink... yes | |
checking for sysconf... yes | |
checking for sysctl... yes | |
checking for sysctlbyname... yes | |
checking for syslog... yes | |
checking for unlink... yes | |
checking for utimes... yes | |
checking for waitpid... yes | |
checking for fstatat... yes | |
checking for linkat... yes | |
checking for mkdirat... yes | |
checking for mkfifoat... yes | |
checking for openat... yes | |
checking for readlinkat... yes | |
checking for renameat... yes | |
checking for renameat2... no | |
checking for renameatx_np... no | |
checking for symlinkat... yes | |
checking for unlinkat... yes | |
checking for tcgetsetattr... yes | |
checking for sigaction... yes | |
checking for sigemptyset/sigaddset... yes | |
checking for sigprocmask... yes | |
checking for signal... yes | |
checking for clock_gettime... yes | |
checking for mach_absolute_time... no | |
checking for getclock... no | |
checking for gettimeofday... yes | |
checking for ftime... no | |
checking for time... yes | |
checking for sleep... yes | |
checking for nanosleep... yes | |
checking for setitimer... yes | |
checking for dos_setvect... no | |
checking for DosStartTimer... no | |
checking for VInstall... no | |
checking for getrusage... yes | |
checking for times... yes | |
checking for clock... yes | |
checking for DosQuerySysInfo... no | |
checking for shl_load... no | |
checking for DosLoadModule... no | |
checking for dxe_load... no | |
checking for GetDiskFragment... no | |
checking for dlopen... yes | |
checking for NSLinkModule... no | |
checking for gethostname... yes | |
checking for inet_pton... yes | |
checking for getaddrinfo... yes | |
checking for gethostbyname... yes | |
checking for gethostbyaddr... yes | |
checking for getservbyname... yes | |
checking for getservbyport... yes | |
checking for getprotobyname... yes | |
checking for getprotobynumber... yes | |
checking for getnetbyname... yes | |
checking for select... yes | |
checking for poll... yes | |
checking for ppoll... yes | |
checking for openpty... yes | |
checking for getpt... no | |
checking for ptsname... yes | |
checking for ctermid... yes | |
checking for isastream... no | |
checking for hstrerror... yes | |
checking for snprintf... yes | |
checking for get_fpc_csr... no | |
checking whether gcc accepts -fschedule-insns2... -fschedule-insns2 | |
checking whether gcc accepts -fno-keep-inline-dllexport... | |
checking whether gcc accepts -fexpensive-optimizations... -fexpensive-optimizations | |
checking whether gcc accepts -fipa-ra... -fipa-ra | |
checking whether gcc accepts -fno-ipa-ra... -fno-ipa-ra | |
checking whether gcc accepts -fmove-loop-invariants... -fmove-loop-invariants | |
checking whether gcc accepts -fno-move-loop-invariants... -fno-move-loop-invariants | |
checking whether gcc accepts -fgcse... -fgcse | |
checking whether gcc accepts -fno-gcse... -fno-gcse | |
checking whether gcc accepts -mieee... | |
checking whether gcc accepts -mieee-with-inexact... | |
checking whether gcc accepts -mpc64... -mpc64 | |
checking whether gcc accepts -no-cpp-precomp... | |
checking whether gcc accepts -Wall... -Wall | |
checking whether gcc accepts -W... -W | |
checking whether gcc accepts -Wno-unused... -Wno-unused | |
checking whether gcc accepts -Wno-write-strings... -Wno-write-strings | |
checking whether gcc accepts -Wdisabled-optimization... -Wdisabled-optimization | |
checking whether gcc accepts -g... -g | |
checking whether gcc accepts -p... -p | |
checking whether gcc accepts -pg... | |
checking whether gcc accepts -ftest-coverage... -ftest-coverage | |
checking whether gcc accepts -fprofile-arcs... -fprofile-arcs | |
checking whether gcc accepts -fbranch-probabilities... -fbranch-probabilities | |
checking whether gcc accepts -O1... -O1 | |
checking whether gcc accepts -O2... -O2 | |
checking whether gcc accepts -O3... -O3 | |
checking whether gcc accepts -Ofast... -Ofast | |
checking whether gcc accepts -fno-math-errno... -fno-math-errno | |
checking whether gcc accepts -fno-trapping-math... -fno-trapping-math | |
checking whether gcc accepts -fno-strict-aliasing... -fno-strict-aliasing | |
checking whether gcc accepts -fwrapv... -fwrapv | |
checking whether gcc accepts -ftrapv... -ftrapv | |
checking whether gcc accepts -fomit-frame-pointer... -fomit-frame-pointer | |
checking whether gcc accepts -fPIC... -fPIC | |
checking whether gcc accepts -fpic... -fpic | |
checking whether gcc accepts -fno-common... -fno-common | |
checking whether gcc accepts -rdynamic... -rdynamic | |
checking whether gcc accepts -shared... -shared | |
checking for X... libraries , headers | |
checking for gethostbyname... (cached) yes | |
checking for connect... yes | |
checking for remove... (cached) yes | |
checking for shmat... yes | |
checking for IceConnectionNumber in -lICE... yes | |
checking whether ln -s works... yes | |
checking for ranlib... ranlib | |
checking for ar... ar | |
checking whether make sets $(MAKE)... yes | |
configure: creating ./config.status | |
config.status: creating makefile | |
config.status: creating include/makefile | |
config.status: creating include/gambit.h | |
config.status: creating lib/makefile | |
config.status: creating lib/module-common.mk | |
config.status: creating gsi/makefile | |
config.status: creating gsc/makefile | |
config.status: creating bin/makefile | |
config.status: creating bin/gambvcs.unix | |
config.status: creating bin/gambvcs.bat.windows | |
config.status: creating bin/gambuild-C.unix | |
config.status: creating bin/gambuild-C.bat.windows | |
config.status: creating bin/gambuild-js.unix | |
config.status: creating bin/gambuild-js.bat.windows | |
config.status: creating bin/gambuild-python.unix | |
config.status: creating bin/gambuild-python.bat.windows | |
config.status: creating bin/gambuild-ruby.unix | |
config.status: creating bin/gambuild-ruby.bat.windows | |
config.status: creating bin/gambuild-php.unix | |
config.status: creating bin/gambuild-php.bat.windows | |
config.status: creating bin/gambuild-java.unix | |
config.status: creating bin/gambuild-java.bat.windows | |
config.status: creating bin/gambuild-x86.unix | |
config.status: creating bin/gambuild-x86.bat.windows | |
config.status: creating bin/gambuild-x86-64.unix | |
config.status: creating bin/gambuild-x86-64.bat.windows | |
config.status: creating bin/gambuild-arm.unix | |
config.status: creating bin/gambuild-arm.bat.windows | |
config.status: creating bin/gambuild-riscv-32.unix | |
config.status: creating bin/gambuild-riscv-32.bat.windows | |
config.status: creating bin/gambuild-riscv-64.unix | |
config.status: creating bin/gambuild-riscv-64.bat.windows | |
config.status: creating bin/gambdoc.unix | |
config.status: creating bin/gambdoc.bat.windows | |
config.status: creating misc/makefile | |
config.status: creating doc/makefile | |
config.status: creating tests/makefile | |
config.status: creating examples/makefile | |
config.status: creating examples/distr-comp/makefile | |
config.status: creating examples/pi/makefile | |
config.status: creating examples/ring/makefile | |
config.status: creating examples/web-repl/makefile | |
config.status: creating examples/web-server/makefile | |
config.status: creating examples/tcltk/makefile | |
config.status: creating examples/Xlib-simple/makefile | |
config.status: creating examples/pthread/makefile | |
config.status: creating examples/misc/makefile | |
config.status: creating bench/makefile | |
config.status: creating contrib/makefile | |
config.status: creating contrib/GambitREPL/makefile | |
config.status: creating contrib/try/makefile | |
config.status: creating contrib/xactlog/makefile | |
config.status: creating prebuilt/makefile | |
config.status: creating prebuilt/macosx/makefile | |
config.status: creating prebuilt/macosx/build-phase2 | |
config.status: creating prebuilt/windows/makefile | |
config.status: creating prebuilt/windows/build-phase2 | |
config.status: creating githooks/makefile | |
config.status: creating include/config.h | |
configure: | |
************************************************************************** | |
*** *** | |
*** The option "--enable-march=<arch>" was not specified to the *** | |
*** configure script. The Gambit system will compile correctly but *** | |
*** typically the executables will be less optimized than when *** | |
*** "--enable-march=native" is specified. On the other hand the build *** | |
*** with "--enable-march=native" will require that the executables be *** | |
*** run on machine architectures compatible with the architecture *** | |
*** being used for the build, so this should be avoided for prebuilt *** | |
*** executables meant to run on a variety of machines. To avoid this *** | |
*** warning you can use an empty string for <arch>. *** | |
*** *** | |
************************************************************************** | |
configure: | |
************************************************************************** | |
*** *** | |
*** The option "--enable-dynamic-clib" was not specified to the *** | |
*** configure script. The Gambit system will compile correctly but *** | |
*** typically dynamically compiled modules will be less optimized than *** | |
*** when "--enable-dynamic-clib" is specified. This option may not *** | |
*** work on some operating systems. *** | |
*** *** | |
************************************************************************** | |
configure: | |
************************************************************************** | |
*** *** | |
*** The option "--enable-single-host" was not specified to the *** | |
*** configure script. The Gambit system will compile correctly but *** | |
*** typically the executables will run considerably slower than when *** | |
*** "--enable-single-host" is specified. On the other hand the build *** | |
*** with "--enable-single-host" is typically slower and requires lots *** | |
*** of RAM memory (>= 1 GB). If you are willing to wait for the *** | |
*** longer build, try the configure option "--enable-single-host". *** | |
*** *** | |
************************************************************************** | |
--- gsc-boot --- | |
*** using a dummy gsc-boot | |
--- dummy-gsc-boot --- | |
rm -f gsc-boot gsc-boot | |
cp gsc-boot.bat.windows gsc-boot | |
cp gsc-boot.unix gsc-boot | |
chmod +x gsc-boot | |
--- core-pre --- | |
make stamp | |
--- stamp --- | |
--- stamp --- | |
Gambit is not being built from a Git clone. Creating empty stamp.h. | |
--- core-recursive --- | |
making core in include | |
--- core-pre --- | |
--- core-recursive --- | |
making core in bin | |
--- core-recursive --- | |
--- gambvcs --- | |
--- six --- | |
--- gsi-script --- | |
--- gsc-script --- | |
--- six-script --- | |
--- scheme-srfi-0 --- | |
--- scheme-r5rs --- | |
--- gambvcs --- | |
rm -f gambvcs | |
--- six --- | |
rm -f six six.lnk | |
--- scheme-r4rs --- | |
--- gambvcs --- | |
if test "" = ""; then cp gambvcs.unix gambvcs; chmod +x gambvcs; else sed "s/\$/\r/g" gambvcs.bat.windows > gambvcs; fi | |
--- gsi-script --- | |
rm -f gsi-script gsi-script.lnk | |
--- gsc-script --- | |
rm -f gsc-script gsc-script.lnk | |
--- six-script --- | |
rm -f six-script six-script.lnk | |
--- scheme-srfi-0 --- | |
rm -f scheme-srfi-0 scheme-srfi-0.lnk | |
--- gsi-script --- | |
if test "" = ""; then ln -s ../gsi/gsi gsi-script; else echo "@%~dp0gsi %*" > gsi-script; fi | |
--- scheme-r5rs --- | |
rm -f scheme-r5rs scheme-r5rs.lnk | |
--- six --- | |
if test "" = ""; then ln -s ../gsi/gsi six; else echo "@%~dp0gsi %*" > six; fi | |
--- gsc-script --- | |
if test "" = ""; then ln -s ../gsc/gsc gsc-script; else echo "@%~dp0gsc %*" > gsc-script; fi | |
--- six-script --- | |
if test "" = ""; then ln -s ../gsi/gsi six-script; else echo "@%~dp0gsi %*" > six-script; fi | |
--- scheme-srfi-0 --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-srfi-0; else echo "@%~dp0gsi %*" > scheme-srfi-0; fi | |
--- scheme-r4rs --- | |
rm -f scheme-r4rs scheme-r4rs.lnk | |
--- scheme-ieee-1178-1990 --- | |
--- gambuild-C --- | |
--- scheme-r5rs --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-r5rs; else echo "@%~dp0gsi %*" > scheme-r5rs; fi | |
--- gambuild-js --- | |
--- scheme-ieee-1178-1990 --- | |
rm -f scheme-ieee-1178-1990 scheme-ieee-1178-1990.lnk | |
--- scheme-r4rs --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-r4rs; else echo "@%~dp0gsi %*" > scheme-r4rs; fi | |
--- gambuild-python --- | |
--- gambuild-ruby --- | |
--- gambuild-php --- | |
--- scheme-ieee-1178-1990 --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-ieee-1178-1990; else echo "@%~dp0gsi %*" > scheme-ieee-1178-1990; fi | |
--- gambuild-C --- | |
rm -f gambuild-C | |
--- gambuild-java --- | |
--- gambuild-js --- | |
rm -f gambuild-js | |
--- gambuild-python --- | |
rm -f gambuild-python | |
--- gambuild-ruby --- | |
rm -f gambuild-ruby | |
--- gambuild-x86 --- | |
--- gambuild-C --- | |
if test "" = ""; then cp gambuild-C.unix gambuild-C; chmod +x gambuild-C; else sed "s/\$/\r/g" gambuild-C.bat.windows > gambuild-C; fi | |
--- gambuild-php --- | |
rm -f gambuild-php | |
--- gambuild-python --- | |
if test "" = ""; then cp gambuild-python.unix gambuild-python; chmod +x gambuild-python; else sed "s/\$/\r/g" gambuild-python.bat.windows > gambuild-python; fi | |
--- gambuild-js --- | |
if test "" = ""; then cp gambuild-js.unix gambuild-js; chmod +x gambuild-js; else sed "s/\$/\r/g" gambuild-js.bat.windows > gambuild-js; fi | |
--- gambuild-java --- | |
rm -f gambuild-java | |
--- gambuild-ruby --- | |
if test "" = ""; then cp gambuild-ruby.unix gambuild-ruby; chmod +x gambuild-ruby; else sed "s/\$/\r/g" gambuild-ruby.bat.windows > gambuild-ruby; fi | |
--- gambuild-php --- | |
if test "" = ""; then cp gambuild-php.unix gambuild-php; chmod +x gambuild-php; else sed "s/\$/\r/g" gambuild-php.bat.windows > gambuild-php; fi | |
--- gambuild-x86 --- | |
rm -f gambuild-x86 | |
--- gambuild-java --- | |
if test "" = ""; then cp gambuild-java.unix gambuild-java; chmod +x gambuild-java; else sed "s/\$/\r/g" gambuild-java.bat.windows > gambuild-java; fi | |
--- gambuild-x86-64 --- | |
--- gambuild-x86 --- | |
if test "" = ""; then cp gambuild-x86.unix gambuild-x86; chmod +x gambuild-x86; else sed "s/\$/\r/g" gambuild-x86.bat.windows > gambuild-x86; fi | |
--- gambuild-arm --- | |
--- gambuild-riscv-32 --- | |
--- gambuild-riscv-64 --- | |
--- gambdoc --- | |
--- gambuild-x86-64 --- | |
rm -f gambuild-x86-64 | |
--- gambuild-arm --- | |
rm -f gambuild-arm | |
--- gambuild-riscv-32 --- | |
rm -f gambuild-riscv-32 | |
--- gambuild-x86-64 --- | |
if test "" = ""; then cp gambuild-x86-64.unix gambuild-x86-64; chmod +x gambuild-x86-64; else sed "s/\$/\r/g" gambuild-x86-64.bat.windows > gambuild-x86-64; fi | |
--- gambuild-riscv-64 --- | |
rm -f gambuild-riscv-64 | |
--- gambdoc --- | |
rm -f gambdoc | |
--- gambuild-arm --- | |
if test "" = ""; then cp gambuild-arm.unix gambuild-arm; chmod +x gambuild-arm; else sed "s/\$/\r/g" gambuild-arm.bat.windows > gambuild-arm; fi | |
--- gambuild-riscv-32 --- | |
if test "" = ""; then cp gambuild-riscv-32.unix gambuild-riscv-32; chmod +x gambuild-riscv-32; else sed "s/\$/\r/g" gambuild-riscv-32.bat.windows > gambuild-riscv-32; fi | |
--- gambuild-riscv-64 --- | |
if test "" = ""; then cp gambuild-riscv-64.unix gambuild-riscv-64; chmod +x gambuild-riscv-64; else sed "s/\$/\r/g" gambuild-riscv-64.bat.windows > gambuild-riscv-64; fi | |
--- gambdoc --- | |
if test "" = ""; then cp gambdoc.unix gambdoc; chmod +x gambdoc; else sed "s/\$/\r/g" gambdoc.bat.windows > gambdoc; fi | |
making core in lib | |
--- main.o --- | |
--- os_tty.o --- | |
--- c_intf.o --- | |
--- actlog.o --- | |
--- os_io.o --- | |
--- setup.o --- | |
--- mem.o --- | |
--- os_files.o --- | |
--- main.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o main.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL main.c -D___LIBRARY | |
--- os_tty.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_tty.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_tty.c -D___LIBRARY | |
--- c_intf.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o c_intf.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL c_intf.c -D___LIBRARY | |
--- actlog.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o actlog.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL actlog.c -D___LIBRARY | |
--- os_io.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_io.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_io.c -D___LIBRARY | |
--- setup.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o setup.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL setup.c -D___LIBRARY | |
--- mem.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o mem.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL mem.c -D___LIBRARY | |
--- os_files.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_files.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_files.c -D___LIBRARY | |
--- os_setup.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_setup.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_setup.c -D___LIBRARY | |
--- os_base.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_base.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_base.c -D___LIBRARY | |
--- os_thread.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_thread.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_thread.c -D___LIBRARY | |
--- os_time.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_time.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_time.c -D___LIBRARY | |
--- os_shell.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_shell.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_shell.c -D___LIBRARY | |
--- os_dyn.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_dyn.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_dyn.c -D___LIBRARY | |
--- _io.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _io.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _io.c -D___LIBRARY | |
--- _num.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _num.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _num.c -D___LIBRARY | |
--- _std.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _std.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _std.c -D___LIBRARY | |
--- _repl.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _repl.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _repl.c -D___LIBRARY | |
--- _eval.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _eval.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _eval.c -D___LIBRARY | |
--- _nonstd.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _nonstd.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _nonstd.c -D___LIBRARY | |
--- _kernel.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _kernel.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _kernel.c -D___LIBRARY | |
--- _thread.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _thread.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _thread.c -D___LIBRARY | |
--- _system.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _system.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _system.c -D___LIBRARY | |
--- _module.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _module.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _module.c -D___LIBRARY | |
--- _gambit.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _gambit.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _gambit.c -D___LIBRARY | |
--- libgambit.a --- | |
rm -f "libgambit.a" "libgambit.a" "libgambit.a" | |
ar rc libgambit.a main.o setup.o mem.o c_intf.o actlog.o os_setup.o os_base.o os_thread.o os_time.o os_shell.o os_files.o os_dyn.o os_tty.o os_io.o _kernel.o _system.o _num.o _std.o _eval.o _module.o _io.o _nonstd.o _thread.o _repl.o _gambit.o && ranlib libgambit.a | |
if test "" != ""; then ln -s "libgambit.a" "libgambit.a"; ln -s "libgambit.a" "libgambit.a"; fi | |
--- core-recursive --- | |
--- core-post --- | |
make deselect-gen-for-commit-post-nonrec | |
--- deselect-gen-for-commit-post-nonrec --- | |
if [ -e ../.git ]; then git update-index --skip-worktree _kernel.c _system.c _num.c _std.c _eval.c _module.c _io.c _nonstd.c _thread.c _repl.c _gambit.c; fi | |
making core in gsi | |
--- _gsilib.o --- | |
--- _gsi.o --- | |
--- _gambitgsi.o --- | |
--- _gsi_.o --- | |
--- _gsilib.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _gsilib.o -I. -DHAVE_CONFIG_H _gsilib.c -D___LIBRARY | |
--- _gsi.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _gsi.o -I. -DHAVE_CONFIG_H _gsi.c | |
--- _gambitgsi.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _gambitgsi.o -I. -DHAVE_CONFIG_H _gambitgsi.c -D___LIBRARY | |
--- _gsi_.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _gsi_.o -I. -DHAVE_CONFIG_H _gsi_.c | |
--- libgambitgsi.a --- | |
rm -f "libgambitgsi.a" "libgambitgsi.a" "libgambitgsi.a" | |
ar rc libgambitgsi.a _gsilib.o _gambitgsi.o && ranlib libgambitgsi.a | |
if test "" != ""; then ln -s "libgambitgsi.a" "libgambitgsi.a"; ln -s "libgambitgsi.a" "libgambitgsi.a"; fi | |
--- gsi --- | |
gcc -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -rdynamic -I"../include" -o gsi _gsi.o _gsi_.o "../lib/libgambit.a" -lutil -lm libgambitgsi.a | |
--- core-recursive --- | |
--- core-post --- | |
make deselect-gen-for-commit-post-nonrec | |
--- deselect-gen-for-commit-post-nonrec --- | |
if [ -e ../.git ]; then git update-index --skip-worktree _gsilib.c _gsi.c _gambitgsi.c _gsi_.c; fi | |
making core in gsc | |
--- _t-univ-2.o --- | |
--- _t-univ-3.o --- | |
--- _t-univ-1.o --- | |
--- _prims.o --- | |
--- _t-univ-4.o --- | |
--- _t-c-2.o --- | |
--- _front.o --- | |
--- _ptree1.o --- | |
--- _t-univ-2.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-2.o -I. -DHAVE_CONFIG_H _t-univ-2.c -D___LIBRARY | |
--- _t-univ-3.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-3.o -I. -DHAVE_CONFIG_H _t-univ-3.c -D___LIBRARY | |
--- _t-univ-1.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-1.o -I. -DHAVE_CONFIG_H _t-univ-1.c -D___LIBRARY | |
--- _prims.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _prims.o -I. -DHAVE_CONFIG_H _prims.c -D___LIBRARY | |
--- _t-univ-4.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-4.o -I. -DHAVE_CONFIG_H _t-univ-4.c -D___LIBRARY | |
--- _t-c-2.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-c-2.o -I. -DHAVE_CONFIG_H _t-c-2.c -D___LIBRARY | |
--- _front.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _front.o -I. -DHAVE_CONFIG_H _front.c -D___LIBRARY | |
--- _ptree1.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _ptree1.o -I. -DHAVE_CONFIG_H _ptree1.c -D___LIBRARY | |
--- _ptree2.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _ptree2.o -I. -DHAVE_CONFIG_H _ptree2.c -D___LIBRARY | |
--- _gvm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _gvm.o -I. -DHAVE_CONFIG_H _gvm.c -D___LIBRARY | |
--- _t-c-1.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-c-1.o -I. -DHAVE_CONFIG_H _t-c-1.c -D___LIBRARY | |
--- _x86.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _x86.o -I. -DHAVE_CONFIG_H _x86.c -D___LIBRARY | |
--- _t-cpu-abstract-machine.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-abstract-machine.o -I. -DHAVE_CONFIG_H _t-cpu-abstract-machine.c -D___LIBRARY | |
--- _t-cpu-backend-x86.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-backend-x86.o -I. -DHAVE_CONFIG_H _t-cpu-backend-x86.c -D___LIBRARY | |
--- _t-cpu-backend-arm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-backend-arm.o -I. -DHAVE_CONFIG_H _t-cpu-backend-arm.c -D___LIBRARY | |
--- _t-cpu-backend-riscv.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-backend-riscv.o -I. -DHAVE_CONFIG_H _t-cpu-backend-riscv.c -D___LIBRARY | |
--- _arm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _arm.o -I. -DHAVE_CONFIG_H _arm.c -D___LIBRARY | |
--- _source.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _source.o -I. -DHAVE_CONFIG_H _source.c -D___LIBRARY | |
--- _t-cpu-primitives.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-primitives.o -I. -DHAVE_CONFIG_H _t-cpu-primitives.c -D___LIBRARY | |
--- _riscv.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _riscv.o -I. -DHAVE_CONFIG_H _riscv.c -D___LIBRARY | |
--- _utils.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _utils.o -I. -DHAVE_CONFIG_H _utils.c -D___LIBRARY | |
--- _asm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _asm.o -I. -DHAVE_CONFIG_H _asm.c -D___LIBRARY | |
--- _gsclib.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _gsclib.o -I. -DHAVE_CONFIG_H _gsclib.c -D___LIBRARY | |
--- _parms.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _parms.o -I. -DHAVE_CONFIG_H _parms.c -D___LIBRARY | |
--- _t-c-3.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-c-3.o -I. -DHAVE_CONFIG_H _t-c-3.c -D___LIBRARY | |
--- _codegen.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _codegen.o -I. -DHAVE_CONFIG_H _codegen.c -D___LIBRARY | |
--- _back.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _back.o -I. -DHAVE_CONFIG_H _back.c -D___LIBRARY | |
--- _env.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _env.o -I. -DHAVE_CONFIG_H _env.c -D___LIBRARY | |
--- _host.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _host.o -I. -DHAVE_CONFIG_H _host.c -D___LIBRARY | |
--- _t-cpu-object-desc.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-object-desc.o -I. -DHAVE_CONFIG_H _t-cpu-object-desc.c -D___LIBRARY | |
--- _t-cpu.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu.o -I. -DHAVE_CONFIG_H _t-cpu.c -D___LIBRARY | |
--- _t-cpu-utils.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-utils.o -I. -DHAVE_CONFIG_H _t-cpu-utils.c -D___LIBRARY | |
--- _assert.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _assert.o -I. -DHAVE_CONFIG_H _assert.c -D___LIBRARY | |
--- _gsc.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _gsc.o -I. -DHAVE_CONFIG_H _gsc.c | |
--- _gambitgsc.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _gambitgsc.o -I. -DHAVE_CONFIG_H _gambitgsc.c -D___LIBRARY | |
--- _gsc_.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _gsc_.o -I. -DHAVE_CONFIG_H _gsc_.c | |
--- libgambitgsc.a --- | |
rm -f "libgambitgsc.a" "libgambitgsc.a" "libgambitgsc.a" | |
ar rc libgambitgsc.a _host.o _utils.o _source.o _parms.o _env.o _ptree1.o _ptree2.o _gvm.o _back.o _front.o _prims.o _assert.o _asm.o _x86.o _arm.o _riscv.o _codegen.o _t-univ-1.o _t-univ-2.o _t-univ-3.o _t-univ-4.o _t-cpu-abstract-machine.o _t-cpu-primitives.o _t-cpu-object-desc.o _t-cpu-utils.o _t-cpu-backend-x86.o _t-cpu-backend-arm.o _t-cpu-backend-riscv.o _t-cpu.o _t-c-1.o _t-c-2.o _t-c-3.o _gsclib.o _gambitgsc.o && ranlib libgambitgsc.a | |
if test "" != ""; then ln -s "libgambitgsc.a" "libgambitgsc.a"; ln -s "libgambitgsc.a" "libgambitgsc.a"; fi | |
--- gsc --- | |
gcc -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -rdynamic -I"../include" -o gsc _gsc.o _gsc_.o "../lib/libgambit.a" -lutil -lm libgambitgsc.a | |
--- core-recursive --- | |
--- core-post --- | |
make deselect-gen-for-commit-post-nonrec | |
--- deselect-gen-for-commit-post-nonrec --- | |
if [ -e ../.git ]; then git update-index --skip-worktree _host.c _utils.c _source.c _parms.c _env.c _ptree1.c _ptree2.c _gvm.c _back.c _front.c _prims.c _assert.c _asm.c _x86.c _arm.c _riscv.c _codegen.c _t-univ-1.c _t-univ-2.c _t-univ-3.c _t-univ-4.c _t-cpu-abstract-machine.c _t-cpu-primitives.c _t-cpu-object-desc.c _t-cpu-utils.c _t-cpu-backend-x86.c _t-cpu-backend-arm.c _t-cpu-backend-riscv.c _t-cpu.c _t-c-1.c _t-c-2.c _t-c-3.c _gsclib.c _gsc.c _gambitgsc.c _gsc_.c; fi | |
making core in misc | |
--- core-recursive --- | |
making core in doc | |
--- core-recursive --- | |
making core in tests | |
making core in examples | |
--- core-recursive --- | |
making core in distr-comp | |
--- core-recursive --- | |
making core in pi | |
--- core-recursive --- | |
making core in ring | |
--- core-recursive --- | |
making core in web-repl | |
--- core-recursive --- | |
making core in web-server | |
--- core-recursive --- | |
making core in tcltk | |
--- core-recursive --- | |
making core in Xlib-simple | |
--- core-recursive --- | |
making core in pthread | |
--- core-recursive --- | |
making core in misc | |
--- core-recursive --- | |
making core in contrib | |
--- core-recursive --- | |
making core in GambitREPL | |
--- core-recursive --- | |
making core in try | |
--- core-recursive --- | |
making core in xactlog | |
--- core-recursive --- | |
making core in prebuilt | |
--- core-recursive --- | |
making core in macosx | |
--- core-recursive --- | |
making core in windows | |
--- core-recursive --- | |
making core in bench | |
--- core-recursive --- | |
making core in githooks | |
--- core-recursive --- | |
--- core-post --- | |
*** to compile the builtin modules you should: make modules | |
--- bootstrap-recursive --- | |
making bootstrap in include | |
--- bootstrap-recursive --- | |
making bootstrap in bin | |
--- bootstrap-recursive --- | |
making bootstrap in lib | |
--- bootstrap-recursive --- | |
making bootstrap in _define-library | |
--- bootstrap-recursive --- | |
making bootstrap in _base64 | |
--- bootstrap-recursive --- | |
making bootstrap in _digest | |
--- bootstrap-recursive --- | |
making bootstrap in _geiser | |
--- bootstrap-recursive --- | |
making bootstrap in _git | |
--- bootstrap-recursive --- | |
making bootstrap in _hamt | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
making bootstrap in _http | |
--- bootstrap-recursive --- | |
making bootstrap in _match | |
--- bootstrap-recursive --- | |
making bootstrap in _pkg | |
--- bootstrap-recursive --- | |
making bootstrap in _six | |
--- bootstrap-recursive --- | |
making bootstrap in _tar | |
--- bootstrap-recursive --- | |
making bootstrap in _test | |
--- bootstrap-recursive --- | |
making bootstrap in _uri | |
--- bootstrap-recursive --- | |
making bootstrap in _zlib | |
--- bootstrap-recursive --- | |
making bootstrap in gambit | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
making bootstrap in scheme | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
making bootstrap in termite | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
making bootstrap in srfi | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-post --- | |
if test "no" = "yes"; then cp libgambit.a ../libgambit.a; if test "" != ""; then cd ..; ln -s "libgambit.a" "libgambit.a"; ln -s "libgambit.a" "libgambit.a"; fi fi | |
making bootstrap in gsi | |
--- bootstrap-recursive --- | |
--- bootstrap-post --- | |
if test "no" = "yes"; then cp libgambitgsi.a ../libgambitgsi.a; if test "" != ""; then cd ..; ln -s "libgambitgsi.a" "libgambitgsi.a"; ln -s "libgambitgsi.a" "libgambitgsi.a"; fi fi | |
making bootstrap in gsc | |
--- bootstrap-recursive --- | |
--- bootstrap-post --- | |
rm -f ../gsc-boot ../gsc-boot ../gsc-boot | |
cp gsc ../gsc-boot | |
if test "" != ""; then cp gsc ../gsc-boot; fi | |
if test "no" = "yes"; then cp libgambitgsc.a ../libgambitgsc.a; if test "" != ""; then cd ..; ln -s "libgambitgsc.a" "libgambitgsc.a"; ln -s "libgambitgsc.a" "libgambitgsc.a"; fi fi | |
making bootstrap in misc | |
--- bootstrap-recursive --- | |
making bootstrap in doc | |
--- bootstrap-recursive --- | |
making bootstrap in tests | |
making bootstrap in examples | |
--- bootstrap-recursive --- | |
making bootstrap in distr-comp | |
--- bootstrap-recursive --- | |
making bootstrap in pi | |
--- bootstrap-recursive --- | |
making bootstrap in ring | |
--- bootstrap-recursive --- | |
making bootstrap in web-repl | |
--- bootstrap-recursive --- | |
making bootstrap in web-server | |
--- bootstrap-recursive --- | |
making bootstrap in tcltk | |
--- bootstrap-recursive --- | |
making bootstrap in Xlib-simple | |
--- bootstrap-recursive --- | |
making bootstrap in pthread | |
--- bootstrap-recursive --- | |
making bootstrap in misc | |
--- bootstrap-recursive --- | |
making bootstrap in contrib | |
--- bootstrap-recursive --- | |
making bootstrap in GambitREPL | |
--- bootstrap-recursive --- | |
making bootstrap in try | |
--- bootstrap-recursive --- | |
making bootstrap in xactlog | |
--- bootstrap-recursive --- | |
making bootstrap in prebuilt | |
--- bootstrap-recursive --- | |
making bootstrap in macosx | |
--- bootstrap-recursive --- | |
making bootstrap in windows | |
--- bootstrap-recursive --- | |
making bootstrap in bench | |
--- bootstrap-recursive --- | |
making bootstrap in githooks | |
--- bootstrap-recursive --- | |
--- boot-wip-compiler-gsc-gsc --- | |
*** building boot/gsc/gsc using boot/gsc-boot | |
cd boot && rm -f gsc/makefile && cp ../gsc/makefile.in ../gsc/*.scm gsc && ./configure CC='gcc' && for i in lib gsi gsc ; do (cd $i ; make all) ; done | |
checking build system type... x86_64-unknown-freebsd14.1 | |
checking host system type... x86_64-unknown-freebsd14.1 | |
checking target system type... x86_64-unknown-freebsd14.1 | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... gcc -E | |
BUILD_TARGETS=C js | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking size of void*... 8 | |
checking size of long... 8 | |
checking for bool... no | |
checking whether gcc defines __GNUC__... yes | |
checking whether gcc defines __clang__... | |
checking whether gcc defines __llvm__... | |
checking whether gcc defines _MSC_VER... | |
checking whether gcc defines _WIN32... | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking float.h usability... yes | |
checking float.h presence... yes | |
checking for float.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking for unistd.h... (cached) yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking dl.h usability... no | |
checking dl.h presence... no | |
checking for dl.h... no | |
checking sys/dxe.h usability... no | |
checking sys/dxe.h presence... no | |
checking for sys/dxe.h... no | |
checking mach-o/dyld.h usability... no | |
checking mach-o/dyld.h presence... no | |
checking for mach-o/dyld.h... no | |
checking mach/mach_time.h usability... no | |
checking mach/mach_time.h presence... no | |
checking for mach/mach_time.h... no | |
checking for sys/types.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking sys/timers.h usability... yes | |
checking sys/timers.h presence... yes | |
checking for sys/timers.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking fpu_control.h usability... no | |
checking fpu_control.h presence... no | |
checking for fpu_control.h... no | |
checking os2.h usability... no | |
checking os2.h presence... no | |
checking for os2.h... no | |
checking dos.h usability... no | |
checking dos.h presence... no | |
checking for dos.h... no | |
checking direct.h usability... no | |
checking direct.h presence... no | |
checking for direct.h... no | |
checking wdefwin.h usability... no | |
checking wdefwin.h presence... no | |
checking for wdefwin.h... no | |
checking tfork.h usability... no | |
checking tfork.h presence... no | |
checking for tfork.h... no | |
checking curses.h usability... yes | |
checking curses.h presence... yes | |
checking for curses.h... yes | |
checking ncurses.h usability... yes | |
checking ncurses.h presence... yes | |
checking for ncurses.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking pty.h usability... no | |
checking pty.h presence... no | |
checking for pty.h... no | |
checking stropts.h usability... no | |
checking stropts.h presence... no | |
checking for stropts.h... no | |
checking libutil.h usability... yes | |
checking libutil.h presence... yes | |
checking for libutil.h... yes | |
checking util.h usability... no | |
checking util.h presence... no | |
checking for util.h... no | |
checking sys/fpu.h usability... no | |
checking sys/fpu.h presence... no | |
checking for sys/fpu.h... no | |
checking fenv.h usability... yes | |
checking fenv.h presence... yes | |
checking for fenv.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for strings.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking sys/sysctl.h usability... yes | |
checking sys/sysctl.h presence... yes | |
checking for sys/sysctl.h... yes | |
checking sys/syscall.h usability... yes | |
checking sys/syscall.h presence... yes | |
checking for sys/syscall.h... yes | |
checking linux/fs.h usability... no | |
checking linux/fs.h presence... no | |
checking for linux/fs.h... no | |
checking ws2tcpip.h usability... no | |
checking ws2tcpip.h presence... no | |
checking for ws2tcpip.h... no | |
checking TargetConditionals.h usability... no | |
checking TargetConditionals.h presence... no | |
checking for TargetConditionals.h... no | |
checking AvailabilityMacros.h usability... no | |
checking AvailabilityMacros.h presence... no | |
checking for AvailabilityMacros.h... no | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking for environ... yes | |
checking crt_externs.h usability... no | |
checking crt_externs.h presence... no | |
checking for crt_externs.h... no | |
checking for _NSGetEnviron... no | |
checking for mach-o/dyld.h... (cached) no | |
checking for _NSGetExecutablePath... no | |
checking for remove... yes | |
checking for rename... yes | |
checking for sys/stat.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking for fcntl.h... (cached) yes | |
checking for mkdir... yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking for opendir... yes | |
checking for fdopendir... yes | |
checking stat.h usability... no | |
checking stat.h presence... no | |
checking for stat.h... no | |
checking for sys/stat.h... (cached) yes | |
checking for stat... yes | |
checking for stat64... no | |
checking for struct stat64... no | |
checking for getcwd... yes | |
checking for sigset_t... yes | |
checking for socklen_t... yes | |
checking for library containing asin... -lm | |
checking for library containing dlopen... none required | |
checking for library containing shl_load... no | |
checking for library containing socket... none required | |
checking for library containing gethostbyname... none required | |
checking for library containing hstrerror... none required | |
checking for library containing openpty... -lutil | |
checking for library containing clock_gettime... none required | |
checking for library containing timeBeginPeriod... no | |
checking for backtrace_symbols_fd... no | |
checking for chdir... yes | |
checking for execvp... yes | |
checking for fcntl... yes | |
checking for getgrnam... yes | |
checking for getpid... yes | |
checking for getppid... yes | |
checking for getpwnam... yes | |
checking for ioctl... yes | |
checking for link... yes | |
checking for mkfifo... yes | |
checking for mmap... yes | |
checking for open... yes | |
checking for pipe... yes | |
checking for readlink... yes | |
checking for rmdir... yes | |
checking for socket... yes | |
checking for socketpair... yes | |
checking for strerror... yes | |
checking for symlink... yes | |
checking for sysconf... yes | |
checking for sysctl... yes | |
checking for sysctlbyname... yes | |
checking for syslog... yes | |
checking for unlink... yes | |
checking for utimes... yes | |
checking for waitpid... yes | |
checking for fstatat... yes | |
checking for linkat... yes | |
checking for mkdirat... yes | |
checking for mkfifoat... yes | |
checking for openat... yes | |
checking for readlinkat... yes | |
checking for renameat... yes | |
checking for renameat2... no | |
checking for renameatx_np... no | |
checking for symlinkat... yes | |
checking for unlinkat... yes | |
checking for tcgetsetattr... yes | |
checking for sigaction... yes | |
checking for sigemptyset/sigaddset... yes | |
checking for sigprocmask... yes | |
checking for signal... yes | |
checking for clock_gettime... yes | |
checking for mach_absolute_time... no | |
checking for getclock... no | |
checking for gettimeofday... yes | |
checking for ftime... no | |
checking for time... yes | |
checking for sleep... yes | |
checking for nanosleep... yes | |
checking for setitimer... yes | |
checking for dos_setvect... no | |
checking for DosStartTimer... no | |
checking for VInstall... no | |
checking for getrusage... yes | |
checking for times... yes | |
checking for clock... yes | |
checking for DosQuerySysInfo... no | |
checking for shl_load... no | |
checking for DosLoadModule... no | |
checking for dxe_load... no | |
checking for GetDiskFragment... no | |
checking for dlopen... yes | |
checking for NSLinkModule... no | |
checking for gethostname... yes | |
checking for inet_pton... yes | |
checking for getaddrinfo... yes | |
checking for gethostbyname... yes | |
checking for gethostbyaddr... yes | |
checking for getservbyname... yes | |
checking for getservbyport... yes | |
checking for getprotobyname... yes | |
checking for getprotobynumber... yes | |
checking for getnetbyname... yes | |
checking for select... yes | |
checking for poll... yes | |
checking for ppoll... yes | |
checking for openpty... yes | |
checking for getpt... no | |
checking for ptsname... yes | |
checking for ctermid... yes | |
checking for isastream... no | |
checking for hstrerror... yes | |
checking for snprintf... yes | |
checking for get_fpc_csr... no | |
checking whether gcc accepts -fschedule-insns2... -fschedule-insns2 | |
checking whether gcc accepts -fno-keep-inline-dllexport... | |
checking whether gcc accepts -fexpensive-optimizations... -fexpensive-optimizations | |
checking whether gcc accepts -fipa-ra... -fipa-ra | |
checking whether gcc accepts -fno-ipa-ra... -fno-ipa-ra | |
checking whether gcc accepts -fmove-loop-invariants... -fmove-loop-invariants | |
checking whether gcc accepts -fno-move-loop-invariants... -fno-move-loop-invariants | |
checking whether gcc accepts -fgcse... -fgcse | |
checking whether gcc accepts -fno-gcse... -fno-gcse | |
checking whether gcc accepts -mieee... | |
checking whether gcc accepts -mieee-with-inexact... | |
checking whether gcc accepts -mpc64... -mpc64 | |
checking whether gcc accepts -no-cpp-precomp... | |
checking whether gcc accepts -Wall... -Wall | |
checking whether gcc accepts -W... -W | |
checking whether gcc accepts -Wno-unused... -Wno-unused | |
checking whether gcc accepts -Wno-write-strings... -Wno-write-strings | |
checking whether gcc accepts -Wdisabled-optimization... -Wdisabled-optimization | |
checking whether gcc accepts -g... -g | |
checking whether gcc accepts -p... -p | |
checking whether gcc accepts -pg... | |
checking whether gcc accepts -ftest-coverage... -ftest-coverage | |
checking whether gcc accepts -fprofile-arcs... -fprofile-arcs | |
checking whether gcc accepts -fbranch-probabilities... -fbranch-probabilities | |
checking whether gcc accepts -O1... -O1 | |
checking whether gcc accepts -O2... -O2 | |
checking whether gcc accepts -O3... -O3 | |
checking whether gcc accepts -Ofast... -Ofast | |
checking whether gcc accepts -fno-math-errno... -fno-math-errno | |
checking whether gcc accepts -fno-trapping-math... -fno-trapping-math | |
checking whether gcc accepts -fno-strict-aliasing... -fno-strict-aliasing | |
checking whether gcc accepts -fwrapv... -fwrapv | |
checking whether gcc accepts -ftrapv... -ftrapv | |
checking whether gcc accepts -fomit-frame-pointer... -fomit-frame-pointer | |
checking whether gcc accepts -fPIC... -fPIC | |
checking whether gcc accepts -fpic... -fpic | |
checking whether gcc accepts -fno-common... -fno-common | |
checking whether gcc accepts -rdynamic... -rdynamic | |
checking whether gcc accepts -shared... -shared | |
checking for X... libraries , headers | |
checking for gethostbyname... (cached) yes | |
checking for connect... yes | |
checking for remove... (cached) yes | |
checking for shmat... yes | |
checking for IceConnectionNumber in -lICE... yes | |
checking whether ln -s works... yes | |
checking for ranlib... ranlib | |
checking for ar... ar | |
checking whether make sets $(MAKE)... yes | |
configure: creating ./config.status | |
config.status: creating makefile | |
config.status: creating include/makefile | |
config.status: creating include/gambit.h | |
config.status: creating lib/makefile | |
config.status: creating lib/module-common.mk | |
config.status: creating gsi/makefile | |
config.status: creating gsc/makefile | |
config.status: creating bin/makefile | |
config.status: creating bin/gambvcs.unix | |
config.status: creating bin/gambvcs.bat.windows | |
config.status: creating bin/gambuild-C.unix | |
config.status: creating bin/gambuild-C.bat.windows | |
config.status: creating bin/gambuild-js.unix | |
config.status: creating bin/gambuild-js.bat.windows | |
config.status: creating bin/gambuild-python.unix | |
config.status: creating bin/gambuild-python.bat.windows | |
config.status: creating bin/gambuild-ruby.unix | |
config.status: creating bin/gambuild-ruby.bat.windows | |
config.status: creating bin/gambuild-php.unix | |
config.status: creating bin/gambuild-php.bat.windows | |
config.status: creating bin/gambuild-java.unix | |
config.status: creating bin/gambuild-java.bat.windows | |
config.status: creating bin/gambuild-x86.unix | |
config.status: creating bin/gambuild-x86.bat.windows | |
config.status: creating bin/gambuild-x86-64.unix | |
config.status: creating bin/gambuild-x86-64.bat.windows | |
config.status: creating bin/gambuild-arm.unix | |
config.status: creating bin/gambuild-arm.bat.windows | |
config.status: creating bin/gambuild-riscv-32.unix | |
config.status: creating bin/gambuild-riscv-32.bat.windows | |
config.status: creating bin/gambuild-riscv-64.unix | |
config.status: creating bin/gambuild-riscv-64.bat.windows | |
config.status: creating bin/gambdoc.unix | |
config.status: creating bin/gambdoc.bat.windows | |
config.status: creating misc/makefile | |
config.status: creating doc/makefile | |
config.status: creating tests/makefile | |
config.status: creating examples/makefile | |
config.status: creating examples/distr-comp/makefile | |
config.status: creating examples/pi/makefile | |
config.status: creating examples/ring/makefile | |
config.status: creating examples/web-repl/makefile | |
config.status: creating examples/web-server/makefile | |
config.status: creating examples/tcltk/makefile | |
config.status: creating examples/Xlib-simple/makefile | |
config.status: creating examples/pthread/makefile | |
config.status: creating examples/misc/makefile | |
config.status: creating bench/makefile | |
config.status: creating contrib/makefile | |
config.status: creating contrib/GambitREPL/makefile | |
config.status: creating contrib/try/makefile | |
config.status: creating contrib/xactlog/makefile | |
config.status: creating prebuilt/makefile | |
config.status: creating prebuilt/macosx/makefile | |
config.status: creating prebuilt/macosx/build-phase2 | |
config.status: creating prebuilt/windows/makefile | |
config.status: creating prebuilt/windows/build-phase2 | |
config.status: creating githooks/makefile | |
config.status: creating include/config.h | |
config.status: include/config.h is unchanged | |
configure: | |
************************************************************************** | |
*** *** | |
*** The option "--enable-march=<arch>" was not specified to the *** | |
*** configure script. The Gambit system will compile correctly but *** | |
*** typically the executables will be less optimized than when *** | |
*** "--enable-march=native" is specified. On the other hand the build *** | |
*** with "--enable-march=native" will require that the executables be *** | |
*** run on machine architectures compatible with the architecture *** | |
*** being used for the build, so this should be avoided for prebuilt *** | |
*** executables meant to run on a variety of machines. To avoid this *** | |
*** warning you can use an empty string for <arch>. *** | |
*** *** | |
************************************************************************** | |
configure: | |
************************************************************************** | |
*** *** | |
*** The option "--enable-dynamic-clib" was not specified to the *** | |
*** configure script. The Gambit system will compile correctly but *** | |
*** typically dynamically compiled modules will be less optimized than *** | |
*** when "--enable-dynamic-clib" is specified. This option may not *** | |
*** work on some operating systems. *** | |
*** *** | |
************************************************************************** | |
configure: | |
************************************************************************** | |
*** *** | |
*** The option "--enable-single-host" was not specified to the *** | |
*** configure script. The Gambit system will compile correctly but *** | |
*** typically the executables will run considerably slower than when *** | |
*** "--enable-single-host" is specified. On the other hand the build *** | |
*** with "--enable-single-host" is typically slower and requires lots *** | |
*** of RAM memory (>= 1 GB). If you are willing to wait for the *** | |
*** longer build, try the configure option "--enable-single-host". *** | |
*** *** | |
************************************************************************** | |
--- main.o --- | |
--- os_tty.o --- | |
--- c_intf.o --- | |
--- actlog.o --- | |
--- os_io.o --- | |
--- setup.o --- | |
--- mem.o --- | |
--- os_files.o --- | |
--- main.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o main.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL main.c -D___LIBRARY | |
--- os_tty.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_tty.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_tty.c -D___LIBRARY | |
--- c_intf.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o c_intf.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL c_intf.c -D___LIBRARY | |
--- actlog.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o actlog.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL actlog.c -D___LIBRARY | |
--- os_io.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_io.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_io.c -D___LIBRARY | |
--- setup.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o setup.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL setup.c -D___LIBRARY | |
--- mem.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o mem.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL mem.c -D___LIBRARY | |
--- os_files.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_files.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_files.c -D___LIBRARY | |
--- os_setup.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_setup.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_setup.c -D___LIBRARY | |
--- os_base.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_base.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_base.c -D___LIBRARY | |
--- os_thread.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_thread.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_thread.c -D___LIBRARY | |
--- os_time.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_time.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_time.c -D___LIBRARY | |
--- os_shell.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_shell.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_shell.c -D___LIBRARY | |
--- os_dyn.o --- | |
gcc -O3 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o os_dyn.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_dyn.c -D___LIBRARY | |
--- _io.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _io.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _io.c -D___LIBRARY | |
--- _num.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _num.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _num.c -D___LIBRARY | |
--- _std.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _std.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _std.c -D___LIBRARY | |
--- _repl.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _repl.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _repl.c -D___LIBRARY | |
--- _eval.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _eval.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _eval.c -D___LIBRARY | |
--- _nonstd.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _nonstd.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _nonstd.c -D___LIBRARY | |
--- _kernel.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _kernel.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _kernel.c -D___LIBRARY | |
--- _thread.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _thread.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _thread.c -D___LIBRARY | |
--- _system.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _system.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _system.c -D___LIBRARY | |
--- _module.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _module.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/usr/local/Gambit\"" -D___GAMBITDIR_USERLIB="\"~/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"~~userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure 'CC=gcc'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _module.c -D___LIBRARY | |
--- libgambit.a --- | |
rm -f "libgambit.a" "libgambit.a" "libgambit.a" | |
ar rc libgambit.a main.o setup.o mem.o c_intf.o actlog.o os_setup.o os_base.o os_thread.o os_time.o os_shell.o os_files.o os_dyn.o os_tty.o os_io.o _kernel.o _system.o _num.o _std.o _eval.o _module.o _io.o _nonstd.o _thread.o _repl.o _gambit.o && ranlib libgambit.a | |
if test "" != ""; then ln -s "libgambit.a" "libgambit.a"; ln -s "libgambit.a" "libgambit.a"; fi | |
--- core-recursive --- | |
--- core-post --- | |
make deselect-gen-for-commit-post-nonrec | |
--- deselect-gen-for-commit-post-nonrec --- | |
if [ -e ../.git ]; then git update-index --skip-worktree _kernel.c _system.c _num.c _std.c _eval.c _module.c _io.c _nonstd.c _thread.c _repl.c _gambit.c; fi | |
--- gsi --- | |
gcc -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -rdynamic -I"../include" -o gsi _gsi.o _gsi_.o "../lib/libgambit.a" -lutil -lm libgambitgsi.a | |
--- core-recursive --- | |
--- core-post --- | |
make deselect-gen-for-commit-post-nonrec | |
--- deselect-gen-for-commit-post-nonrec --- | |
if [ -e ../.git ]; then git update-index --skip-worktree _gsilib.c _gsi.c _gambitgsi.c _gsi_.c; fi | |
--- _t-univ-2.c --- | |
--- _t-univ-3.c --- | |
--- _t-univ-1.c --- | |
--- _prims.c --- | |
--- _t-univ-4.c --- | |
--- _t-c-2.c --- | |
--- _front.c --- | |
--- _ptree1.c --- | |
--- _t-univ-2.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-2.scm | |
--- _t-univ-3.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-3.scm | |
--- _t-univ-1.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-1.scm | |
--- _prims.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _prims.scm | |
--- _t-univ-4.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-4.scm | |
--- _t-c-2.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-c-2.scm | |
--- _front.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _front.scm | |
--- _ptree1.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _ptree1.scm | |
--- _ptree2.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _ptree2.scm | |
--- _gvm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _gvm.scm | |
--- _t-c-1.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-c-1.scm | |
--- _x86.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _x86.scm | |
--- _t-cpu-abstract-machine.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-abstract-machine.scm | |
--- _t-cpu-backend-x86.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-backend-x86.scm | |
--- _t-cpu-backend-arm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-backend-arm.scm | |
--- _t-cpu-backend-riscv.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-backend-riscv.scm | |
--- _arm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _arm.scm | |
--- _source.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _source.scm | |
--- _t-cpu-primitives.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-primitives.scm | |
--- _riscv.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _riscv.scm | |
--- _utils.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _utils.scm | |
--- _asm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _asm.scm | |
--- _gsclib.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _gsclib.scm | |
--- _parms.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _parms.scm | |
--- _t-c-3.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-c-3.scm | |
--- _codegen.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _codegen.scm | |
--- _back.c --- | |
--- _env.c --- | |
--- _back.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _back.scm | |
--- _env.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _env.scm | |
--- _host.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _host.scm | |
--- _t-cpu-object-desc.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-object-desc.scm | |
--- _t-cpu.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu.scm | |
--- _t-cpu-utils.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-utils.scm | |
--- _assert.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _assert.scm | |
--- _gsc.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _gsc.scm | |
--- _ptree1.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _ptree1.o -I. -DHAVE_CONFIG_H _ptree1.c -D___LIBRARY | |
--- _prims.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _prims.o -I. -DHAVE_CONFIG_H _prims.c -D___LIBRARY | |
--- _t-c-2.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-c-2.o -I. -DHAVE_CONFIG_H _t-c-2.c -D___LIBRARY | |
--- _front.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _front.o -I. -DHAVE_CONFIG_H _front.c -D___LIBRARY | |
--- _t-univ-4.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-4.o -I. -DHAVE_CONFIG_H _t-univ-4.c -D___LIBRARY | |
--- _t-univ-3.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-3.o -I. -DHAVE_CONFIG_H _t-univ-3.c -D___LIBRARY | |
--- _t-univ-1.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-1.o -I. -DHAVE_CONFIG_H _t-univ-1.c -D___LIBRARY | |
--- _x86.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _x86.o -I. -DHAVE_CONFIG_H _x86.c -D___LIBRARY | |
--- _t-cpu-backend-arm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-backend-arm.o -I. -DHAVE_CONFIG_H _t-cpu-backend-arm.c -D___LIBRARY | |
--- _ptree2.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _ptree2.o -I. -DHAVE_CONFIG_H _ptree2.c -D___LIBRARY | |
--- _t-c-1.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-c-1.o -I. -DHAVE_CONFIG_H _t-c-1.c -D___LIBRARY | |
--- _gvm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _gvm.o -I. -DHAVE_CONFIG_H _gvm.c -D___LIBRARY | |
--- _t-cpu-abstract-machine.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-abstract-machine.o -I. -DHAVE_CONFIG_H _t-cpu-abstract-machine.c -D___LIBRARY | |
--- _t-cpu-backend-x86.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-backend-x86.o -I. -DHAVE_CONFIG_H _t-cpu-backend-x86.c -D___LIBRARY | |
--- _t-univ-2.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-2.o -I. -DHAVE_CONFIG_H _t-univ-2.c -D___LIBRARY | |
--- _t-cpu-primitives.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-primitives.o -I. -DHAVE_CONFIG_H _t-cpu-primitives.c -D___LIBRARY | |
--- _riscv.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _riscv.o -I. -DHAVE_CONFIG_H _riscv.c -D___LIBRARY | |
--- _t-cpu-backend-riscv.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-backend-riscv.o -I. -DHAVE_CONFIG_H _t-cpu-backend-riscv.c -D___LIBRARY | |
--- _asm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _asm.o -I. -DHAVE_CONFIG_H _asm.c -D___LIBRARY | |
--- _gsclib.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _gsclib.o -I. -DHAVE_CONFIG_H _gsclib.c -D___LIBRARY | |
--- _arm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _arm.o -I. -DHAVE_CONFIG_H _arm.c -D___LIBRARY | |
--- _utils.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _utils.o -I. -DHAVE_CONFIG_H _utils.c -D___LIBRARY | |
--- _source.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _source.o -I. -DHAVE_CONFIG_H _source.c -D___LIBRARY | |
--- _codegen.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _codegen.o -I. -DHAVE_CONFIG_H _codegen.c -D___LIBRARY | |
--- _host.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _host.o -I. -DHAVE_CONFIG_H _host.c -D___LIBRARY | |
--- _parms.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _parms.o -I. -DHAVE_CONFIG_H _parms.c -D___LIBRARY | |
--- _env.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _env.o -I. -DHAVE_CONFIG_H _env.c -D___LIBRARY | |
--- _back.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _back.o -I. -DHAVE_CONFIG_H _back.c -D___LIBRARY | |
--- _t-cpu.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu.o -I. -DHAVE_CONFIG_H _t-cpu.c -D___LIBRARY | |
--- _t-cpu-object-desc.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-object-desc.o -I. -DHAVE_CONFIG_H _t-cpu-object-desc.c -D___LIBRARY | |
--- _t-c-3.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-c-3.o -I. -DHAVE_CONFIG_H _t-c-3.c -D___LIBRARY | |
--- _t-cpu-utils.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-utils.o -I. -DHAVE_CONFIG_H _t-cpu-utils.c -D___LIBRARY | |
--- _gambitgsc.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -link -l ../lib/_gambit -o _gambitgsc.c -preload _host.c _utils.c _source.c _parms.c _env.c _ptree1.c _ptree2.c _gvm.c _back.c _front.c _prims.c _assert.c _asm.c _x86.c _arm.c _riscv.c _codegen.c _t-univ-1.c _t-univ-2.c _t-univ-3.c _t-univ-4.c _t-cpu-abstract-machine.c _t-cpu-primitives.c _t-cpu-object-desc.c _t-cpu-utils.c _t-cpu-backend-x86.c _t-cpu-backend-arm.c _t-cpu-backend-riscv.c _t-cpu.c _t-c-1.c _t-c-2.c _t-c-3.c _gsclib.c | |
--- _assert.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _assert.o -I. -DHAVE_CONFIG_H _assert.c -D___LIBRARY | |
--- _gsc.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _gsc.o -I. -DHAVE_CONFIG_H _gsc.c | |
--- _gsc_.c --- | |
--- _gambitgsc.o --- | |
--- _gsc_.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -link -l _gambitgsc -o _gsc_.c -preload _gsc.c | |
--- _gambitgsc.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _gambitgsc.o -I. -DHAVE_CONFIG_H _gambitgsc.c -D___LIBRARY | |
--- _gsc_.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -I"../include" -c -o _gsc_.o -I. -DHAVE_CONFIG_H _gsc_.c | |
--- libgambitgsc.a --- | |
rm -f "libgambitgsc.a" "libgambitgsc.a" "libgambitgsc.a" | |
ar rc libgambitgsc.a _host.o _utils.o _source.o _parms.o _env.o _ptree1.o _ptree2.o _gvm.o _back.o _front.o _prims.o _assert.o _asm.o _x86.o _arm.o _riscv.o _codegen.o _t-univ-1.o _t-univ-2.o _t-univ-3.o _t-univ-4.o _t-cpu-abstract-machine.o _t-cpu-primitives.o _t-cpu-object-desc.o _t-cpu-utils.o _t-cpu-backend-x86.o _t-cpu-backend-arm.o _t-cpu-backend-riscv.o _t-cpu.o _t-c-1.o _t-c-2.o _t-c-3.o _gsclib.o _gambitgsc.o && ranlib libgambitgsc.a | |
if test "" != ""; then ln -s "libgambitgsc.a" "libgambitgsc.a"; ln -s "libgambitgsc.a" "libgambitgsc.a"; fi | |
--- gsc --- | |
gcc -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -fPIC -fno-common -mpc64 -rdynamic -I"../include" -o gsc _gsc.o _gsc_.o "../lib/libgambit.a" -lutil -lm libgambitgsc.a | |
--- core-recursive --- | |
--- core-post --- | |
make deselect-gen-for-commit-post-nonrec | |
--- deselect-gen-for-commit-post-nonrec --- | |
if [ -e ../.git ]; then git update-index --skip-worktree _host.c _utils.c _source.c _parms.c _env.c _ptree1.c _ptree2.c _gvm.c _back.c _front.c _prims.c _assert.c _asm.c _x86.c _arm.c _riscv.c _codegen.c _t-univ-1.c _t-univ-2.c _t-univ-3.c _t-univ-4.c _t-cpu-abstract-machine.c _t-cpu-primitives.c _t-cpu-object-desc.c _t-cpu-utils.c _t-cpu-backend-x86.c _t-cpu-backend-arm.c _t-cpu-backend-riscv.c _t-cpu.c _t-c-1.c _t-c-2.c _t-c-3.c _gsclib.c _gsc.c _gambitgsc.c _gsc_.c; fi | |
--- bootclean-recursive --- | |
making bootclean in include | |
--- bootclean-recursive --- | |
making bootclean in bin | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
rm -f gambuild-C gambuild-C.unix gambuild-C.bat.windows gambuild-js gambuild-js.unix gambuild-js.bat.windows gambuild-python gambuild-python.unix gambuild-python.bat.windows gambuild-ruby gambuild-ruby.unix gambuild-ruby.bat.windows gambuild-php gambuild-php.unix gambuild-php.bat.windows gambuild-java gambuild-java.unix gambuild-java.bat.windows gambuild-x86 gambuild-x86.unix gambuild-x86.bat.windows gambuild-x86-64 gambuild-x86-64.unix gambuild-x86-64.bat.windows gambuild-arm gambuild-arm.unix gambuild-arm.bat.windows gambuild-riscv-32 gambuild-riscv-32.unix gambuild-riscv-32.bat.windows gambuild-riscv-64 gambuild-riscv-64.unix gambuild-riscv-64.bat.windows gambdoc gambdoc.unix gambdoc.bat.windows six six.lnk gsi-script gsi-script.lnk gsc-script gsc-script.lnk six-script six-script.lnk scheme-srfi-0 scheme-srfi-0.lnk scheme-r5rs scheme-r5rs.lnk scheme-r4rs scheme-r4rs.lnk scheme-ieee-1178-1990 scheme-ieee-1178-1990.lnk | |
making bootclean in lib | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f main.o setup.o mem.o c_intf.o actlog.o os_setup.o os_base.o os_thread.o os_time.o os_shell.o os_files.o os_dyn.o os_tty.o os_io.o _kernel.o _system.o _num.o _std.o _eval.o _module.o _io.o _nonstd.o _thread.o _repl.o _gambit.o libgambit.a libgambit.a libgambit.a | |
--- bootclean-recursive --- | |
making bootclean in _define-library | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- clean-post-nonrec --- | |
rm -f *.da *.bb *.bbg *.gcov *.gcno *.gcda _gambit.java _gambit.js _gambit.php _gambit.py _gambit.rb _gambit.go | |
--- bootclean-recursive --- | |
making bootclean in _base64 | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _digest | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _geiser | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _git | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _hamt | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _http | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _match | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _pkg | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _six | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _tar | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _test | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _uri | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _zlib | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in gambit | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in scheme | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in termite | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in srfi | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-post --- | |
rm -f _kernel.c _system.c _num.c _std.c _eval.c _module.c _io.c _nonstd.c _thread.c _repl.c _gambit.c | |
making bootclean in gsi | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f _gsilib.o _gambitgsi.o _gsi.o _gsi_.o libgambitgsi.a libgambitgsi.a libgambitgsi.a gsi | |
--- clean-post-nonrec --- | |
rm -f *.da *.bb *.bbg *.gcov *.gcno *.gcda | |
--- bootclean-post --- | |
rm -f _gsilib.c _gsi.c _gambitgsi.c _gsi_.c | |
making bootclean in gsc | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f _host.o _utils.o _source.o _parms.o _env.o _ptree1.o _ptree2.o _gvm.o _back.o _front.o _prims.o _assert.o _asm.o _x86.o _arm.o _riscv.o _codegen.o _t-univ-1.o _t-univ-2.o _t-univ-3.o _t-univ-4.o _t-cpu-abstract-machine.o _t-cpu-primitives.o _t-cpu-object-desc.o _t-cpu-utils.o _t-cpu-backend-x86.o _t-cpu-backend-arm.o _t-cpu-backend-riscv.o _t-cpu.o _t-c-1.o _t-c-2.o _t-c-3.o _gsclib.o _gambitgsc.o _gsc.o _gsc_.o libgambitgsc.a libgambitgsc.a libgambitgsc.a gsc | |
--- clean-post-nonrec --- | |
rm -f *.da *.bb *.bbg *.gcov *.gcno *.gcda | |
--- bootclean-post --- | |
rm -f _host.c _utils.c _source.c _parms.c _env.c _ptree1.c _ptree2.c _gvm.c _back.c _front.c _prims.c _assert.c _asm.c _x86.c _arm.c _riscv.c _codegen.c _t-univ-1.c _t-univ-2.c _t-univ-3.c _t-univ-4.c _t-cpu-abstract-machine.c _t-cpu-primitives.c _t-cpu-object-desc.c _t-cpu-utils.c _t-cpu-backend-x86.c _t-cpu-backend-arm.c _t-cpu-backend-riscv.c _t-cpu.c _t-c-1.c _t-c-2.c _t-c-3.c _gsclib.c _gsc.c _gambitgsc.c _gsc_.c | |
making bootclean in misc | |
--- bootclean-recursive --- | |
making bootclean in doc | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
rm -f *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.log *.pg *.toc *.tp *.tsv *.vr *.cm *.fl *.op *.tmp | |
--- bootclean-post --- | |
rm -f stamp.vti version.txi gambit.ps gambit.pdf gambit*.html gambit.txt gambit.info* | |
making bootclean in tests | |
rm -f mem.c mem_.c mem.o mem.o1 mem_.o mem mem.exe mix.c mix_.c mix.o mix_.o mix mix.exe server.c server_.c server.o server_.o client.o client client.exe gambit.h so_locations *.out tmp* | |
test ! -f debug.rm || rm -f debug.rm debug.scm | |
test ! -f error.rm || rm -f error.rm error.scm | |
test ! -f r4rstest.rm || rm -f r4rstest.rm r4rstest.scm | |
test ! -f mix.rm || rm -f mix.rm mix.scm | |
test ! -f mem.rm || rm -f mem.rm mem.scm | |
test ! -f server.rm || rm -f server.rm server.scm | |
rm -f *.da *.bb *.bbg *.gcov *.gcno *.gcda | |
making bootclean in examples | |
--- bootclean-recursive --- | |
making bootclean in distr-comp | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f distr-comp.c distr-comp.o distr-comp.o1 dc.c dc.o dc.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in pi | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f pi.c pi.o pi.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in ring | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f ring.c ring.o ring.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in web-repl | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f web-repl.c web-repl.o web-repl.o1 *.class | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in web-server | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f web-server.c web-server.o web-server.o1 http.c http.o http.o1 html.c html.o html.o1 base64.c base64.o base64.o1 _cont* | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in tcltk | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f tcltk.c tcltk.o tcltk.o1 test.c test.o test.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in Xlib-simple | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f Xlib.c Xlib.o Xlib.o1 bounce.c bounce.o bounce.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in pthread | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f mylib.c mylib_.c mylib.o mylib_.o pthread.o pthread | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in misc | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f signals.c signals.o signals.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in contrib | |
--- bootclean-recursive --- | |
making bootclean in GambitREPL | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f digest.m genport.m zlib.m tar.m json.m url.m html.m wiki.m repl-server.m intf.m script.m repo.m help.m emacs.m program.m program_.m grd | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in try | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f VM.js | |
--- clean-post-nonrec --- | |
rm -rf js.scm js\#.scm six.js six-expand.scm six-expand\#.scm six-expand.js VM.min.js* try try.tgz codemirror codemirror-5.59.1 | |
making bootclean in xactlog | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f xactlog | |
making bootclean in prebuilt | |
--- bootclean-recursive --- | |
making bootclean in macosx | |
--- bootclean-recursive --- | |
making bootclean in windows | |
--- bootclean-recursive --- | |
making bootclean in bench | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f results.* all-results.scm bench-*.html | |
making bootclean in githooks | |
--- bootclean-recursive --- | |
--- wip-gsc-boot --- | |
cp boot/gsc/gsc gsc-boot | |
--- core-pre --- | |
make stamp | |
--- stamp --- | |
--- stamp --- | |
#define ___STAMP_VERSION "v4.9.5-130-g09335d95" | |
___STAMP_VERSION unchanged from previous build | |
--- core-recursive --- | |
making core in include | |
--- core-pre --- | |
--- core-recursive --- | |
making core in bin | |
--- gambuild-C.unix --- | |
--- gambuild-C.bat.windows --- | |
--- gambuild-js.unix --- | |
--- gambuild-js.bat.windows --- | |
--- gambuild-python.unix --- | |
--- gambuild-python.bat.windows --- | |
--- gambuild-ruby.unix --- | |
--- gambuild-ruby.bat.windows --- | |
--- gambuild-C.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-C.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-C.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-C.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-js.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-js.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-js.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-js.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-python.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-python.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-python.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-python.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-ruby.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-ruby.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-ruby.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-ruby.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-C.unix --- | |
config.status: creating bin/gambuild-C.unix | |
--- gambuild-js.unix --- | |
config.status: creating bin/gambuild-js.unix | |
--- gambuild-python.unix --- | |
config.status: creating bin/gambuild-python.unix | |
--- gambuild-ruby.unix --- | |
config.status: creating bin/gambuild-ruby.unix | |
--- gambuild-ruby.bat.windows --- | |
config.status: creating bin/gambuild-ruby.bat.windows | |
--- gambuild-C.bat.windows --- | |
config.status: creating bin/gambuild-C.bat.windows | |
--- gambuild-python.bat.windows --- | |
config.status: creating bin/gambuild-python.bat.windows | |
--- gambuild-js.bat.windows --- | |
config.status: creating bin/gambuild-js.bat.windows | |
--- gambuild-php.unix --- | |
--- gambuild-php.bat.windows --- | |
--- gambuild-java.unix --- | |
--- gambuild-php.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-php.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-java.bat.windows --- | |
--- gambuild-php.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-php.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-java.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-java.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-x86.unix --- | |
--- gambuild-java.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-java.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-x86.bat.windows --- | |
--- gambuild-x86.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-x86.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-x86-64.unix --- | |
--- gambuild-x86.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-x86.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-x86-64.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-x86-64.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-x86-64.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-x86-64.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-java.bat.windows --- | |
config.status: creating bin/gambuild-java.bat.windows | |
--- gambuild-php.bat.windows --- | |
config.status: creating bin/gambuild-php.bat.windows | |
--- gambuild-php.unix --- | |
config.status: creating bin/gambuild-php.unix | |
--- gambuild-java.unix --- | |
config.status: creating bin/gambuild-java.unix | |
--- gambuild-x86.bat.windows --- | |
config.status: creating bin/gambuild-x86.bat.windows | |
--- gambuild-x86.unix --- | |
config.status: creating bin/gambuild-x86.unix | |
--- gambuild-x86-64.unix --- | |
config.status: creating bin/gambuild-x86-64.unix | |
--- gambuild-x86-64.bat.windows --- | |
config.status: creating bin/gambuild-x86-64.bat.windows | |
--- gambuild-arm.unix --- | |
--- gambuild-arm.bat.windows --- | |
--- gambuild-riscv-32.unix --- | |
--- gambuild-arm.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-arm.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-arm.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-arm.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-riscv-32.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-riscv-32.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-riscv-32.bat.windows --- | |
--- gambuild-riscv-64.unix --- | |
--- gambuild-riscv-32.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-riscv-32.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-riscv-64.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-riscv-64.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-riscv-64.bat.windows --- | |
--- gambdoc.unix --- | |
--- gambuild-riscv-64.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-riscv-64.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambdoc.bat.windows --- | |
--- gambdoc.unix --- | |
cd .. && CONFIG_FILES=bin/gambdoc.unix CONFIG_HEADERS= ./config.status | |
--- gambdoc.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambdoc.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-riscv-32.bat.windows --- | |
config.status: creating bin/gambuild-riscv-32.bat.windows | |
--- gambuild-arm.bat.windows --- | |
config.status: creating bin/gambuild-arm.bat.windows | |
--- gambuild-riscv-32.unix --- | |
config.status: creating bin/gambuild-riscv-32.unix | |
--- gambuild-arm.unix --- | |
config.status: creating bin/gambuild-arm.unix | |
--- gambuild-riscv-64.unix --- | |
config.status: creating bin/gambuild-riscv-64.unix | |
--- gambdoc.unix --- | |
config.status: creating bin/gambdoc.unix | |
--- gambuild-riscv-64.bat.windows --- | |
config.status: creating bin/gambuild-riscv-64.bat.windows | |
--- gambdoc.bat.windows --- | |
config.status: creating bin/gambdoc.bat.windows | |
--- core-recursive --- | |
--- gambvcs --- | |
--- six --- | |
--- gsi-script --- | |
--- gsc-script --- | |
--- six --- | |
rm -f six six.lnk | |
--- gambvcs --- | |
rm -f gambvcs | |
--- gsi-script --- | |
rm -f gsi-script gsi-script.lnk | |
--- gambvcs --- | |
if test "" = ""; then cp gambvcs.unix gambvcs; chmod +x gambvcs; else sed "s/\$/\r/g" gambvcs.bat.windows > gambvcs; fi | |
--- six --- | |
if test "" = ""; then ln -s ../gsi/gsi six; else echo "@%~dp0gsi %*" > six; fi | |
--- gsc-script --- | |
rm -f gsc-script gsc-script.lnk | |
--- gsi-script --- | |
if test "" = ""; then ln -s ../gsi/gsi gsi-script; else echo "@%~dp0gsi %*" > gsi-script; fi | |
--- six-script --- | |
--- scheme-srfi-0 --- | |
--- scheme-r5rs --- | |
--- gsc-script --- | |
if test "" = ""; then ln -s ../gsc/gsc gsc-script; else echo "@%~dp0gsc %*" > gsc-script; fi | |
--- scheme-r4rs --- | |
--- scheme-ieee-1178-1990 --- | |
--- six-script --- | |
rm -f six-script six-script.lnk | |
--- gambuild-ruby --- | |
--- scheme-srfi-0 --- | |
rm -f scheme-srfi-0 scheme-srfi-0.lnk | |
--- scheme-r5rs --- | |
rm -f scheme-r5rs scheme-r5rs.lnk | |
--- six-script --- | |
if test "" = ""; then ln -s ../gsi/gsi six-script; else echo "@%~dp0gsi %*" > six-script; fi | |
--- scheme-r4rs --- | |
rm -f scheme-r4rs scheme-r4rs.lnk | |
--- scheme-ieee-1178-1990 --- | |
rm -f scheme-ieee-1178-1990 scheme-ieee-1178-1990.lnk | |
--- scheme-srfi-0 --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-srfi-0; else echo "@%~dp0gsi %*" > scheme-srfi-0; fi | |
--- gambuild-ruby --- | |
rm -f gambuild-ruby | |
--- scheme-r5rs --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-r5rs; else echo "@%~dp0gsi %*" > scheme-r5rs; fi | |
--- scheme-r4rs --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-r4rs; else echo "@%~dp0gsi %*" > scheme-r4rs; fi | |
--- gambuild-python --- | |
--- scheme-ieee-1178-1990 --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-ieee-1178-1990; else echo "@%~dp0gsi %*" > scheme-ieee-1178-1990; fi | |
--- gambuild-C --- | |
--- gambuild-ruby --- | |
if test "" = ""; then cp gambuild-ruby.unix gambuild-ruby; chmod +x gambuild-ruby; else sed "s/\$/\r/g" gambuild-ruby.bat.windows > gambuild-ruby; fi | |
--- gambuild-js --- | |
--- gambuild-java --- | |
--- gambuild-php --- | |
--- gambuild-java --- | |
rm -f gambuild-java | |
if test "" = ""; then cp gambuild-java.unix gambuild-java; chmod +x gambuild-java; else sed "s/\$/\r/g" gambuild-java.bat.windows > gambuild-java; fi | |
--- gambuild-python --- | |
rm -f gambuild-python | |
if test "" = ""; then cp gambuild-python.unix gambuild-python; chmod +x gambuild-python; else sed "s/\$/\r/g" gambuild-python.bat.windows > gambuild-python; fi | |
--- gambuild-x86 --- | |
--- gambuild-x86-64 --- | |
--- gambuild-riscv-32 --- | |
--- gambuild-arm --- | |
--- gambuild-js --- | |
rm -f gambuild-js | |
--- gambuild-php --- | |
rm -f gambuild-php | |
if test "" = ""; then cp gambuild-php.unix gambuild-php; chmod +x gambuild-php; else sed "s/\$/\r/g" gambuild-php.bat.windows > gambuild-php; fi | |
--- gambuild-C --- | |
rm -f gambuild-C | |
if test "" = ""; then cp gambuild-C.unix gambuild-C; chmod +x gambuild-C; else sed "s/\$/\r/g" gambuild-C.bat.windows > gambuild-C; fi | |
--- gambuild-x86 --- | |
rm -f gambuild-x86 | |
--- gambuild-riscv-32 --- | |
rm -f gambuild-riscv-32 | |
--- gambuild-js --- | |
if test "" = ""; then cp gambuild-js.unix gambuild-js; chmod +x gambuild-js; else sed "s/\$/\r/g" gambuild-js.bat.windows > gambuild-js; fi | |
--- gambuild-x86-64 --- | |
rm -f gambuild-x86-64 | |
--- gambuild-arm --- | |
rm -f gambuild-arm | |
--- gambuild-x86 --- | |
if test "" = ""; then cp gambuild-x86.unix gambuild-x86; chmod +x gambuild-x86; else sed "s/\$/\r/g" gambuild-x86.bat.windows > gambuild-x86; fi | |
--- gambuild-riscv-32 --- | |
if test "" = ""; then cp gambuild-riscv-32.unix gambuild-riscv-32; chmod +x gambuild-riscv-32; else sed "s/\$/\r/g" gambuild-riscv-32.bat.windows > gambuild-riscv-32; fi | |
--- gambdoc --- | |
--- gambuild-x86-64 --- | |
if test "" = ""; then cp gambuild-x86-64.unix gambuild-x86-64; chmod +x gambuild-x86-64; else sed "s/\$/\r/g" gambuild-x86-64.bat.windows > gambuild-x86-64; fi | |
--- gambuild-arm --- | |
if test "" = ""; then cp gambuild-arm.unix gambuild-arm; chmod +x gambuild-arm; else sed "s/\$/\r/g" gambuild-arm.bat.windows > gambuild-arm; fi | |
--- gambuild-riscv-64 --- | |
--- gambdoc --- | |
rm -f gambdoc | |
--- gambuild-riscv-64 --- | |
rm -f gambuild-riscv-64 | |
--- gambdoc --- | |
if test "" = ""; then cp gambdoc.unix gambdoc; chmod +x gambdoc; else sed "s/\$/\r/g" gambdoc.bat.windows > gambdoc; fi | |
--- gambuild-riscv-64 --- | |
if test "" = ""; then cp gambuild-riscv-64.unix gambuild-riscv-64; chmod +x gambuild-riscv-64; else sed "s/\$/\r/g" gambuild-riscv-64.bat.windows > gambuild-riscv-64; fi | |
making core in lib | |
--- _io.c --- | |
--- _num.c --- | |
--- _std.c --- | |
--- _repl.c --- | |
--- _eval.c --- | |
--- _nonstd.c --- | |
--- _kernel.c --- | |
--- _thread.c --- | |
--- _io.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _io.scm | |
--- _num.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _num.scm | |
--- _std.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _std.scm | |
--- _repl.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _repl.scm | |
--- _eval.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _eval.scm | |
--- _nonstd.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _nonstd.scm | |
--- _kernel.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _kernel.scm | |
--- _thread.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _thread.scm | |
--- _system.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _system.scm | |
--- _module.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _module.scm | |
--- main.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o main.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL main.c -D___LIBRARY | |
--- os_tty.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_tty.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_tty.c -D___LIBRARY | |
--- c_intf.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o c_intf.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL c_intf.c -D___LIBRARY | |
--- actlog.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o actlog.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL actlog.c -D___LIBRARY | |
--- os_io.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_io.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_io.c -D___LIBRARY | |
--- setup.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o setup.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL setup.c -D___LIBRARY | |
--- mem.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o mem.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL mem.c -D___LIBRARY | |
--- os_files.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_files.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_files.c -D___LIBRARY | |
--- os_setup.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_setup.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_setup.c -D___LIBRARY | |
--- os_base.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_base.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_base.c -D___LIBRARY | |
--- os_thread.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_thread.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_thread.c -D___LIBRARY | |
--- os_time.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_time.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_time.c -D___LIBRARY | |
--- os_shell.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_shell.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_shell.c -D___LIBRARY | |
--- os_dyn.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_dyn.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_dyn.c -D___LIBRARY | |
--- _kernel.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _kernel.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _kernel.c -D___LIBRARY | |
--- _nonstd.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _nonstd.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _nonstd.c -D___LIBRARY | |
--- _thread.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _thread.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _thread.c -D___LIBRARY | |
--- _eval.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _eval.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _eval.c -D___LIBRARY | |
--- _repl.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _repl.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _repl.c -D___LIBRARY | |
--- _module.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _module.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _module.c -D___LIBRARY | |
--- _io.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _io.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _io.c -D___LIBRARY | |
--- _num.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _num.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _num.c -D___LIBRARY | |
--- _system.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _system.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _system.c -D___LIBRARY | |
--- _gambit.c --- | |
--- _std.o --- | |
--- _gambit.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -warnings -link -flat -o _gambit.c -preload _kernel.c _system.c _num.c _std.c _eval.c _module.c _io.c _nonstd.c _thread.c _repl.c | |
--- _std.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _std.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _std.c -D___LIBRARY | |
--- _gambit.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gambit.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _gambit.c -D___LIBRARY | |
--- libgambit.a --- | |
rm -f "libgambit.a" "libgambit.a" "libgambit.a" | |
ar rc libgambit.a main.o setup.o mem.o c_intf.o actlog.o os_setup.o os_base.o os_thread.o os_time.o os_shell.o os_files.o os_dyn.o os_tty.o os_io.o _kernel.o _system.o _num.o _std.o _eval.o _module.o _io.o _nonstd.o _thread.o _repl.o _gambit.o && ranlib libgambit.a | |
if test "" != ""; then ln -s "libgambit.a" "libgambit.a"; ln -s "libgambit.a" "libgambit.a"; fi | |
--- core-recursive --- | |
--- core-post --- | |
make deselect-gen-for-commit-post-nonrec | |
--- deselect-gen-for-commit-post-nonrec --- | |
if [ -e ../.git ]; then git update-index --skip-worktree _kernel.c _system.c _num.c _std.c _eval.c _module.c _io.c _nonstd.c _thread.c _repl.c _gambit.c; fi | |
making core in gsi | |
--- _gsilib.c --- | |
--- _gsi.c --- | |
--- _gsilib.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" -warnings -c _gsilib.scm | |
--- _gsi.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" -warnings -c _gsi.scm | |
--- _gambitgsi.c --- | |
--- _gsilib.o --- | |
--- _gambitgsi.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" -warnings -link -l ../lib/_gambit -o _gambitgsi.c -preload _gsilib.c | |
--- _gsilib.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsilib.o -I. -DHAVE_CONFIG_H _gsilib.c -D___LIBRARY | |
--- _gambitgsi.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gambitgsi.o -I. -DHAVE_CONFIG_H _gambitgsi.c -D___LIBRARY | |
--- libgambitgsi.a --- | |
rm -f "libgambitgsi.a" "libgambitgsi.a" "libgambitgsi.a" | |
ar rc libgambitgsi.a _gsilib.o _gambitgsi.o && ranlib libgambitgsi.a | |
if test "" != ""; then ln -s "libgambitgsi.a" "libgambitgsi.a"; ln -s "libgambitgsi.a" "libgambitgsi.a"; fi | |
--- _gsi_.c --- | |
--- _gsi.o --- | |
--- _gsi_.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" -warnings -link -l _gambitgsi -o _gsi_.c -preload _gsi.c | |
--- _gsi.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsi.o -I. -DHAVE_CONFIG_H _gsi.c | |
--- _gsi_.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsi_.o -I. -DHAVE_CONFIG_H _gsi_.c | |
--- gsi --- | |
gcc -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -rdynamic -I"../include" -o gsi _gsi.o _gsi_.o "../lib/libgambit.a" -lutil -lm libgambitgsi.a | |
--- core-recursive --- | |
--- core-post --- | |
make deselect-gen-for-commit-post-nonrec | |
--- deselect-gen-for-commit-post-nonrec --- | |
if [ -e ../.git ]; then git update-index --skip-worktree _gsilib.c _gsi.c _gambitgsi.c _gsi_.c; fi | |
making core in gsc | |
--- _t-univ-2.c --- | |
--- _t-univ-3.c --- | |
--- _t-univ-1.c --- | |
--- _prims.c --- | |
--- _t-univ-4.c --- | |
--- _t-c-2.c --- | |
--- _front.c --- | |
--- _ptree1.c --- | |
--- _t-univ-2.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-2.scm | |
--- _t-univ-3.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-3.scm | |
--- _t-univ-1.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-1.scm | |
--- _prims.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _prims.scm | |
--- _t-univ-4.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-4.scm | |
--- _front.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _front.scm | |
--- _ptree1.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _ptree1.scm | |
--- _t-c-2.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-c-2.scm | |
--- _ptree2.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _ptree2.scm | |
--- _gvm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _gvm.scm | |
--- _t-c-1.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-c-1.scm | |
--- _x86.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _x86.scm | |
--- _t-cpu-abstract-machine.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-abstract-machine.scm | |
--- _t-cpu-backend-x86.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-backend-x86.scm | |
--- _t-cpu-backend-arm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-backend-arm.scm | |
--- _t-cpu-backend-riscv.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-backend-riscv.scm | |
--- _arm.c --- | |
--- _source.c --- | |
--- _arm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _arm.scm | |
--- _source.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _source.scm | |
--- _t-cpu-primitives.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-primitives.scm | |
--- _riscv.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _riscv.scm | |
--- _utils.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _utils.scm | |
--- _asm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _asm.scm | |
--- _gsclib.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _gsclib.scm | |
--- _parms.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _parms.scm | |
--- _t-c-3.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-c-3.scm | |
--- _codegen.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _codegen.scm | |
--- _back.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _back.scm | |
--- _env.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _env.scm | |
--- _host.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _host.scm | |
--- _t-cpu-object-desc.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-object-desc.scm | |
--- _t-cpu.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu.scm | |
--- _t-cpu-utils.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-utils.scm | |
--- _assert.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _assert.scm | |
--- _gsc.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _gsc.scm | |
--- _ptree1.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _ptree1.o -I. -DHAVE_CONFIG_H _ptree1.c -D___LIBRARY | |
--- _prims.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _prims.o -I. -DHAVE_CONFIG_H _prims.c -D___LIBRARY | |
--- _t-c-2.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-c-2.o -I. -DHAVE_CONFIG_H _t-c-2.c -D___LIBRARY | |
--- _front.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _front.o -I. -DHAVE_CONFIG_H _front.c -D___LIBRARY | |
--- _t-univ-4.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-4.o -I. -DHAVE_CONFIG_H _t-univ-4.c -D___LIBRARY | |
--- _t-univ-3.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-3.o -I. -DHAVE_CONFIG_H _t-univ-3.c -D___LIBRARY | |
--- _t-univ-1.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-1.o -I. -DHAVE_CONFIG_H _t-univ-1.c -D___LIBRARY | |
--- _x86.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _x86.o -I. -DHAVE_CONFIG_H _x86.c -D___LIBRARY | |
--- _t-cpu-backend-arm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-backend-arm.o -I. -DHAVE_CONFIG_H _t-cpu-backend-arm.c -D___LIBRARY | |
--- _t-cpu-abstract-machine.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-abstract-machine.o -I. -DHAVE_CONFIG_H _t-cpu-abstract-machine.c -D___LIBRARY | |
--- _ptree2.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _ptree2.o -I. -DHAVE_CONFIG_H _ptree2.c -D___LIBRARY | |
--- _t-c-1.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-c-1.o -I. -DHAVE_CONFIG_H _t-c-1.c -D___LIBRARY | |
--- _t-cpu-backend-x86.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-backend-x86.o -I. -DHAVE_CONFIG_H _t-cpu-backend-x86.c -D___LIBRARY | |
--- _t-univ-2.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-2.o -I. -DHAVE_CONFIG_H _t-univ-2.c -D___LIBRARY | |
--- _gvm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gvm.o -I. -DHAVE_CONFIG_H _gvm.c -D___LIBRARY | |
--- _t-cpu-primitives.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-primitives.o -I. -DHAVE_CONFIG_H _t-cpu-primitives.c -D___LIBRARY | |
--- _arm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _arm.o -I. -DHAVE_CONFIG_H _arm.c -D___LIBRARY | |
--- _t-cpu-backend-riscv.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-backend-riscv.o -I. -DHAVE_CONFIG_H _t-cpu-backend-riscv.c -D___LIBRARY | |
--- _riscv.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _riscv.o -I. -DHAVE_CONFIG_H _riscv.c -D___LIBRARY | |
--- _gsclib.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsclib.o -I. -DHAVE_CONFIG_H _gsclib.c -D___LIBRARY | |
--- _asm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _asm.o -I. -DHAVE_CONFIG_H _asm.c -D___LIBRARY | |
--- _source.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _source.o -I. -DHAVE_CONFIG_H _source.c -D___LIBRARY | |
--- _codegen.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _codegen.o -I. -DHAVE_CONFIG_H _codegen.c -D___LIBRARY | |
--- _utils.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _utils.o -I. -DHAVE_CONFIG_H _utils.c -D___LIBRARY | |
--- _parms.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _parms.o -I. -DHAVE_CONFIG_H _parms.c -D___LIBRARY | |
--- _host.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _host.o -I. -DHAVE_CONFIG_H _host.c -D___LIBRARY | |
--- _env.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _env.o -I. -DHAVE_CONFIG_H _env.c -D___LIBRARY | |
--- _back.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _back.o -I. -DHAVE_CONFIG_H _back.c -D___LIBRARY | |
--- _t-cpu-object-desc.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-object-desc.o -I. -DHAVE_CONFIG_H _t-cpu-object-desc.c -D___LIBRARY | |
--- _t-c-3.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-c-3.o -I. -DHAVE_CONFIG_H _t-c-3.c -D___LIBRARY | |
--- _t-cpu-utils.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-utils.o -I. -DHAVE_CONFIG_H _t-cpu-utils.c -D___LIBRARY | |
--- _assert.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _assert.o -I. -DHAVE_CONFIG_H _assert.c -D___LIBRARY | |
--- _gambitgsc.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -link -l ../lib/_gambit -o _gambitgsc.c -preload _host.c _utils.c _source.c _parms.c _env.c _ptree1.c _ptree2.c _gvm.c _back.c _front.c _prims.c _assert.c _asm.c _x86.c _arm.c _riscv.c _codegen.c _t-univ-1.c _t-univ-2.c _t-univ-3.c _t-univ-4.c _t-cpu-abstract-machine.c _t-cpu-primitives.c _t-cpu-object-desc.c _t-cpu-utils.c _t-cpu-backend-x86.c _t-cpu-backend-arm.c _t-cpu-backend-riscv.c _t-cpu.c _t-c-1.c _t-c-2.c _t-c-3.c _gsclib.c | |
--- _t-cpu.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu.o -I. -DHAVE_CONFIG_H _t-cpu.c -D___LIBRARY | |
--- _gsc.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsc.o -I. -DHAVE_CONFIG_H _gsc.c | |
--- _gsc_.c --- | |
--- _gambitgsc.o --- | |
--- _gsc_.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -link -l _gambitgsc -o _gsc_.c -preload _gsc.c | |
--- _gambitgsc.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gambitgsc.o -I. -DHAVE_CONFIG_H _gambitgsc.c -D___LIBRARY | |
--- _gsc_.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsc_.o -I. -DHAVE_CONFIG_H _gsc_.c | |
--- libgambitgsc.a --- | |
rm -f "libgambitgsc.a" "libgambitgsc.a" "libgambitgsc.a" | |
ar rc libgambitgsc.a _host.o _utils.o _source.o _parms.o _env.o _ptree1.o _ptree2.o _gvm.o _back.o _front.o _prims.o _assert.o _asm.o _x86.o _arm.o _riscv.o _codegen.o _t-univ-1.o _t-univ-2.o _t-univ-3.o _t-univ-4.o _t-cpu-abstract-machine.o _t-cpu-primitives.o _t-cpu-object-desc.o _t-cpu-utils.o _t-cpu-backend-x86.o _t-cpu-backend-arm.o _t-cpu-backend-riscv.o _t-cpu.o _t-c-1.o _t-c-2.o _t-c-3.o _gsclib.o _gambitgsc.o && ranlib libgambitgsc.a | |
if test "" != ""; then ln -s "libgambitgsc.a" "libgambitgsc.a"; ln -s "libgambitgsc.a" "libgambitgsc.a"; fi | |
--- gsc --- | |
gcc -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -rdynamic -I"../include" -o gsc _gsc.o _gsc_.o "../lib/libgambit.a" -lutil -lm libgambitgsc.a | |
--- core-recursive --- | |
--- core-post --- | |
make deselect-gen-for-commit-post-nonrec | |
--- deselect-gen-for-commit-post-nonrec --- | |
if [ -e ../.git ]; then git update-index --skip-worktree _host.c _utils.c _source.c _parms.c _env.c _ptree1.c _ptree2.c _gvm.c _back.c _front.c _prims.c _assert.c _asm.c _x86.c _arm.c _riscv.c _codegen.c _t-univ-1.c _t-univ-2.c _t-univ-3.c _t-univ-4.c _t-cpu-abstract-machine.c _t-cpu-primitives.c _t-cpu-object-desc.c _t-cpu-utils.c _t-cpu-backend-x86.c _t-cpu-backend-arm.c _t-cpu-backend-riscv.c _t-cpu.c _t-c-1.c _t-c-2.c _t-c-3.c _gsclib.c _gsc.c _gambitgsc.c _gsc_.c; fi | |
making core in misc | |
--- core-recursive --- | |
making core in doc | |
--- core-recursive --- | |
making core in tests | |
making core in examples | |
--- core-recursive --- | |
making core in distr-comp | |
--- core-recursive --- | |
making core in pi | |
--- core-recursive --- | |
making core in ring | |
--- core-recursive --- | |
making core in web-repl | |
--- core-recursive --- | |
making core in web-server | |
--- core-recursive --- | |
making core in tcltk | |
--- core-recursive --- | |
making core in Xlib-simple | |
--- core-recursive --- | |
making core in pthread | |
--- core-recursive --- | |
making core in misc | |
--- core-recursive --- | |
making core in contrib | |
--- core-recursive --- | |
making core in GambitREPL | |
--- core-recursive --- | |
making core in try | |
--- core-recursive --- | |
making core in xactlog | |
--- core-recursive --- | |
making core in prebuilt | |
--- core-recursive --- | |
making core in macosx | |
--- core-recursive --- | |
making core in windows | |
--- core-recursive --- | |
making core in bench | |
--- core-recursive --- | |
making core in githooks | |
--- core-recursive --- | |
--- core-post --- | |
*** to compile the builtin modules you should: make modules | |
--- bootstrap-recursive --- | |
making bootstrap in include | |
--- bootstrap-recursive --- | |
making bootstrap in bin | |
--- bootstrap-recursive --- | |
making bootstrap in lib | |
--- bootstrap-recursive --- | |
making bootstrap in _define-library | |
--- bootstrap-recursive --- | |
making bootstrap in _base64 | |
--- bootstrap-recursive --- | |
making bootstrap in _digest | |
--- bootstrap-recursive --- | |
making bootstrap in _geiser | |
--- bootstrap-recursive --- | |
making bootstrap in _git | |
--- bootstrap-recursive --- | |
making bootstrap in _hamt | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
making bootstrap in _http | |
--- bootstrap-recursive --- | |
making bootstrap in _match | |
--- bootstrap-recursive --- | |
making bootstrap in _pkg | |
--- bootstrap-recursive --- | |
making bootstrap in _six | |
--- bootstrap-recursive --- | |
making bootstrap in _tar | |
--- bootstrap-recursive --- | |
making bootstrap in _test | |
--- bootstrap-recursive --- | |
making bootstrap in _uri | |
--- bootstrap-recursive --- | |
making bootstrap in _zlib | |
--- bootstrap-recursive --- | |
making bootstrap in gambit | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
making bootstrap in scheme | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
making bootstrap in termite | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
making bootstrap in srfi | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-post --- | |
if test "no" = "yes"; then cp libgambit.a ../libgambit.a; if test "" != ""; then cd ..; ln -s "libgambit.a" "libgambit.a"; ln -s "libgambit.a" "libgambit.a"; fi fi | |
making bootstrap in gsi | |
--- bootstrap-recursive --- | |
--- bootstrap-post --- | |
if test "no" = "yes"; then cp libgambitgsi.a ../libgambitgsi.a; if test "" != ""; then cd ..; ln -s "libgambitgsi.a" "libgambitgsi.a"; ln -s "libgambitgsi.a" "libgambitgsi.a"; fi fi | |
making bootstrap in gsc | |
--- bootstrap-recursive --- | |
--- bootstrap-post --- | |
rm -f ../gsc-boot ../gsc-boot ../gsc-boot | |
cp gsc ../gsc-boot | |
if test "" != ""; then cp gsc ../gsc-boot; fi | |
if test "no" = "yes"; then cp libgambitgsc.a ../libgambitgsc.a; if test "" != ""; then cd ..; ln -s "libgambitgsc.a" "libgambitgsc.a"; ln -s "libgambitgsc.a" "libgambitgsc.a"; fi fi | |
making bootstrap in misc | |
--- bootstrap-recursive --- | |
making bootstrap in doc | |
--- bootstrap-recursive --- | |
making bootstrap in tests | |
making bootstrap in examples | |
--- bootstrap-recursive --- | |
making bootstrap in distr-comp | |
--- bootstrap-recursive --- | |
making bootstrap in pi | |
--- bootstrap-recursive --- | |
making bootstrap in ring | |
--- bootstrap-recursive --- | |
making bootstrap in web-repl | |
--- bootstrap-recursive --- | |
making bootstrap in web-server | |
--- bootstrap-recursive --- | |
making bootstrap in tcltk | |
--- bootstrap-recursive --- | |
making bootstrap in Xlib-simple | |
--- bootstrap-recursive --- | |
making bootstrap in pthread | |
--- bootstrap-recursive --- | |
making bootstrap in misc | |
--- bootstrap-recursive --- | |
making bootstrap in contrib | |
--- bootstrap-recursive --- | |
making bootstrap in GambitREPL | |
--- bootstrap-recursive --- | |
making bootstrap in try | |
--- bootstrap-recursive --- | |
making bootstrap in xactlog | |
--- bootstrap-recursive --- | |
making bootstrap in prebuilt | |
--- bootstrap-recursive --- | |
making bootstrap in macosx | |
--- bootstrap-recursive --- | |
making bootstrap in windows | |
--- bootstrap-recursive --- | |
making bootstrap in bench | |
--- bootstrap-recursive --- | |
making bootstrap in githooks | |
--- bootstrap-recursive --- | |
--- from-scratch --- | |
make bootclean | |
--- bootclean-recursive --- | |
making bootclean in include | |
--- bootclean-recursive --- | |
making bootclean in bin | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
rm -f gambuild-C gambuild-C.unix gambuild-C.bat.windows gambuild-js gambuild-js.unix gambuild-js.bat.windows gambuild-python gambuild-python.unix gambuild-python.bat.windows gambuild-ruby gambuild-ruby.unix gambuild-ruby.bat.windows gambuild-php gambuild-php.unix gambuild-php.bat.windows gambuild-java gambuild-java.unix gambuild-java.bat.windows gambuild-x86 gambuild-x86.unix gambuild-x86.bat.windows gambuild-x86-64 gambuild-x86-64.unix gambuild-x86-64.bat.windows gambuild-arm gambuild-arm.unix gambuild-arm.bat.windows gambuild-riscv-32 gambuild-riscv-32.unix gambuild-riscv-32.bat.windows gambuild-riscv-64 gambuild-riscv-64.unix gambuild-riscv-64.bat.windows gambdoc gambdoc.unix gambdoc.bat.windows six six.lnk gsi-script gsi-script.lnk gsc-script gsc-script.lnk six-script six-script.lnk scheme-srfi-0 scheme-srfi-0.lnk scheme-r5rs scheme-r5rs.lnk scheme-r4rs scheme-r4rs.lnk scheme-ieee-1178-1990 scheme-ieee-1178-1990.lnk | |
making bootclean in lib | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f main.o setup.o mem.o c_intf.o actlog.o os_setup.o os_base.o os_thread.o os_time.o os_shell.o os_files.o os_dyn.o os_tty.o os_io.o _kernel.o _system.o _num.o _std.o _eval.o _module.o _io.o _nonstd.o _thread.o _repl.o _gambit.o libgambit.a libgambit.a libgambit.a | |
--- bootclean-recursive --- | |
making bootclean in _define-library | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- clean-post-nonrec --- | |
rm -f *.da *.bb *.bbg *.gcov *.gcno *.gcda _gambit.java _gambit.js _gambit.php _gambit.py _gambit.rb _gambit.go | |
--- bootclean-recursive --- | |
making bootclean in _base64 | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _digest | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _geiser | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _git | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _hamt | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _http | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _match | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _pkg | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _six | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _tar | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _test | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _uri | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _zlib | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in gambit | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in scheme | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in termite | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in srfi | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-post --- | |
rm -f _kernel.c _system.c _num.c _std.c _eval.c _module.c _io.c _nonstd.c _thread.c _repl.c _gambit.c | |
making bootclean in gsi | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f _gsilib.o _gambitgsi.o _gsi.o _gsi_.o libgambitgsi.a libgambitgsi.a libgambitgsi.a gsi | |
--- clean-post-nonrec --- | |
rm -f *.da *.bb *.bbg *.gcov *.gcno *.gcda | |
--- bootclean-post --- | |
rm -f _gsilib.c _gsi.c _gambitgsi.c _gsi_.c | |
making bootclean in gsc | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f _host.o _utils.o _source.o _parms.o _env.o _ptree1.o _ptree2.o _gvm.o _back.o _front.o _prims.o _assert.o _asm.o _x86.o _arm.o _riscv.o _codegen.o _t-univ-1.o _t-univ-2.o _t-univ-3.o _t-univ-4.o _t-cpu-abstract-machine.o _t-cpu-primitives.o _t-cpu-object-desc.o _t-cpu-utils.o _t-cpu-backend-x86.o _t-cpu-backend-arm.o _t-cpu-backend-riscv.o _t-cpu.o _t-c-1.o _t-c-2.o _t-c-3.o _gsclib.o _gambitgsc.o _gsc.o _gsc_.o libgambitgsc.a libgambitgsc.a libgambitgsc.a gsc | |
--- clean-post-nonrec --- | |
rm -f *.da *.bb *.bbg *.gcov *.gcno *.gcda | |
--- bootclean-post --- | |
rm -f _host.c _utils.c _source.c _parms.c _env.c _ptree1.c _ptree2.c _gvm.c _back.c _front.c _prims.c _assert.c _asm.c _x86.c _arm.c _riscv.c _codegen.c _t-univ-1.c _t-univ-2.c _t-univ-3.c _t-univ-4.c _t-cpu-abstract-machine.c _t-cpu-primitives.c _t-cpu-object-desc.c _t-cpu-utils.c _t-cpu-backend-x86.c _t-cpu-backend-arm.c _t-cpu-backend-riscv.c _t-cpu.c _t-c-1.c _t-c-2.c _t-c-3.c _gsclib.c _gsc.c _gambitgsc.c _gsc_.c | |
making bootclean in misc | |
--- bootclean-recursive --- | |
making bootclean in doc | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
rm -f *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.log *.pg *.toc *.tp *.tsv *.vr *.cm *.fl *.op *.tmp | |
--- bootclean-post --- | |
rm -f stamp.vti version.txi gambit.ps gambit.pdf gambit*.html gambit.txt gambit.info* | |
making bootclean in tests | |
rm -f mem.c mem_.c mem.o mem.o1 mem_.o mem mem.exe mix.c mix_.c mix.o mix_.o mix mix.exe server.c server_.c server.o server_.o client.o client client.exe gambit.h so_locations *.out tmp* | |
test ! -f debug.rm || rm -f debug.rm debug.scm | |
test ! -f error.rm || rm -f error.rm error.scm | |
test ! -f r4rstest.rm || rm -f r4rstest.rm r4rstest.scm | |
test ! -f mix.rm || rm -f mix.rm mix.scm | |
test ! -f mem.rm || rm -f mem.rm mem.scm | |
test ! -f server.rm || rm -f server.rm server.scm | |
rm -f *.da *.bb *.bbg *.gcov *.gcno *.gcda | |
making bootclean in examples | |
--- bootclean-recursive --- | |
making bootclean in distr-comp | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f distr-comp.c distr-comp.o distr-comp.o1 dc.c dc.o dc.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in pi | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f pi.c pi.o pi.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in ring | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f ring.c ring.o ring.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in web-repl | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f web-repl.c web-repl.o web-repl.o1 *.class | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in web-server | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f web-server.c web-server.o web-server.o1 http.c http.o http.o1 html.c html.o html.o1 base64.c base64.o base64.o1 _cont* | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in tcltk | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f tcltk.c tcltk.o tcltk.o1 test.c test.o test.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in Xlib-simple | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f Xlib.c Xlib.o Xlib.o1 bounce.c bounce.o bounce.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in pthread | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f mylib.c mylib_.c mylib.o mylib_.o pthread.o pthread | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in misc | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f signals.c signals.o signals.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in contrib | |
--- bootclean-recursive --- | |
making bootclean in GambitREPL | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f digest.m genport.m zlib.m tar.m json.m url.m html.m wiki.m repl-server.m intf.m script.m repo.m help.m emacs.m program.m program_.m grd | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in try | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f VM.js | |
--- clean-post-nonrec --- | |
rm -rf js.scm js\#.scm six.js six-expand.scm six-expand\#.scm six-expand.js VM.min.js* try try.tgz codemirror codemirror-5.59.1 | |
making bootclean in xactlog | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f xactlog | |
making bootclean in prebuilt | |
--- bootclean-recursive --- | |
making bootclean in macosx | |
--- bootclean-recursive --- | |
making bootclean in windows | |
--- bootclean-recursive --- | |
making bootclean in bench | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f results.* all-results.scm bench-*.html | |
making bootclean in githooks | |
--- bootclean-recursive --- | |
make bootstrap # make gsc compiler corresponding to repo HEAD | |
--- core-pre --- | |
make stamp | |
--- stamp --- | |
--- stamp --- | |
#define ___STAMP_VERSION "v4.9.5-130-g09335d95" | |
___STAMP_VERSION unchanged from previous build | |
--- core-recursive --- | |
making core in include | |
--- core-pre --- | |
--- core-recursive --- | |
making core in bin | |
--- gambuild-C.unix --- | |
--- gambuild-C.bat.windows --- | |
--- gambuild-js.unix --- | |
--- gambuild-js.bat.windows --- | |
--- gambuild-python.unix --- | |
--- gambuild-python.bat.windows --- | |
--- gambuild-ruby.unix --- | |
--- gambuild-ruby.bat.windows --- | |
--- gambuild-C.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-C.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-C.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-C.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-js.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-js.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-js.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-js.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-python.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-python.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-python.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-python.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-ruby.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-ruby.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-ruby.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-ruby.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-js.bat.windows --- | |
config.status: creating bin/gambuild-js.bat.windows | |
--- gambuild-python.bat.windows --- | |
config.status: creating bin/gambuild-python.bat.windows | |
--- gambuild-C.unix --- | |
config.status: creating bin/gambuild-C.unix | |
--- gambuild-python.unix --- | |
config.status: creating bin/gambuild-python.unix | |
--- gambuild-js.unix --- | |
config.status: creating bin/gambuild-js.unix | |
--- gambuild-ruby.unix --- | |
config.status: creating bin/gambuild-ruby.unix | |
--- gambuild-C.bat.windows --- | |
config.status: creating bin/gambuild-C.bat.windows | |
--- gambuild-ruby.bat.windows --- | |
config.status: creating bin/gambuild-ruby.bat.windows | |
--- gambuild-php.unix --- | |
--- gambuild-php.bat.windows --- | |
--- gambuild-java.unix --- | |
--- gambuild-java.bat.windows --- | |
--- gambuild-x86.unix --- | |
--- gambuild-php.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-php.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-php.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-php.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-java.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-java.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-java.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-java.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-x86.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-x86.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-x86.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-x86.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-x86-64.unix --- | |
--- gambuild-x86-64.bat.windows --- | |
--- gambuild-x86-64.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-x86-64.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-x86-64.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-x86-64.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-java.bat.windows --- | |
config.status: creating bin/gambuild-java.bat.windows | |
--- gambuild-php.bat.windows --- | |
config.status: creating bin/gambuild-php.bat.windows | |
--- gambuild-java.unix --- | |
config.status: creating bin/gambuild-java.unix | |
--- gambuild-x86.unix --- | |
config.status: creating bin/gambuild-x86.unix | |
--- gambuild-php.unix --- | |
config.status: creating bin/gambuild-php.unix | |
--- gambuild-x86-64.unix --- | |
config.status: creating bin/gambuild-x86-64.unix | |
--- gambuild-x86.bat.windows --- | |
config.status: creating bin/gambuild-x86.bat.windows | |
--- gambuild-x86-64.bat.windows --- | |
config.status: creating bin/gambuild-x86-64.bat.windows | |
--- gambuild-arm.unix --- | |
--- gambuild-arm.bat.windows --- | |
--- gambuild-riscv-32.unix --- | |
--- gambuild-riscv-32.bat.windows --- | |
--- gambuild-arm.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-arm.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-arm.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-arm.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-riscv-32.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-riscv-32.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-riscv-32.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-riscv-32.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-riscv-64.unix --- | |
--- gambuild-riscv-64.bat.windows --- | |
--- gambuild-riscv-64.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-riscv-64.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-riscv-64.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-riscv-64.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambdoc.unix --- | |
--- gambdoc.bat.windows --- | |
--- gambdoc.unix --- | |
cd .. && CONFIG_FILES=bin/gambdoc.unix CONFIG_HEADERS= ./config.status | |
--- gambdoc.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambdoc.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-arm.unix --- | |
config.status: creating bin/gambuild-arm.unix | |
--- gambuild-arm.bat.windows --- | |
config.status: creating bin/gambuild-arm.bat.windows | |
--- gambuild-riscv-32.unix --- | |
config.status: creating bin/gambuild-riscv-32.unix | |
--- gambuild-riscv-32.bat.windows --- | |
config.status: creating bin/gambuild-riscv-32.bat.windows | |
--- gambuild-riscv-64.unix --- | |
config.status: creating bin/gambuild-riscv-64.unix | |
--- gambuild-riscv-64.bat.windows --- | |
config.status: creating bin/gambuild-riscv-64.bat.windows | |
--- gambdoc.bat.windows --- | |
config.status: creating bin/gambdoc.bat.windows | |
--- gambdoc.unix --- | |
config.status: creating bin/gambdoc.unix | |
--- core-recursive --- | |
--- six --- | |
--- gsi-script --- | |
--- six --- | |
rm -f six six.lnk | |
--- gsi-script --- | |
rm -f gsi-script gsi-script.lnk | |
--- six --- | |
if test "" = ""; then ln -s ../gsi/gsi six; else echo "@%~dp0gsi %*" > six; fi | |
--- gsi-script --- | |
if test "" = ""; then ln -s ../gsi/gsi gsi-script; else echo "@%~dp0gsi %*" > gsi-script; fi | |
--- gsc-script --- | |
--- six-script --- | |
--- scheme-srfi-0 --- | |
--- scheme-r5rs --- | |
--- scheme-r4rs --- | |
--- gsc-script --- | |
rm -f gsc-script gsc-script.lnk | |
--- scheme-ieee-1178-1990 --- | |
--- scheme-srfi-0 --- | |
rm -f scheme-srfi-0 scheme-srfi-0.lnk | |
--- six-script --- | |
rm -f six-script six-script.lnk | |
--- scheme-r5rs --- | |
rm -f scheme-r5rs scheme-r5rs.lnk | |
--- gsc-script --- | |
if test "" = ""; then ln -s ../gsc/gsc gsc-script; else echo "@%~dp0gsc %*" > gsc-script; fi | |
--- scheme-r4rs --- | |
rm -f scheme-r4rs scheme-r4rs.lnk | |
--- six-script --- | |
if test "" = ""; then ln -s ../gsi/gsi six-script; else echo "@%~dp0gsi %*" > six-script; fi | |
--- scheme-srfi-0 --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-srfi-0; else echo "@%~dp0gsi %*" > scheme-srfi-0; fi | |
--- scheme-r5rs --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-r5rs; else echo "@%~dp0gsi %*" > scheme-r5rs; fi | |
--- scheme-ieee-1178-1990 --- | |
rm -f scheme-ieee-1178-1990 scheme-ieee-1178-1990.lnk | |
--- gambuild-python --- | |
--- scheme-r4rs --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-r4rs; else echo "@%~dp0gsi %*" > scheme-r4rs; fi | |
--- gambuild-js --- | |
--- gambuild-ruby --- | |
--- scheme-ieee-1178-1990 --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-ieee-1178-1990; else echo "@%~dp0gsi %*" > scheme-ieee-1178-1990; fi | |
--- gambuild-C --- | |
--- gambuild-java --- | |
--- gambuild-python --- | |
rm -f gambuild-python | |
--- gambuild-php --- | |
--- gambuild-js --- | |
rm -f gambuild-js | |
--- gambuild-x86 --- | |
--- gambuild-ruby --- | |
rm -f gambuild-ruby | |
--- gambuild-x86-64 --- | |
--- gambuild-python --- | |
if test "" = ""; then cp gambuild-python.unix gambuild-python; chmod +x gambuild-python; else sed "s/\$/\r/g" gambuild-python.bat.windows > gambuild-python; fi | |
--- gambuild-java --- | |
rm -f gambuild-java | |
--- gambuild-C --- | |
rm -f gambuild-C | |
--- gambuild-js --- | |
if test "" = ""; then cp gambuild-js.unix gambuild-js; chmod +x gambuild-js; else sed "s/\$/\r/g" gambuild-js.bat.windows > gambuild-js; fi | |
--- gambuild-ruby --- | |
if test "" = ""; then cp gambuild-ruby.unix gambuild-ruby; chmod +x gambuild-ruby; else sed "s/\$/\r/g" gambuild-ruby.bat.windows > gambuild-ruby; fi | |
--- gambuild-php --- | |
rm -f gambuild-php | |
--- gambuild-C --- | |
if test "" = ""; then cp gambuild-C.unix gambuild-C; chmod +x gambuild-C; else sed "s/\$/\r/g" gambuild-C.bat.windows > gambuild-C; fi | |
--- gambuild-x86 --- | |
rm -f gambuild-x86 | |
--- gambuild-java --- | |
if test "" = ""; then cp gambuild-java.unix gambuild-java; chmod +x gambuild-java; else sed "s/\$/\r/g" gambuild-java.bat.windows > gambuild-java; fi | |
--- gambuild-php --- | |
if test "" = ""; then cp gambuild-php.unix gambuild-php; chmod +x gambuild-php; else sed "s/\$/\r/g" gambuild-php.bat.windows > gambuild-php; fi | |
--- gambuild-arm --- | |
--- gambuild-x86 --- | |
if test "" = ""; then cp gambuild-x86.unix gambuild-x86; chmod +x gambuild-x86; else sed "s/\$/\r/g" gambuild-x86.bat.windows > gambuild-x86; fi | |
--- gambuild-arm --- | |
rm -f gambuild-arm | |
--- gambuild-riscv-64 --- | |
--- gambuild-x86-64 --- | |
rm -f gambuild-x86-64 | |
--- gambuild-arm --- | |
if test "" = ""; then cp gambuild-arm.unix gambuild-arm; chmod +x gambuild-arm; else sed "s/\$/\r/g" gambuild-arm.bat.windows > gambuild-arm; fi | |
--- gambuild-riscv-64 --- | |
rm -f gambuild-riscv-64 | |
--- gambuild-x86-64 --- | |
if test "" = ""; then cp gambuild-x86-64.unix gambuild-x86-64; chmod +x gambuild-x86-64; else sed "s/\$/\r/g" gambuild-x86-64.bat.windows > gambuild-x86-64; fi | |
--- gambuild-riscv-64 --- | |
if test "" = ""; then cp gambuild-riscv-64.unix gambuild-riscv-64; chmod +x gambuild-riscv-64; else sed "s/\$/\r/g" gambuild-riscv-64.bat.windows > gambuild-riscv-64; fi | |
--- gambuild-riscv-32 --- | |
--- gambdoc --- | |
--- gambuild-riscv-32 --- | |
rm -f gambuild-riscv-32 | |
--- gambdoc --- | |
rm -f gambdoc | |
--- gambuild-riscv-32 --- | |
if test "" = ""; then cp gambuild-riscv-32.unix gambuild-riscv-32; chmod +x gambuild-riscv-32; else sed "s/\$/\r/g" gambuild-riscv-32.bat.windows > gambuild-riscv-32; fi | |
--- gambdoc --- | |
if test "" = ""; then cp gambdoc.unix gambdoc; chmod +x gambdoc; else sed "s/\$/\r/g" gambdoc.bat.windows > gambdoc; fi | |
making core in lib | |
--- _io.c --- | |
--- _num.c --- | |
--- _std.c --- | |
--- _repl.c --- | |
--- _eval.c --- | |
--- _nonstd.c --- | |
--- _kernel.c --- | |
--- _thread.c --- | |
--- _io.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _io.scm | |
--- _num.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _num.scm | |
--- _std.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _std.scm | |
--- _repl.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _repl.scm | |
--- _eval.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _eval.scm | |
--- _nonstd.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _nonstd.scm | |
--- _kernel.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _kernel.scm | |
--- _thread.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _thread.scm | |
--- _system.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _system.scm | |
--- _module.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _module.scm | |
--- main.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o main.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL main.c -D___LIBRARY | |
--- os_tty.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_tty.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_tty.c -D___LIBRARY | |
--- c_intf.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o c_intf.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL c_intf.c -D___LIBRARY | |
--- actlog.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o actlog.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL actlog.c -D___LIBRARY | |
--- os_io.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_io.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_io.c -D___LIBRARY | |
--- setup.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o setup.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL setup.c -D___LIBRARY | |
--- mem.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o mem.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL mem.c -D___LIBRARY | |
--- os_files.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_files.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_files.c -D___LIBRARY | |
--- os_setup.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_setup.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_setup.c -D___LIBRARY | |
--- os_base.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_base.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_base.c -D___LIBRARY | |
--- os_thread.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_thread.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_thread.c -D___LIBRARY | |
--- os_time.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_time.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_time.c -D___LIBRARY | |
--- os_shell.o --- | |
--- os_dyn.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_dyn.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_dyn.c -D___LIBRARY | |
--- os_shell.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_shell.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_shell.c -D___LIBRARY | |
--- _kernel.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _kernel.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _kernel.c -D___LIBRARY | |
--- _nonstd.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _nonstd.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _nonstd.c -D___LIBRARY | |
--- _eval.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _eval.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _eval.c -D___LIBRARY | |
--- _thread.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _thread.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _thread.c -D___LIBRARY | |
--- _repl.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _repl.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _repl.c -D___LIBRARY | |
--- _module.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _module.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _module.c -D___LIBRARY | |
--- _system.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _system.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _system.c -D___LIBRARY | |
--- _num.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _num.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _num.c -D___LIBRARY | |
--- _io.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _io.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _io.c -D___LIBRARY | |
--- _gambit.c --- | |
--- _std.o --- | |
--- _gambit.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -warnings -link -flat -o _gambit.c -preload _kernel.c _system.c _num.c _std.c _eval.c _module.c _io.c _nonstd.c _thread.c _repl.c | |
--- _std.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _std.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _std.c -D___LIBRARY | |
--- _gambit.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gambit.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _gambit.c -D___LIBRARY | |
--- libgambit.a --- | |
rm -f "libgambit.a" "libgambit.a" "libgambit.a" | |
ar rc libgambit.a main.o setup.o mem.o c_intf.o actlog.o os_setup.o os_base.o os_thread.o os_time.o os_shell.o os_files.o os_dyn.o os_tty.o os_io.o _kernel.o _system.o _num.o _std.o _eval.o _module.o _io.o _nonstd.o _thread.o _repl.o _gambit.o && ranlib libgambit.a | |
if test "" != ""; then ln -s "libgambit.a" "libgambit.a"; ln -s "libgambit.a" "libgambit.a"; fi | |
--- core-recursive --- | |
--- core-post --- | |
make deselect-gen-for-commit-post-nonrec | |
--- deselect-gen-for-commit-post-nonrec --- | |
if [ -e ../.git ]; then git update-index --skip-worktree _kernel.c _system.c _num.c _std.c _eval.c _module.c _io.c _nonstd.c _thread.c _repl.c _gambit.c; fi | |
making core in gsi | |
--- _gsilib.c --- | |
--- _gsi.c --- | |
--- _gsilib.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" -warnings -c _gsilib.scm | |
--- _gsi.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" -warnings -c _gsi.scm | |
--- _gambitgsi.c --- | |
--- _gsilib.o --- | |
--- _gambitgsi.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" -warnings -link -l ../lib/_gambit -o _gambitgsi.c -preload _gsilib.c | |
--- _gsilib.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsilib.o -I. -DHAVE_CONFIG_H _gsilib.c -D___LIBRARY | |
--- _gambitgsi.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gambitgsi.o -I. -DHAVE_CONFIG_H _gambitgsi.c -D___LIBRARY | |
--- libgambitgsi.a --- | |
rm -f "libgambitgsi.a" "libgambitgsi.a" "libgambitgsi.a" | |
ar rc libgambitgsi.a _gsilib.o _gambitgsi.o && ranlib libgambitgsi.a | |
if test "" != ""; then ln -s "libgambitgsi.a" "libgambitgsi.a"; ln -s "libgambitgsi.a" "libgambitgsi.a"; fi | |
--- _gsi_.c --- | |
--- _gsi.o --- | |
--- _gsi_.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" -warnings -link -l _gambitgsi -o _gsi_.c -preload _gsi.c | |
--- _gsi.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsi.o -I. -DHAVE_CONFIG_H _gsi.c | |
--- _gsi_.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsi_.o -I. -DHAVE_CONFIG_H _gsi_.c | |
--- gsi --- | |
gcc -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -rdynamic -I"../include" -o gsi _gsi.o _gsi_.o "../lib/libgambit.a" -lutil -lm libgambitgsi.a | |
--- core-recursive --- | |
--- core-post --- | |
make deselect-gen-for-commit-post-nonrec | |
--- deselect-gen-for-commit-post-nonrec --- | |
if [ -e ../.git ]; then git update-index --skip-worktree _gsilib.c _gsi.c _gambitgsi.c _gsi_.c; fi | |
making core in gsc | |
--- _t-univ-2.c --- | |
--- _t-univ-3.c --- | |
--- _t-univ-1.c --- | |
--- _prims.c --- | |
--- _t-univ-4.c --- | |
--- _t-c-2.c --- | |
--- _front.c --- | |
--- _ptree1.c --- | |
--- _t-univ-2.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-2.scm | |
--- _t-univ-3.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-3.scm | |
--- _t-univ-1.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-1.scm | |
--- _prims.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _prims.scm | |
--- _t-univ-4.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-4.scm | |
--- _t-c-2.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-c-2.scm | |
--- _front.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _front.scm | |
--- _ptree1.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _ptree1.scm | |
--- _ptree2.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _ptree2.scm | |
--- _gvm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _gvm.scm | |
--- _t-c-1.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-c-1.scm | |
--- _x86.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _x86.scm | |
--- _t-cpu-abstract-machine.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-abstract-machine.scm | |
--- _t-cpu-backend-x86.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-backend-x86.scm | |
--- _t-cpu-backend-arm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-backend-arm.scm | |
--- _t-cpu-backend-riscv.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-backend-riscv.scm | |
--- _arm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _arm.scm | |
--- _source.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _source.scm | |
--- _t-cpu-primitives.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-primitives.scm | |
--- _riscv.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _riscv.scm | |
--- _utils.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _utils.scm | |
--- _asm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _asm.scm | |
--- _gsclib.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _gsclib.scm | |
--- _parms.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _parms.scm | |
--- _t-c-3.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-c-3.scm | |
--- _codegen.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _codegen.scm | |
--- _back.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _back.scm | |
--- _env.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _env.scm | |
--- _host.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _host.scm | |
--- _t-cpu-object-desc.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-object-desc.scm | |
--- _t-cpu.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu.scm | |
--- _t-cpu-utils.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-utils.scm | |
--- _assert.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _assert.scm | |
--- _gsc.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _gsc.scm | |
--- _ptree1.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _ptree1.o -I. -DHAVE_CONFIG_H _ptree1.c -D___LIBRARY | |
--- _prims.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _prims.o -I. -DHAVE_CONFIG_H _prims.c -D___LIBRARY | |
--- _t-c-2.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-c-2.o -I. -DHAVE_CONFIG_H _t-c-2.c -D___LIBRARY | |
--- _front.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _front.o -I. -DHAVE_CONFIG_H _front.c -D___LIBRARY | |
--- _t-univ-4.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-4.o -I. -DHAVE_CONFIG_H _t-univ-4.c -D___LIBRARY | |
--- _t-univ-3.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-3.o -I. -DHAVE_CONFIG_H _t-univ-3.c -D___LIBRARY | |
--- _t-univ-1.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-1.o -I. -DHAVE_CONFIG_H _t-univ-1.c -D___LIBRARY | |
--- _t-cpu-backend-arm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-backend-arm.o -I. -DHAVE_CONFIG_H _t-cpu-backend-arm.c -D___LIBRARY | |
--- _x86.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _x86.o -I. -DHAVE_CONFIG_H _x86.c -D___LIBRARY | |
--- _t-cpu-abstract-machine.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-abstract-machine.o -I. -DHAVE_CONFIG_H _t-cpu-abstract-machine.c -D___LIBRARY | |
--- _ptree2.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _ptree2.o -I. -DHAVE_CONFIG_H _ptree2.c -D___LIBRARY | |
--- _t-cpu-backend-x86.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-backend-x86.o -I. -DHAVE_CONFIG_H _t-cpu-backend-x86.c -D___LIBRARY | |
--- _t-c-1.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-c-1.o -I. -DHAVE_CONFIG_H _t-c-1.c -D___LIBRARY | |
--- _t-univ-2.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-2.o -I. -DHAVE_CONFIG_H _t-univ-2.c -D___LIBRARY | |
--- _gvm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gvm.o -I. -DHAVE_CONFIG_H _gvm.c -D___LIBRARY | |
--- _t-cpu-backend-riscv.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-backend-riscv.o -I. -DHAVE_CONFIG_H _t-cpu-backend-riscv.c -D___LIBRARY | |
--- _arm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _arm.o -I. -DHAVE_CONFIG_H _arm.c -D___LIBRARY | |
--- _t-cpu-primitives.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-primitives.o -I. -DHAVE_CONFIG_H _t-cpu-primitives.c -D___LIBRARY | |
--- _gsclib.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsclib.o -I. -DHAVE_CONFIG_H _gsclib.c -D___LIBRARY | |
--- _riscv.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _riscv.o -I. -DHAVE_CONFIG_H _riscv.c -D___LIBRARY | |
--- _asm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _asm.o -I. -DHAVE_CONFIG_H _asm.c -D___LIBRARY | |
--- _source.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _source.o -I. -DHAVE_CONFIG_H _source.c -D___LIBRARY | |
--- _utils.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _utils.o -I. -DHAVE_CONFIG_H _utils.c -D___LIBRARY | |
--- _codegen.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _codegen.o -I. -DHAVE_CONFIG_H _codegen.c -D___LIBRARY | |
--- _parms.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _parms.o -I. -DHAVE_CONFIG_H _parms.c -D___LIBRARY | |
--- _host.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _host.o -I. -DHAVE_CONFIG_H _host.c -D___LIBRARY | |
--- _env.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _env.o -I. -DHAVE_CONFIG_H _env.c -D___LIBRARY | |
--- _t-cpu-object-desc.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-object-desc.o -I. -DHAVE_CONFIG_H _t-cpu-object-desc.c -D___LIBRARY | |
--- _t-cpu-utils.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-utils.o -I. -DHAVE_CONFIG_H _t-cpu-utils.c -D___LIBRARY | |
--- _assert.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _assert.o -I. -DHAVE_CONFIG_H _assert.c -D___LIBRARY | |
--- _t-c-3.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-c-3.o -I. -DHAVE_CONFIG_H _t-c-3.c -D___LIBRARY | |
--- _back.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _back.o -I. -DHAVE_CONFIG_H _back.c -D___LIBRARY | |
--- _gambitgsc.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -link -l ../lib/_gambit -o _gambitgsc.c -preload _host.c _utils.c _source.c _parms.c _env.c _ptree1.c _ptree2.c _gvm.c _back.c _front.c _prims.c _assert.c _asm.c _x86.c _arm.c _riscv.c _codegen.c _t-univ-1.c _t-univ-2.c _t-univ-3.c _t-univ-4.c _t-cpu-abstract-machine.c _t-cpu-primitives.c _t-cpu-object-desc.c _t-cpu-utils.c _t-cpu-backend-x86.c _t-cpu-backend-arm.c _t-cpu-backend-riscv.c _t-cpu.c _t-c-1.c _t-c-2.c _t-c-3.c _gsclib.c | |
--- _t-cpu.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu.o -I. -DHAVE_CONFIG_H _t-cpu.c -D___LIBRARY | |
--- _gsc.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsc.o -I. -DHAVE_CONFIG_H _gsc.c | |
--- _gsc_.c --- | |
--- _gambitgsc.o --- | |
--- _gsc_.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -link -l _gambitgsc -o _gsc_.c -preload _gsc.c | |
--- _gambitgsc.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gambitgsc.o -I. -DHAVE_CONFIG_H _gambitgsc.c -D___LIBRARY | |
--- _gsc_.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsc_.o -I. -DHAVE_CONFIG_H _gsc_.c | |
--- libgambitgsc.a --- | |
rm -f "libgambitgsc.a" "libgambitgsc.a" "libgambitgsc.a" | |
ar rc libgambitgsc.a _host.o _utils.o _source.o _parms.o _env.o _ptree1.o _ptree2.o _gvm.o _back.o _front.o _prims.o _assert.o _asm.o _x86.o _arm.o _riscv.o _codegen.o _t-univ-1.o _t-univ-2.o _t-univ-3.o _t-univ-4.o _t-cpu-abstract-machine.o _t-cpu-primitives.o _t-cpu-object-desc.o _t-cpu-utils.o _t-cpu-backend-x86.o _t-cpu-backend-arm.o _t-cpu-backend-riscv.o _t-cpu.o _t-c-1.o _t-c-2.o _t-c-3.o _gsclib.o _gambitgsc.o && ranlib libgambitgsc.a | |
if test "" != ""; then ln -s "libgambitgsc.a" "libgambitgsc.a"; ln -s "libgambitgsc.a" "libgambitgsc.a"; fi | |
--- gsc --- | |
gcc -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -rdynamic -I"../include" -o gsc _gsc.o _gsc_.o "../lib/libgambit.a" -lutil -lm libgambitgsc.a | |
--- core-recursive --- | |
--- core-post --- | |
make deselect-gen-for-commit-post-nonrec | |
--- deselect-gen-for-commit-post-nonrec --- | |
if [ -e ../.git ]; then git update-index --skip-worktree _host.c _utils.c _source.c _parms.c _env.c _ptree1.c _ptree2.c _gvm.c _back.c _front.c _prims.c _assert.c _asm.c _x86.c _arm.c _riscv.c _codegen.c _t-univ-1.c _t-univ-2.c _t-univ-3.c _t-univ-4.c _t-cpu-abstract-machine.c _t-cpu-primitives.c _t-cpu-object-desc.c _t-cpu-utils.c _t-cpu-backend-x86.c _t-cpu-backend-arm.c _t-cpu-backend-riscv.c _t-cpu.c _t-c-1.c _t-c-2.c _t-c-3.c _gsclib.c _gsc.c _gambitgsc.c _gsc_.c; fi | |
making core in misc | |
--- core-recursive --- | |
making core in doc | |
--- core-recursive --- | |
making core in tests | |
making core in examples | |
--- core-recursive --- | |
making core in distr-comp | |
--- core-recursive --- | |
making core in pi | |
--- core-recursive --- | |
making core in ring | |
--- core-recursive --- | |
making core in web-repl | |
--- core-recursive --- | |
making core in web-server | |
--- core-recursive --- | |
making core in tcltk | |
--- core-recursive --- | |
making core in Xlib-simple | |
--- core-recursive --- | |
making core in pthread | |
--- core-recursive --- | |
making core in misc | |
--- core-recursive --- | |
making core in contrib | |
--- core-recursive --- | |
making core in GambitREPL | |
--- core-recursive --- | |
making core in try | |
--- core-recursive --- | |
making core in xactlog | |
--- core-recursive --- | |
making core in prebuilt | |
--- core-recursive --- | |
making core in macosx | |
--- core-recursive --- | |
making core in windows | |
--- core-recursive --- | |
making core in bench | |
--- core-recursive --- | |
making core in githooks | |
--- core-recursive --- | |
--- core-post --- | |
*** to compile the builtin modules you should: make modules | |
--- bootstrap-recursive --- | |
making bootstrap in include | |
--- bootstrap-recursive --- | |
making bootstrap in bin | |
--- bootstrap-recursive --- | |
making bootstrap in lib | |
--- bootstrap-recursive --- | |
making bootstrap in _define-library | |
--- bootstrap-recursive --- | |
making bootstrap in _base64 | |
--- bootstrap-recursive --- | |
making bootstrap in _digest | |
--- bootstrap-recursive --- | |
making bootstrap in _geiser | |
--- bootstrap-recursive --- | |
making bootstrap in _git | |
--- bootstrap-recursive --- | |
making bootstrap in _hamt | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
making bootstrap in _http | |
--- bootstrap-recursive --- | |
making bootstrap in _match | |
--- bootstrap-recursive --- | |
making bootstrap in _pkg | |
--- bootstrap-recursive --- | |
making bootstrap in _six | |
--- bootstrap-recursive --- | |
making bootstrap in _tar | |
--- bootstrap-recursive --- | |
making bootstrap in _test | |
--- bootstrap-recursive --- | |
making bootstrap in _uri | |
--- bootstrap-recursive --- | |
making bootstrap in _zlib | |
--- bootstrap-recursive --- | |
making bootstrap in gambit | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
making bootstrap in scheme | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
making bootstrap in termite | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
making bootstrap in srfi | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-recursive --- | |
--- bootstrap-post --- | |
if test "no" = "yes"; then cp libgambit.a ../libgambit.a; if test "" != ""; then cd ..; ln -s "libgambit.a" "libgambit.a"; ln -s "libgambit.a" "libgambit.a"; fi fi | |
making bootstrap in gsi | |
--- bootstrap-recursive --- | |
--- bootstrap-post --- | |
if test "no" = "yes"; then cp libgambitgsi.a ../libgambitgsi.a; if test "" != ""; then cd ..; ln -s "libgambitgsi.a" "libgambitgsi.a"; ln -s "libgambitgsi.a" "libgambitgsi.a"; fi fi | |
making bootstrap in gsc | |
--- bootstrap-recursive --- | |
--- bootstrap-post --- | |
rm -f ../gsc-boot ../gsc-boot ../gsc-boot | |
cp gsc ../gsc-boot | |
if test "" != ""; then cp gsc ../gsc-boot; fi | |
if test "no" = "yes"; then cp libgambitgsc.a ../libgambitgsc.a; if test "" != ""; then cd ..; ln -s "libgambitgsc.a" "libgambitgsc.a"; ln -s "libgambitgsc.a" "libgambitgsc.a"; fi fi | |
making bootstrap in misc | |
--- bootstrap-recursive --- | |
making bootstrap in doc | |
--- bootstrap-recursive --- | |
making bootstrap in tests | |
making bootstrap in examples | |
--- bootstrap-recursive --- | |
making bootstrap in distr-comp | |
--- bootstrap-recursive --- | |
making bootstrap in pi | |
--- bootstrap-recursive --- | |
making bootstrap in ring | |
--- bootstrap-recursive --- | |
making bootstrap in web-repl | |
--- bootstrap-recursive --- | |
making bootstrap in web-server | |
--- bootstrap-recursive --- | |
making bootstrap in tcltk | |
--- bootstrap-recursive --- | |
making bootstrap in Xlib-simple | |
--- bootstrap-recursive --- | |
making bootstrap in pthread | |
--- bootstrap-recursive --- | |
making bootstrap in misc | |
--- bootstrap-recursive --- | |
making bootstrap in contrib | |
--- bootstrap-recursive --- | |
making bootstrap in GambitREPL | |
--- bootstrap-recursive --- | |
making bootstrap in try | |
--- bootstrap-recursive --- | |
making bootstrap in xactlog | |
--- bootstrap-recursive --- | |
making bootstrap in prebuilt | |
--- bootstrap-recursive --- | |
making bootstrap in macosx | |
--- bootstrap-recursive --- | |
making bootstrap in windows | |
--- bootstrap-recursive --- | |
making bootstrap in bench | |
--- bootstrap-recursive --- | |
making bootstrap in githooks | |
--- bootstrap-recursive --- | |
make bootclean | |
--- bootclean-recursive --- | |
making bootclean in include | |
--- bootclean-recursive --- | |
making bootclean in bin | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
rm -f gambuild-C gambuild-C.unix gambuild-C.bat.windows gambuild-js gambuild-js.unix gambuild-js.bat.windows gambuild-python gambuild-python.unix gambuild-python.bat.windows gambuild-ruby gambuild-ruby.unix gambuild-ruby.bat.windows gambuild-php gambuild-php.unix gambuild-php.bat.windows gambuild-java gambuild-java.unix gambuild-java.bat.windows gambuild-x86 gambuild-x86.unix gambuild-x86.bat.windows gambuild-x86-64 gambuild-x86-64.unix gambuild-x86-64.bat.windows gambuild-arm gambuild-arm.unix gambuild-arm.bat.windows gambuild-riscv-32 gambuild-riscv-32.unix gambuild-riscv-32.bat.windows gambuild-riscv-64 gambuild-riscv-64.unix gambuild-riscv-64.bat.windows gambdoc gambdoc.unix gambdoc.bat.windows six six.lnk gsi-script gsi-script.lnk gsc-script gsc-script.lnk six-script six-script.lnk scheme-srfi-0 scheme-srfi-0.lnk scheme-r5rs scheme-r5rs.lnk scheme-r4rs scheme-r4rs.lnk scheme-ieee-1178-1990 scheme-ieee-1178-1990.lnk | |
making bootclean in lib | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f main.o setup.o mem.o c_intf.o actlog.o os_setup.o os_base.o os_thread.o os_time.o os_shell.o os_files.o os_dyn.o os_tty.o os_io.o _kernel.o _system.o _num.o _std.o _eval.o _module.o _io.o _nonstd.o _thread.o _repl.o _gambit.o libgambit.a libgambit.a libgambit.a | |
--- bootclean-recursive --- | |
making bootclean in _define-library | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- clean-post-nonrec --- | |
rm -f *.da *.bb *.bbg *.gcov *.gcno *.gcda _gambit.java _gambit.js _gambit.php _gambit.py _gambit.rb _gambit.go | |
--- bootclean-recursive --- | |
making bootclean in _base64 | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _digest | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _geiser | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _git | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _hamt | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _http | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _match | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _pkg | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _six | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _tar | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _test | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _uri | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in _zlib | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in gambit | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in scheme | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in termite | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
making bootclean in srfi | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
--- bootclean-post --- | |
rm -f _kernel.c _system.c _num.c _std.c _eval.c _module.c _io.c _nonstd.c _thread.c _repl.c _gambit.c | |
making bootclean in gsi | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f _gsilib.o _gambitgsi.o _gsi.o _gsi_.o libgambitgsi.a libgambitgsi.a libgambitgsi.a gsi | |
--- clean-post-nonrec --- | |
rm -f *.da *.bb *.bbg *.gcov *.gcno *.gcda | |
--- bootclean-post --- | |
rm -f _gsilib.c _gsi.c _gambitgsi.c _gsi_.c | |
making bootclean in gsc | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f _host.o _utils.o _source.o _parms.o _env.o _ptree1.o _ptree2.o _gvm.o _back.o _front.o _prims.o _assert.o _asm.o _x86.o _arm.o _riscv.o _codegen.o _t-univ-1.o _t-univ-2.o _t-univ-3.o _t-univ-4.o _t-cpu-abstract-machine.o _t-cpu-primitives.o _t-cpu-object-desc.o _t-cpu-utils.o _t-cpu-backend-x86.o _t-cpu-backend-arm.o _t-cpu-backend-riscv.o _t-cpu.o _t-c-1.o _t-c-2.o _t-c-3.o _gsclib.o _gambitgsc.o _gsc.o _gsc_.o libgambitgsc.a libgambitgsc.a libgambitgsc.a gsc | |
--- clean-post-nonrec --- | |
rm -f *.da *.bb *.bbg *.gcov *.gcno *.gcda | |
--- bootclean-post --- | |
rm -f _host.c _utils.c _source.c _parms.c _env.c _ptree1.c _ptree2.c _gvm.c _back.c _front.c _prims.c _assert.c _asm.c _x86.c _arm.c _riscv.c _codegen.c _t-univ-1.c _t-univ-2.c _t-univ-3.c _t-univ-4.c _t-cpu-abstract-machine.c _t-cpu-primitives.c _t-cpu-object-desc.c _t-cpu-utils.c _t-cpu-backend-x86.c _t-cpu-backend-arm.c _t-cpu-backend-riscv.c _t-cpu.c _t-c-1.c _t-c-2.c _t-c-3.c _gsclib.c _gsc.c _gambitgsc.c _gsc_.c | |
making bootclean in misc | |
--- bootclean-recursive --- | |
making bootclean in doc | |
--- bootclean-recursive --- | |
--- clean-post-nonrec --- | |
rm -f *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.log *.pg *.toc *.tp *.tsv *.vr *.cm *.fl *.op *.tmp | |
--- bootclean-post --- | |
rm -f stamp.vti version.txi gambit.ps gambit.pdf gambit*.html gambit.txt gambit.info* | |
making bootclean in tests | |
rm -f mem.c mem_.c mem.o mem.o1 mem_.o mem mem.exe mix.c mix_.c mix.o mix_.o mix mix.exe server.c server_.c server.o server_.o client.o client client.exe gambit.h so_locations *.out tmp* | |
test ! -f debug.rm || rm -f debug.rm debug.scm | |
test ! -f error.rm || rm -f error.rm error.scm | |
test ! -f r4rstest.rm || rm -f r4rstest.rm r4rstest.scm | |
test ! -f mix.rm || rm -f mix.rm mix.scm | |
test ! -f mem.rm || rm -f mem.rm mem.scm | |
test ! -f server.rm || rm -f server.rm server.scm | |
rm -f *.da *.bb *.bbg *.gcov *.gcno *.gcda | |
making bootclean in examples | |
--- bootclean-recursive --- | |
making bootclean in distr-comp | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f distr-comp.c distr-comp.o distr-comp.o1 dc.c dc.o dc.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in pi | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f pi.c pi.o pi.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in ring | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f ring.c ring.o ring.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in web-repl | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f web-repl.c web-repl.o web-repl.o1 *.class | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in web-server | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f web-server.c web-server.o web-server.o1 http.c http.o http.o1 html.c html.o html.o1 base64.c base64.o base64.o1 _cont* | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in tcltk | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f tcltk.c tcltk.o tcltk.o1 test.c test.o test.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in Xlib-simple | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f Xlib.c Xlib.o Xlib.o1 bounce.c bounce.o bounce.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in pthread | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f mylib.c mylib_.c mylib.o mylib_.o pthread.o pthread | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in misc | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f signals.c signals.o signals.o1 | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in contrib | |
--- bootclean-recursive --- | |
making bootclean in GambitREPL | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f digest.m genport.m zlib.m tar.m json.m url.m html.m wiki.m repl-server.m intf.m script.m repo.m help.m emacs.m program.m program_.m grd | |
--- clean-post-nonrec --- | |
rm -f *.gcov *.gcno *.gcda | |
making bootclean in try | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f VM.js | |
--- clean-post-nonrec --- | |
rm -rf js.scm js\#.scm six.js six-expand.scm six-expand\#.scm six-expand.js VM.min.js* try try.tgz codemirror codemirror-5.59.1 | |
making bootclean in xactlog | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f xactlog | |
making bootclean in prebuilt | |
--- bootclean-recursive --- | |
making bootclean in macosx | |
--- bootclean-recursive --- | |
making bootclean in windows | |
--- bootclean-recursive --- | |
making bootclean in bench | |
--- mostlyclean-post-nonrec --- | |
--- bootclean-recursive --- | |
--- mostlyclean-post-nonrec --- | |
rm -f results.* all-results.scm bench-*.html | |
making bootclean in githooks | |
--- bootclean-recursive --- | |
make core # make everything with repo HEAD gsc compiler | |
--- core-pre --- | |
make stamp | |
--- stamp --- | |
--- stamp --- | |
#define ___STAMP_VERSION "v4.9.5-130-g09335d95" | |
___STAMP_VERSION unchanged from previous build | |
--- core-recursive --- | |
making core in include | |
--- core-pre --- | |
--- core-recursive --- | |
making core in bin | |
--- gambuild-C.unix --- | |
--- gambuild-C.bat.windows --- | |
--- gambuild-js.unix --- | |
--- gambuild-js.bat.windows --- | |
--- gambuild-python.unix --- | |
--- gambuild-python.bat.windows --- | |
--- gambuild-ruby.unix --- | |
--- gambuild-ruby.bat.windows --- | |
--- gambuild-C.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-C.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-C.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-C.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-js.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-js.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-js.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-js.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-python.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-python.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-python.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-python.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-ruby.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-ruby.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-ruby.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-ruby.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-python.unix --- | |
config.status: creating bin/gambuild-python.unix | |
--- gambuild-python.bat.windows --- | |
config.status: creating bin/gambuild-python.bat.windows | |
--- gambuild-js.bat.windows --- | |
config.status: creating bin/gambuild-js.bat.windows | |
--- gambuild-C.bat.windows --- | |
config.status: creating bin/gambuild-C.bat.windows | |
--- gambuild-C.unix --- | |
config.status: creating bin/gambuild-C.unix | |
--- gambuild-ruby.unix --- | |
config.status: creating bin/gambuild-ruby.unix | |
--- gambuild-ruby.bat.windows --- | |
config.status: creating bin/gambuild-ruby.bat.windows | |
--- gambuild-js.unix --- | |
config.status: creating bin/gambuild-js.unix | |
--- gambuild-php.unix --- | |
--- gambuild-php.bat.windows --- | |
--- gambuild-php.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-php.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-java.unix --- | |
--- gambuild-php.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-php.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-java.bat.windows --- | |
--- gambuild-x86.unix --- | |
--- gambuild-java.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-java.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-x86.bat.windows --- | |
--- gambuild-java.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-java.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-x86-64.unix --- | |
--- gambuild-x86.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-x86.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-x86.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-x86.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-x86-64.bat.windows --- | |
--- gambuild-x86-64.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-x86-64.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-x86-64.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-x86-64.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-php.unix --- | |
config.status: creating bin/gambuild-php.unix | |
--- gambuild-php.bat.windows --- | |
config.status: creating bin/gambuild-php.bat.windows | |
--- gambuild-java.unix --- | |
config.status: creating bin/gambuild-java.unix | |
--- gambuild-java.bat.windows --- | |
config.status: creating bin/gambuild-java.bat.windows | |
--- gambuild-x86.unix --- | |
config.status: creating bin/gambuild-x86.unix | |
--- gambuild-x86.bat.windows --- | |
config.status: creating bin/gambuild-x86.bat.windows | |
--- gambuild-x86-64.unix --- | |
config.status: creating bin/gambuild-x86-64.unix | |
--- gambuild-x86-64.bat.windows --- | |
config.status: creating bin/gambuild-x86-64.bat.windows | |
--- gambuild-arm.unix --- | |
--- gambuild-arm.bat.windows --- | |
--- gambuild-arm.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-arm.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-arm.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-arm.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-riscv-32.unix --- | |
--- gambuild-riscv-32.bat.windows --- | |
--- gambuild-riscv-32.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-riscv-32.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-riscv-64.unix --- | |
--- gambuild-riscv-32.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-riscv-32.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-riscv-64.unix --- | |
cd .. && CONFIG_FILES=bin/gambuild-riscv-64.unix CONFIG_HEADERS= ./config.status | |
--- gambuild-riscv-64.bat.windows --- | |
--- gambdoc.unix --- | |
--- gambuild-riscv-64.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambuild-riscv-64.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambdoc.unix --- | |
cd .. && CONFIG_FILES=bin/gambdoc.unix CONFIG_HEADERS= ./config.status | |
--- gambdoc.bat.windows --- | |
cd .. && CONFIG_FILES=bin/gambdoc.bat.windows CONFIG_HEADERS= ./config.status | |
--- gambuild-riscv-32.unix --- | |
config.status: creating bin/gambuild-riscv-32.unix | |
--- gambuild-arm.unix --- | |
config.status: creating bin/gambuild-arm.unix | |
--- gambuild-arm.bat.windows --- | |
config.status: creating bin/gambuild-arm.bat.windows | |
--- gambuild-riscv-32.bat.windows --- | |
config.status: creating bin/gambuild-riscv-32.bat.windows | |
--- gambuild-riscv-64.unix --- | |
config.status: creating bin/gambuild-riscv-64.unix | |
--- gambuild-riscv-64.bat.windows --- | |
config.status: creating bin/gambuild-riscv-64.bat.windows | |
--- gambdoc.unix --- | |
config.status: creating bin/gambdoc.unix | |
--- gambdoc.bat.windows --- | |
config.status: creating bin/gambdoc.bat.windows | |
--- core-recursive --- | |
--- six --- | |
--- gsi-script --- | |
--- six --- | |
rm -f six six.lnk | |
--- gsc-script --- | |
--- six --- | |
if test "" = ""; then ln -s ../gsi/gsi six; else echo "@%~dp0gsi %*" > six; fi | |
--- gsi-script --- | |
rm -f gsi-script gsi-script.lnk | |
--- six-script --- | |
--- gsi-script --- | |
if test "" = ""; then ln -s ../gsi/gsi gsi-script; else echo "@%~dp0gsi %*" > gsi-script; fi | |
--- gsc-script --- | |
rm -f gsc-script gsc-script.lnk | |
--- six-script --- | |
rm -f six-script six-script.lnk | |
--- scheme-srfi-0 --- | |
--- scheme-r5rs --- | |
--- scheme-r4rs --- | |
--- gsc-script --- | |
if test "" = ""; then ln -s ../gsc/gsc gsc-script; else echo "@%~dp0gsc %*" > gsc-script; fi | |
--- scheme-srfi-0 --- | |
rm -f scheme-srfi-0 scheme-srfi-0.lnk | |
--- six-script --- | |
if test "" = ""; then ln -s ../gsi/gsi six-script; else echo "@%~dp0gsi %*" > six-script; fi | |
--- scheme-ieee-1178-1990 --- | |
--- gambuild-python --- | |
--- scheme-r5rs --- | |
rm -f scheme-r5rs scheme-r5rs.lnk | |
--- gambuild-C --- | |
--- gambuild-js --- | |
--- scheme-ieee-1178-1990 --- | |
rm -f scheme-ieee-1178-1990 scheme-ieee-1178-1990.lnk | |
--- scheme-r4rs --- | |
rm -f scheme-r4rs scheme-r4rs.lnk | |
--- scheme-srfi-0 --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-srfi-0; else echo "@%~dp0gsi %*" > scheme-srfi-0; fi | |
--- scheme-r5rs --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-r5rs; else echo "@%~dp0gsi %*" > scheme-r5rs; fi | |
--- gambuild-ruby --- | |
--- scheme-r4rs --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-r4rs; else echo "@%~dp0gsi %*" > scheme-r4rs; fi | |
--- gambuild-python --- | |
rm -f gambuild-python | |
--- gambuild-php --- | |
--- gambuild-java --- | |
--- scheme-ieee-1178-1990 --- | |
if test "" = ""; then ln -s ../gsi/gsi scheme-ieee-1178-1990; else echo "@%~dp0gsi %*" > scheme-ieee-1178-1990; fi | |
--- gambuild-C --- | |
rm -f gambuild-C | |
--- gambuild-js --- | |
rm -f gambuild-js | |
--- gambuild-C --- | |
if test "" = ""; then cp gambuild-C.unix gambuild-C; chmod +x gambuild-C; else sed "s/\$/\r/g" gambuild-C.bat.windows > gambuild-C; fi | |
--- gambuild-python --- | |
if test "" = ""; then cp gambuild-python.unix gambuild-python; chmod +x gambuild-python; else sed "s/\$/\r/g" gambuild-python.bat.windows > gambuild-python; fi | |
--- gambuild-ruby --- | |
rm -f gambuild-ruby | |
--- gambuild-x86 --- | |
--- gambuild-php --- | |
rm -f gambuild-php | |
--- gambuild-x86-64 --- | |
--- gambuild-java --- | |
rm -f gambuild-java | |
--- gambuild-ruby --- | |
if test "" = ""; then cp gambuild-ruby.unix gambuild-ruby; chmod +x gambuild-ruby; else sed "s/\$/\r/g" gambuild-ruby.bat.windows > gambuild-ruby; fi | |
--- gambuild-x86-64 --- | |
rm -f gambuild-x86-64 | |
--- gambuild-js --- | |
if test "" = ""; then cp gambuild-js.unix gambuild-js; chmod +x gambuild-js; else sed "s/\$/\r/g" gambuild-js.bat.windows > gambuild-js; fi | |
--- gambuild-php --- | |
if test "" = ""; then cp gambuild-php.unix gambuild-php; chmod +x gambuild-php; else sed "s/\$/\r/g" gambuild-php.bat.windows > gambuild-php; fi | |
--- gambuild-java --- | |
if test "" = ""; then cp gambuild-java.unix gambuild-java; chmod +x gambuild-java; else sed "s/\$/\r/g" gambuild-java.bat.windows > gambuild-java; fi | |
--- gambuild-arm --- | |
--- gambuild-riscv-32 --- | |
--- gambuild-riscv-64 --- | |
--- gambuild-riscv-32 --- | |
rm -f gambuild-riscv-32 | |
--- gambuild-arm --- | |
rm -f gambuild-arm | |
--- gambdoc --- | |
--- gambuild-riscv-32 --- | |
if test "" = ""; then cp gambuild-riscv-32.unix gambuild-riscv-32; chmod +x gambuild-riscv-32; else sed "s/\$/\r/g" gambuild-riscv-32.bat.windows > gambuild-riscv-32; fi | |
--- gambuild-riscv-64 --- | |
rm -f gambuild-riscv-64 | |
--- gambuild-x86 --- | |
rm -f gambuild-x86 | |
--- gambuild-arm --- | |
if test "" = ""; then cp gambuild-arm.unix gambuild-arm; chmod +x gambuild-arm; else sed "s/\$/\r/g" gambuild-arm.bat.windows > gambuild-arm; fi | |
--- gambdoc --- | |
rm -f gambdoc | |
--- gambuild-riscv-64 --- | |
if test "" = ""; then cp gambuild-riscv-64.unix gambuild-riscv-64; chmod +x gambuild-riscv-64; else sed "s/\$/\r/g" gambuild-riscv-64.bat.windows > gambuild-riscv-64; fi | |
--- gambuild-x86-64 --- | |
if test "" = ""; then cp gambuild-x86-64.unix gambuild-x86-64; chmod +x gambuild-x86-64; else sed "s/\$/\r/g" gambuild-x86-64.bat.windows > gambuild-x86-64; fi | |
--- gambuild-x86 --- | |
if test "" = ""; then cp gambuild-x86.unix gambuild-x86; chmod +x gambuild-x86; else sed "s/\$/\r/g" gambuild-x86.bat.windows > gambuild-x86; fi | |
--- gambdoc --- | |
if test "" = ""; then cp gambdoc.unix gambdoc; chmod +x gambdoc; else sed "s/\$/\r/g" gambdoc.bat.windows > gambdoc; fi | |
making core in lib | |
--- _io.c --- | |
--- _num.c --- | |
--- _std.c --- | |
--- _repl.c --- | |
--- _eval.c --- | |
--- _nonstd.c --- | |
--- _kernel.c --- | |
--- _thread.c --- | |
--- _io.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _io.scm | |
--- _num.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _num.scm | |
--- _std.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _std.scm | |
--- _repl.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _repl.scm | |
--- _eval.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _eval.scm | |
--- _nonstd.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _nonstd.scm | |
--- _kernel.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _kernel.scm | |
--- _thread.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _thread.scm | |
--- _system.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _system.scm | |
--- _module.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" _module.scm | |
--- main.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o main.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL main.c -D___LIBRARY | |
--- os_tty.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_tty.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_tty.c -D___LIBRARY | |
--- c_intf.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o c_intf.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL c_intf.c -D___LIBRARY | |
--- actlog.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o actlog.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL actlog.c -D___LIBRARY | |
--- os_io.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_io.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_io.c -D___LIBRARY | |
--- setup.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o setup.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL setup.c -D___LIBRARY | |
--- mem.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o mem.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL mem.c -D___LIBRARY | |
--- os_files.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_files.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_files.c -D___LIBRARY | |
--- os_setup.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_setup.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_setup.c -D___LIBRARY | |
--- os_base.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_base.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_base.c -D___LIBRARY | |
--- os_thread.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_thread.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_thread.c -D___LIBRARY | |
--- os_time.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_time.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_time.c -D___LIBRARY | |
--- os_shell.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_shell.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_shell.c -D___LIBRARY | |
--- os_dyn.o --- | |
gcc -O3 -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o os_dyn.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL os_dyn.c -D___LIBRARY | |
--- _kernel.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _kernel.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _kernel.c -D___LIBRARY | |
--- _nonstd.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _nonstd.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _nonstd.c -D___LIBRARY | |
--- _thread.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _thread.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _thread.c -D___LIBRARY | |
--- _repl.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _repl.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _repl.c -D___LIBRARY | |
--- _eval.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _eval.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _eval.c -D___LIBRARY | |
--- _module.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _module.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _module.c -D___LIBRARY | |
--- _system.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _system.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _system.c -D___LIBRARY | |
--- _io.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _io.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _io.c -D___LIBRARY | |
--- _num.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _num.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _num.c -D___LIBRARY | |
--- _gambit.c --- | |
--- _std.o --- | |
--- _gambit.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -warnings -link -flat -o _gambit.c -preload _kernel.c _system.c _num.c _std.c _eval.c _module.c _io.c _nonstd.c _thread.c _repl.c | |
--- _std.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _std.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _std.c -D___LIBRARY | |
--- _gambit.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gambit.o -I. -DHAVE_CONFIG_H -D___GAMBITDIR="\"/opt/gerbil/v0.18.1-134-gfc917a9c\"" -D___GAMBITDIR_USERLIB="\"\176/.gambit_userlib\"" -D___GAMBITDIR_INSTLIB="\"\176\176userlib\"" -D___SYS_TYPE_CPU="\"x86_64\"" -D___SYS_TYPE_VENDOR="\"unknown\"" -D___SYS_TYPE_OS="\"freebsd14.1\"" -D___CONFIGURE_COMMAND="\"./configure '--prefix=/opt/gerbil/v0.18.1-134-gfc917a9c' '--enable-march=native' '--disable-shared' '--enable-targets=' '--enable-single-host' '--enable-dynamic-clib' '--enable-default-runtime-options=tE8,f8,-8' '--enable-trust-c-tco' 'CFLAGS=-foptimize-sibling-calls' 'LDFLAGS='"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\"\"" -D___BAT_EXTENSION="\"\"" -D___PRIMAL _gambit.c -D___LIBRARY | |
--- libgambit.a --- | |
rm -f "libgambit.a" "libgambit.a" "libgambit.a" | |
ar rc libgambit.a main.o setup.o mem.o c_intf.o actlog.o os_setup.o os_base.o os_thread.o os_time.o os_shell.o os_files.o os_dyn.o os_tty.o os_io.o _kernel.o _system.o _num.o _std.o _eval.o _module.o _io.o _nonstd.o _thread.o _repl.o _gambit.o && ranlib libgambit.a | |
if test "" != ""; then ln -s "libgambit.a" "libgambit.a"; ln -s "libgambit.a" "libgambit.a"; fi | |
--- core-recursive --- | |
--- core-post --- | |
make deselect-gen-for-commit-post-nonrec | |
--- deselect-gen-for-commit-post-nonrec --- | |
if [ -e ../.git ]; then git update-index --skip-worktree _kernel.c _system.c _num.c _std.c _eval.c _module.c _io.c _nonstd.c _thread.c _repl.c _gambit.c; fi | |
making core in gsi | |
--- _gsilib.c --- | |
--- _gsi.c --- | |
--- _gsilib.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" -warnings -c _gsilib.scm | |
--- _gsi.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" -warnings -c _gsi.scm | |
--- _gambitgsi.c --- | |
--- _gsilib.o --- | |
--- _gambitgsi.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" -warnings -link -l ../lib/_gambit -o _gambitgsi.c -preload _gsilib.c | |
--- _gsilib.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsilib.o -I. -DHAVE_CONFIG_H _gsilib.c -D___LIBRARY | |
--- _gambitgsi.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gambitgsi.o -I. -DHAVE_CONFIG_H _gambitgsi.c -D___LIBRARY | |
--- libgambitgsi.a --- | |
rm -f "libgambitgsi.a" "libgambitgsi.a" "libgambitgsi.a" | |
ar rc libgambitgsi.a _gsilib.o _gambitgsi.o && ranlib libgambitgsi.a | |
if test "" != ""; then ln -s "libgambitgsi.a" "libgambitgsi.a"; ln -s "libgambitgsi.a" "libgambitgsi.a"; fi | |
--- _gsi_.c --- | |
--- _gsi.o --- | |
--- _gsi_.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")" -warnings -link -l _gambitgsi -o _gsi_.c -preload _gsi.c | |
--- _gsi.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsi.o -I. -DHAVE_CONFIG_H _gsi.c | |
--- _gsi_.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsi_.o -I. -DHAVE_CONFIG_H _gsi_.c | |
--- gsi --- | |
gcc -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -rdynamic -I"../include" -o gsi _gsi.o _gsi_.o "../lib/libgambit.a" -lutil -lm libgambitgsi.a | |
--- core-recursive --- | |
--- core-post --- | |
make deselect-gen-for-commit-post-nonrec | |
--- deselect-gen-for-commit-post-nonrec --- | |
if [ -e ../.git ]; then git update-index --skip-worktree _gsilib.c _gsi.c _gambitgsi.c _gsi_.c; fi | |
making core in gsc | |
--- _t-univ-2.c --- | |
--- _t-univ-3.c --- | |
--- _t-univ-1.c --- | |
--- _prims.c --- | |
--- _t-univ-4.c --- | |
--- _t-c-2.c --- | |
--- _front.c --- | |
--- _ptree1.c --- | |
--- _t-univ-2.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-2.scm | |
--- _t-univ-3.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-3.scm | |
--- _t-univ-1.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-1.scm | |
--- _prims.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _prims.scm | |
--- _t-univ-4.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-univ-4.scm | |
--- _t-c-2.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-c-2.scm | |
--- _front.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _front.scm | |
--- _ptree1.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _ptree1.scm | |
--- _ptree2.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _ptree2.scm | |
--- _gvm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _gvm.scm | |
--- _t-c-1.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-c-1.scm | |
--- _x86.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _x86.scm | |
--- _t-cpu-abstract-machine.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-abstract-machine.scm | |
--- _t-cpu-backend-x86.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-backend-x86.scm | |
--- _t-cpu-backend-arm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-backend-arm.scm | |
--- _t-cpu-backend-riscv.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-backend-riscv.scm | |
--- _arm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _arm.scm | |
--- _source.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _source.scm | |
--- _t-cpu-primitives.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-primitives.scm | |
--- _riscv.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _riscv.scm | |
--- _utils.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _utils.scm | |
--- _asm.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _asm.scm | |
--- _gsclib.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _gsclib.scm | |
--- _parms.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _parms.scm | |
--- _t-c-3.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-c-3.scm | |
--- _codegen.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _codegen.scm | |
--- _back.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _back.scm | |
--- _env.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _env.scm | |
--- _host.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _host.scm | |
--- _t-cpu-object-desc.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-object-desc.scm | |
--- _t-cpu.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu.scm | |
--- _t-cpu-utils.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _t-cpu-utils.scm | |
--- _assert.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _assert.scm | |
--- _gsc.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -c _gsc.scm | |
--- _ptree1.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _ptree1.o -I. -DHAVE_CONFIG_H _ptree1.c -D___LIBRARY | |
--- _prims.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _prims.o -I. -DHAVE_CONFIG_H _prims.c -D___LIBRARY | |
--- _front.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _front.o -I. -DHAVE_CONFIG_H _front.c -D___LIBRARY | |
--- _t-c-2.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-c-2.o -I. -DHAVE_CONFIG_H _t-c-2.c -D___LIBRARY | |
--- _t-univ-4.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-4.o -I. -DHAVE_CONFIG_H _t-univ-4.c -D___LIBRARY | |
--- _t-univ-3.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-3.o -I. -DHAVE_CONFIG_H _t-univ-3.c -D___LIBRARY | |
--- _t-univ-1.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-1.o -I. -DHAVE_CONFIG_H _t-univ-1.c -D___LIBRARY | |
--- _t-cpu-backend-arm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-backend-arm.o -I. -DHAVE_CONFIG_H _t-cpu-backend-arm.c -D___LIBRARY | |
--- _t-cpu-abstract-machine.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-abstract-machine.o -I. -DHAVE_CONFIG_H _t-cpu-abstract-machine.c -D___LIBRARY | |
--- _ptree2.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _ptree2.o -I. -DHAVE_CONFIG_H _ptree2.c -D___LIBRARY | |
--- _x86.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _x86.o -I. -DHAVE_CONFIG_H _x86.c -D___LIBRARY | |
--- _t-c-1.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-c-1.o -I. -DHAVE_CONFIG_H _t-c-1.c -D___LIBRARY | |
--- _t-cpu-backend-x86.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-backend-x86.o -I. -DHAVE_CONFIG_H _t-cpu-backend-x86.c -D___LIBRARY | |
--- _t-univ-2.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-univ-2.o -I. -DHAVE_CONFIG_H _t-univ-2.c -D___LIBRARY | |
--- _gvm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gvm.o -I. -DHAVE_CONFIG_H _gvm.c -D___LIBRARY | |
--- _t-cpu-backend-riscv.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-backend-riscv.o -I. -DHAVE_CONFIG_H _t-cpu-backend-riscv.c -D___LIBRARY | |
--- _t-cpu-primitives.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-primitives.o -I. -DHAVE_CONFIG_H _t-cpu-primitives.c -D___LIBRARY | |
--- _arm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _arm.o -I. -DHAVE_CONFIG_H _arm.c -D___LIBRARY | |
--- _riscv.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _riscv.o -I. -DHAVE_CONFIG_H _riscv.c -D___LIBRARY | |
--- _gsclib.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsclib.o -I. -DHAVE_CONFIG_H _gsclib.c -D___LIBRARY | |
--- _asm.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _asm.o -I. -DHAVE_CONFIG_H _asm.c -D___LIBRARY | |
--- _source.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _source.o -I. -DHAVE_CONFIG_H _source.c -D___LIBRARY | |
--- _utils.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _utils.o -I. -DHAVE_CONFIG_H _utils.c -D___LIBRARY | |
--- _codegen.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _codegen.o -I. -DHAVE_CONFIG_H _codegen.c -D___LIBRARY | |
--- _parms.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _parms.o -I. -DHAVE_CONFIG_H _parms.c -D___LIBRARY | |
--- _host.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _host.o -I. -DHAVE_CONFIG_H _host.c -D___LIBRARY | |
--- _t-c-3.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-c-3.o -I. -DHAVE_CONFIG_H _t-c-3.c -D___LIBRARY | |
--- _back.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _back.o -I. -DHAVE_CONFIG_H _back.c -D___LIBRARY | |
--- _env.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _env.o -I. -DHAVE_CONFIG_H _env.c -D___LIBRARY | |
--- _assert.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _assert.o -I. -DHAVE_CONFIG_H _assert.c -D___LIBRARY | |
--- _t-cpu-utils.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-utils.o -I. -DHAVE_CONFIG_H _t-cpu-utils.c -D___LIBRARY | |
--- _t-cpu.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu.o -I. -DHAVE_CONFIG_H _t-cpu.c -D___LIBRARY | |
--- _gambitgsc.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -link -l ../lib/_gambit -o _gambitgsc.c -preload _host.c _utils.c _source.c _parms.c _env.c _ptree1.c _ptree2.c _gvm.c _back.c _front.c _prims.c _assert.c _asm.c _x86.c _arm.c _riscv.c _codegen.c _t-univ-1.c _t-univ-2.c _t-univ-3.c _t-univ-4.c _t-cpu-abstract-machine.c _t-cpu-primitives.c _t-cpu-object-desc.c _t-cpu-utils.c _t-cpu-backend-x86.c _t-cpu-backend-arm.c _t-cpu-backend-riscv.c _t-cpu.c _t-c-1.c _t-c-2.c _t-c-3.c _gsclib.c | |
--- _t-cpu-object-desc.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _t-cpu-object-desc.o -I. -DHAVE_CONFIG_H _t-cpu-object-desc.c -D___LIBRARY | |
--- _gsc.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsc.o -I. -DHAVE_CONFIG_H _gsc.c | |
--- _gsc_.c --- | |
--- _gambitgsc.o --- | |
--- _gsc_.c --- | |
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -prelude "(##namespace(\"c#\"))(##include\"../lib/header.scm\")" -warnings -link -l _gambitgsc -o _gsc_.c -preload _gsc.c | |
--- _gambitgsc.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gambitgsc.o -I. -DHAVE_CONFIG_H _gambitgsc.c -D___LIBRARY | |
--- _gsc_.o --- | |
gcc -O1 -fexpensive-optimizations -fno-gcse -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -I"../include" -c -o _gsc_.o -I. -DHAVE_CONFIG_H _gsc_.c | |
--- libgambitgsc.a --- | |
rm -f "libgambitgsc.a" "libgambitgsc.a" "libgambitgsc.a" | |
ar rc libgambitgsc.a _host.o _utils.o _source.o _parms.o _env.o _ptree1.o _ptree2.o _gvm.o _back.o _front.o _prims.o _assert.o _asm.o _x86.o _arm.o _riscv.o _codegen.o _t-univ-1.o _t-univ-2.o _t-univ-3.o _t-univ-4.o _t-cpu-abstract-machine.o _t-cpu-primitives.o _t-cpu-object-desc.o _t-cpu-utils.o _t-cpu-backend-x86.o _t-cpu-backend-arm.o _t-cpu-backend-riscv.o _t-cpu.o _t-c-1.o _t-c-2.o _t-c-3.o _gsclib.o _gambitgsc.o && ranlib libgambitgsc.a | |
if test "" != ""; then ln -s "libgambitgsc.a" "libgambitgsc.a"; ln -s "libgambitgsc.a" "libgambitgsc.a"; fi | |
--- gsc --- | |
gcc -foptimize-sibling-calls -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -Wno-unused -Wno-write-strings -Wdisabled-optimization -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -foptimize-sibling-calls -fomit-frame-pointer -fipa-ra -fmove-loop-invariants -march=native -fPIC -fno-common -mpc64 -rdynamic -I"../include" -o gsc _gsc.o _gsc_.o "../lib/libgambit.a" -lutil -lm libgambitgsc.a | |
--- core-recursive --- | |
--- core-post --- | |
make deselect-gen-for-commit-post-nonrec | |
--- deselect-gen-for-commit-post-nonrec --- | |
if [ -e ../.git ]; then git update-index --skip-worktree _host.c _utils.c _source.c _parms.c _env.c _ptree1.c _ptree2.c _gvm.c _back.c _front.c _prims.c _assert.c _asm.c _x86.c _arm.c _riscv.c _codegen.c _t-univ-1.c _t-univ-2.c _t-univ-3.c _t-univ-4.c _t-cpu-abstract-machine.c _t-cpu-primitives.c _t-cpu-object-desc.c _t-cpu-utils.c _t-cpu-backend-x86.c _t-cpu-backend-arm.c _t-cpu-backend-riscv.c _t-cpu.c _t-c-1.c _t-c-2.c _t-c-3.c _gsclib.c _gsc.c _gambitgsc.c _gsc_.c; fi | |
making core in misc | |
--- core-recursive --- | |
making core in doc | |
--- core-recursive --- | |
making core in tests | |
making core in examples | |
--- core-recursive --- | |
making core in distr-comp | |
--- core-recursive --- | |
making core in pi | |
--- core-recursive --- | |
making core in ring | |
--- core-recursive --- | |
making core in web-repl | |
--- core-recursive --- | |
making core in web-server | |
--- core-recursive --- | |
making core in tcltk | |
--- core-recursive --- | |
making core in Xlib-simple | |
--- core-recursive --- | |
making core in pthread | |
--- core-recursive --- | |
making core in misc | |
--- core-recursive --- | |
making core in contrib | |
--- core-recursive --- | |
making core in GambitREPL | |
--- core-recursive --- | |
making core in try | |
--- core-recursive --- | |
making core in xactlog | |
--- core-recursive --- | |
making core in prebuilt | |
--- core-recursive --- | |
making core in macosx | |
--- core-recursive --- | |
making core in windows | |
--- core-recursive --- | |
making core in bench | |
--- core-recursive --- | |
making core in githooks | |
--- core-recursive --- | |
--- core-post --- | |
*** to compile the builtin modules you should: make modules | |
>>> Installing Gambit to /home/user/gerbil/build | |
gambit/gsi/gsi -> /home/user/gerbil/bootstrap/bin/gsi | |
gambit/gsc/gsc -> /home/user/gerbil/build/bin/gsc | |
gambit/bin/gambuild-C -> /home/user/gerbil/build/bin/gambuild-C | |
gambit/include/gambit.h -> /home/user/gerbil/build/include/gambit.h | |
gambit/include/gambit-not409005.h -> /home/user/gerbil/build/include/gambit-not409005.h | |
gambit/lib/_eval#.scm -> /home/user/gerbil/build/lib/_eval#.scm | |
gambit/lib/_fifo#.scm -> /home/user/gerbil/build/lib/_fifo#.scm | |
gambit/lib/_gambit#.scm -> /home/user/gerbil/build/lib/_gambit#.scm | |
gambit/lib/_io#.scm -> /home/user/gerbil/build/lib/_io#.scm | |
gambit/lib/_kernel#.scm -> /home/user/gerbil/build/lib/_kernel#.scm | |
gambit/lib/_module#.scm -> /home/user/gerbil/build/lib/_module#.scm | |
gambit/lib/_nonstd#.scm -> /home/user/gerbil/build/lib/_nonstd#.scm | |
gambit/lib/_num#.scm -> /home/user/gerbil/build/lib/_num#.scm | |
gambit/lib/_optional#.scm -> /home/user/gerbil/build/lib/_optional#.scm | |
gambit/lib/_repl#.scm -> /home/user/gerbil/build/lib/_repl#.scm | |
gambit/lib/_std#.scm -> /home/user/gerbil/build/lib/_std#.scm | |
gambit/lib/_system#.scm -> /home/user/gerbil/build/lib/_system#.scm | |
gambit/lib/_thread#.scm -> /home/user/gerbil/build/lib/_thread#.scm | |
gambit/lib/gambit#.scm -> /home/user/gerbil/build/lib/gambit#.scm | |
gambit/lib/r4rs#.scm -> /home/user/gerbil/build/lib/r4rs#.scm | |
gambit/lib/r5rs#.scm -> /home/user/gerbil/build/lib/r5rs#.scm | |
gambit/lib/r7rs#.scm -> /home/user/gerbil/build/lib/r7rs#.scm | |
gambit/lib/_define-syntax.scm -> /home/user/gerbil/build/lib/_define-syntax.scm | |
gambit/gsc/_arm#.scm -> /home/user/gerbil/build/lib/_arm#.scm | |
gambit/gsc/_asm#.scm -> /home/user/gerbil/build/lib/_asm#.scm | |
gambit/gsc/_assert#.scm -> /home/user/gerbil/build/lib/_assert#.scm | |
gambit/gsc/_codegen#.scm -> /home/user/gerbil/build/lib/_codegen#.scm | |
gambit/gsc/_riscv#.scm -> /home/user/gerbil/build/lib/_riscv#.scm | |
gambit/gsc/_x86#.scm -> /home/user/gerbil/build/lib/_x86#.scm | |
gambit/lib/_gambit.c -> /home/user/gerbil/build/lib/_gambit.c | |
gambit/lib/libgambit.a -> /home/user/gerbil/build/lib/libgambit.a | |
gambit/gsi/libgambitgsi.a -> /home/user/gerbil/build/lib/libgambitgsi.a | |
gambit/gsc/libgambitgsc.a -> /home/user/gerbil/build/lib/libgambitgsc.a | |
[*] Compiling bootstrap gxi shim | |
[*] Building Gerbil bootstrap | |
>>> preparing bootstrap | |
>>> compiling bootstrap gerbil | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~6.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/sugar~3.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/expander~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/macro-object~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/match~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/sugar~Sugar-3.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~8.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/mop~MOP-5.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/mop~MOP-2.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~TypedDefinitions.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/runtime.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/mop~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/runtime~GambitRuntime.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/more-sugar~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~InterfaceInfo~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/mop~MOP-2~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/mop~MOP-3.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~Using.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/mop~MOP-4.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/more-sugar.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/runtime~GerbilRuntime.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/sugar~Sugar-2.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~9.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/macro-object~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~InterfaceInfo.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~7.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/sugar~2.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/more-syntax-sugar.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~TypeReference.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/mop.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~TypeCast.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/expander~ExpanderRuntime.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/module-sugar~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~TypeEnv.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/mop~4.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/mop~3.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/runtime~Runtime.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/expander~SyntaxSugar.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/macro-object.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/runtime~RuntimeAliases.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/module-sugar.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~ClassMeta.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/expander.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~Interface.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/expander~SyntaxCase.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/sugar~Sugar-1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/sugar.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~4.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/sugar~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/more-syntax-sugar~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~3.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/mop~2.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/more-sugar~2.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/expander~2.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/runtime~R5RSRuntime.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~2.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~5.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/match.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/match~2.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/runtime~R7RSRuntime.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~TypeEnv~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/mop~MOP-1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~ClassMeta~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core/contract~ContractRules.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-spec.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-call.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-base.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-xform~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/base~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/compile~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-xform.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-ann.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-xform~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/compile~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/driver.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/ssxi.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/base~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-call~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-ann~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/method~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-spec~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-base~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/driver~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-top.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-top~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/method.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-spec~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/ssxi~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/method~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-ann~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-call~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-top~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/base.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/driver~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/optimize-base~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler/compile.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/control~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/control.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/hash~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/util~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/eval~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/error~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/thread~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/init~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/eval~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/hash~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/util~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/mop.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/system~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/table.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/util.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/c3~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/syntax.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/error~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/mop-system-classes.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/repl.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/table~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/interface~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/loader~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/mop-system-classes~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/syntax~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/mop~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/eval.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/c3.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/hash.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/loader.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/init.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/syntax~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/mop~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/gambit~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/system.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/mop-system-classes~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/interface.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/gambit.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/table~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/interface~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/repl~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/thread.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime/error.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/compiler.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/gambit.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/core.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/runtime.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/init~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/common.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/stxcase~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/module.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/stx.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/common~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/module~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/stxcase~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/root.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/top.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/module~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/top~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/common~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/init.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/root~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/compile.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/stx~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/core~0.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/core~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/core.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/stx~1.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/stxcase.scm | |
... compile /home/user/gerbil/bootstrap/lib/gerbil/expander/compile~0.scm | |
>>> finalizing bootstrap | |
gerbil/boot/gerbil-boot.scm -> /home/user/gerbil/bootstrap/lib/gerbil-boot.scm | |
gerbil/boot-gxi -> /home/user/gerbil/bootstrap/bin/boot-gxi | |
[*] Building Gerbil core | |
>>> preparing core build | |
gerbil/builtin.ssxi.ss -> /home/user/gerbil/build/lib/gerbil/builtin.ssxi.ss | |
gerbil/builtin-inline-rules.ssxi.ss -> /home/user/gerbil/build/lib/gerbil/builtin-inline-rules.ssxi.ss | |
>>> updating gerbil version | |
... write /home/user/gerbil/src/gerbil/runtime/version.ss | |
>>> compiling gerbil core | |
building gerbil in /home/user/gerbil/build/lib | |
... compile gerbil/core/runtime.ss | |
... compile gerbil/core/expander.ss | |
... compile gerbil/core/sugar.ss | |
... compile gerbil/core/mop.ss | |
... compile gerbil/core/macro-object.ss | |
... compile gerbil/core/match.ss | |
... compile gerbil/core/more-sugar.ss | |
... compile gerbil/core/more-syntax-sugar.ss | |
... compile gerbil/core/module-sugar.ss | |
... compile gerbil/core/contract.ss | |
... compile gerbil/core.ss | |
... compile gerbil/runtime/gambit.ss | |
... compile gerbil/runtime/util.ss | |
... compile gerbil/runtime/table.ss | |
... compile gerbil/runtime/control.ss | |
... compile gerbil/runtime/system.ss | |
... compile gerbil/runtime/c3.ss | |
... compile gerbil/runtime/mop.ss | |
... compile gerbil/runtime/mop-system-classes.ss | |
... compile gerbil/runtime/error.ss | |
... compile gerbil/runtime/interface.ss | |
... compile gerbil/runtime/hash.ss | |
... compile gerbil/runtime/thread.ss | |
... compile gerbil/runtime/syntax.ss | |
... compile gerbil/runtime/eval.ss | |
... compile gerbil/runtime/repl.ss | |
... compile gerbil/runtime/loader.ss | |
... compile gerbil/runtime/init.ss | |
... compile gerbil/runtime.ss | |
... compile gerbil/expander/common.ss | |
... compile gerbil/expander/stx.ss | |
... compile gerbil/expander/core.ss | |
... compile gerbil/expander/top.ss | |
... compile gerbil/expander/module.ss | |
... compile gerbil/expander/compile.ss | |
... compile gerbil/expander/root.ss | |
... compile gerbil/expander/stxcase.ss | |
... compile gerbil/expander/init.ss | |
... compile gerbil/expander.ss | |
... compile gerbil/compiler/base.ss | |
... compile gerbil/compiler/method.ss | |
... compile gerbil/compiler/compile.ss | |
... compile gerbil/compiler/optimize-base.ss | |
... compile gerbil/compiler/optimize-xform.ss | |
... compile gerbil/compiler/optimize-top.ss | |
... compile gerbil/compiler/optimize-spec.ss | |
... compile gerbil/compiler/optimize-ann.ss | |
... compile gerbil/compiler/optimize-call.ss | |
... compile gerbil/compiler/optimize.ss | |
... compile gerbil/compiler/driver.ss | |
... compile gerbil/compiler/ssxi.ss | |
... compile gerbil/compiler.ss | |
... compile gerbil/gambit.ss | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/runtime.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/runtime~R5RSRuntime.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/runtime~R7RSRuntime.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/runtime~GambitRuntime.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/runtime~GerbilRuntime.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/runtime~RuntimeAliases.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/runtime~Runtime.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/expander.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/expander~ExpanderRuntime.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/expander~SyntaxCase.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/expander~SyntaxSugar.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/expander~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/expander~2.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/sugar.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/sugar~Sugar-1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/sugar~Sugar-2.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/sugar~Sugar-3.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/sugar~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/sugar~2.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/sugar~3.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/mop.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/mop~MOP-1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/mop~MOP-2~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/mop~MOP-2.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/mop~MOP-3.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/mop~MOP-4.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/mop~MOP-5.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/mop~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/mop~2.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/mop~3.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/mop~4.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/macro-object~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/macro-object.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/macro-object~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/match.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/match~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/match~2.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/more-sugar.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/more-sugar~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/more-sugar~2.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/more-syntax-sugar.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/more-syntax-sugar~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/module-sugar.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/module-sugar~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~InterfaceInfo~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~InterfaceInfo.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~TypeReference.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~TypeCast.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~TypeEnv~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~TypeEnv.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~Using.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~ContractRules.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~ClassMeta~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~ClassMeta.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~Interface.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~TypedDefinitions.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~2.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~3.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~4.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~5.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~6.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~7.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~8.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core/contract~9.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/core.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/gambit~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/gambit.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/util~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/util.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/util~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/table~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/table.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/table~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/control~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/control.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/system~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/system.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/c3~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/c3.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/mop~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/mop.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/mop~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/mop-system-classes~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/mop-system-classes.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/mop-system-classes~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/error~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/error.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/error~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/interface~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/interface.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/interface~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/hash~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/hash.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/hash~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/thread~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/thread.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/syntax~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/syntax.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/syntax~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/eval~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/eval.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/eval~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/repl~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/repl.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/loader~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/loader.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/init~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime/init.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/runtime.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/common~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/common.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/common~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/stx~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/stx.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/stx~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/core~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/core.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/core~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/top~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/top.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/module~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/module.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/module~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/compile~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/compile.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/root~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/root.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/stxcase~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/stxcase.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/stxcase~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/init~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander/init.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/expander.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/base~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/base.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/base~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/method~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/method.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/method~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/compile~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/compile.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/compile~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-base~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-base.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-base~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-xform~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-xform.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-xform~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-top~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-top.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-top~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-spec~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-spec.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-spec~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-ann~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-ann.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-ann~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-call~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-call.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize-call~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/optimize~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/driver~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/driver.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/driver~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/ssxi.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler/ssxi~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/compiler.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/gambit.scm) | |
>>> compiling gerbil bach | |
... compile gerbil/main | |
... link /home/user/gerbil/build/bin/gerbil | |
/home/user/gerbil/build/lib/static/gerbil__runtime__gambit.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__util.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__table.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__control.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__system.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__c3.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__mop.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__mop-system-classes.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__error.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__interface.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__hash.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__thread.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__syntax.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__eval.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__repl.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__loader.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime__init.scm: | |
/home/user/gerbil/build/lib/static/gerbil__runtime.scm: | |
/home/user/gerbil/build/lib/static/gerbil__gambit.scm: | |
/home/user/gerbil/build/lib/static/gerbil__expander__common.scm: | |
/home/user/gerbil/build/lib/static/gerbil__expander__stx.scm: | |
/home/user/gerbil/build/lib/static/gerbil__expander__core.scm: | |
/home/user/gerbil/build/lib/static/gerbil__expander__top.scm: | |
/home/user/gerbil/build/lib/static/gerbil__expander__module.scm: | |
/home/user/gerbil/build/lib/static/gerbil__expander__compile.scm: | |
/home/user/gerbil/build/lib/static/gerbil__expander__root.scm: | |
/home/user/gerbil/build/lib/static/gerbil__expander__stxcase.scm: | |
/home/user/gerbil/build/lib/static/gerbil__expander__init.scm: | |
/home/user/gerbil/build/lib/static/gerbil__expander.scm: | |
/home/user/gerbil/build/lib/static/gerbil__compiler__base.scm: | |
/home/user/gerbil/build/lib/static/gerbil__compiler__method.scm: | |
/home/user/gerbil/build/lib/static/gerbil__compiler__compile.scm: | |
/home/user/gerbil/build/lib/static/gerbil__compiler__optimize-base.scm: | |
/home/user/gerbil/build/lib/static/gerbil__compiler__optimize-xform.scm: | |
/home/user/gerbil/build/lib/static/gerbil__compiler__optimize-top.scm: | |
/home/user/gerbil/build/lib/static/gerbil__compiler__optimize-spec.scm: | |
/home/user/gerbil/build/lib/static/gerbil__compiler__optimize-ann.scm: | |
/home/user/gerbil/build/lib/static/gerbil__compiler__optimize-call.scm: | |
/home/user/gerbil/build/lib/static/gerbil__compiler__optimize.scm: | |
/home/user/gerbil/build/lib/static/gerbil__compiler__driver.scm: | |
/home/user/gerbil/build/lib/static/gerbil__compiler__ssxi.scm: | |
/home/user/gerbil/build/lib/static/gerbil__compiler.scm: | |
/home/user/gerbil/build/lib/static/gerbil__main.scm: | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__gambit.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__util.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__table.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__control.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__system.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__c3.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__mop.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__mop-system-classes.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__error.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__interface.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__hash.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__thread.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__syntax.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__eval.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__repl.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__loader.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime__init.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__runtime.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__gambit.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__expander__common.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__expander__stx.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__expander__core.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__expander__top.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__expander__module.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__expander__compile.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__expander__root.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__expander__stxcase.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__expander__init.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__expander.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__compiler__base.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__compiler__method.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__compiler__compile.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-base.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-xform.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-top.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-spec.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-ann.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-call.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__compiler__driver.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__compiler__ssxi.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__compiler.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/static/gerbil__main.c) | |
... execute compile job (compile /home/user/gerbil/build/lib/gerbil-link.c) | |
... build /home/user/gerbil/build/bin/gerbil | |
>>> finalizing build | |
gerbil/interactive/init.ss -> /home/user/gerbil/build/lib/init.ss | |
gerbil/interactive/r7rs-init.ss -> /home/user/gerbil/build/lib/r7rs-init.ss | |
[*] Building stdlib | |
... compile build-config | |
... compile metaclass | |
... compile hash-table | |
... compile interactive | |
... compile ssi | |
... compile deprecation | |
... compile error | |
... compile stxparam | |
... compile lazy | |
... compile contract | |
... compile interface | |
... compile io/bio/types | |
... compile io/strio/types | |
... compile io/socket/types | |
... compile srfi/8 | |
... compile srfi/95 | |
... compile srfi/121 | |
... compile srfi/127 | |
... compile srfi/141 | |
... compile srfi/143 | |
... compile srfi/151 | |
... compile srfi/146/vector-edit | |
... compile srfi/212 | |
... compile parser/rlang | |
... compile foreign text/_zlib | |
... compile foreign os/_socket | |
... compile markup/sxml/sxml-inf | |
... compile misc/list-builder | |
... compile misc/shuffle | |
... compile misc/sync | |
... compile misc/shared | |
... compile misc/symbol | |
... compile protobuf/proto-grammar | |
... compile actor-v18/path | |
... compile foreign db/_sqlite | |
... compile sort | |
... copy ssi text/_zlib | |
... compile generic/dispatch | |
... compile srfi/srfi-support | |
... compile srfi/42 | |
... copy ssi db/_sqlite | |
... compile srfi/132 | |
... copy ssi os/_socket | |
... compile srfi/144 | |
... compile srfi/145 | |
... compile srfi/160/cvector | |
... compile parser/base | |
... compile text/utf8 | |
... compile text/hex | |
... compile foreign text/base64 | |
... compile text/base58 | |
... compile os/fd | |
... compile markup/sxml/sxpath | |
... compile misc/queue | |
... compile misc/pqueue | |
... compile misc/deque | |
... compile misc/func | |
... compile net/httpd/mux | |
... compile srfi/43 | |
... compile srfi/133 | |
... compile srfi/158 | |
... compile debug/heap | |
... compile misc/repr | |
... compile srfi/1 | |
... compile srfi/19 | |
... compile srfi/160/base | |
... compile parser/stream | |
... compile net/uri | |
... compile debug/memleak | |
... compile debug/DBG | |
... compile format | |
... compile instance | |
... copy ssi text/base64 | |
... compile srfi/101 | |
... compile parser/lexer | |
... compile stxutil | |
... compile foreign | |
... compile sugar | |
... compile srfi/9 | |
... compile parser/defparser | |
... compile foreign-test-support | |
... compile os/pid | |
... compile os/hostname | |
... copy static include to target directory crypto/libcrypto-rfc5114.c | |
... copy static include crypto/libcrypto-rfc5114.c | |
... compile crypto/libcrypto | |
... compile srfi/14 | |
... compile srfi/41 | |
... compile srfi/116 | |
... compile srfi/117 | |
... compile srfi/124 | |
... compile srfi/159/environment | |
... compile srfi/134 | |
... compile generic/macros | |
... compile srfi/13 | |
... compile srfi/115 | |
... compile net/ssl/libssl | |
... compile generic | |
... compile srfi/128 | |
... compile ref | |
... compile srfi/125 | |
... compile srfi/160/macros | |
... compile srfi/113 | |
... compile srfi/146/hamt-misc | |
... compile srfi/146/hamt | |
... compile parser/rx-parser | |
... compile srfi/130 | |
... compile srfi/srfi-135/etc | |
... compile markup/sxml/print | |
... compile markup/sxml/ssax | |
... compile parser/deflexer | |
... compile srfi/159/string | |
... compile srfi/srfi-135/kernel8 | |
... compile markup/sxml/html/parser | |
... compile markup/sxml | |
... compile parser/grammar-reader | |
... compile parser | |
... compile srfi/159/base | |
... compile srfi/srfi-135/macros | |
... compile markup/sxml/tal/toplevel | |
... compile markup/html | |
... compile srfi/srfi-135/text | |
... compile pregexp | |
... compile values | |
... compile io/strio/packed | |
... compile text/char-set | |
... compile text/json/env | |
... compile os/error | |
... compile os/temporaries | |
... compile misc/atom | |
... compile misc/timeout | |
... compile misc/alist | |
... compile misc/plist | |
... compile misc/completion | |
... compile misc/barrier | |
... compile misc/threads | |
... compile misc/number | |
... compile misc/rwlock | |
... compile actor-v18/message | |
... compile event | |
... compile coroutine | |
... compile amb | |
... compile text/zlib | |
... compile assert | |
... compile logger | |
... compile crypto/etc | |
... compile misc/ports | |
... compile net/address | |
... compile srfi/146/hamt-map | |
... compile os/signal | |
... compile os/fcntl | |
... compile net/ssl/error | |
... compile parser/grammar | |
... compile io/interface | |
... compile net/s3/interface | |
... compile markup/sxml/tal/expander | |
... compile misc/walist | |
... compile debug/threads | |
... compile srfi/159/show | |
... compile srfi/159/unicode | |
... compile srfi/159/color | |
... compile iter | |
... compile srfi/srfi-135/binary | |
... compile misc/list | |
... compile misc/concurrent-plan | |
... compile actor-v18/logger | |
... compile db/conpool | |
... compile crypto/bn | |
... compile crypto/dh | |
... compile crypto/pkey | |
... compile crypto/kdf | |
... compile crypto/digest | |
... compile crypto/cipher | |
... compile misc/text | |
... compile misc/process | |
... compile mime/struct | |
... compile net/repl | |
... compile srfi/146/hash | |
... compile os/pipe | |
... compile os/kqueue | |
... compile os/socket | |
... compile os/fdio | |
... compile cli/shell | |
... compile srfi/159/columnar | |
... compile srfi/159/pretty | |
... compile srfi/135 | |
... compile markup/sxml/xml | |
... compile misc/path | |
... compile test | |
... compile cli/print-exit | |
... compile crypto/hmac | |
... compile misc/uuid | |
... compile mime/types | |
... compile misc/bytes | |
... compile text/basic-printers | |
... compile os/signal-handler | |
... compile os/flock | |
... compile actor-v18/proto | |
... compile srfi/159 | |
... compile markup/xml | |
... compile source | |
... compile srfi/160/u8 | |
... compile srfi/160/s8 | |
... compile srfi/160/u16 | |
... compile srfi/160/s16 | |
... compile srfi/160/u32 | |
... compile srfi/160/s32 | |
... compile srfi/160/u64 | |
... compile srfi/160/s64 | |
... compile srfi/160/f32 | |
... compile srfi/160/f64 | |
... compile srfi/160/c64 | |
... compile srfi/160/c128 | |
... compile crypto | |
... compile io/socket/basic | |
... compile io/socket/socket | |
... compile xml | |
... compile markup/sxml/tal/syntax | |
... compile net/sasl | |
... compile actor-v18/cookie | |
... compile actor-v18/admin | |
... compile io/socket/datagram | |
... compile markup/tal | |
... compile srfi/78 | |
... compile io/dummy | |
... compile io/delimited | |
... compile io/file | |
... compile io/util | |
... compile io/port | |
... compile net/websocket/interface | |
... compile net/socks/interface | |
... compile io/bio/input | |
... compile io/bio/output | |
... compile io/bio/chunked | |
... compile io/strio/chunked | |
... compile io/strio/input | |
... compile io/strio/output | |
... compile io/strio/utf8 | |
... compile io/socket/stream | |
... compile io/socket/server | |
... compile io/bio/delimited | |
... compile io/strio/reader | |
... compile io/bio/inline | |
... compile io/strio/writer | |
... compile io/strio/delimited | |
... compile io/strio/inline | |
... compile io/socket/api | |
... compile io/bio/util | |
... compile io/strio/util | |
... compile text/utf16 | |
... compile text/utf32 | |
... compile misc/evector | |
... compile net/s3/sigv4 | |
... compile io/strio/api | |
... compile io/bio/api | |
... compile io/api | |
... compile misc/rbtree | |
... compile srfi/127-iter | |
... compile srfi/121-iter | |
... compile misc/channel | |
... compile misc/hash | |
... compile srfi/41-iter | |
... compile markup/sxml/tal/iter | |
... compile web/fastcgi | |
... compile misc/lru | |
... compile misc/string | |
... compile misc/vector | |
... compile misc/prime | |
... compile web/rack | |
... compile misc/dag | |
... compile misc/wg | |
... compile make | |
... compile srfi/158-iter | |
... compile io | |
... compile net/ssl/interface | |
... compile net/smtp/interface | |
... compile misc/template | |
... compile text/json/output | |
... compile text/json/input | |
... compile net/ssl/socket | |
... compile net/websocket/socket | |
... compile net/socks/client | |
... compile protobuf/io | |
... compile actor-v18/io | |
... compile db/dbi | |
... compile parser/ll1 | |
... compile actor-v18/tls | |
... compile net/smtp/session | |
... compile net/ssl/server | |
... compile net/ssl/client | |
... compile protobuf/macros | |
... compile db/sqlite | |
... compile misc/decimal | |
... compile net/smtp/data | |
... compile net/smtp/headers | |
... compile net/ssl/api | |
... compile cli/getopt | |
... compile text/csv | |
... compile net/ssl | |
... compile build-script | |
... compile net/smtp/client | |
... compile actor-v18/connection | |
... compile net/smtp/connection | |
... compile actor-v18/server | |
... compile net/smtp/api | |
... compile actor-v18/registry | |
... compile actor-v18/loader | |
... compile actor-v18/ensemble | |
... compile net/smtp | |
... compile actor-v18/api | |
... compile actor | |
... compile srfi/146 | |
... compile net/httpd/base | |
... compile net/socks/server | |
... compile db/postgresql-driver | |
... compile net/httpd/control | |
... compile net/httpd/handler | |
... compile net/socks/api | |
... compile getopt | |
... compile cli/multicall | |
... compile net/socks | |
... compile db/postgresql | |
... compile net/httpd/file | |
... compile net/httpd/logger | |
... compile net/httpd/server | |
... compile net/httpd/api | |
... compile text/json/util | |
... compile net/httpd | |
... compile text/json/api | |
... compile net/websocket/server | |
... compile text/json | |
... compile net/request | |
... compile protobuf/proto | |
... compile net/s3/api | |
... compile net/websocket/client | |
... compile net/json-rpc | |
... compile net/websocket/api | |
... compile net/websocket | |
... compile net/s3 | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/metaclass.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/hash-table.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/build-config~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/build-config.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/build-config~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/ssi.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/ssi~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/deprecation.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/deprecation~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/interactive~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/interactive.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/interactive~_util_~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/interactive~_util_.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/interactive~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/error~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/error.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/stxparam.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/stxparam~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/stxparam~2.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/lazy~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/lazy.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/lazy~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/interface.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/contract.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/types~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/types.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/types~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/types.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/8.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/8~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/95~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/95.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/127~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/127.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/121~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/121.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/141.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/143~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/143.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/151~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/151.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/212.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146/vector-edit~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146/vector-edit.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146/vector-edit~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/rlang~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/rlang.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/rlang~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/sxml-inf~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/sxml-inf.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/shuffle~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/shuffle.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/list-builder~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/list-builder.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/list-builder~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/sync~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/sync.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/sync~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/symbol~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/symbol.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/shared.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/error~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/path~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/path.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/sort~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/sort.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/sort~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/generic/dispatch~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/generic/dispatch.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/srfi-support.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/srfi-support~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/types~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/types.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/types~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/144~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/144.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/145.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/145~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/cvector~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/cvector.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/cvector~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/base~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/base.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/base~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/utf8~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/utf8.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/hex~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/hex.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/132~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/132.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/132~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/base58~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/base58.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/base58~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/fd~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/fd.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/sxpath~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/sxpath.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/sxpath~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/queue~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/queue.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/queue~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/pqueue~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/pqueue.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/pqueue~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/deque~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/deque.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/deque~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/func~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/func.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/func~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/mux~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/mux.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/mux~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/43~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/43.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/43~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/133~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/133.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/158~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/158.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~$1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~$2.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~$3.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~$4.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~$5.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~$6.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~$7.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~$8.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~$9.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/debug/heap~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/debug/heap.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/debug/heap~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/types~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/repr~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/repr.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/repr~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/1~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/19~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/19.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/19~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/base~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/base.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/stream~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/stream.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/stream~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/uri~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/uri.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/debug/memleak~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/debug/memleak.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/debug/DBG~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/debug/DBG.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/format~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/format.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/format~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/101~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/101.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/101~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/lexer~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/lexer.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/lexer~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/stxutil~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/stxutil.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/foreign.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/foreign~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/sugar.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/9.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/9~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/instance.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/defparser~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/defparser.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/types~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/foreign-test-support~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/foreign-test-support.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/protobuf/proto-grammar~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/protobuf/proto-grammar.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/pid~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/pid.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/generic/dispatch~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/hostname~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/hostname.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/133~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/14~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/14.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/14~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/41~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/41.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/116~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/116.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/libcrypto~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/libcrypto.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/124~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/124.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/124~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/117~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/117.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/117~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/environment.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/environment~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/134~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/134.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/134~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/generic/macros.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/generic/macros~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/generic/macros~2.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/13~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/13.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/41~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/libssl~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/libssl.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/116~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/generic.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/128~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/128.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/128~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/ref~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/ref.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/ref~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/125~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/125.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/macros.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/113~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/113.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/113~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~2.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~3.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~4.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146/hamt-misc~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146/hamt-misc.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146/hamt-misc~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/instance~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146/hamt~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146/hamt.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146/hamt~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/defparser~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/rx-parser~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/rx-parser.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/130~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/130.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/srfi-135/etc~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/srfi-135/etc.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/print~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/print.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/ssax~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/ssax.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/deflexer.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/deflexer~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/string~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/string.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/srfi-135/kernel8~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/srfi-135/kernel8.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/srfi-135/kernel8~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/html/parser~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/html/parser.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/html/parser~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/115~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/115.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/115~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/base~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/base.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/srfi-135/macros~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/srfi-135/macros.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/srfi-135/macros~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/tal/toplevel~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/tal/toplevel.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~5.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/html.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/sugar~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/pregexp~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/pregexp.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/pregexp~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/values~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/values.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/values~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/packed.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/packed~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/char-set~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/char-set.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/json/env~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/json/env.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/json/env~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/error~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/error.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/error~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/grammar-reader~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/grammar-reader.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/temporaries~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/temporaries.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/atom~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/atom.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/atom~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/timeout~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/timeout.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/timeout~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/alist~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/alist.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/alist~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/plist~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/plist.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/plist~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/completion~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/completion.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/completion~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/barrier~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/barrier.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/barrier~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/threads~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/threads.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/threads~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/number~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/number.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/rwlock~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/rwlock.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/rwlock~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/base~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/message~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/message.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/event~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/event.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/event~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~6.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/coroutine~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/coroutine.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/coroutine~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/srfi-135/text~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/srfi-135/text.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/amb~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/amb.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/amb~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/zlib~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/zlib.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/zlib~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/assert~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/assert.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/assert~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/logger~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/logger.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/logger~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/etc~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/etc.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/etc~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/ports~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/ports.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/ports~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/address~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/address.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146/hamt-map~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146/hamt-map.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/signal~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/signal.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/fcntl~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/fcntl.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/error~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/error.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/error~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/grammar.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/grammar~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/s3/interface~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/s3/interface.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/s3/interface~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/char-set~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/tal/expander~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/tal/expander.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/walist~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/walist.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/walist~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/debug/threads~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/debug/threads.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/show~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/show.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/unicode~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/unicode.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/color~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/color.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/iter~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/iter.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/srfi-135/binary~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/srfi-135/binary.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/ssax~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/list~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/list.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/list~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/concurrent-plan~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/concurrent-plan.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/concurrent-plan~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/logger~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/logger.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/db/conpool~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/db/conpool.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/db/conpool~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/bn~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/bn.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/dh~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/dh.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/pkey~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/pkey.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/kdf~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/kdf.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/digest~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/digest.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/digest~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/cipher~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/cipher.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/cipher~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/text.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/text~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/process~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/process.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/process~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/mime/struct~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/mime/struct.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/mime/struct~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/repl~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/repl.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/repl~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146/hash~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146/hash.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146/hash~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/pipe~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/pipe.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/number~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/kqueue~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/kqueue.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/socket~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/socket.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/socket~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/fdio~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/fdio.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/message~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/cli/shell~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/cli/shell.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/columnar~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/columnar.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/columnar~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/pretty~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159/pretty.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/135.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/xml~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/xml.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/path~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/path.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/test~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/test.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/test~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/cli/print-exit~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/cli/print-exit.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/cli/print-exit~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/macros~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/hmac~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/hmac.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto/hmac~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/uuid~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/uuid.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/uuid~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/mime/types~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/mime/types.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/basic-printers~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/basic-printers.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~7.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~8.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~9.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/signal-handler~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/signal-handler.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/signal-handler~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/interface~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/interface.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/flock~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/os/flock.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/proto~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/proto.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/159.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/xml.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/source.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/source~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/u8~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/u8.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/s8~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/s8.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/u16~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/u16.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/s16~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/s16.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/u32~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/u32.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/s32~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/s32.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/u64~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/u64.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/s64~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/s64.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/f32~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/f32.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/f64~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/f64.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/c64~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/c64.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/c128~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/160/c128.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/crypto.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/basic~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/basic.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/basic~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/socket~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/socket.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/socket~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/xml.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/tal/syntax~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/tal/syntax.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/tal/syntax~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/sasl~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/sasl.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/sasl~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/cookie~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/cookie.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/admin~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/admin.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/datagram~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/datagram.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/tal.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/bytes~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/bytes.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/42~10.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/interface~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/file~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/file.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/file~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/util~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/util.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/util~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/port~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/port.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/websocket/interface~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/websocket/interface.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/websocket/interface~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/delimited~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/delimited.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/delimited~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/socks/interface~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/socks/interface.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/socks/interface~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/input~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/input.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/input~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/output~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/output.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/output~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/chunked~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/chunked.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/chunked~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/chunked.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/input~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/input.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/input~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/output~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/output.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/output~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/utf8~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/utf8.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/stream~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/stream.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/server~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/server.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/delimited~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/delimited.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/reader~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/reader.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/inline.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/inline~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/writer~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/writer.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/writer~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/delimited~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/delimited.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/inline.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/inline~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/api~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/socket/api.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/dummy~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/dummy.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/dummy~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/78~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/78.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/78~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/proto~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/bytes~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/utf16~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/utf16.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/utf32~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/utf32.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/evector~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/evector.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/s3/sigv4~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/s3/sigv4.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/port~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/util~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/util.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/util~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/util.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/util~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/evector~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/util~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/api~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/strio/api.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/api~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/bio/api.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/iter~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/41-iter~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/41-iter.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/tal/iter~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/tal/iter.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/markup/sxml/tal/iter~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/web/fastcgi~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/web/fastcgi.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/web/fastcgi~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/lru~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/lru.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/hash~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/hash.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/channel~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/channel.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/channel~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/vector~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/vector.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/prime~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/prime.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/web/rack~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/web/rack.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/dag~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/dag.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/wg~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/wg.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/wg~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/121-iter~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/121-iter.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/127-iter~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/127-iter.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/158-iter.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io/api.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/lru~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/io.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/template~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/template.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/json/output~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/json/output.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/json/output~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/interface~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/interface.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/interface~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/interface~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/interface.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/interface~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/socket~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/socket.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/socket~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/websocket/socket~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/websocket/socket.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/websocket/socket~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/socks/client~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/socks/client.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/protobuf/io~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/protobuf/io.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/io~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/io.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/io~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/db/dbi~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/db/dbi.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/db/dbi~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/ll1~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/ll1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/parser/ll1~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/tls~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/tls.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/session~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/session.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/session~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/server~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/server.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/server~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/client~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/client.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/protobuf/macros.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/db/sqlite~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/db/sqlite.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/db/sqlite~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/string~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/string.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/decimal~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/decimal.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/decimal~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/data~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/data.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/headers~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/headers.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl/api.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/cli/getopt~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/cli/getopt.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/csv~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/csv.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/csv~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/make~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/make.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/make~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/ssl.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/build-script~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/build-script.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/build-script~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/client~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/client.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/client~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/connection~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/connection.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/connection~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/connection~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/connection.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/connection~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/server~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/server.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/server~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/api~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp/api.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/registry~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/registry.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/registry~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/loader~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/loader.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/ensemble~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/ensemble.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/smtp.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/api~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor-v18/api.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/rbtree~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/rbtree.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/misc/rbtree~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/actor.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/base~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/base.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/base~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/socks/server~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/socks/server.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/control~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/control.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/control~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/handler~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/handler.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/json/input~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/json/input.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/socks/client~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/cli/getopt~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/getopt.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/socks/api~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/socks/api.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/db/postgresql-driver~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/db/postgresql-driver.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/db/postgresql-driver~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/socks.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/db/postgresql~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/db/postgresql.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/srfi/146~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/handler~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/logger~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/logger.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/server~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/server.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/file~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/file.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/json/input~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd/api.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/json/util~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/json/util.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/json/util~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/httpd.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/json/api.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/websocket/server~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/websocket/server.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/text/json.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/protobuf/macros~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/protobuf/macros~2.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/request~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/request.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/protobuf/proto.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/protobuf/proto~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/cli/multicall~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/cli/multicall.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/cli/multicall~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/db/postgresql~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/request~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/websocket/client~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/websocket/client.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/json-rpc~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/json-rpc.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/json-rpc~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/websocket/api~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/websocket/api.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/s3/api~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/s3/api.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/s3/api~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/websocket.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/std/net/s3.scm) | |
[*] Building libgerbil | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__gambit.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__util.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__table.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__control.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__system.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__c3.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__mop.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__mop-system-classes.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__error.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__interface.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__hash.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__thread.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__syntax.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__eval.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__repl.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__loader.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__init.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__gambit.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__common.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__stx.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__core.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__top.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__module.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__compile.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__root.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__stxcase.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__init.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__base.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__method.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__compile.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-base.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-xform.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-top.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-spec.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-ann.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-call.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__driver.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__ssxi.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler.scm | |
... compile /home/user/gerbil/build/lib/static/std__build-config.scm | |
... compile /home/user/gerbil/build/lib/static/std__metaclass.scm | |
... compile /home/user/gerbil/build/lib/static/std__hash-table.scm | |
... compile /home/user/gerbil/build/lib/static/std__interactive.scm | |
... compile /home/user/gerbil/build/lib/static/std__ssi.scm | |
... compile /home/user/gerbil/build/lib/static/std__foreign.scm | |
... compile /home/user/gerbil/build/lib/static/std__deprecation.scm | |
... compile /home/user/gerbil/build/lib/static/std__error.scm | |
... compile /home/user/gerbil/build/lib/static/std__sort.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__repr.scm | |
... compile /home/user/gerbil/build/lib/static/std__format.scm | |
... compile /home/user/gerbil/build/lib/static/std__sugar.scm | |
... compile /home/user/gerbil/build/lib/static/std__pregexp.scm | |
... compile /home/user/gerbil/build/lib/static/std__values.scm | |
... compile /home/user/gerbil/build/lib/static/std__assert.scm | |
... compile /home/user/gerbil/build/lib/static/std__coroutine.scm | |
... compile /home/user/gerbil/build/lib/static/std__generic__dispatch.scm | |
... compile /home/user/gerbil/build/lib/static/std__generic__macros.scm | |
... compile /home/user/gerbil/build/lib/static/std__generic.scm | |
... compile /home/user/gerbil/build/lib/static/std__iter.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__8.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__srfi-support.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__1.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__plist.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__alist.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__list-builder.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__list.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__9.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__14.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__13.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__path.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__barrier.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__timeout.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__queue.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__channel.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__completion.scm | |
... compile /home/user/gerbil/build/lib/static/std__make.scm | |
... compile /home/user/gerbil/build/lib/static/std__build-script.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__141.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__number.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__string.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__hash.scm | |
... compile /home/user/gerbil/build/lib/static/std__cli__getopt.scm | |
... compile /home/user/gerbil/build/lib/static/std__getopt.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__19.scm | |
... compile /home/user/gerbil/build/lib/static/std__logger.scm | |
... compile /home/user/gerbil/build/lib/static/std__ref.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__shuffle.scm | |
... compile /home/user/gerbil/build/lib/static/std__event.scm | |
... compile /home/user/gerbil/build/lib/static/std__test.scm | |
... compile /home/user/gerbil/build/lib/static/std__stxparam.scm | |
... compile /home/user/gerbil/build/lib/static/std__stxutil.scm | |
... compile /home/user/gerbil/build/lib/static/std__source.scm | |
... compile /home/user/gerbil/build/lib/static/std__lazy.scm | |
... compile /home/user/gerbil/build/lib/static/std__amb.scm | |
... compile /home/user/gerbil/build/lib/static/std__contract.scm | |
... compile /home/user/gerbil/build/lib/static/std__interface.scm | |
... compile /home/user/gerbil/build/lib/static/std__instance.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__char-set.scm | |
... compile /home/user/gerbil/build/lib/static/std__cli__shell.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__ports.scm | |
... compile /home/user/gerbil/build/lib/static/std__cli__print-exit.scm | |
... compile /home/user/gerbil/build/lib/static/std__cli__multicall.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__interface.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__port.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__util.scm | |
... compile /home/user/gerbil/build/lib/static/std__os__fd.scm | |
... compile /home/user/gerbil/build/lib/static/std__os__error.scm | |
... compile /home/user/gerbil/build/lib/static/std__os__fcntl.scm | |
... compile /home/user/gerbil/build/lib/static/std__os__fdio.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__file.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__delimited.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__socket__types.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__rwlock.scm | |
... compile /home/user/gerbil/build/lib/static/std__os___socket.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__utf8.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__hex.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__address.scm | |
... compile /home/user/gerbil/build/lib/static/std__os__socket.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__socket__basic.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__socket__datagram.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__socket__socket.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__socket__server.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__socket__stream.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__socket__api.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__types.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__output.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__input.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__inline.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__util.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__delimited.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__chunked.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__packed.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__types.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__output.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__writer.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__utf8.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__input.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__reader.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__dummy.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__api.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__inline.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__util.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__chunked.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__delimited.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__api.scm | |
... compile /home/user/gerbil/build/lib/static/std__io__api.scm | |
... compile /home/user/gerbil/build/lib/static/std__io.scm | |
... compile /home/user/gerbil/build/lib/static/std__debug__DBG.scm | |
... compile /home/user/gerbil/build/lib/static/std__debug__heap.scm | |
... compile /home/user/gerbil/build/lib/static/std__debug__memleak.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__threads.scm | |
... compile /home/user/gerbil/build/lib/static/std__debug__threads.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__41.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__41-iter.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__42.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__43.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__78.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__95.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__101.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__128.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__125.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__113.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__116.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__117.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__121.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__121-iter.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__124.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__127.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__127-iter.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__130.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__132.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__133.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__134.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__srfi-135__etc.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__srfi-135__kernel8.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__srfi-135__macros.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__srfi-135__text.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__srfi-135__binary.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__135.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__143.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__144.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__145.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__151.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__rbtree.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__146.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__146__vector-edit.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__146__hamt-misc.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__146__hamt.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__146__hamt-map.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__146__hash.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__115.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__158.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__158-iter.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__environment.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__string.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__base.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__show.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__columnar.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__unicode.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__color.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__pretty.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__cvector.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__base.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__macros.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__u8.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__s8.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__u16.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__s16.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__u32.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__s32.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__u64.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__s64.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__f32.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__f64.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__c64.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__c128.scm | |
... compile /home/user/gerbil/build/lib/static/std__srfi__212.scm | |
... compile /home/user/gerbil/build/lib/static/std__mime__struct.scm | |
... compile /home/user/gerbil/build/lib/static/std__mime__types.scm | |
... compile /home/user/gerbil/build/lib/static/std__parser__rlang.scm | |
... compile /home/user/gerbil/build/lib/static/std__parser__base.scm | |
... compile /home/user/gerbil/build/lib/static/std__parser__stream.scm | |
... compile /home/user/gerbil/build/lib/static/std__parser__lexer.scm | |
... compile /home/user/gerbil/build/lib/static/std__parser__defparser.scm | |
... compile /home/user/gerbil/build/lib/static/std__parser__rx-parser.scm | |
... compile /home/user/gerbil/build/lib/static/std__parser__deflexer.scm | |
... compile /home/user/gerbil/build/lib/static/std__parser__grammar-reader.scm | |
... compile /home/user/gerbil/build/lib/static/std__parser__grammar.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__bytes.scm | |
... compile /home/user/gerbil/build/lib/static/std__parser__ll1.scm | |
... compile /home/user/gerbil/build/lib/static/std__parser.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__basic-printers.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__utf16.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__utf32.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__base64.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__base58.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__csv.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__json__env.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__walist.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__json__input.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__json__output.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__process.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__json__util.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__json__api.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__json.scm | |
... compile /home/user/gerbil/build/lib/static/std__text___zlib.scm | |
... compile /home/user/gerbil/build/lib/static/std__text__zlib.scm | |
... compile /home/user/gerbil/build/lib/static/std__crypto__libcrypto.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl__libssl.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl__error.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl__interface.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl__socket.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl__client.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl__server.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl__api.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__uri.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__request.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__mux.scm | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__path.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__template.scm | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__tls.scm | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__message.scm | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__io.scm | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__proto.scm | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__logger.scm | |
... compile /home/user/gerbil/build/lib/static/std__os__hostname.scm | |
... compile /home/user/gerbil/build/lib/static/std__crypto__etc.scm | |
... compile /home/user/gerbil/build/lib/static/std__crypto__kdf.scm | |
... compile /home/user/gerbil/build/lib/static/std__crypto__pkey.scm | |
... compile /home/user/gerbil/build/lib/static/std__crypto__bn.scm | |
... compile /home/user/gerbil/build/lib/static/std__crypto__dh.scm | |
... compile /home/user/gerbil/build/lib/static/std__crypto__digest.scm | |
... compile /home/user/gerbil/build/lib/static/std__crypto__hmac.scm | |
... compile /home/user/gerbil/build/lib/static/std__crypto__cipher.scm | |
... compile /home/user/gerbil/build/lib/static/std__crypto.scm | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__connection.scm | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__admin.scm | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__cookie.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__symbol.scm | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__server.scm | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__loader.scm | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__ensemble.scm | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__api.scm | |
... compile /home/user/gerbil/build/lib/static/std__actor.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__base.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__handler.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__server.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__logger.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__file.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__control.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__api.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__atom.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__json-rpc.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__s3__interface.scm | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__print.scm | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__ssax.scm | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__xml.scm | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__sxml-inf.scm | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__sxpath.scm | |
... compile /home/user/gerbil/build/lib/static/std__markup__xml.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__func.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__s3__sigv4.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__s3__api.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__s3.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp__interface.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp__session.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp__client.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp__connection.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp__data.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp__headers.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp__api.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__websocket__interface.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__websocket__socket.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__websocket__client.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__websocket__server.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__websocket__api.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__websocket.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__repl.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__socks__interface.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__socks__client.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__socks__server.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__socks__api.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__socks.scm | |
... compile /home/user/gerbil/build/lib/static/std__os__flock.scm | |
... compile /home/user/gerbil/build/lib/static/std__os__pipe.scm | |
... compile /home/user/gerbil/build/lib/static/std__os__kqueue.scm | |
... compile /home/user/gerbil/build/lib/static/std__os__signal.scm | |
... compile /home/user/gerbil/build/lib/static/std__os__signal-handler.scm | |
... compile /home/user/gerbil/build/lib/static/std__os__pid.scm | |
... compile /home/user/gerbil/build/lib/static/std__os__temporaries.scm | |
... compile /home/user/gerbil/build/lib/static/std__net__sasl.scm | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__html__parser.scm | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__tal__toplevel.scm | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__tal__iter.scm | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__tal__expander.scm | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__tal__syntax.scm | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml.scm | |
... compile /home/user/gerbil/build/lib/static/std__markup__tal.scm | |
... compile /home/user/gerbil/build/lib/static/std__markup__html.scm | |
... compile /home/user/gerbil/build/lib/static/std__xml.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__dag.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__decimal.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__vector.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__evector.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__prime.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__pqueue.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__concurrent-plan.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__uuid.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__deque.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__lru.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__sync.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__wg.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__shared.scm | |
... compile /home/user/gerbil/build/lib/static/std__misc__text.scm | |
... compile /home/user/gerbil/build/lib/static/std__protobuf__io.scm | |
... compile /home/user/gerbil/build/lib/static/std__protobuf__macros.scm | |
... compile /home/user/gerbil/build/lib/static/std__protobuf__proto-grammar.scm | |
... compile /home/user/gerbil/build/lib/static/std__protobuf__proto.scm | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__registry.scm | |
... compile /home/user/gerbil/build/lib/static/std__web__fastcgi.scm | |
... compile /home/user/gerbil/build/lib/static/std__web__rack.scm | |
... compile /home/user/gerbil/build/lib/static/std__db__dbi.scm | |
... compile /home/user/gerbil/build/lib/static/std__db__conpool.scm | |
... compile /home/user/gerbil/build/lib/static/std__db__postgresql-driver.scm | |
... compile /home/user/gerbil/build/lib/static/std__db__postgresql.scm | |
... compile /home/user/gerbil/build/lib/static/std__db___sqlite.scm | |
... compile /home/user/gerbil/build/lib/static/std__db__sqlite.scm | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__gambit.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__util.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__table.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__control.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__system.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__c3.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__mop.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__mop-system-classes.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__error.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__interface.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__hash.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__thread.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__syntax.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__eval.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__repl.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__loader.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime__init.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__runtime.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__gambit.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__common.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__stx.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__core.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__top.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__module.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__compile.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__root.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__stxcase.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander__init.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__expander.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__base.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__method.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__compile.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-base.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-xform.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-top.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-spec.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-ann.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize-call.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__optimize.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__driver.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler__ssxi.c | |
... compile /home/user/gerbil/build/lib/static/gerbil__compiler.c | |
... compile /home/user/gerbil/build/lib/static/std__build-config.c | |
... compile /home/user/gerbil/build/lib/static/std__metaclass.c | |
... compile /home/user/gerbil/build/lib/static/std__hash-table.c | |
... compile /home/user/gerbil/build/lib/static/std__interactive.c | |
... compile /home/user/gerbil/build/lib/static/std__ssi.c | |
... compile /home/user/gerbil/build/lib/static/std__foreign.c | |
... compile /home/user/gerbil/build/lib/static/std__deprecation.c | |
... compile /home/user/gerbil/build/lib/static/std__error.c | |
... compile /home/user/gerbil/build/lib/static/std__sort.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__repr.c | |
... compile /home/user/gerbil/build/lib/static/std__format.c | |
... compile /home/user/gerbil/build/lib/static/std__sugar.c | |
... compile /home/user/gerbil/build/lib/static/std__pregexp.c | |
... compile /home/user/gerbil/build/lib/static/std__values.c | |
... compile /home/user/gerbil/build/lib/static/std__assert.c | |
... compile /home/user/gerbil/build/lib/static/std__coroutine.c | |
... compile /home/user/gerbil/build/lib/static/std__generic__dispatch.c | |
... compile /home/user/gerbil/build/lib/static/std__generic__macros.c | |
... compile /home/user/gerbil/build/lib/static/std__generic.c | |
... compile /home/user/gerbil/build/lib/static/std__iter.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__8.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__srfi-support.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__1.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__plist.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__alist.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__list-builder.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__list.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__9.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__14.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__13.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__path.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__barrier.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__timeout.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__queue.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__channel.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__completion.c | |
... compile /home/user/gerbil/build/lib/static/std__make.c | |
... compile /home/user/gerbil/build/lib/static/std__build-script.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__141.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__number.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__string.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__hash.c | |
... compile /home/user/gerbil/build/lib/static/std__cli__getopt.c | |
... compile /home/user/gerbil/build/lib/static/std__getopt.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__19.c | |
... compile /home/user/gerbil/build/lib/static/std__logger.c | |
... compile /home/user/gerbil/build/lib/static/std__ref.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__shuffle.c | |
... compile /home/user/gerbil/build/lib/static/std__event.c | |
... compile /home/user/gerbil/build/lib/static/std__test.c | |
... compile /home/user/gerbil/build/lib/static/std__stxparam.c | |
... compile /home/user/gerbil/build/lib/static/std__stxutil.c | |
... compile /home/user/gerbil/build/lib/static/std__source.c | |
... compile /home/user/gerbil/build/lib/static/std__lazy.c | |
... compile /home/user/gerbil/build/lib/static/std__amb.c | |
... compile /home/user/gerbil/build/lib/static/std__contract.c | |
... compile /home/user/gerbil/build/lib/static/std__interface.c | |
... compile /home/user/gerbil/build/lib/static/std__instance.c | |
... compile /home/user/gerbil/build/lib/static/std__text__char-set.c | |
... compile /home/user/gerbil/build/lib/static/std__cli__shell.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__ports.c | |
... compile /home/user/gerbil/build/lib/static/std__cli__print-exit.c | |
... compile /home/user/gerbil/build/lib/static/std__cli__multicall.c | |
... compile /home/user/gerbil/build/lib/static/std__io__interface.c | |
... compile /home/user/gerbil/build/lib/static/std__io__port.c | |
... compile /home/user/gerbil/build/lib/static/std__io__util.c | |
... compile /home/user/gerbil/build/lib/static/std__os__fd.c | |
... compile /home/user/gerbil/build/lib/static/std__os__error.c | |
... compile /home/user/gerbil/build/lib/static/std__os__fcntl.c | |
... compile /home/user/gerbil/build/lib/static/std__os__fdio.c | |
... compile /home/user/gerbil/build/lib/static/std__io__file.c | |
... compile /home/user/gerbil/build/lib/static/std__io__delimited.c | |
... compile /home/user/gerbil/build/lib/static/std__io__socket__types.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__rwlock.c | |
... compile /home/user/gerbil/build/lib/static/std__os___socket.c | |
... compile /home/user/gerbil/build/lib/static/std__text__utf8.c | |
... compile /home/user/gerbil/build/lib/static/std__text__hex.c | |
... compile /home/user/gerbil/build/lib/static/std__net__address.c | |
... compile /home/user/gerbil/build/lib/static/std__os__socket.c | |
... compile /home/user/gerbil/build/lib/static/std__io__socket__basic.c | |
... compile /home/user/gerbil/build/lib/static/std__io__socket__datagram.c | |
... compile /home/user/gerbil/build/lib/static/std__io__socket__socket.c | |
... compile /home/user/gerbil/build/lib/static/std__io__socket__server.c | |
... compile /home/user/gerbil/build/lib/static/std__io__socket__stream.c | |
... compile /home/user/gerbil/build/lib/static/std__io__socket__api.c | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__types.c | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__output.c | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__input.c | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__inline.c | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__util.c | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__delimited.c | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__chunked.c | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__packed.c | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__types.c | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__output.c | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__writer.c | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__utf8.c | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__input.c | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__reader.c | |
... compile /home/user/gerbil/build/lib/static/std__io__dummy.c | |
... compile /home/user/gerbil/build/lib/static/std__io__strio__api.c | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__inline.c | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__util.c | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__chunked.c | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__delimited.c | |
... compile /home/user/gerbil/build/lib/static/std__io__bio__api.c | |
... compile /home/user/gerbil/build/lib/static/std__io__api.c | |
... compile /home/user/gerbil/build/lib/static/std__io.c | |
... compile /home/user/gerbil/build/lib/static/std__debug__DBG.c | |
... compile /home/user/gerbil/build/lib/static/std__debug__heap.c | |
... compile /home/user/gerbil/build/lib/static/std__debug__memleak.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__threads.c | |
... compile /home/user/gerbil/build/lib/static/std__debug__threads.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__41.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__41-iter.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__42.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__43.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__78.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__95.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__101.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__128.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__125.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__113.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__116.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__117.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__121.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__121-iter.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__124.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__127.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__127-iter.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__130.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__132.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__133.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__134.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__srfi-135__etc.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__srfi-135__kernel8.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__srfi-135__macros.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__srfi-135__text.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__srfi-135__binary.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__135.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__143.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__144.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__145.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__151.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__rbtree.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__146.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__146__vector-edit.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__146__hamt-misc.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__146__hamt.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__146__hamt-map.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__146__hash.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__115.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__158.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__158-iter.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__environment.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__string.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__base.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__show.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__columnar.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__unicode.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__color.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159__pretty.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__159.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__cvector.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__base.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__macros.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__u8.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__s8.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__u16.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__s16.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__u32.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__s32.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__u64.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__s64.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__f32.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__f64.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__c64.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__160__c128.c | |
... compile /home/user/gerbil/build/lib/static/std__srfi__212.c | |
... compile /home/user/gerbil/build/lib/static/std__mime__struct.c | |
... compile /home/user/gerbil/build/lib/static/std__mime__types.c | |
... compile /home/user/gerbil/build/lib/static/std__parser__rlang.c | |
... compile /home/user/gerbil/build/lib/static/std__parser__base.c | |
... compile /home/user/gerbil/build/lib/static/std__parser__stream.c | |
... compile /home/user/gerbil/build/lib/static/std__parser__lexer.c | |
... compile /home/user/gerbil/build/lib/static/std__parser__defparser.c | |
... compile /home/user/gerbil/build/lib/static/std__parser__rx-parser.c | |
... compile /home/user/gerbil/build/lib/static/std__parser__deflexer.c | |
... compile /home/user/gerbil/build/lib/static/std__parser__grammar-reader.c | |
... compile /home/user/gerbil/build/lib/static/std__parser__grammar.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__bytes.c | |
... compile /home/user/gerbil/build/lib/static/std__parser__ll1.c | |
... compile /home/user/gerbil/build/lib/static/std__parser.c | |
... compile /home/user/gerbil/build/lib/static/std__text__basic-printers.c | |
... compile /home/user/gerbil/build/lib/static/std__text__utf16.c | |
... compile /home/user/gerbil/build/lib/static/std__text__utf32.c | |
... compile /home/user/gerbil/build/lib/static/std__text__base64.c | |
... compile /home/user/gerbil/build/lib/static/std__text__base58.c | |
... compile /home/user/gerbil/build/lib/static/std__text__csv.c | |
... compile /home/user/gerbil/build/lib/static/std__text__json__env.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__walist.c | |
... compile /home/user/gerbil/build/lib/static/std__text__json__input.c | |
... compile /home/user/gerbil/build/lib/static/std__text__json__output.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__process.c | |
... compile /home/user/gerbil/build/lib/static/std__text__json__util.c | |
... compile /home/user/gerbil/build/lib/static/std__text__json__api.c | |
... compile /home/user/gerbil/build/lib/static/std__text__json.c | |
... compile /home/user/gerbil/build/lib/static/std__text___zlib.c | |
... compile /home/user/gerbil/build/lib/static/std__text__zlib.c | |
... compile /home/user/gerbil/build/lib/static/std__crypto__libcrypto.c | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl__libssl.c | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl__error.c | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl__interface.c | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl__socket.c | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl__client.c | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl__server.c | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl__api.c | |
... compile /home/user/gerbil/build/lib/static/std__net__ssl.c | |
... compile /home/user/gerbil/build/lib/static/std__net__uri.c | |
... compile /home/user/gerbil/build/lib/static/std__net__request.c | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__mux.c | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__path.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__template.c | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__tls.c | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__message.c | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__io.c | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__proto.c | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__logger.c | |
... compile /home/user/gerbil/build/lib/static/std__os__hostname.c | |
... compile /home/user/gerbil/build/lib/static/std__crypto__etc.c | |
... compile /home/user/gerbil/build/lib/static/std__crypto__kdf.c | |
... compile /home/user/gerbil/build/lib/static/std__crypto__pkey.c | |
... compile /home/user/gerbil/build/lib/static/std__crypto__bn.c | |
... compile /home/user/gerbil/build/lib/static/std__crypto__dh.c | |
... compile /home/user/gerbil/build/lib/static/std__crypto__digest.c | |
... compile /home/user/gerbil/build/lib/static/std__crypto__hmac.c | |
... compile /home/user/gerbil/build/lib/static/std__crypto__cipher.c | |
... compile /home/user/gerbil/build/lib/static/std__crypto.c | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__connection.c | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__admin.c | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__cookie.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__symbol.c | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__server.c | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__loader.c | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__ensemble.c | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__api.c | |
... compile /home/user/gerbil/build/lib/static/std__actor.c | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__base.c | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__handler.c | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__server.c | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__logger.c | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__file.c | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__control.c | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd__api.c | |
... compile /home/user/gerbil/build/lib/static/std__net__httpd.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__atom.c | |
... compile /home/user/gerbil/build/lib/static/std__net__json-rpc.c | |
... compile /home/user/gerbil/build/lib/static/std__net__s3__interface.c | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__print.c | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__ssax.c | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__xml.c | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__sxml-inf.c | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__sxpath.c | |
... compile /home/user/gerbil/build/lib/static/std__markup__xml.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__func.c | |
... compile /home/user/gerbil/build/lib/static/std__net__s3__sigv4.c | |
... compile /home/user/gerbil/build/lib/static/std__net__s3__api.c | |
... compile /home/user/gerbil/build/lib/static/std__net__s3.c | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp__interface.c | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp__session.c | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp__client.c | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp__connection.c | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp__data.c | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp__headers.c | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp__api.c | |
... compile /home/user/gerbil/build/lib/static/std__net__smtp.c | |
... compile /home/user/gerbil/build/lib/static/std__net__websocket__interface.c | |
... compile /home/user/gerbil/build/lib/static/std__net__websocket__socket.c | |
... compile /home/user/gerbil/build/lib/static/std__net__websocket__client.c | |
... compile /home/user/gerbil/build/lib/static/std__net__websocket__server.c | |
... compile /home/user/gerbil/build/lib/static/std__net__websocket__api.c | |
... compile /home/user/gerbil/build/lib/static/std__net__websocket.c | |
... compile /home/user/gerbil/build/lib/static/std__net__repl.c | |
... compile /home/user/gerbil/build/lib/static/std__net__socks__interface.c | |
... compile /home/user/gerbil/build/lib/static/std__net__socks__client.c | |
... compile /home/user/gerbil/build/lib/static/std__net__socks__server.c | |
... compile /home/user/gerbil/build/lib/static/std__net__socks__api.c | |
... compile /home/user/gerbil/build/lib/static/std__net__socks.c | |
... compile /home/user/gerbil/build/lib/static/std__os__flock.c | |
... compile /home/user/gerbil/build/lib/static/std__os__pipe.c | |
... compile /home/user/gerbil/build/lib/static/std__os__kqueue.c | |
... compile /home/user/gerbil/build/lib/static/std__os__signal.c | |
... compile /home/user/gerbil/build/lib/static/std__os__signal-handler.c | |
... compile /home/user/gerbil/build/lib/static/std__os__pid.c | |
... compile /home/user/gerbil/build/lib/static/std__os__temporaries.c | |
... compile /home/user/gerbil/build/lib/static/std__net__sasl.c | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__html__parser.c | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__tal__toplevel.c | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__tal__iter.c | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__tal__expander.c | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml__tal__syntax.c | |
... compile /home/user/gerbil/build/lib/static/std__markup__sxml.c | |
... compile /home/user/gerbil/build/lib/static/std__markup__tal.c | |
... compile /home/user/gerbil/build/lib/static/std__markup__html.c | |
... compile /home/user/gerbil/build/lib/static/std__xml.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__dag.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__decimal.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__vector.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__evector.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__prime.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__pqueue.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__concurrent-plan.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__uuid.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__deque.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__lru.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__sync.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__wg.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__shared.c | |
... compile /home/user/gerbil/build/lib/static/std__misc__text.c | |
... compile /home/user/gerbil/build/lib/static/std__protobuf__io.c | |
... compile /home/user/gerbil/build/lib/static/std__protobuf__macros.c | |
... compile /home/user/gerbil/build/lib/static/std__protobuf__proto-grammar.c | |
... compile /home/user/gerbil/build/lib/static/std__protobuf__proto.c | |
... compile /home/user/gerbil/build/lib/static/std__actor-v18__registry.c | |
... compile /home/user/gerbil/build/lib/static/std__web__fastcgi.c | |
... compile /home/user/gerbil/build/lib/static/std__web__rack.c | |
... compile /home/user/gerbil/build/lib/static/std__db__dbi.c | |
... compile /home/user/gerbil/build/lib/static/std__db__conpool.c | |
... compile /home/user/gerbil/build/lib/static/std__db__postgresql-driver.c | |
... compile /home/user/gerbil/build/lib/static/std__db__postgresql.c | |
... compile /home/user/gerbil/build/lib/static/std__db___sqlite.c | |
... compile /home/user/gerbil/build/lib/static/std__db__sqlite.c | |
[*] Building languages | |
... compile scheme/base-impl | |
... compile scheme/case-lambda | |
... compile scheme/char | |
... compile scheme/complex | |
... compile scheme/cxr | |
... compile scheme/eval-impl | |
... compile scheme/file | |
... compile scheme/inexact | |
... compile scheme/lazy-impl | |
... compile scheme/process-context-impl | |
... compile scheme/read | |
... compile scheme/repl-impl | |
... compile scheme/time | |
... compile scheme/write | |
... compile gerbil/polydactyl | |
... compile scheme/eval | |
... compile scheme/lazy | |
... compile scheme/load-impl | |
... compile scheme/repl | |
... compile scheme/process-context | |
... compile scheme/load | |
... compile scheme/base | |
... compile scheme/r7rs | |
... compile scheme/r5rs | |
... compile scheme/r5rs-null | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/case-lambda.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/char.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/base-impl~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/base-impl.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/complex.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/cxr.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/eval-impl~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/eval-impl.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/inexact.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/lazy-impl~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/lazy-impl.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/file.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/read.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/repl-impl~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/repl-impl.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/process-context-impl~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/process-context-impl.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/write.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/polydactyl.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/polydactyl~_extern_.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/polydactyl~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/time.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/lazy.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/load-impl~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/load-impl.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/eval.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/process-context.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/load.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/repl.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/base-impl~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/base.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/r5rs.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/r5rs-null.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/r7rs.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/r7rs~1.scm) | |
[*] Building R7RS large | |
... compile scheme/list | |
... compile scheme/vector | |
... compile scheme/sort | |
... compile scheme/comparator | |
... compile scheme/hash-table | |
... compile scheme/set | |
... compile scheme/charset | |
... compile scheme/ilist | |
... compile scheme/rlist | |
... compile scheme/ideque | |
... compile scheme/text | |
... compile scheme/generator | |
... compile scheme/lseq | |
... compile scheme/stream | |
... compile scheme/box | |
... compile scheme/list-queue | |
... compile scheme/ephemeron | |
... compile scheme/mapping | |
... compile scheme/mapping/hash | |
... compile scheme/regex | |
... compile scheme/division | |
... compile scheme/bitwise | |
... compile scheme/fixnum | |
... compile scheme/flonum | |
... compile scheme/bytevector | |
... compile scheme/vector/base | |
... compile scheme/vector/u8 | |
... compile scheme/vector/s8 | |
... compile scheme/vector/u16 | |
... compile scheme/vector/s16 | |
... compile scheme/vector/u32 | |
... compile scheme/vector/s32 | |
... compile scheme/vector/u64 | |
... compile scheme/vector/s64 | |
... compile scheme/vector/f32 | |
... compile scheme/vector/f64 | |
... compile scheme/vector/c64 | |
... compile scheme/vector/c128 | |
... compile scheme/show | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/vector.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/list.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/sort.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/comparator.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/hash-table.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/set.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/charset.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/ilist.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/rlist.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/ideque.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/generator.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/text.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/stream.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/lseq.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/box.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/ephemeron.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/list-queue.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/mapping.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/mapping/hash.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/division.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/regex.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/fixnum.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/bitwise.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/flonum.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/bytevector~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/bytevector.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/vector/base.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/vector/u8.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/vector/s8.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/vector/u16.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/vector/s16.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/vector/u32.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/vector/s32.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/vector/u64.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/vector/s64.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/vector/f32.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/vector/f64.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/vector/c64.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/vector/c128.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/scheme/show.scm) | |
[*] Building SRFI shims | |
... compile 1 | |
... compile 8 | |
... compile 9 | |
... compile 13 | |
... compile 14 | |
... compile 19 | |
... compile 41 | |
... compile 42 | |
... compile 43 | |
... compile 78 | |
... compile 95 | |
... compile 101 | |
... compile 113 | |
... compile 115 | |
... compile 116 | |
... compile 117 | |
... compile 121 | |
... compile 124 | |
... compile 127 | |
... compile 128 | |
... compile 130 | |
... compile 132 | |
... compile 133 | |
... compile 134 | |
... compile 135 | |
... compile 141 | |
... compile 143 | |
... compile 144 | |
... compile 145 | |
... compile 146 | |
... compile 151 | |
... compile 158 | |
... compile 159 | |
... compile 212 | |
... compile 146/hamt | |
... compile 146/hamt-map | |
... compile 146/hamt-misc | |
... compile 146/hash | |
... compile 146/vector-edit | |
... compile 159/base | |
... compile 159/color | |
... compile 159/columnar | |
... compile 159/environment | |
... compile 159/pretty | |
... compile 159/show | |
... compile 159/string | |
... compile 159/unicode | |
... compile 160/base | |
... compile 160/c128 | |
... compile 160/c64 | |
... compile 160/f32 | |
... compile 160/f64 | |
... compile 160/s16 | |
... compile 160/s32 | |
... compile 160/s64 | |
... compile 160/s8 | |
... compile 160/u16 | |
... compile 160/u32 | |
... compile 160/u64 | |
... compile 160/u8 | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/8.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/9.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/14.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/13.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/41.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/19.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/43.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/42.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/95.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/78.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/101.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/113.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/115.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/117.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/116.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/121.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/127.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/124.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/128.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/130.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/133.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/132.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/134.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/141.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/135.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/143.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/145.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/144.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/151.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/146.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/158.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/159.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/212.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/146/hamt.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/146/hamt-misc.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/146/hamt-map.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/146/hash.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/159/base.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/146/vector-edit.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/159/columnar.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/159/color.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/159/environment.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/159/show.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/159/pretty.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/159/string.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/160/base.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/159/unicode.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/160/c128.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/160/c64.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/160/f32.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/160/f64.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/160/s16.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/160/s32.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/160/s64.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/160/s8.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/160/u16.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/160/u32.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/160/u64.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/srfi/160/u8.scm) | |
[*] Building gerbil tools | |
... compile env | |
... compile gxprof | |
... compile gxtags | |
... compile gxpkg | |
... compile gxtest | |
... compile gxensemble | |
... compile gxhttpd | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/env~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/env.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/gxensemble~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/gxensemble.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/gxensemble~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/gxtest~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/gxtest.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/gxprof~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/gxprof.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/gxhttpd~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/gxhttpd.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/gxhttpd~1.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/gxpkg~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/gxpkg.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/gxtags~0.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/gxtags.scm) | |
... execute compile job (compile-file /home/user/gerbil/build/lib/gerbil/tools/gxpkg~1.scm) | |
[*] Done | |
Compilation finished at Tue Oct 29 05:04:00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment