1 | quaxo:000-Build/chicken-4.11.0rc2> make PLATFORM=macosx PREFIX=/Data/tools/chicken-4.11.0rc2 DEBUGBUILD=1 CHICKEN=$T/chicken-4.10.0/bin/chicken boot-chicken |
---|
2 | "/Applications/Xcode.app/Contents/Developer/usr/bin/make" PLATFORM=macosx PREFIX=/nowhere CONFIG= \ |
---|
3 | CHICKEN=/Data/tools/chicken-4.10.0/bin/chicken PROGRAM_SUFFIX=-boot-stage1 STATICBUILD=1 \ |
---|
4 | C_COMPILER_OPTIMIZATION_OPTIONS="-g -Wall -Wno-unused" BUILDING_CHICKEN_BOOT=1 \ |
---|
5 | confclean chicken-boot-stage1 |
---|
6 | rm -f \ |
---|
7 | chicken-config.h chicken-defaults.h chicken-install.rc chicken-uninstall.rc |
---|
8 | echo '#define DEBUGBUILD 1' >> chicken-defaults.h |
---|
9 | echo '#define C_CHICKEN_PROGRAM "chicken-boot-stage1"' >> chicken-defaults.h |
---|
10 | echo '#ifndef C_INSTALL_CC' >> chicken-defaults.h |
---|
11 | echo '# define C_INSTALL_CC "/Applications/Xcode.app/Contents/Developer/usr/bin/gcc"' >> chicken-defaults.h |
---|
12 | echo '#endif' >> chicken-defaults.h |
---|
13 | echo '#ifndef C_INSTALL_CXX' >> chicken-defaults.h |
---|
14 | echo '# define C_INSTALL_CXX "g++"' >> chicken-defaults.h |
---|
15 | echo '#endif' >> chicken-defaults.h |
---|
16 | echo '#ifndef C_INSTALL_POSTINSTALL_PROGRAM' >> chicken-defaults.h |
---|
17 | echo '# define C_INSTALL_POSTINSTALL_PROGRAM "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool"' >> chicken-defaults.h |
---|
18 | echo '#endif' >> chicken-defaults.h |
---|
19 | echo '#ifndef C_INSTALL_RC_COMPILER' >> chicken-defaults.h |
---|
20 | echo '# define C_INSTALL_RC_COMPILER ""' >> chicken-defaults.h |
---|
21 | echo '#endif' >> chicken-defaults.h |
---|
22 | echo '#ifndef C_INSTALL_CFLAGS' >> chicken-defaults.h |
---|
23 | echo '# define C_INSTALL_CFLAGS "-fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -g -Wall -Wno-unused"' >> chicken-defaults.h |
---|
24 | echo '#endif' >> chicken-defaults.h |
---|
25 | echo '#ifndef C_INSTALL_LDFLAGS' >> chicken-defaults.h |
---|
26 | echo '# define C_INSTALL_LDFLAGS "-m64 "' >> chicken-defaults.h |
---|
27 | echo '#endif' >> chicken-defaults.h |
---|
28 | echo '#ifndef C_INSTALL_PREFIX' >> chicken-defaults.h |
---|
29 | echo '# define C_INSTALL_PREFIX "/nowhere"' >> chicken-defaults.h |
---|
30 | echo '#endif' >> chicken-defaults.h |
---|
31 | echo '#ifndef C_INSTALL_SHARE_HOME' >> chicken-defaults.h |
---|
32 | echo '# define C_INSTALL_SHARE_HOME "/nowhere/share/chicken-boot-stage1"' >> chicken-defaults.h |
---|
33 | echo '#endif' >> chicken-defaults.h |
---|
34 | echo '#ifndef C_INSTALL_BIN_HOME' >> chicken-defaults.h |
---|
35 | echo '# define C_INSTALL_BIN_HOME "/nowhere/bin"' >> chicken-defaults.h |
---|
36 | echo '#endif' >> chicken-defaults.h |
---|
37 | echo '#ifndef C_INSTALL_EGG_HOME' >> chicken-defaults.h |
---|
38 | echo '# define C_INSTALL_EGG_HOME "/nowhere/lib/chicken-boot-stage1/8"' >> chicken-defaults.h |
---|
39 | echo '#endif' >> chicken-defaults.h |
---|
40 | echo '#ifndef C_INSTALL_LIB_HOME' >> chicken-defaults.h |
---|
41 | echo '# define C_INSTALL_LIB_HOME "/nowhere/lib"' >> chicken-defaults.h |
---|
42 | echo '#endif' >> chicken-defaults.h |
---|
43 | echo '#ifndef C_INSTALL_LIB_NAME' >> chicken-defaults.h |
---|
44 | echo '# define C_INSTALL_LIB_NAME "chicken-boot-stage1"' >> chicken-defaults.h |
---|
45 | echo '#endif' >> chicken-defaults.h |
---|
46 | echo '#ifndef C_INSTALL_STATIC_LIB_HOME' >> chicken-defaults.h |
---|
47 | echo '# define C_INSTALL_STATIC_LIB_HOME "/nowhere/lib"' >> chicken-defaults.h |
---|
48 | echo '#endif' >> chicken-defaults.h |
---|
49 | echo '#ifndef C_INSTALL_INCLUDE_HOME' >> chicken-defaults.h |
---|
50 | echo '# define C_INSTALL_INCLUDE_HOME "/nowhere/include/chicken-boot-stage1"' >> chicken-defaults.h |
---|
51 | echo '#endif' >> chicken-defaults.h |
---|
52 | echo '#ifndef C_INSTALL_MORE_LIBS' >> chicken-defaults.h |
---|
53 | echo '# define C_INSTALL_MORE_LIBS "-lm"' >> chicken-defaults.h |
---|
54 | echo '#endif' >> chicken-defaults.h |
---|
55 | echo '#ifndef C_INSTALL_MORE_STATIC_LIBS' >> chicken-defaults.h |
---|
56 | echo '# define C_INSTALL_MORE_STATIC_LIBS "-lm"' >> chicken-defaults.h |
---|
57 | echo '#endif' >> chicken-defaults.h |
---|
58 | echo '#ifndef C_DEFAULT_TARGET_HEAP_SIZE' >> chicken-defaults.h |
---|
59 | echo '# define C_DEFAULT_TARGET_HEAP_SIZE 0' >> chicken-defaults.h |
---|
60 | echo '#endif' >> chicken-defaults.h |
---|
61 | echo '#ifndef C_STACK_GROWS_DOWNWARD' >> chicken-defaults.h |
---|
62 | echo '# define C_STACK_GROWS_DOWNWARD 1' >> chicken-defaults.h |
---|
63 | echo '#endif' >> chicken-defaults.h |
---|
64 | echo '#ifndef C_TARGET_MORE_LIBS' >> chicken-defaults.h |
---|
65 | echo '# define C_TARGET_MORE_LIBS "-lm"' >> chicken-defaults.h |
---|
66 | echo '#endif' >> chicken-defaults.h |
---|
67 | echo '#ifndef C_TARGET_MORE_STATIC_LIBS' >> chicken-defaults.h |
---|
68 | echo '# define C_TARGET_MORE_STATIC_LIBS "-lm"' >> chicken-defaults.h |
---|
69 | echo '#endif' >> chicken-defaults.h |
---|
70 | echo '#ifndef C_TARGET_CC' >> chicken-defaults.h |
---|
71 | echo '# define C_TARGET_CC "/Applications/Xcode.app/Contents/Developer/usr/bin/gcc"' >> chicken-defaults.h |
---|
72 | echo '#endif' >> chicken-defaults.h |
---|
73 | echo '#ifndef C_TARGET_CXX' >> chicken-defaults.h |
---|
74 | echo '# define C_TARGET_CXX "g++"' >> chicken-defaults.h |
---|
75 | echo '#endif' >> chicken-defaults.h |
---|
76 | echo '#ifndef C_TARGET_RC_COMPILER' >> chicken-defaults.h |
---|
77 | echo '# define C_TARGET_RC_COMPILER ""' >> chicken-defaults.h |
---|
78 | echo '#endif' >> chicken-defaults.h |
---|
79 | echo '#ifndef C_TARGET_CFLAGS' >> chicken-defaults.h |
---|
80 | echo '# define C_TARGET_CFLAGS "-fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -g -Wall -Wno-unused"' >> chicken-defaults.h |
---|
81 | echo '#endif' >> chicken-defaults.h |
---|
82 | echo '#ifndef C_TARGET_LDFLAGS' >> chicken-defaults.h |
---|
83 | echo '# define C_TARGET_LDFLAGS "-m64 "' >> chicken-defaults.h |
---|
84 | echo '#endif' >> chicken-defaults.h |
---|
85 | echo '#ifndef C_TARGET_FEATURES' >> chicken-defaults.h |
---|
86 | echo '# define C_TARGET_FEATURES ""' >> chicken-defaults.h |
---|
87 | echo '#endif' >> chicken-defaults.h |
---|
88 | echo '#ifndef C_CROSS_CHICKEN' >> chicken-defaults.h |
---|
89 | echo '# define C_CROSS_CHICKEN 0' >> chicken-defaults.h |
---|
90 | echo '#endif' >> chicken-defaults.h |
---|
91 | echo '#ifndef C_TARGET_PREFIX' >> chicken-defaults.h |
---|
92 | echo '# define C_TARGET_PREFIX "/nowhere"' >> chicken-defaults.h |
---|
93 | echo '#endif' >> chicken-defaults.h |
---|
94 | echo '#ifndef C_TARGET_BIN_HOME' >> chicken-defaults.h |
---|
95 | echo '# define C_TARGET_BIN_HOME "/nowhere/bin"' >> chicken-defaults.h |
---|
96 | echo '#endif' >> chicken-defaults.h |
---|
97 | echo '#ifndef C_TARGET_LIB_HOME' >> chicken-defaults.h |
---|
98 | echo '# define C_TARGET_LIB_HOME "/nowhere/lib"' >> chicken-defaults.h |
---|
99 | echo '#endif' >> chicken-defaults.h |
---|
100 | echo '#ifndef C_TARGET_LIB_NAME' >> chicken-defaults.h |
---|
101 | echo '# define C_TARGET_LIB_NAME "chicken"' >> chicken-defaults.h |
---|
102 | echo '#endif' >> chicken-defaults.h |
---|
103 | echo '#ifndef C_TARGET_RUN_LIB_HOME' >> chicken-defaults.h |
---|
104 | echo '# define C_TARGET_RUN_LIB_HOME "/nowhere/lib"' >> chicken-defaults.h |
---|
105 | echo '#endif' >> chicken-defaults.h |
---|
106 | echo '#ifndef C_TARGET_SHARE_HOME' >> chicken-defaults.h |
---|
107 | echo '# define C_TARGET_SHARE_HOME "/nowhere/share"' >> chicken-defaults.h |
---|
108 | echo '#endif' >> chicken-defaults.h |
---|
109 | echo '#ifndef C_TARGET_INCLUDE_HOME' >> chicken-defaults.h |
---|
110 | echo '# define C_TARGET_INCLUDE_HOME "/nowhere/include/chicken"' >> chicken-defaults.h |
---|
111 | echo '#endif' >> chicken-defaults.h |
---|
112 | echo '#ifndef C_TARGET_STATIC_LIB_HOME' >> chicken-defaults.h |
---|
113 | echo '# define C_TARGET_STATIC_LIB_HOME "/nowhere/lib"' >> chicken-defaults.h |
---|
114 | echo '#endif' >> chicken-defaults.h |
---|
115 | echo '#ifndef C_CHICKEN_PROGRAM' >> chicken-defaults.h |
---|
116 | echo '# define C_CHICKEN_PROGRAM "chicken-boot-stage1"' >> chicken-defaults.h |
---|
117 | echo '#endif' >> chicken-defaults.h |
---|
118 | echo '#ifndef C_CSC_PROGRAM' >> chicken-defaults.h |
---|
119 | echo '# define C_CSC_PROGRAM "csc-boot-stage1"' >> chicken-defaults.h |
---|
120 | echo '#endif' >> chicken-defaults.h |
---|
121 | echo '#ifndef C_CSI_PROGRAM' >> chicken-defaults.h |
---|
122 | echo '# define C_CSI_PROGRAM "csi-boot-stage1"' >> chicken-defaults.h |
---|
123 | echo '#endif' >> chicken-defaults.h |
---|
124 | echo '#ifndef C_CHICKEN_BUG_PROGRAM' >> chicken-defaults.h |
---|
125 | echo '# define C_CHICKEN_BUG_PROGRAM "chicken-bug-boot-stage1"' >> chicken-defaults.h |
---|
126 | echo '#endif' >> chicken-defaults.h |
---|
127 | echo '#ifndef C_CHICKEN_INSTALL_PROGRAM' >> chicken-defaults.h |
---|
128 | echo '# define C_CHICKEN_INSTALL_PROGRAM "chicken-install-boot-stage1"' >> chicken-defaults.h |
---|
129 | echo '#endif' >> chicken-defaults.h |
---|
130 | echo '#ifndef C_CHICKEN_UNINSTALL_PROGRAM' >> chicken-defaults.h |
---|
131 | echo '# define C_CHICKEN_UNINSTALL_PROGRAM "chicken-uninstall-boot-stage1"' >> chicken-defaults.h |
---|
132 | echo '#endif' >> chicken-defaults.h |
---|
133 | echo '#ifndef C_CHICKEN_STATUS_PROGRAM' >> chicken-defaults.h |
---|
134 | echo '# define C_CHICKEN_STATUS_PROGRAM "chicken-status-boot-stage1"' >> chicken-defaults.h |
---|
135 | echo '#endif' >> chicken-defaults.h |
---|
136 | echo '#ifndef C_WINDOWS_SHELL' >> chicken-defaults.h |
---|
137 | echo '# define C_WINDOWS_SHELL 0' >> chicken-defaults.h |
---|
138 | echo '#endif' >> chicken-defaults.h |
---|
139 | echo '#ifndef C_BINARY_VERSION' >> chicken-defaults.h |
---|
140 | echo '# define C_BINARY_VERSION 8' >> chicken-defaults.h |
---|
141 | echo '#endif' >> chicken-defaults.h |
---|
142 | echo '#ifndef C_USES_SONAME' >> chicken-defaults.h |
---|
143 | echo '# define C_USES_SONAME 0' >> chicken-defaults.h |
---|
144 | echo '#endif' >> chicken-defaults.h |
---|
145 | echo '/* END OF FILE */' >> chicken-defaults.h |
---|
146 | echo "/* GENERATED */" >chicken-config.h |
---|
147 | echo "#define HAVE_DIRENT_H 1" >>chicken-config.h |
---|
148 | echo "#define HAVE_DLFCN_H 1" >>chicken-config.h |
---|
149 | echo "#define HAVE_INTTYPES_H 1" >>chicken-config.h |
---|
150 | echo "#define HAVE_LIMITS_H 1" >>chicken-config.h |
---|
151 | echo "#define HAVE_LONG_LONG 1" >>chicken-config.h |
---|
152 | echo "#define HAVE_MEMMOVE 1" >>chicken-config.h |
---|
153 | echo "#define HAVE_MEMORY_H 1" >>chicken-config.h |
---|
154 | echo "#define HAVE_SIGACTION 1" >>chicken-config.h |
---|
155 | echo "#define HAVE_SIGSETJMP 1" >>chicken-config.h |
---|
156 | echo "#define HAVE_SIGPROCMASK 1" >>chicken-config.h |
---|
157 | echo "#define HAVE_STDINT_H 1" >>chicken-config.h |
---|
158 | echo "#define HAVE_STDLIB_H 1" >>chicken-config.h |
---|
159 | echo "#define HAVE_STRERROR 1" >>chicken-config.h |
---|
160 | echo "#define HAVE_STRINGS_H 1" >>chicken-config.h |
---|
161 | echo "#define HAVE_STRING_H 1" >>chicken-config.h |
---|
162 | echo "#define HAVE_STRLCAT 1" >>chicken-config.h |
---|
163 | echo "#define HAVE_STRLCPY 1" >>chicken-config.h |
---|
164 | echo "#define HAVE_STRTOLL 1" >>chicken-config.h |
---|
165 | echo "#define HAVE_STRTOQ 1" >>chicken-config.h |
---|
166 | echo "#define HAVE_SYS_STAT_H 1" >>chicken-config.h |
---|
167 | echo "#define HAVE_SYS_TYPES_H 1" >>chicken-config.h |
---|
168 | echo "#define HAVE_SETENV 1" >>chicken-config.h |
---|
169 | echo "#define HAVE_UNISTD_H 1" >>chicken-config.h |
---|
170 | echo "#define HAVE_UNSIGNED_LONG_LONG 1" >>chicken-config.h |
---|
171 | echo "#define STDC_HEADERS 1" >>chicken-config.h |
---|
172 | echo "#define HAVE_ALLOCA 1" >>chicken-config.h |
---|
173 | echo "#define HAVE_ALLOCA_H 1" >>chicken-config.h |
---|
174 | echo "#define HAVE_GRP_H 1" >>chicken-config.h |
---|
175 | echo "#define HAVE_CRT_EXTERNS_H 1" >>chicken-config.h |
---|
176 | echo "#define HAVE_ERRNO_H 1" >>chicken-config.h |
---|
177 | echo "#define HAVE_SYSEXITS_H 1" >>chicken-config.h |
---|
178 | echo "#define C_STACK_GROWS_DOWNWARD 1" >>chicken-config.h |
---|
179 | cat chicken-defaults.h >>chicken-config.h |
---|
180 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused chicken.c -o chicken-static.o -I. -I./ |
---|
181 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused batch-driver.c -o batch-driver-static.o -I. -I./ |
---|
182 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused compiler.c -o compiler-static.o -I. -I./ |
---|
183 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused optimizer.c -o optimizer-static.o -I. -I./ |
---|
184 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused lfa2.c -o lfa2-static.o -I. -I./ |
---|
185 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused compiler-syntax.c -o compiler-syntax-static.o -I. -I./ |
---|
186 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused scrutinizer.c -o scrutinizer-static.o -I. -I./ |
---|
187 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused support.c -o support-static.o -I. -I./ |
---|
188 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused c-platform.c -o c-platform-static.o -I. -I./ |
---|
189 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused c-backend.c -o c-backend-static.o -I. -I./ |
---|
190 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN library.c -o library-static.o -I. -I./ |
---|
191 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN eval.c -o eval-static.o -I. -I./ |
---|
192 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures-static.o -I. -I./ |
---|
193 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN ports.c -o ports-static.o -I. -I./ |
---|
194 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN files.c -o files-static.o -I. -I./ |
---|
195 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN extras.c -o extras-static.o -I. -I./ |
---|
196 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel-static.o -I. -I./ |
---|
197 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN utils.c -o utils-static.o -I. -I./ |
---|
198 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN tcp.c -o tcp-static.o -I. -I./ |
---|
199 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-1.c -o srfi-1-static.o -I. -I./ |
---|
200 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4-static.o -I. -I./ |
---|
201 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-13.c -o srfi-13-static.o -I. -I./ |
---|
202 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-14.c -o srfi-14-static.o -I. -I./ |
---|
203 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-18.c -o srfi-18-static.o -I. -I./ |
---|
204 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-69.c -o srfi-69-static.o -I. -I./ |
---|
205 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN posixunix.c -o posixunix-static.o -I. -I./ |
---|
206 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN irregex.c -o irregex-static.o -I. -I./ |
---|
207 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler-static.o -I. -I./ |
---|
208 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN debugger-client.c -o debugger-client-static.o -I. -I./ |
---|
209 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN profiler.c -o profiler-static.o -I. -I./ |
---|
210 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN stub.c -o stub-static.o -I. -I./ |
---|
211 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN expand.c -o expand-static.o -I. -I./ |
---|
212 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN modules.c -o modules-static.o -I. -I./ |
---|
213 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax-static.o -I. -I./ |
---|
214 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax-static.o -I. -I./ |
---|
215 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN build-version.c -o build-version-static.o -I. -I./ |
---|
216 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN runtime.c -o runtime-static.o -I. -I./ |
---|
217 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar scru libchicken-boot-stage1.a library-static.o eval-static.o data-structures-static.o ports-static.o files-static.o extras-static.o lolevel-static.o utils-static.o tcp-static.o srfi-1-static.o srfi-4-static.o srfi-13-static.o srfi-14-static.o srfi-18-static.o srfi-69-static.o posixunix-static.o irregex-static.o scheduler-static.o debugger-client-static.o profiler-static.o stub-static.o expand-static.o modules-static.o chicken-syntax-static.o chicken-ffi-syntax-static.o build-version-static.o runtime-static.o |
---|
218 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -L. chicken-static.o batch-driver-static.o compiler-static.o optimizer-static.o lfa2-static.o compiler-syntax-static.o scrutinizer-static.o support-static.o c-platform-static.o c-backend-static.o -o chicken-boot-stage1 libchicken-boot-stage1.a -lm |
---|
219 | "/Applications/Xcode.app/Contents/Developer/usr/bin/make" PLATFORM=macosx PREFIX=/nowhere CONFIG= \ |
---|
220 | CHICKEN=./chicken-boot-stage1 PROGRAM_SUFFIX=-boot \ |
---|
221 | STATICBUILD=1 C_COMPILER_OPTIMIZATION_OPTIONS="-g -Wall -Wno-unused" \ |
---|
222 | touchfiles chicken-boot confclean |
---|
223 | touch *.scm |
---|
224 | ./chicken-boot-stage1 chicken.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -extend private-namespace.scm -output-file chicken.c |
---|
225 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused chicken.c -o chicken-static.o -I. -I./ |
---|
226 | ./chicken-boot-stage1 batch-driver.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -extend private-namespace.scm -output-file batch-driver.c |
---|
227 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused batch-driver.c -o batch-driver-static.o -I. -I./ |
---|
228 | ./chicken-boot-stage1 compiler.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -extend private-namespace.scm -output-file compiler.c |
---|
229 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused compiler.c -o compiler-static.o -I. -I./ |
---|
230 | ./chicken-boot-stage1 optimizer.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -extend private-namespace.scm -output-file optimizer.c |
---|
231 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused optimizer.c -o optimizer-static.o -I. -I./ |
---|
232 | ./chicken-boot-stage1 lfa2.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -extend private-namespace.scm -output-file lfa2.c |
---|
233 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused lfa2.c -o lfa2-static.o -I. -I./ |
---|
234 | ./chicken-boot-stage1 compiler-syntax.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -extend private-namespace.scm -output-file compiler-syntax.c |
---|
235 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused compiler-syntax.c -o compiler-syntax-static.o -I. -I./ |
---|
236 | ./chicken-boot-stage1 scrutinizer.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -extend private-namespace.scm -output-file scrutinizer.c |
---|
237 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused scrutinizer.c -o scrutinizer-static.o -I. -I./ |
---|
238 | ./chicken-boot-stage1 support.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -extend private-namespace.scm -output-file support.c |
---|
239 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused support.c -o support-static.o -I. -I./ |
---|
240 | ./chicken-boot-stage1 c-platform.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -extend private-namespace.scm -output-file c-platform.c |
---|
241 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused c-platform.c -o c-platform-static.o -I. -I./ |
---|
242 | ./chicken-boot-stage1 c-backend.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -extend private-namespace.scm -output-file c-backend.c |
---|
243 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused c-backend.c -o c-backend-static.o -I. -I./ |
---|
244 | ./chicken-boot-stage1 library.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file library.c |
---|
245 | |
---|
246 | Note: in local procedure `r-char', |
---|
247 | in local procedure `readrec', |
---|
248 | in toplevel procedure `##sys#read': |
---|
249 | expected a value of type boolean in conditional, but was given a value of type `fixnum' which is always true: |
---|
250 | |
---|
251 | (if c0 (if (fx<= 192 c0) (if (fx<= c0 247) (let ... ...) #f) #f) #f) |
---|
252 | |
---|
253 | Note: in local procedure `r-char', |
---|
254 | in local procedure `readrec', |
---|
255 | in toplevel procedure `##sys#read': |
---|
256 | expected a value of type boolean in conditional, but was given a value of type `fixnum' which is always true: |
---|
257 | |
---|
258 | (if n0 (let ((n ...)) (if n (if ... ... #f) #f)) #f) |
---|
259 | |
---|
260 | Note: in local procedure `r-char', |
---|
261 | in local procedure `readrec', |
---|
262 | in toplevel procedure `##sys#read': |
---|
263 | expected a value of type boolean in conditional, but was given a value of type `fixnum' which is always true: |
---|
264 | |
---|
265 | (if n (if (fx= len n) (let (...) (if res ... #f)) #f) #f) |
---|
266 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN library.c -o library-static.o -I. -I./ |
---|
267 | ./chicken-boot-stage1 eval.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file eval.c |
---|
268 | |
---|
269 | Note: at toplevel: |
---|
270 | expected a value of type boolean in conditional, but was given a value of type `string' which is always true: |
---|
271 | |
---|
272 | (if h (list h) '()) |
---|
273 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN eval.c -o eval-static.o -I. -I./ |
---|
274 | ./chicken-boot-stage1 data-structures.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file data-structures.c |
---|
275 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures-static.o -I. -I./ |
---|
276 | ./chicken-boot-stage1 ports.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file ports.c |
---|
277 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN ports.c -o ports-static.o -I. -I./ |
---|
278 | ./chicken-boot-stage1 files.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file files.c |
---|
279 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN files.c -o files-static.o -I. -I./ |
---|
280 | ./chicken-boot-stage1 extras.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file extras.c |
---|
281 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN extras.c -o extras-static.o -I. -I./ |
---|
282 | ./chicken-boot-stage1 lolevel.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file lolevel.c |
---|
283 | |
---|
284 | Warning: at toplevel: |
---|
285 | assignment of value of type `(procedure set-procedure-data! (procedure *) procedure)' to toplevel variable `set-procedure-data!' does not match declared type `(procedure set-procedure-data! (procedure *) undefined)' |
---|
286 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel-static.o -I. -I./ |
---|
287 | ./chicken-boot-stage1 utils.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file utils.c |
---|
288 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN utils.c -o utils-static.o -I. -I./ |
---|
289 | ./chicken-boot-stage1 tcp.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file tcp.c |
---|
290 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN tcp.c -o tcp-static.o -I. -I./ |
---|
291 | ./chicken-boot-stage1 srfi-1.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file srfi-1.c |
---|
292 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-1.c -o srfi-1-static.o -I. -I./ |
---|
293 | ./chicken-boot-stage1 srfi-4.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file srfi-4.c |
---|
294 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4-static.o -I. -I./ |
---|
295 | ./chicken-boot-stage1 srfi-13.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file srfi-13.c |
---|
296 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-13.c -o srfi-13-static.o -I. -I./ |
---|
297 | ./chicken-boot-stage1 srfi-14.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file srfi-14.c |
---|
298 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-14.c -o srfi-14-static.o -I. -I./ |
---|
299 | ./chicken-boot-stage1 srfi-18.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file srfi-18.c |
---|
300 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-18.c -o srfi-18-static.o -I. -I./ |
---|
301 | ./chicken-boot-stage1 srfi-69.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file srfi-69.c |
---|
302 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-69.c -o srfi-69-static.o -I. -I./ |
---|
303 | ./chicken-boot-stage1 posixunix.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file posixunix.c |
---|
304 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN posixunix.c -o posixunix-static.o -I. -I./ |
---|
305 | ./chicken-boot-stage1 irregex.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file irregex.c |
---|
306 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN irregex.c -o irregex-static.o -I. -I./ |
---|
307 | ./chicken-boot-stage1 scheduler.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file scheduler.c |
---|
308 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler-static.o -I. -I./ |
---|
309 | ./chicken-boot-stage1 debugger-client.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file debugger-client.c |
---|
310 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN debugger-client.c -o debugger-client-static.o -I. -I./ |
---|
311 | ./chicken-boot-stage1 profiler.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file profiler.c |
---|
312 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN profiler.c -o profiler-static.o -I. -I./ |
---|
313 | ./chicken-boot-stage1 stub.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file stub.c |
---|
314 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN stub.c -o stub-static.o -I. -I./ |
---|
315 | ./chicken-boot-stage1 expand.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file expand.c |
---|
316 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN expand.c -o expand-static.o -I. -I./ |
---|
317 | ./chicken-boot-stage1 modules.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file modules.c |
---|
318 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN modules.c -o modules-static.o -I. -I./ |
---|
319 | ./chicken-boot-stage1 chicken-syntax.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file chicken-syntax.c |
---|
320 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax-static.o -I. -I./ |
---|
321 | ./chicken-boot-stage1 chicken-ffi-syntax.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file chicken-ffi-syntax.c |
---|
322 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax-static.o -I. -I./ |
---|
323 | ./chicken-boot-stage1 build-version.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -explicit-use -no-trace -output-file build-version.c |
---|
324 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN build-version.c -o build-version-static.o -I. -I./ |
---|
325 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar scru libchicken-boot.a library-static.o eval-static.o data-structures-static.o ports-static.o files-static.o extras-static.o lolevel-static.o utils-static.o tcp-static.o srfi-1-static.o srfi-4-static.o srfi-13-static.o srfi-14-static.o srfi-18-static.o srfi-69-static.o posixunix-static.o irregex-static.o scheduler-static.o debugger-client-static.o profiler-static.o stub-static.o expand-static.o modules-static.o chicken-syntax-static.o chicken-ffi-syntax-static.o build-version-static.o runtime-static.o |
---|
326 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -L. chicken-static.o batch-driver-static.o compiler-static.o optimizer-static.o lfa2-static.o compiler-syntax-static.o scrutinizer-static.o support-static.o c-platform-static.o c-backend-static.o -o chicken-boot libchicken-boot.a -lm |
---|
327 | rm -f \ |
---|
328 | chicken-config.h chicken-defaults.h chicken-install.rc chicken-uninstall.rc |
---|
329 | quaxo:000-Build/chicken-4.11.0rc2> ls |
---|
330 | CHICKEN.icns chicken-uninstall.scm foreign.import.c setup-api.import.c |
---|
331 | GNUmakefile chicken.1 foreign.import.scm setup-api.import.scm |
---|
332 | LICENSE chicken.c identify.sh* setup-api.scm |
---|
333 | Makefile chicken.h irregex-core.scm setup-download.c |
---|
334 | Makefile.aix chicken.ico irregex-static.o setup-download.import.c |
---|
335 | Makefile.android chicken.import.c irregex-utils.scm setup-download.import.scm |
---|
336 | Makefile.bsd chicken.import.scm irregex.c setup-download.scm |
---|
337 | Makefile.cross-linux-mingw chicken.png irregex.import.c setup.defaults |
---|
338 | Makefile.cygwin chicken.rc irregex.import.scm srfi-1-static.o |
---|
339 | Makefile.haiku chicken.scm irregex.scm srfi-1.c |
---|
340 | Makefile.hurd common-declarations.scm lfa2-static.o srfi-1.import.c |
---|
341 | Makefile.ios compiler-namespace.scm lfa2.c srfi-1.import.scm |
---|
342 | Makefile.linux compiler-static.o lfa2.scm srfi-1.scm |
---|
343 | Makefile.macosx compiler-syntax-static.o libchicken-boot-stage1.a srfi-13-static.o |
---|
344 | Makefile.mingw compiler-syntax.c libchicken-boot.a srfi-13.c |
---|
345 | Makefile.mingw-msys compiler-syntax.scm library-static.o srfi-13.import.c |
---|
346 | Makefile.solaris compiler.c library.c srfi-13.import.scm |
---|
347 | NEWS compiler.scm library.scm srfi-13.scm |
---|
348 | README config-arch.sh lolevel-static.o srfi-14-static.o |
---|
349 | banner.scm config.make lolevel.c srfi-14.c |
---|
350 | batch-driver-static.o csc.1 lolevel.import.c srfi-14.import.c |
---|
351 | batch-driver.c csc.c lolevel.import.scm srfi-14.import.scm |
---|
352 | batch-driver.scm csc.scm lolevel.scm srfi-14.scm |
---|
353 | build-version-static.o csi.1 mac.r srfi-18-static.o |
---|
354 | build-version.c csi.c manual-html/ srfi-18.c |
---|
355 | build-version.scm csi.import.c modules-static.o srfi-18.import.c |
---|
356 | buildbranch csi.import.scm modules.c srfi-18.import.scm |
---|
357 | buildid csi.scm modules.scm srfi-18.scm |
---|
358 | buildtag.h csibatch.bat optimizer-static.o srfi-4-static.o |
---|
359 | buildversion data-structures-static.o optimizer.c srfi-4.c |
---|
360 | c-backend-static.o data-structures.c optimizer.scm srfi-4.import.c |
---|
361 | c-backend.c data-structures.import.c ports-static.o srfi-4.import.scm |
---|
362 | c-backend.scm data-structures.import.scm ports.c srfi-4.scm |
---|
363 | c-platform-static.o data-structures.scm ports.import.c srfi-69-static.o |
---|
364 | c-platform.c dbg-stub.c ports.import.scm srfi-69.c |
---|
365 | c-platform.scm debugger-client-static.o ports.scm srfi-69.import.c |
---|
366 | chicken-boot* debugger-client.c posix-common.scm srfi-69.import.scm |
---|
367 | chicken-boot-stage1* debugger-client.scm posix.import.c srfi-69.scm |
---|
368 | chicken-bug.1 defaults.make posix.import.scm stub-static.o |
---|
369 | chicken-bug.c eval-static.o posixunix-static.o stub.c |
---|
370 | chicken-bug.scm eval.c posixunix.c stub.scm |
---|
371 | chicken-ffi-syntax-static.o eval.scm posixunix.scm support-static.o |
---|
372 | chicken-ffi-syntax.c expand-static.o posixwin.c support.c |
---|
373 | chicken-ffi-syntax.scm expand.c posixwin.scm support.scm |
---|
374 | chicken-install.1 expand.scm private-namespace.scm synrules.scm |
---|
375 | chicken-install.c extras-static.o profiler-static.o tcp-static.o |
---|
376 | chicken-install.scm extras.c profiler.c tcp.c |
---|
377 | chicken-profile.1 extras.import.c profiler.scm tcp.import.c |
---|
378 | chicken-profile.c extras.import.scm rules.make tcp.import.scm |
---|
379 | chicken-profile.scm extras.scm runtime-static.o tcp.scm |
---|
380 | chicken-static.o feathers.1 runtime.c tests/ |
---|
381 | chicken-status.1 feathers.bat.in scheduler-static.o tweaks.scm |
---|
382 | chicken-status.c feathers.in scheduler.c types.db |
---|
383 | chicken-status.scm feathers.tcl scheduler.scm utils-static.o |
---|
384 | chicken-syntax-static.o files-static.o scripts/ utils.c |
---|
385 | chicken-syntax.c files.c scrutinizer-static.o utils.import.c |
---|
386 | chicken-syntax.scm files.import.c scrutinizer.c utils.import.scm |
---|
387 | chicken-uninstall.1 files.import.scm scrutinizer.scm utils.scm |
---|
388 | chicken-uninstall.c files.scm setup-api.c |
---|
389 | quaxo:000-Build/chicken-4.11.0rc2> less README |
---|
390 | quaxo:000-Build/chicken-4.11.0rc2> make PLATFORM=macosx PREFIX=/Data/tools/chicken-4.11.0rc2 DEBUGBUILD=1 CHICKEN=./chicken-boot |
---|
391 | echo '#define DEBUGBUILD 1' >> chicken-defaults.h |
---|
392 | echo '#define C_CHICKEN_PROGRAM "chicken"' >> chicken-defaults.h |
---|
393 | echo '#ifndef C_INSTALL_CC' >> chicken-defaults.h |
---|
394 | echo '# define C_INSTALL_CC "/Applications/Xcode.app/Contents/Developer/usr/bin/gcc"' >> chicken-defaults.h |
---|
395 | echo '#endif' >> chicken-defaults.h |
---|
396 | echo '#ifndef C_INSTALL_CXX' >> chicken-defaults.h |
---|
397 | echo '# define C_INSTALL_CXX "g++"' >> chicken-defaults.h |
---|
398 | echo '#endif' >> chicken-defaults.h |
---|
399 | echo '#ifndef C_INSTALL_POSTINSTALL_PROGRAM' >> chicken-defaults.h |
---|
400 | echo '# define C_INSTALL_POSTINSTALL_PROGRAM "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool"' >> chicken-defaults.h |
---|
401 | echo '#endif' >> chicken-defaults.h |
---|
402 | echo '#ifndef C_INSTALL_RC_COMPILER' >> chicken-defaults.h |
---|
403 | echo '# define C_INSTALL_RC_COMPILER ""' >> chicken-defaults.h |
---|
404 | echo '#endif' >> chicken-defaults.h |
---|
405 | echo '#ifndef C_INSTALL_CFLAGS' >> chicken-defaults.h |
---|
406 | echo '# define C_INSTALL_CFLAGS "-fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -g -Wall -Wno-unused"' >> chicken-defaults.h |
---|
407 | echo '#endif' >> chicken-defaults.h |
---|
408 | echo '#ifndef C_INSTALL_LDFLAGS' >> chicken-defaults.h |
---|
409 | echo '# define C_INSTALL_LDFLAGS "-m64 "' >> chicken-defaults.h |
---|
410 | echo '#endif' >> chicken-defaults.h |
---|
411 | echo '#ifndef C_INSTALL_PREFIX' >> chicken-defaults.h |
---|
412 | echo '# define C_INSTALL_PREFIX "/Data/tools/chicken-4.11.0rc2"' >> chicken-defaults.h |
---|
413 | echo '#endif' >> chicken-defaults.h |
---|
414 | echo '#ifndef C_INSTALL_SHARE_HOME' >> chicken-defaults.h |
---|
415 | echo '# define C_INSTALL_SHARE_HOME "/Data/tools/chicken-4.11.0rc2/share/chicken"' >> chicken-defaults.h |
---|
416 | echo '#endif' >> chicken-defaults.h |
---|
417 | echo '#ifndef C_INSTALL_BIN_HOME' >> chicken-defaults.h |
---|
418 | echo '# define C_INSTALL_BIN_HOME "/Data/tools/chicken-4.11.0rc2/bin"' >> chicken-defaults.h |
---|
419 | echo '#endif' >> chicken-defaults.h |
---|
420 | echo '#ifndef C_INSTALL_EGG_HOME' >> chicken-defaults.h |
---|
421 | echo '# define C_INSTALL_EGG_HOME "/Data/tools/chicken-4.11.0rc2/lib/chicken/8"' >> chicken-defaults.h |
---|
422 | echo '#endif' >> chicken-defaults.h |
---|
423 | echo '#ifndef C_INSTALL_LIB_HOME' >> chicken-defaults.h |
---|
424 | echo '# define C_INSTALL_LIB_HOME "/Data/tools/chicken-4.11.0rc2/lib"' >> chicken-defaults.h |
---|
425 | echo '#endif' >> chicken-defaults.h |
---|
426 | echo '#ifndef C_INSTALL_LIB_NAME' >> chicken-defaults.h |
---|
427 | echo '# define C_INSTALL_LIB_NAME "chicken"' >> chicken-defaults.h |
---|
428 | echo '#endif' >> chicken-defaults.h |
---|
429 | echo '#ifndef C_INSTALL_STATIC_LIB_HOME' >> chicken-defaults.h |
---|
430 | echo '# define C_INSTALL_STATIC_LIB_HOME "/Data/tools/chicken-4.11.0rc2/lib"' >> chicken-defaults.h |
---|
431 | echo '#endif' >> chicken-defaults.h |
---|
432 | echo '#ifndef C_INSTALL_INCLUDE_HOME' >> chicken-defaults.h |
---|
433 | echo '# define C_INSTALL_INCLUDE_HOME "/Data/tools/chicken-4.11.0rc2/include/chicken"' >> chicken-defaults.h |
---|
434 | echo '#endif' >> chicken-defaults.h |
---|
435 | echo '#ifndef C_INSTALL_MORE_LIBS' >> chicken-defaults.h |
---|
436 | echo '# define C_INSTALL_MORE_LIBS "-lm"' >> chicken-defaults.h |
---|
437 | echo '#endif' >> chicken-defaults.h |
---|
438 | echo '#ifndef C_INSTALL_MORE_STATIC_LIBS' >> chicken-defaults.h |
---|
439 | echo '# define C_INSTALL_MORE_STATIC_LIBS "-lm"' >> chicken-defaults.h |
---|
440 | echo '#endif' >> chicken-defaults.h |
---|
441 | echo '#ifndef C_DEFAULT_TARGET_HEAP_SIZE' >> chicken-defaults.h |
---|
442 | echo '# define C_DEFAULT_TARGET_HEAP_SIZE 0' >> chicken-defaults.h |
---|
443 | echo '#endif' >> chicken-defaults.h |
---|
444 | echo '#ifndef C_STACK_GROWS_DOWNWARD' >> chicken-defaults.h |
---|
445 | echo '# define C_STACK_GROWS_DOWNWARD 1' >> chicken-defaults.h |
---|
446 | echo '#endif' >> chicken-defaults.h |
---|
447 | echo '#ifndef C_TARGET_MORE_LIBS' >> chicken-defaults.h |
---|
448 | echo '# define C_TARGET_MORE_LIBS "-lm"' >> chicken-defaults.h |
---|
449 | echo '#endif' >> chicken-defaults.h |
---|
450 | echo '#ifndef C_TARGET_MORE_STATIC_LIBS' >> chicken-defaults.h |
---|
451 | echo '# define C_TARGET_MORE_STATIC_LIBS "-lm"' >> chicken-defaults.h |
---|
452 | echo '#endif' >> chicken-defaults.h |
---|
453 | echo '#ifndef C_TARGET_CC' >> chicken-defaults.h |
---|
454 | echo '# define C_TARGET_CC "/Applications/Xcode.app/Contents/Developer/usr/bin/gcc"' >> chicken-defaults.h |
---|
455 | echo '#endif' >> chicken-defaults.h |
---|
456 | echo '#ifndef C_TARGET_CXX' >> chicken-defaults.h |
---|
457 | echo '# define C_TARGET_CXX "g++"' >> chicken-defaults.h |
---|
458 | echo '#endif' >> chicken-defaults.h |
---|
459 | echo '#ifndef C_TARGET_RC_COMPILER' >> chicken-defaults.h |
---|
460 | echo '# define C_TARGET_RC_COMPILER ""' >> chicken-defaults.h |
---|
461 | echo '#endif' >> chicken-defaults.h |
---|
462 | echo '#ifndef C_TARGET_CFLAGS' >> chicken-defaults.h |
---|
463 | echo '# define C_TARGET_CFLAGS "-fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -g -Wall -Wno-unused"' >> chicken-defaults.h |
---|
464 | echo '#endif' >> chicken-defaults.h |
---|
465 | echo '#ifndef C_TARGET_LDFLAGS' >> chicken-defaults.h |
---|
466 | echo '# define C_TARGET_LDFLAGS "-m64 "' >> chicken-defaults.h |
---|
467 | echo '#endif' >> chicken-defaults.h |
---|
468 | echo '#ifndef C_TARGET_FEATURES' >> chicken-defaults.h |
---|
469 | echo '# define C_TARGET_FEATURES ""' >> chicken-defaults.h |
---|
470 | echo '#endif' >> chicken-defaults.h |
---|
471 | echo '#ifndef C_CROSS_CHICKEN' >> chicken-defaults.h |
---|
472 | echo '# define C_CROSS_CHICKEN 0' >> chicken-defaults.h |
---|
473 | echo '#endif' >> chicken-defaults.h |
---|
474 | echo '#ifndef C_TARGET_PREFIX' >> chicken-defaults.h |
---|
475 | echo '# define C_TARGET_PREFIX "/Data/tools/chicken-4.11.0rc2"' >> chicken-defaults.h |
---|
476 | echo '#endif' >> chicken-defaults.h |
---|
477 | echo '#ifndef C_TARGET_BIN_HOME' >> chicken-defaults.h |
---|
478 | echo '# define C_TARGET_BIN_HOME "/Data/tools/chicken-4.11.0rc2/bin"' >> chicken-defaults.h |
---|
479 | echo '#endif' >> chicken-defaults.h |
---|
480 | echo '#ifndef C_TARGET_LIB_HOME' >> chicken-defaults.h |
---|
481 | echo '# define C_TARGET_LIB_HOME "/Data/tools/chicken-4.11.0rc2/lib"' >> chicken-defaults.h |
---|
482 | echo '#endif' >> chicken-defaults.h |
---|
483 | echo '#ifndef C_TARGET_LIB_NAME' >> chicken-defaults.h |
---|
484 | echo '# define C_TARGET_LIB_NAME "chicken"' >> chicken-defaults.h |
---|
485 | echo '#endif' >> chicken-defaults.h |
---|
486 | echo '#ifndef C_TARGET_RUN_LIB_HOME' >> chicken-defaults.h |
---|
487 | echo '# define C_TARGET_RUN_LIB_HOME "/Data/tools/chicken-4.11.0rc2/lib"' >> chicken-defaults.h |
---|
488 | echo '#endif' >> chicken-defaults.h |
---|
489 | echo '#ifndef C_TARGET_SHARE_HOME' >> chicken-defaults.h |
---|
490 | echo '# define C_TARGET_SHARE_HOME "/Data/tools/chicken-4.11.0rc2/share"' >> chicken-defaults.h |
---|
491 | echo '#endif' >> chicken-defaults.h |
---|
492 | echo '#ifndef C_TARGET_INCLUDE_HOME' >> chicken-defaults.h |
---|
493 | echo '# define C_TARGET_INCLUDE_HOME "/Data/tools/chicken-4.11.0rc2/include/chicken"' >> chicken-defaults.h |
---|
494 | echo '#endif' >> chicken-defaults.h |
---|
495 | echo '#ifndef C_TARGET_STATIC_LIB_HOME' >> chicken-defaults.h |
---|
496 | echo '# define C_TARGET_STATIC_LIB_HOME "/Data/tools/chicken-4.11.0rc2/lib"' >> chicken-defaults.h |
---|
497 | echo '#endif' >> chicken-defaults.h |
---|
498 | echo '#ifndef C_CHICKEN_PROGRAM' >> chicken-defaults.h |
---|
499 | echo '# define C_CHICKEN_PROGRAM "chicken"' >> chicken-defaults.h |
---|
500 | echo '#endif' >> chicken-defaults.h |
---|
501 | echo '#ifndef C_CSC_PROGRAM' >> chicken-defaults.h |
---|
502 | echo '# define C_CSC_PROGRAM "csc"' >> chicken-defaults.h |
---|
503 | echo '#endif' >> chicken-defaults.h |
---|
504 | echo '#ifndef C_CSI_PROGRAM' >> chicken-defaults.h |
---|
505 | echo '# define C_CSI_PROGRAM "csi"' >> chicken-defaults.h |
---|
506 | echo '#endif' >> chicken-defaults.h |
---|
507 | echo '#ifndef C_CHICKEN_BUG_PROGRAM' >> chicken-defaults.h |
---|
508 | echo '# define C_CHICKEN_BUG_PROGRAM "chicken-bug"' >> chicken-defaults.h |
---|
509 | echo '#endif' >> chicken-defaults.h |
---|
510 | echo '#ifndef C_CHICKEN_INSTALL_PROGRAM' >> chicken-defaults.h |
---|
511 | echo '# define C_CHICKEN_INSTALL_PROGRAM "chicken-install"' >> chicken-defaults.h |
---|
512 | echo '#endif' >> chicken-defaults.h |
---|
513 | echo '#ifndef C_CHICKEN_UNINSTALL_PROGRAM' >> chicken-defaults.h |
---|
514 | echo '# define C_CHICKEN_UNINSTALL_PROGRAM "chicken-uninstall"' >> chicken-defaults.h |
---|
515 | echo '#endif' >> chicken-defaults.h |
---|
516 | echo '#ifndef C_CHICKEN_STATUS_PROGRAM' >> chicken-defaults.h |
---|
517 | echo '# define C_CHICKEN_STATUS_PROGRAM "chicken-status"' >> chicken-defaults.h |
---|
518 | echo '#endif' >> chicken-defaults.h |
---|
519 | echo '#ifndef C_WINDOWS_SHELL' >> chicken-defaults.h |
---|
520 | echo '# define C_WINDOWS_SHELL 0' >> chicken-defaults.h |
---|
521 | echo '#endif' >> chicken-defaults.h |
---|
522 | echo '#ifndef C_BINARY_VERSION' >> chicken-defaults.h |
---|
523 | echo '# define C_BINARY_VERSION 8' >> chicken-defaults.h |
---|
524 | echo '#endif' >> chicken-defaults.h |
---|
525 | echo '#ifndef C_USES_SONAME' >> chicken-defaults.h |
---|
526 | echo '# define C_USES_SONAME 0' >> chicken-defaults.h |
---|
527 | echo '#endif' >> chicken-defaults.h |
---|
528 | echo '/* END OF FILE */' >> chicken-defaults.h |
---|
529 | echo "/* GENERATED */" >chicken-config.h |
---|
530 | echo "#define HAVE_DIRENT_H 1" >>chicken-config.h |
---|
531 | echo "#define HAVE_DLFCN_H 1" >>chicken-config.h |
---|
532 | echo "#define HAVE_INTTYPES_H 1" >>chicken-config.h |
---|
533 | echo "#define HAVE_LIMITS_H 1" >>chicken-config.h |
---|
534 | echo "#define HAVE_LONG_LONG 1" >>chicken-config.h |
---|
535 | echo "#define HAVE_MEMMOVE 1" >>chicken-config.h |
---|
536 | echo "#define HAVE_MEMORY_H 1" >>chicken-config.h |
---|
537 | echo "#define HAVE_SIGACTION 1" >>chicken-config.h |
---|
538 | echo "#define HAVE_SIGSETJMP 1" >>chicken-config.h |
---|
539 | echo "#define HAVE_SIGPROCMASK 1" >>chicken-config.h |
---|
540 | echo "#define HAVE_STDINT_H 1" >>chicken-config.h |
---|
541 | echo "#define HAVE_STDLIB_H 1" >>chicken-config.h |
---|
542 | echo "#define HAVE_STRERROR 1" >>chicken-config.h |
---|
543 | echo "#define HAVE_STRINGS_H 1" >>chicken-config.h |
---|
544 | echo "#define HAVE_STRING_H 1" >>chicken-config.h |
---|
545 | echo "#define HAVE_STRLCAT 1" >>chicken-config.h |
---|
546 | echo "#define HAVE_STRLCPY 1" >>chicken-config.h |
---|
547 | echo "#define HAVE_STRTOLL 1" >>chicken-config.h |
---|
548 | echo "#define HAVE_STRTOQ 1" >>chicken-config.h |
---|
549 | echo "#define HAVE_SYS_STAT_H 1" >>chicken-config.h |
---|
550 | echo "#define HAVE_SYS_TYPES_H 1" >>chicken-config.h |
---|
551 | echo "#define HAVE_SETENV 1" >>chicken-config.h |
---|
552 | echo "#define HAVE_UNISTD_H 1" >>chicken-config.h |
---|
553 | echo "#define HAVE_UNSIGNED_LONG_LONG 1" >>chicken-config.h |
---|
554 | echo "#define STDC_HEADERS 1" >>chicken-config.h |
---|
555 | echo "#define HAVE_ALLOCA 1" >>chicken-config.h |
---|
556 | echo "#define HAVE_ALLOCA_H 1" >>chicken-config.h |
---|
557 | echo "#define HAVE_GRP_H 1" >>chicken-config.h |
---|
558 | echo "#define HAVE_CRT_EXTERNS_H 1" >>chicken-config.h |
---|
559 | echo "#define HAVE_ERRNO_H 1" >>chicken-config.h |
---|
560 | echo "#define HAVE_SYSEXITS_H 1" >>chicken-config.h |
---|
561 | echo "#define C_STACK_GROWS_DOWNWARD 1" >>chicken-config.h |
---|
562 | cat chicken-defaults.h >>chicken-config.h |
---|
563 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN library.c -o library-static.o -I. -I./ |
---|
564 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN eval.c -o eval-static.o -I. -I./ |
---|
565 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures-static.o -I. -I./ |
---|
566 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN ports.c -o ports-static.o -I. -I./ |
---|
567 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN files.c -o files-static.o -I. -I./ |
---|
568 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN extras.c -o extras-static.o -I. -I./ |
---|
569 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel-static.o -I. -I./ |
---|
570 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN utils.c -o utils-static.o -I. -I./ |
---|
571 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN tcp.c -o tcp-static.o -I. -I./ |
---|
572 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-1.c -o srfi-1-static.o -I. -I./ |
---|
573 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4-static.o -I. -I./ |
---|
574 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-13.c -o srfi-13-static.o -I. -I./ |
---|
575 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-14.c -o srfi-14-static.o -I. -I./ |
---|
576 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-18.c -o srfi-18-static.o -I. -I./ |
---|
577 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN srfi-69.c -o srfi-69-static.o -I. -I./ |
---|
578 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN posixunix.c -o posixunix-static.o -I. -I./ |
---|
579 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN irregex.c -o irregex-static.o -I. -I./ |
---|
580 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler-static.o -I. -I./ |
---|
581 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN debugger-client.c -o debugger-client-static.o -I. -I./ |
---|
582 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN profiler.c -o profiler-static.o -I. -I./ |
---|
583 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN stub.c -o stub-static.o -I. -I./ |
---|
584 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN expand.c -o expand-static.o -I. -I./ |
---|
585 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN modules.c -o modules-static.o -I. -I./ |
---|
586 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax-static.o -I. -I./ |
---|
587 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax-static.o -I. -I./ |
---|
588 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN build-version.c -o build-version-static.o -I. -I./ |
---|
589 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -DC_BUILDING_LIBCHICKEN runtime.c -o runtime-static.o -I. -I./ |
---|
590 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar scru libchicken.a library-static.o eval-static.o data-structures-static.o ports-static.o files-static.o extras-static.o lolevel-static.o utils-static.o tcp-static.o srfi-1-static.o srfi-4-static.o srfi-13-static.o srfi-14-static.o srfi-18-static.o srfi-69-static.o posixunix-static.o irregex-static.o scheduler-static.o debugger-client-static.o profiler-static.o stub-static.o expand-static.o modules-static.o chicken-syntax-static.o chicken-ffi-syntax-static.o build-version-static.o runtime-static.o |
---|
591 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN library.c -o library.o -I. -I./ |
---|
592 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN eval.c -o eval.o -I. -I./ |
---|
593 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures.o -I. -I./ |
---|
594 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN ports.c -o ports.o -I. -I./ |
---|
595 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN files.c -o files.o -I. -I./ |
---|
596 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN extras.c -o extras.o -I. -I./ |
---|
597 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel.o -I. -I./ |
---|
598 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN utils.c -o utils.o -I. -I./ |
---|
599 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN tcp.c -o tcp.o -I. -I./ |
---|
600 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-1.c -o srfi-1.o -I. -I./ |
---|
601 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4.o -I. -I./ |
---|
602 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-13.c -o srfi-13.o -I. -I./ |
---|
603 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-14.c -o srfi-14.o -I. -I./ |
---|
604 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-18.c -o srfi-18.o -I. -I./ |
---|
605 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-69.c -o srfi-69.o -I. -I./ |
---|
606 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN posixunix.c -o posixunix.o -I. -I./ |
---|
607 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN irregex.c -o irregex.o -I. -I./ |
---|
608 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler.o -I. -I./ |
---|
609 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN debugger-client.c -o debugger-client.o -I. -I./ |
---|
610 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN profiler.c -o profiler.o -I. -I./ |
---|
611 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN stub.c -o stub.o -I. -I./ |
---|
612 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN expand.c -o expand.o -I. -I./ |
---|
613 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN modules.c -o modules.o -I. -I./ |
---|
614 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax.o -I. -I./ |
---|
615 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax.o -I. -I./ |
---|
616 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN build-version.c -o build-version.o -I. -I./ |
---|
617 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN runtime.c -o runtime.o -I. -I./ |
---|
618 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -dynamiclib -compatibility_version 1 -current_version 1.0 -install_name libchicken.dylib \ |
---|
619 | -o libchicken.dylib library.o eval.o data-structures.o ports.o files.o extras.o lolevel.o utils.o tcp.o srfi-1.o srfi-4.o srfi-13.o srfi-14.o srfi-18.o srfi-69.o posixunix.o irregex.o scheduler.o debugger-client.o profiler.o stub.o expand.o modules.o chicken-syntax.o chicken-ffi-syntax.o build-version.o runtime.o -lm |
---|
620 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC chicken.c -o chicken.o -I. -I./ |
---|
621 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC batch-driver.c -o batch-driver.o -I. -I./ |
---|
622 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC compiler.c -o compiler.o -I. -I./ |
---|
623 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC optimizer.c -o optimizer.o -I. -I./ |
---|
624 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC lfa2.c -o lfa2.o -I. -I./ |
---|
625 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC compiler-syntax.c -o compiler-syntax.o -I. -I./ |
---|
626 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC scrutinizer.c -o scrutinizer.o -I. -I./ |
---|
627 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC support.c -o support.o -I. -I./ |
---|
628 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC c-platform.c -o c-platform.o -I. -I./ |
---|
629 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC c-backend.c -o c-backend.o -I. -I./ |
---|
630 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -L. chicken.o batch-driver.o compiler.o optimizer.o lfa2.o compiler-syntax.o scrutinizer.o support.o c-platform.o c-backend.o -o chicken \ |
---|
631 | -lchicken -lm |
---|
632 | ./chicken-boot csi.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -local -output-file csi.c |
---|
633 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -fPIC -DPIC -c -g -Wall -Wno-unused csi.c -o csi.o -I. -I./ |
---|
634 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -L. csi.o -o csi -lchicken -lm |
---|
635 | ./chicken-boot chicken-profile.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -local -output-file chicken-profile.c |
---|
636 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -fPIC -DPIC -c -g -Wall -Wno-unused chicken-profile.c -o chicken-profile.o -I. -I./ |
---|
637 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -L. chicken-profile.o -o chicken-profile -lchicken -lm |
---|
638 | ./chicken-boot csc.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -local -output-file csc.c |
---|
639 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -fPIC -DPIC -c -g -Wall -Wno-unused csc.c -o csc.o -I. -I./ |
---|
640 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -L. csc.o -o csc -lchicken -lm |
---|
641 | ./chicken-boot setup-api.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -emit-import-library setup-api \ |
---|
642 | -output-file setup-api.c |
---|
643 | not generating import library `setup-api.import.scm' for module `setup-api' because imports did not change |
---|
644 | ./chicken-boot setup-download.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -emit-import-library setup-download \ |
---|
645 | -output-file setup-download.c |
---|
646 | not generating import library `setup-download.import.scm' for module `setup-download' because imports did not change |
---|
647 | ./chicken-boot chicken-install.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -local -output-file chicken-install.c |
---|
648 | |
---|
649 | Note: in local procedure `g878', |
---|
650 | in toplevel procedure `main#show-depends': |
---|
651 | expected a value of type boolean in conditional, but was given a value of type `string' which is always true: |
---|
652 | |
---|
653 | (if meta-file (let ((m ...)) (if m (let ... ...) #f)) #f) |
---|
654 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -fPIC -DPIC -c -g -Wall -Wno-unused chicken-install.c -o chicken-install.o -I. -I./ |
---|
655 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -L. chicken-install.o -o chicken-install -lchicken -lm |
---|
656 | ./chicken-boot chicken-uninstall.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -local -output-file chicken-uninstall.c |
---|
657 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -fPIC -DPIC -c -g -Wall -Wno-unused chicken-uninstall.c -o chicken-uninstall.o -I. -I./ |
---|
658 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -L. chicken-uninstall.o -o chicken-uninstall -lchicken -lm |
---|
659 | ./chicken-boot chicken-status.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -local -output-file chicken-status.c |
---|
660 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -fPIC -DPIC -c -g -Wall -Wno-unused chicken-status.c -o chicken-status.o -I. -I./ |
---|
661 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -L. chicken-status.o -o chicken-status -lchicken -lm |
---|
662 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN setup-download.c -o setup-download.o -I. -I./ |
---|
663 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 setup-download.o -o setup-download.so \ |
---|
664 | -lchicken \ |
---|
665 | -lm |
---|
666 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN setup-api.c -o setup-api.o -I. -I./ |
---|
667 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 setup-api.o -o setup-api.so \ |
---|
668 | -lchicken \ |
---|
669 | -lm |
---|
670 | ./chicken-boot chicken-bug.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -no-lambda-info -local -output-file chicken-bug.c |
---|
671 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -c -g -Wall -Wno-unused chicken-bug.c -o chicken-bug.o -I. -I./ |
---|
672 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -L. chicken-bug.o -o chicken-bug -lchicken -lm |
---|
673 | cat feathers.in >feathers; echo 'exec "$wish" "/Data/tools/chicken-4.11.0rc2/share/chicken/feathers.tcl" -- "$@"' >>feathers |
---|
674 | ./chicken-boot chicken.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.import.c |
---|
675 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.import.c -o chicken.import.o -I. -I./ |
---|
676 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 chicken.import.o -o chicken.import.so \ |
---|
677 | -lchicken \ |
---|
678 | -lm |
---|
679 | ./chicken-boot lolevel.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file lolevel.import.c |
---|
680 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN lolevel.import.c -o lolevel.import.o -I. -I./ |
---|
681 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 lolevel.import.o -o lolevel.import.so \ |
---|
682 | -lchicken \ |
---|
683 | -lm |
---|
684 | ./chicken-boot srfi-1.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file srfi-1.import.c |
---|
685 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-1.import.c -o srfi-1.import.o -I. -I./ |
---|
686 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 srfi-1.import.o -o srfi-1.import.so \ |
---|
687 | -lchicken \ |
---|
688 | -lm |
---|
689 | ./chicken-boot srfi-4.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file srfi-4.import.c |
---|
690 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-4.import.c -o srfi-4.import.o -I. -I./ |
---|
691 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 srfi-4.import.o -o srfi-4.import.so \ |
---|
692 | -lchicken \ |
---|
693 | -lm |
---|
694 | ./chicken-boot data-structures.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file data-structures.import.c |
---|
695 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN data-structures.import.c -o data-structures.import.o -I. -I./ |
---|
696 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 data-structures.import.o -o data-structures.import.so \ |
---|
697 | -lchicken \ |
---|
698 | -lm |
---|
699 | ./chicken-boot ports.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file ports.import.c |
---|
700 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN ports.import.c -o ports.import.o -I. -I./ |
---|
701 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 ports.import.o -o ports.import.so \ |
---|
702 | -lchicken \ |
---|
703 | -lm |
---|
704 | ./chicken-boot files.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file files.import.c |
---|
705 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN files.import.c -o files.import.o -I. -I./ |
---|
706 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 files.import.o -o files.import.so \ |
---|
707 | -lchicken \ |
---|
708 | -lm |
---|
709 | ./chicken-boot posix.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file posix.import.c |
---|
710 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN posix.import.c -o posix.import.o -I. -I./ |
---|
711 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 posix.import.o -o posix.import.so \ |
---|
712 | -lchicken \ |
---|
713 | -lm |
---|
714 | ./chicken-boot srfi-13.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file srfi-13.import.c |
---|
715 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-13.import.c -o srfi-13.import.o -I. -I./ |
---|
716 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 srfi-13.import.o -o srfi-13.import.so \ |
---|
717 | -lchicken \ |
---|
718 | -lm |
---|
719 | ./chicken-boot srfi-69.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file srfi-69.import.c |
---|
720 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-69.import.c -o srfi-69.import.o -I. -I./ |
---|
721 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 srfi-69.import.o -o srfi-69.import.so \ |
---|
722 | -lchicken \ |
---|
723 | -lm |
---|
724 | ./chicken-boot extras.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file extras.import.c |
---|
725 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN extras.import.c -o extras.import.o -I. -I./ |
---|
726 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 extras.import.o -o extras.import.so \ |
---|
727 | -lchicken \ |
---|
728 | -lm |
---|
729 | ./chicken-boot srfi-14.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file srfi-14.import.c |
---|
730 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-14.import.c -o srfi-14.import.o -I. -I./ |
---|
731 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 srfi-14.import.o -o srfi-14.import.so \ |
---|
732 | -lchicken \ |
---|
733 | -lm |
---|
734 | ./chicken-boot tcp.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file tcp.import.c |
---|
735 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN tcp.import.c -o tcp.import.o -I. -I./ |
---|
736 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 tcp.import.o -o tcp.import.so \ |
---|
737 | -lchicken \ |
---|
738 | -lm |
---|
739 | ./chicken-boot foreign.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file foreign.import.c |
---|
740 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN foreign.import.c -o foreign.import.o -I. -I./ |
---|
741 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 foreign.import.o -o foreign.import.so \ |
---|
742 | -lchicken \ |
---|
743 | -lm |
---|
744 | ./chicken-boot srfi-18.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file srfi-18.import.c |
---|
745 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-18.import.c -o srfi-18.import.o -I. -I./ |
---|
746 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 srfi-18.import.o -o srfi-18.import.so \ |
---|
747 | -lchicken \ |
---|
748 | -lm |
---|
749 | ./chicken-boot utils.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file utils.import.c |
---|
750 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN utils.import.c -o utils.import.o -I. -I./ |
---|
751 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 utils.import.o -o utils.import.so \ |
---|
752 | -lchicken \ |
---|
753 | -lm |
---|
754 | ./chicken-boot csi.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file csi.import.c |
---|
755 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN csi.import.c -o csi.import.o -I. -I./ |
---|
756 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 csi.import.o -o csi.import.so \ |
---|
757 | -lchicken \ |
---|
758 | -lm |
---|
759 | ./chicken-boot irregex.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file irregex.import.c |
---|
760 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN irregex.import.c -o irregex.import.o -I. -I./ |
---|
761 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 irregex.import.o -o irregex.import.so \ |
---|
762 | -lchicken \ |
---|
763 | -lm |
---|
764 | ./chicken-boot setup-api.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file setup-api.import.c |
---|
765 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN setup-api.import.c -o setup-api.import.o -I. -I./ |
---|
766 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 setup-api.import.o -o setup-api.import.so \ |
---|
767 | -lchicken \ |
---|
768 | -lm |
---|
769 | ./chicken-boot setup-download.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -debug-info -specialize -types ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file setup-download.import.c |
---|
770 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -fno-strict-aliasing -fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -DC_SHARED -c -g -Wall -Wno-unused -fPIC -DPIC -DC_BUILDING_LIBCHICKEN setup-download.import.c -o setup-download.import.o -I. -I./ |
---|
771 | /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -m64 -bundle -L. -Wl,-headerpad -Wl,128 setup-download.import.o -o setup-download.import.so \ |
---|
772 | -lchicken \ |
---|
773 | -lm |
---|
774 | quaxo:000-Build/chicken-4.11.0rc2> make PLATFORM=macosx PREFIX=/Data/tools/chicken-4.11.0rc2 DEBUGBUILD=1 CHICKEN=./chicken-boot install |
---|
775 | install -d -m 755 "/Data/tools/chicken-4.11.0rc2/lib" |
---|
776 | install -m 755 libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib" |
---|
777 | install -d -m 755 "/Data/tools/chicken-4.11.0rc2/lib" |
---|
778 | install -d -m 755 "/Data/tools/chicken-4.11.0rc2/share" |
---|
779 | install -d -m 755 "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
780 | install -d -m 755 "/Data/tools/chicken-4.11.0rc2/include/chicken" |
---|
781 | install -d -m 755 "/Data/tools/chicken-4.11.0rc2/share/chicken" |
---|
782 | install -m 644 libchicken.a "/Data/tools/chicken-4.11.0rc2/lib" |
---|
783 | install -m 644 ./chicken.h "/Data/tools/chicken-4.11.0rc2/include/chicken" |
---|
784 | install -m 644 chicken-config.h "/Data/tools/chicken-4.11.0rc2/include/chicken" |
---|
785 | install -m 644 ./mac.r "/Data/tools/chicken-4.11.0rc2/share" |
---|
786 | install -m 644 ./CHICKEN.icns "/Data/tools/chicken-4.11.0rc2/share/chicken" |
---|
787 | install -m 644 ./types.db "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
788 | install -d -m 755 "/Data/tools/chicken-4.11.0rc2/bin" |
---|
789 | install -m 755 chicken "/Data/tools/chicken-4.11.0rc2/bin" |
---|
790 | install -m 755 csi "/Data/tools/chicken-4.11.0rc2/bin" |
---|
791 | install -m 755 chicken-profile "/Data/tools/chicken-4.11.0rc2/bin" |
---|
792 | install -m 755 csc "/Data/tools/chicken-4.11.0rc2/bin" |
---|
793 | install -m 755 chicken-bug "/Data/tools/chicken-4.11.0rc2/bin" |
---|
794 | install -m 755 chicken-status "/Data/tools/chicken-4.11.0rc2/bin" |
---|
795 | install -m 755 chicken-install "/Data/tools/chicken-4.11.0rc2/bin" |
---|
796 | install -m 755 chicken-uninstall "/Data/tools/chicken-4.11.0rc2/bin" |
---|
797 | install -m 755 feathers \ |
---|
798 | "/Data/tools/chicken-4.11.0rc2/bin" |
---|
799 | install -m 755 chicken.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
800 | install -m 755 lolevel.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
801 | install -m 755 srfi-1.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
802 | install -m 755 srfi-4.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
803 | install -m 755 data-structures.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
804 | install -m 755 ports.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
805 | install -m 755 files.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
806 | install -m 755 posix.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
807 | install -m 755 srfi-13.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
808 | install -m 755 srfi-69.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
809 | install -m 755 extras.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
810 | install -m 755 srfi-14.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
811 | install -m 755 tcp.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
812 | install -m 755 foreign.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
813 | install -m 755 srfi-18.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
814 | install -m 755 utils.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
815 | install -m 755 csi.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
816 | install -m 755 irregex.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
817 | install -m 755 setup-api.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
818 | install -m 755 setup-download.import.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
819 | install -m 755 setup-api.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
820 | install -m 755 setup-download.so "/Data/tools/chicken-4.11.0rc2/lib/chicken/8" |
---|
821 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/bin/chicken" |
---|
822 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/bin/csi" |
---|
823 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/bin/chicken-profile" |
---|
824 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/bin/csc" |
---|
825 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/bin/chicken-bug" |
---|
826 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/bin/chicken-status" |
---|
827 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/bin/chicken-install" |
---|
828 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/bin/chicken-uninstall" |
---|
829 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/setup-api.so" |
---|
830 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/setup-download.so" |
---|
831 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/chicken.import.so" |
---|
832 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/lolevel.import.so" |
---|
833 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/srfi-1.import.so" |
---|
834 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/srfi-4.import.so" |
---|
835 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/data-structures.import.so" |
---|
836 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/ports.import.so" |
---|
837 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/files.import.so" |
---|
838 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/posix.import.so" |
---|
839 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/srfi-13.import.so" |
---|
840 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/srfi-69.import.so" |
---|
841 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/extras.import.so" |
---|
842 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/srfi-14.import.so" |
---|
843 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/tcp.import.so" |
---|
844 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/foreign.import.so" |
---|
845 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/srfi-18.import.so" |
---|
846 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/utils.import.so" |
---|
847 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/csi.import.so" |
---|
848 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/irregex.import.so" |
---|
849 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/setup-api.import.so" |
---|
850 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -change libchicken.dylib /Data/tools/chicken-4.11.0rc2/lib/libchicken.dylib "/Data/tools/chicken-4.11.0rc2/lib/chicken/8/setup-download.import.so" |
---|
851 | /Data/tools/chicken-4.11.0rc2/bin/chicken-install -update-db |
---|
852 | loading import libraries ... |
---|
853 | generating database |
---|
854 | srfi-69 srfi-4 srfi-18 setup-download srfi-14 tcp setup-api srfi-13 srfi-1 utils posix ports lolevel irregex foreign files extras data-structures csi chicken r5rs-null r4rs-null scheme r4rs |
---|
855 | cp -r '/var/folders/45/r2kpq86s3pg9c44p0jys1x800000gn/T/tempa5f7.86628/modules.db' '/Data/tools/chicken-4.11.0rc2/lib/chicken/8/modules.db' |
---|
856 | install -d -m 755 "/Data/tools/chicken-4.11.0rc2/share/man/man1" |
---|
857 | install -d -m 755 "/Data/tools/chicken-4.11.0rc2/share/chicken/doc" |
---|
858 | install -d -m 755 "/Data/tools/chicken-4.11.0rc2/share/chicken" |
---|
859 | install -m 644 ./chicken.1 "/Data/tools/chicken-4.11.0rc2/share/man/man1" |
---|
860 | install -m 644 ./csc.1 "/Data/tools/chicken-4.11.0rc2/share/man/man1" |
---|
861 | install -m 644 ./csi.1 "/Data/tools/chicken-4.11.0rc2/share/man/man1" |
---|
862 | install -m 644 ./chicken-install.1 "/Data/tools/chicken-4.11.0rc2/share/man/man1" |
---|
863 | install -m 644 ./chicken-uninstall.1 "/Data/tools/chicken-4.11.0rc2/share/man/man1" |
---|
864 | install -m 644 ./chicken-status.1 "/Data/tools/chicken-4.11.0rc2/share/man/man1" |
---|
865 | install -m 644 ./chicken-profile.1 "/Data/tools/chicken-4.11.0rc2/share/man/man1" |
---|
866 | install -m 644 ./chicken-bug.1 "/Data/tools/chicken-4.11.0rc2/share/man/man1" |
---|
867 | install -m 644 ./feathers.1 "/Data/tools/chicken-4.11.0rc2/share/man/man1" |
---|
868 | install -d -m 755 "/Data/tools/chicken-4.11.0rc2/share/chicken/doc/manual" |
---|
869 | install -m 644 ./manual-html/* "/Data/tools/chicken-4.11.0rc2/share/chicken/doc/manual" |
---|
870 | install -m 644 ./README "/Data/tools/chicken-4.11.0rc2/share/chicken/doc" |
---|
871 | install -m 644 ./LICENSE "/Data/tools/chicken-4.11.0rc2/share/chicken/doc" |
---|
872 | install -m 644 ./setup.defaults "/Data/tools/chicken-4.11.0rc2/share/chicken" |
---|
873 | install -m 644 ./feathers.tcl "/Data/tools/chicken-4.11.0rc2/share/chicken" |
---|
874 | quaxo:000-Build/chicken-4.11.0rc2> pu |
---|
875 | 0 /tmp/chicken |
---|
876 | 1 /Data/tools/000-Build/chicken-4.11.0rc2 |
---|
877 | quaxo:/tmp/chicken> which csc |
---|
878 | /Data/tools/chicken-4.11.0rc2/bin/csc |
---|
879 | quaxo:/tmp/chicken> csi -version |
---|
880 | |
---|
881 | CHICKEN |
---|
882 | (c) 2008-2016, The CHICKEN Team |
---|
883 | (c) 2000-2007, Felix L. Winkelmann |
---|
884 | Version 4.11.0rc2 ((detached from 4.11.0rc2)) (rev e910197) |
---|
885 | macosx-unix-clang-x86-64 [ 64bit manyargs dload ptables ] |
---|
886 | compiled 2016-04-28 on waldrop (Linux) |
---|
887 | |
---|