1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | configure:634: checking for a BSD compatible install |
---|
5 | configure:687: checking whether build environment is sane |
---|
6 | configure:744: checking whether make sets ${MAKE} |
---|
7 | configure:790: checking for working aclocal-1.4 |
---|
8 | configure:803: checking for working autoconf |
---|
9 | configure:816: checking for working automake-1.4 |
---|
10 | configure:829: checking for working autoheader |
---|
11 | configure:842: checking for working makeinfo |
---|
12 | configure:874: checking for gcc |
---|
13 | configure:987: checking whether the C compiler (/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64) works |
---|
14 | configure:1003: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
15 | configure:1000:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] |
---|
16 | main(){return(0);} |
---|
17 | ^ |
---|
18 | 1 warning generated. |
---|
19 | configure:1029: checking whether the C compiler (/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64) is a cross-compiler |
---|
20 | configure:1034: checking whether we are using GNU C |
---|
21 | configure:1043: /usr/bin/clang -E conftest.c |
---|
22 | configure:1062: checking whether /usr/bin/clang accepts -g |
---|
23 | configure:1108: checking how to run the C preprocessor |
---|
24 | configure:1129: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
25 | configure:1188: checking for ANSI C header files |
---|
26 | configure:1201: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
27 | configure:1268: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
28 | configure:1263:67: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration] |
---|
29 | if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); |
---|
30 | ^ |
---|
31 | configure:1263:67: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' |
---|
32 | 1 error generated. |
---|
33 | configure: failed program was: |
---|
34 | #line 1257 "configure" |
---|
35 | #include "confdefs.h" |
---|
36 | #include <ctype.h> |
---|
37 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
---|
38 | #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) |
---|
39 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) |
---|
40 | int main () { int i; for (i = 0; i < 256; i++) |
---|
41 | if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); |
---|
42 | exit (0); } |
---|
43 | |
---|
44 | configure:1293: checking whether /usr/bin/clang needs -traditional |
---|
45 | configure:1318:10: fatal error: 'termio.h' file not found |
---|
46 | #include <termio.h> |
---|
47 | ^~~~~~~~~~ |
---|
48 | 1 error generated. |
---|
49 | configure:1341: checking for EMX |
---|
50 | configure:1355: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
51 | configure:1350:2: error: use of undeclared identifier 'kill' |
---|
52 | kill me! |
---|
53 | ^ |
---|
54 | 1 error generated. |
---|
55 | configure: failed program was: |
---|
56 | #line 1346 "configure" |
---|
57 | #include "confdefs.h" |
---|
58 | |
---|
59 | int main() { |
---|
60 | #ifndef __EMX__ |
---|
61 | kill me! |
---|
62 | #endif |
---|
63 | ; return 0; } |
---|
64 | configure:1373: checking for OpenWatcom |
---|
65 | configure:1387: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
66 | configure:1382:2: error: use of undeclared identifier 'kill' |
---|
67 | kill me! |
---|
68 | ^ |
---|
69 | 1 error generated. |
---|
70 | configure: failed program was: |
---|
71 | #line 1378 "configure" |
---|
72 | #include "confdefs.h" |
---|
73 | |
---|
74 | int main() { |
---|
75 | #ifndef __WATCOMC__ |
---|
76 | kill me! |
---|
77 | #endif |
---|
78 | ; return 0; } |
---|
79 | configure:1404: checking for DJGPP |
---|
80 | configure:1418: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
81 | configure:1413:2: error: use of undeclared identifier 'kill' |
---|
82 | kill me! |
---|
83 | ^ |
---|
84 | 1 error generated. |
---|
85 | configure: failed program was: |
---|
86 | #line 1409 "configure" |
---|
87 | #include "confdefs.h" |
---|
88 | |
---|
89 | int main() { |
---|
90 | #ifndef __DJGPP |
---|
91 | kill me! |
---|
92 | #endif |
---|
93 | ; return 0; } |
---|
94 | configure:1440: checking for ARM64 ILP32 |
---|
95 | configure:1454: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
96 | configure:1449:2: error: use of undeclared identifier 'kill' |
---|
97 | kill me! |
---|
98 | ^ |
---|
99 | 1 error generated. |
---|
100 | configure: failed program was: |
---|
101 | #line 1445 "configure" |
---|
102 | #include "confdefs.h" |
---|
103 | |
---|
104 | int main() { |
---|
105 | #if !(defined(__aarch64__) && defined(__ILP32__)) |
---|
106 | kill me! |
---|
107 | #endif |
---|
108 | ; return 0; } |
---|
109 | configure:1471: checking for volatile |
---|
110 | configure:1486: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
111 | configure:1508: checking for restrict |
---|
112 | configure:1528: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
113 | configure:1550: checking for __restrict |
---|
114 | configure:1570: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
115 | configure:1592: checking for long long |
---|
116 | configure:1604: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
117 | configure:1624: checking for pointer comparison bug |
---|
118 | configure:1647: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
119 | configure:1670: checking for maxint conversion bug |
---|
120 | configure:1693: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
121 | configure:1717: checking for stdlib.h |
---|
122 | configure:1729: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
123 | configure:1756: checking for dirent.h that defines DIR |
---|
124 | configure:1769: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
125 | configure:1794: checking for opendir in -ldir |
---|
126 | configure:1813: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -ldir 1>&5 |
---|
127 | ld: library not found for -ldir |
---|
128 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
129 | configure: failed program was: |
---|
130 | #line 1802 "configure" |
---|
131 | #include "confdefs.h" |
---|
132 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
133 | /* We use char because int might match the return type of a gcc2 |
---|
134 | builtin and then its argument prototype would still apply. */ |
---|
135 | char opendir(); |
---|
136 | |
---|
137 | int main() { |
---|
138 | opendir() |
---|
139 | ; return 0; } |
---|
140 | configure:1877: checking for sys/wait.h that is POSIX.1 compatible |
---|
141 | configure:1898: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
142 | configure:1922: checking for alloca.h |
---|
143 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
144 | configure:1922: checking for arpa/inet.h |
---|
145 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
146 | configure:1922: checking for bsd/string.h |
---|
147 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
148 | configure:1928:10: fatal error: 'bsd/string.h' file not found |
---|
149 | #include <bsd/string.h> |
---|
150 | ^~~~~~~~~~~~~~ |
---|
151 | 1 error generated. |
---|
152 | configure: failed program was: |
---|
153 | #line 1927 "configure" |
---|
154 | #include "confdefs.h" |
---|
155 | #include <bsd/string.h> |
---|
156 | configure:1922: checking for cygwin/process.h |
---|
157 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
158 | configure:1928:10: fatal error: 'cygwin/process.h' file not found |
---|
159 | #include <cygwin/process.h> |
---|
160 | ^~~~~~~~~~~~~~~~~~ |
---|
161 | 1 error generated. |
---|
162 | configure: failed program was: |
---|
163 | #line 1927 "configure" |
---|
164 | #include "confdefs.h" |
---|
165 | #include <cygwin/process.h> |
---|
166 | configure:1922: checking for cygwin/version.h |
---|
167 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
168 | configure:1928:10: fatal error: 'cygwin/version.h' file not found |
---|
169 | #include <cygwin/version.h> |
---|
170 | ^~~~~~~~~~~~~~~~~~ |
---|
171 | 1 error generated. |
---|
172 | configure: failed program was: |
---|
173 | #line 1927 "configure" |
---|
174 | #include "confdefs.h" |
---|
175 | #include <cygwin/version.h> |
---|
176 | configure:1922: checking for fcntl.h |
---|
177 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
178 | configure:1922: checking for grp.h |
---|
179 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
180 | configure:1922: checking for ieee.h |
---|
181 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
182 | configure:1928:10: fatal error: 'ieee.h' file not found |
---|
183 | #include <ieee.h> |
---|
184 | ^~~~~~~~ |
---|
185 | 1 error generated. |
---|
186 | configure: failed program was: |
---|
187 | #line 1927 "configure" |
---|
188 | #include "confdefs.h" |
---|
189 | #include <ieee.h> |
---|
190 | configure:1922: checking for interix/interix.h |
---|
191 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
192 | configure:1928:10: fatal error: 'interix/interix.h' file not found |
---|
193 | #include <interix/interix.h> |
---|
194 | ^~~~~~~~~~~~~~~~~~~ |
---|
195 | 1 error generated. |
---|
196 | configure: failed program was: |
---|
197 | #line 1927 "configure" |
---|
198 | #include "confdefs.h" |
---|
199 | #include <interix/interix.h> |
---|
200 | configure:1922: checking for inttypes.h |
---|
201 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
202 | configure:1922: checking for io.h |
---|
203 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
204 | configure:1928:10: fatal error: 'io.h' file not found |
---|
205 | #include <io.h> |
---|
206 | ^~~~~~ |
---|
207 | 1 error generated. |
---|
208 | configure: failed program was: |
---|
209 | #line 1927 "configure" |
---|
210 | #include "confdefs.h" |
---|
211 | #include <io.h> |
---|
212 | configure:1922: checking for langinfo.h |
---|
213 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
214 | configure:1922: checking for limits.h |
---|
215 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
216 | configure:1922: checking for linux/falloc.h |
---|
217 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
218 | configure:1928:10: fatal error: 'linux/falloc.h' file not found |
---|
219 | #include <linux/falloc.h> |
---|
220 | ^~~~~~~~~~~~~~~~ |
---|
221 | 1 error generated. |
---|
222 | configure: failed program was: |
---|
223 | #line 1927 "configure" |
---|
224 | #include "confdefs.h" |
---|
225 | #include <linux/falloc.h> |
---|
226 | configure:1922: checking for locale.h |
---|
227 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
228 | configure:1922: checking for malloc.h |
---|
229 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
230 | configure:1928:10: fatal error: 'malloc.h' file not found |
---|
231 | #include <malloc.h> |
---|
232 | ^~~~~~~~~~ |
---|
233 | 1 error generated. |
---|
234 | configure: failed program was: |
---|
235 | #line 1927 "configure" |
---|
236 | #include "confdefs.h" |
---|
237 | #include <malloc.h> |
---|
238 | configure:1922: checking for math.h |
---|
239 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
240 | configure:1922: checking for net/socket.h |
---|
241 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
242 | configure:1928:10: fatal error: 'net/socket.h' file not found |
---|
243 | #include <net/socket.h> |
---|
244 | ^~~~~~~~~~~~~~ |
---|
245 | 1 error generated. |
---|
246 | configure: failed program was: |
---|
247 | #line 1927 "configure" |
---|
248 | #include "confdefs.h" |
---|
249 | #include <net/socket.h> |
---|
250 | configure:1922: checking for netinet/in_system.h |
---|
251 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
252 | configure:1928:10: fatal error: 'netinet/in_system.h' file not found |
---|
253 | #include <netinet/in_system.h> |
---|
254 | ^~~~~~~~~~~~~~~~~~~~~ |
---|
255 | 1 error generated. |
---|
256 | configure: failed program was: |
---|
257 | #line 1927 "configure" |
---|
258 | #include "confdefs.h" |
---|
259 | #include <netinet/in_system.h> |
---|
260 | configure:1922: checking for netinet/in_systm.h |
---|
261 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
262 | configure:1922: checking for netinet/ip.h |
---|
263 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
264 | configure:1922: checking for poll.h |
---|
265 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
266 | configure:1922: checking for process.h |
---|
267 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
268 | configure:1928:10: fatal error: 'process.h' file not found |
---|
269 | #include <process.h> |
---|
270 | ^~~~~~~~~~~ |
---|
271 | 1 error generated. |
---|
272 | configure: failed program was: |
---|
273 | #line 1927 "configure" |
---|
274 | #include "confdefs.h" |
---|
275 | #include <process.h> |
---|
276 | configure:1922: checking for pwd.h |
---|
277 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
278 | configure:1922: checking for search.h |
---|
279 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
280 | configure:1922: checking for setjmp.h |
---|
281 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
282 | configure:1922: checking for sgtty.h |
---|
283 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
284 | configure:1922: checking for stdarg.h |
---|
285 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
286 | configure:1922: checking for string.h |
---|
287 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
288 | configure:1922: checking for strings.h |
---|
289 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
290 | configure:1922: checking for sys/cygwin.h |
---|
291 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
292 | configure:1928:10: fatal error: 'sys/cygwin.h' file not found |
---|
293 | #include <sys/cygwin.h> |
---|
294 | ^~~~~~~~~~~~~~ |
---|
295 | 1 error generated. |
---|
296 | configure: failed program was: |
---|
297 | #line 1927 "configure" |
---|
298 | #include "confdefs.h" |
---|
299 | #include <sys/cygwin.h> |
---|
300 | configure:1922: checking for sys/file.h |
---|
301 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
302 | configure:1922: checking for sys/fmutex.h |
---|
303 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
304 | configure:1928:10: fatal error: 'sys/fmutex.h' file not found |
---|
305 | #include <sys/fmutex.h> |
---|
306 | ^~~~~~~~~~~~~~ |
---|
307 | 1 error generated. |
---|
308 | configure: failed program was: |
---|
309 | #line 1927 "configure" |
---|
310 | #include "confdefs.h" |
---|
311 | #include <sys/fmutex.h> |
---|
312 | configure:1922: checking for sys/ioctl.h |
---|
313 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
314 | configure:1922: checking for sys/resource.h |
---|
315 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
316 | configure:1922: checking for sys/select.h |
---|
317 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
318 | configure:1922: checking for sys/time.h |
---|
319 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
320 | configure:1922: checking for sys/un.h |
---|
321 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
322 | configure:1922: checking for sys/utsname.h |
---|
323 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
324 | configure:1922: checking for termios.h |
---|
325 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
326 | configure:1922: checking for time.h |
---|
327 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
328 | configure:1922: checking for umalloc.h |
---|
329 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
330 | configure:1928:10: fatal error: 'umalloc.h' file not found |
---|
331 | #include <umalloc.h> |
---|
332 | ^~~~~~~~~~~ |
---|
333 | 1 error generated. |
---|
334 | configure: failed program was: |
---|
335 | #line 1927 "configure" |
---|
336 | #include "confdefs.h" |
---|
337 | #include <umalloc.h> |
---|
338 | configure:1922: checking for unistd.h |
---|
339 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
340 | configure:1922: checking for unixlib.h |
---|
341 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
342 | configure:1928:10: fatal error: 'unixlib.h' file not found |
---|
343 | #include <unixlib.h> |
---|
344 | ^~~~~~~~~~~ |
---|
345 | 1 error generated. |
---|
346 | configure: failed program was: |
---|
347 | #line 1927 "configure" |
---|
348 | #include "confdefs.h" |
---|
349 | #include <unixlib.h> |
---|
350 | configure:1922: checking for utime.h |
---|
351 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
352 | configure:1922: checking for uwin.h |
---|
353 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
354 | configure:1928:10: fatal error: 'uwin.h' file not found |
---|
355 | #include <uwin.h> |
---|
356 | ^~~~~~~~ |
---|
357 | 1 error generated. |
---|
358 | configure: failed program was: |
---|
359 | #line 1927 "configure" |
---|
360 | #include "confdefs.h" |
---|
361 | #include <uwin.h> |
---|
362 | configure:1922: checking for values.h |
---|
363 | configure:1932: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
364 | configure:1928:10: fatal error: 'values.h' file not found |
---|
365 | #include <values.h> |
---|
366 | ^~~~~~~~~~ |
---|
367 | 1 error generated. |
---|
368 | configure: failed program was: |
---|
369 | #line 1927 "configure" |
---|
370 | #include "confdefs.h" |
---|
371 | #include <values.h> |
---|
372 | configure:1964: checking for working const |
---|
373 | configure:2018: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
374 | configure:2039: checking for inline |
---|
375 | configure:2053: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
376 | configure:2049:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] |
---|
377 | } inline foo() { |
---|
378 | ~~~~~~ ^ |
---|
379 | 1 warning generated. |
---|
380 | configure:2079: checking for size_t |
---|
381 | configure:2112: checking for pid_t |
---|
382 | configure:2145: checking for socklen_t |
---|
383 | configure:2163: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
384 | configure:2184: checking for errno |
---|
385 | configure:2201: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
386 | configure:2223: checking whether time.h and sys/time.h may both be included |
---|
387 | configure:2237: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
388 | configure:2258: checking whether struct tm is in sys/time.h or time.h |
---|
389 | configure:2271: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
390 | configure:2267:20: warning: expression result unused [-Wunused-value] |
---|
391 | struct tm *tp; tp->tm_sec; |
---|
392 | ~~ ^~~~~~ |
---|
393 | 1 warning generated. |
---|
394 | configure:2305: checking size of unsigned short |
---|
395 | configure:2325: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
396 | configure:2316:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] |
---|
397 | main() |
---|
398 | ^ |
---|
399 | configure:2319:11: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration] |
---|
400 | if (!f) exit(1); |
---|
401 | ^ |
---|
402 | configure:2319:11: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' |
---|
403 | configure:2320:22: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] |
---|
404 | fprintf(f, "%d\n", sizeof(unsigned short)); |
---|
405 | ~~ ^~~~~~~~~~~~~~~~~~~~~~ |
---|
406 | %lu |
---|
407 | 2 warnings and 1 error generated. |
---|
408 | configure: failed program was: |
---|
409 | #line 2313 "configure" |
---|
410 | #include "confdefs.h" |
---|
411 | #include <stdio.h> |
---|
412 | #include <sys/types.h> |
---|
413 | main() |
---|
414 | { |
---|
415 | FILE *f=fopen("conftestval", "w"); |
---|
416 | if (!f) exit(1); |
---|
417 | fprintf(f, "%d\n", sizeof(unsigned short)); |
---|
418 | exit(0); |
---|
419 | } |
---|
420 | configure:2345: checking size of unsigned |
---|
421 | configure:2365: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
422 | configure:2356:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] |
---|
423 | main() |
---|
424 | ^ |
---|
425 | configure:2359:11: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration] |
---|
426 | if (!f) exit(1); |
---|
427 | ^ |
---|
428 | configure:2359:11: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' |
---|
429 | configure:2360:22: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] |
---|
430 | fprintf(f, "%d\n", sizeof(unsigned)); |
---|
431 | ~~ ^~~~~~~~~~~~~~~~ |
---|
432 | %lu |
---|
433 | 2 warnings and 1 error generated. |
---|
434 | configure: failed program was: |
---|
435 | #line 2353 "configure" |
---|
436 | #include "confdefs.h" |
---|
437 | #include <stdio.h> |
---|
438 | #include <sys/types.h> |
---|
439 | main() |
---|
440 | { |
---|
441 | FILE *f=fopen("conftestval", "w"); |
---|
442 | if (!f) exit(1); |
---|
443 | fprintf(f, "%d\n", sizeof(unsigned)); |
---|
444 | exit(0); |
---|
445 | } |
---|
446 | configure:2385: checking size of unsigned long |
---|
447 | configure:2405: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
448 | configure:2396:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] |
---|
449 | main() |
---|
450 | ^ |
---|
451 | configure:2399:11: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration] |
---|
452 | if (!f) exit(1); |
---|
453 | ^ |
---|
454 | configure:2399:11: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' |
---|
455 | configure:2400:22: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] |
---|
456 | fprintf(f, "%d\n", sizeof(unsigned long)); |
---|
457 | ~~ ^~~~~~~~~~~~~~~~~~~~~ |
---|
458 | %lu |
---|
459 | 2 warnings and 1 error generated. |
---|
460 | configure: failed program was: |
---|
461 | #line 2393 "configure" |
---|
462 | #include "confdefs.h" |
---|
463 | #include <stdio.h> |
---|
464 | #include <sys/types.h> |
---|
465 | main() |
---|
466 | { |
---|
467 | FILE *f=fopen("conftestval", "w"); |
---|
468 | if (!f) exit(1); |
---|
469 | fprintf(f, "%d\n", sizeof(unsigned long)); |
---|
470 | exit(0); |
---|
471 | } |
---|
472 | configure:2426: checking size of unsigned long long |
---|
473 | configure:2446: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
474 | configure:2437:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] |
---|
475 | main() |
---|
476 | ^ |
---|
477 | configure:2440:11: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration] |
---|
478 | if (!f) exit(1); |
---|
479 | ^ |
---|
480 | configure:2440:11: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' |
---|
481 | configure:2441:22: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] |
---|
482 | fprintf(f, "%d\n", sizeof(unsigned long long)); |
---|
483 | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
484 | %lu |
---|
485 | 2 warnings and 1 error generated. |
---|
486 | configure: failed program was: |
---|
487 | #line 2434 "configure" |
---|
488 | #include "confdefs.h" |
---|
489 | #include <stdio.h> |
---|
490 | #include <sys/types.h> |
---|
491 | main() |
---|
492 | { |
---|
493 | FILE *f=fopen("conftestval", "w"); |
---|
494 | if (!f) exit(1); |
---|
495 | fprintf(f, "%d\n", sizeof(unsigned long long)); |
---|
496 | exit(0); |
---|
497 | } |
---|
498 | configure:2470: checking for big endian |
---|
499 | configure:2490: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
500 | configure: failed program was: |
---|
501 | #line 2478 "configure" |
---|
502 | #include "confdefs.h" |
---|
503 | |
---|
504 | long l; |
---|
505 | char *c = (char *)&l; |
---|
506 | int main() |
---|
507 | { |
---|
508 | l = 0x12345678L; |
---|
509 | return !(c[sizeof(long) - 1] == 0x78 && c[sizeof(long) - 2] == 0x56 && c[sizeof(long) - 3] == 0x34 && c[sizeof(long) - 4] == 0x12); |
---|
510 | } |
---|
511 | |
---|
512 | configure:2507: checking for little endian |
---|
513 | configure:2527: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
514 | configure:2558: checking if rename can replace existing files |
---|
515 | configure:2585: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
516 | configure:2610: checking return type of signal handlers |
---|
517 | configure:2632: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
518 | configure:2651: checking for strftime |
---|
519 | configure:2679: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
520 | configure:2747: checking for vprintf |
---|
521 | configure:2775: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
522 | configure:2759:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration] |
---|
523 | char vprintf(); |
---|
524 | ^ |
---|
525 | configure:2759:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)' |
---|
526 | 1 warning generated. |
---|
527 | configure:2854: checking for bcmp |
---|
528 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
529 | configure:2866:6: warning: incompatible redeclaration of library function 'bcmp' [-Wincompatible-library-redeclaration] |
---|
530 | char bcmp(); |
---|
531 | ^ |
---|
532 | configure:2866:6: note: 'bcmp' is a builtin with type 'int (const void *, const void *, unsigned long)' |
---|
533 | 1 warning generated. |
---|
534 | configure:2854: checking for bcopy |
---|
535 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
536 | configure:2854: checking for bzero |
---|
537 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
538 | configure:2866:6: warning: incompatible redeclaration of library function 'bzero' [-Wincompatible-library-redeclaration] |
---|
539 | char bzero(); |
---|
540 | ^ |
---|
541 | configure:2866:6: note: 'bzero' is a builtin with type 'void (void *, unsigned long)' |
---|
542 | 1 warning generated. |
---|
543 | configure:2854: checking for calloc |
---|
544 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
545 | configure:2866:6: warning: incompatible redeclaration of library function 'calloc' [-Wincompatible-library-redeclaration] |
---|
546 | char calloc(); |
---|
547 | ^ |
---|
548 | configure:2866:6: note: 'calloc' is a builtin with type 'void *(unsigned long, unsigned long)' |
---|
549 | 1 warning generated. |
---|
550 | configure:2854: checking for cfmakeraw |
---|
551 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
552 | configure:2854: checking for chmod |
---|
553 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
554 | configure:2854: checking for cygwin_conv_path |
---|
555 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
556 | Undefined symbols for architecture x86_64: |
---|
557 | "_cygwin_conv_path", referenced from: |
---|
558 | _main in conftest-bc18e7.o |
---|
559 | ld: symbol(s) not found for architecture x86_64 |
---|
560 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
561 | configure: failed program was: |
---|
562 | #line 2859 "configure" |
---|
563 | #include "confdefs.h" |
---|
564 | /* System header to define __stub macros and hopefully few prototypes, |
---|
565 | which can conflict with char cygwin_conv_path(); below. */ |
---|
566 | #include <assert.h> |
---|
567 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
568 | /* We use char because int might match the return type of a gcc2 |
---|
569 | builtin and then its argument prototype would still apply. */ |
---|
570 | char cygwin_conv_path(); |
---|
571 | |
---|
572 | int main() { |
---|
573 | |
---|
574 | /* The GNU C library defines this for functions which it implements |
---|
575 | to always fail with ENOSYS. Some functions are actually named |
---|
576 | something starting with __ and the normal name is an alias. */ |
---|
577 | #if defined (__stub_cygwin_conv_path) || defined (__stub___cygwin_conv_path) |
---|
578 | choke me |
---|
579 | #else |
---|
580 | cygwin_conv_path(); |
---|
581 | #endif |
---|
582 | |
---|
583 | ; return 0; } |
---|
584 | configure:2854: checking for cygwin_conv_to_full_win32_path |
---|
585 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
586 | Undefined symbols for architecture x86_64: |
---|
587 | "_cygwin_conv_to_full_win32_path", referenced from: |
---|
588 | _main in conftest-6d1954.o |
---|
589 | ld: symbol(s) not found for architecture x86_64 |
---|
590 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
591 | configure: failed program was: |
---|
592 | #line 2859 "configure" |
---|
593 | #include "confdefs.h" |
---|
594 | /* System header to define __stub macros and hopefully few prototypes, |
---|
595 | which can conflict with char cygwin_conv_to_full_win32_path(); below. */ |
---|
596 | #include <assert.h> |
---|
597 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
598 | /* We use char because int might match the return type of a gcc2 |
---|
599 | builtin and then its argument prototype would still apply. */ |
---|
600 | char cygwin_conv_to_full_win32_path(); |
---|
601 | |
---|
602 | int main() { |
---|
603 | |
---|
604 | /* The GNU C library defines this for functions which it implements |
---|
605 | to always fail with ENOSYS. Some functions are actually named |
---|
606 | something starting with __ and the normal name is an alias. */ |
---|
607 | #if defined (__stub_cygwin_conv_to_full_win32_path) || defined (__stub___cygwin_conv_to_full_win32_path) |
---|
608 | choke me |
---|
609 | #else |
---|
610 | cygwin_conv_to_full_win32_path(); |
---|
611 | #endif |
---|
612 | |
---|
613 | ; return 0; } |
---|
614 | configure:2854: checking for dirfd |
---|
615 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
616 | configure:2854: checking for fallocate |
---|
617 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
618 | Undefined symbols for architecture x86_64: |
---|
619 | "_fallocate", referenced from: |
---|
620 | _main in conftest-6860a1.o |
---|
621 | ld: symbol(s) not found for architecture x86_64 |
---|
622 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
623 | configure: failed program was: |
---|
624 | #line 2859 "configure" |
---|
625 | #include "confdefs.h" |
---|
626 | /* System header to define __stub macros and hopefully few prototypes, |
---|
627 | which can conflict with char fallocate(); below. */ |
---|
628 | #include <assert.h> |
---|
629 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
630 | /* We use char because int might match the return type of a gcc2 |
---|
631 | builtin and then its argument prototype would still apply. */ |
---|
632 | char fallocate(); |
---|
633 | |
---|
634 | int main() { |
---|
635 | |
---|
636 | /* The GNU C library defines this for functions which it implements |
---|
637 | to always fail with ENOSYS. Some functions are actually named |
---|
638 | something starting with __ and the normal name is an alias. */ |
---|
639 | #if defined (__stub_fallocate) || defined (__stub___fallocate) |
---|
640 | choke me |
---|
641 | #else |
---|
642 | fallocate(); |
---|
643 | #endif |
---|
644 | |
---|
645 | ; return 0; } |
---|
646 | configure:2854: checking for freelocale |
---|
647 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
648 | configure:2854: checking for getcwd |
---|
649 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
650 | configure:2854: checking for getgrgid |
---|
651 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
652 | configure:2854: checking for gethostname |
---|
653 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
654 | configure:2854: checking for getpagesize |
---|
655 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
656 | configure:2854: checking for getpid |
---|
657 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
658 | configure:2854: checking for getpwuid |
---|
659 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
660 | configure:2854: checking for getrlimit |
---|
661 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
662 | configure:2854: checking for gettimeofday |
---|
663 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
664 | configure:2854: checking for kqueue |
---|
665 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
666 | configure:2854: checking for malloc_trim |
---|
667 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
668 | Undefined symbols for architecture x86_64: |
---|
669 | "_malloc_trim", referenced from: |
---|
670 | _main in conftest-79c068.o |
---|
671 | ld: symbol(s) not found for architecture x86_64 |
---|
672 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
673 | configure: failed program was: |
---|
674 | #line 2859 "configure" |
---|
675 | #include "confdefs.h" |
---|
676 | /* System header to define __stub macros and hopefully few prototypes, |
---|
677 | which can conflict with char malloc_trim(); below. */ |
---|
678 | #include <assert.h> |
---|
679 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
680 | /* We use char because int might match the return type of a gcc2 |
---|
681 | builtin and then its argument prototype would still apply. */ |
---|
682 | char malloc_trim(); |
---|
683 | |
---|
684 | int main() { |
---|
685 | |
---|
686 | /* The GNU C library defines this for functions which it implements |
---|
687 | to always fail with ENOSYS. Some functions are actually named |
---|
688 | something starting with __ and the normal name is an alias. */ |
---|
689 | #if defined (__stub_malloc_trim) || defined (__stub___malloc_trim) |
---|
690 | choke me |
---|
691 | #else |
---|
692 | malloc_trim(); |
---|
693 | #endif |
---|
694 | |
---|
695 | ; return 0; } |
---|
696 | configure:2854: checking for mallopt |
---|
697 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
698 | Undefined symbols for architecture x86_64: |
---|
699 | "_mallopt", referenced from: |
---|
700 | _main in conftest-b97d38.o |
---|
701 | ld: symbol(s) not found for architecture x86_64 |
---|
702 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
703 | configure: failed program was: |
---|
704 | #line 2859 "configure" |
---|
705 | #include "confdefs.h" |
---|
706 | /* System header to define __stub macros and hopefully few prototypes, |
---|
707 | which can conflict with char mallopt(); below. */ |
---|
708 | #include <assert.h> |
---|
709 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
710 | /* We use char because int might match the return type of a gcc2 |
---|
711 | builtin and then its argument prototype would still apply. */ |
---|
712 | char mallopt(); |
---|
713 | |
---|
714 | int main() { |
---|
715 | |
---|
716 | /* The GNU C library defines this for functions which it implements |
---|
717 | to always fail with ENOSYS. Some functions are actually named |
---|
718 | something starting with __ and the normal name is an alias. */ |
---|
719 | #if defined (__stub_mallopt) || defined (__stub___mallopt) |
---|
720 | choke me |
---|
721 | #else |
---|
722 | mallopt(); |
---|
723 | #endif |
---|
724 | |
---|
725 | ; return 0; } |
---|
726 | configure:2854: checking for mktime |
---|
727 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
728 | configure:2854: checking for newlocale |
---|
729 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
730 | configure:2854: checking for nl_langinfo |
---|
731 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
732 | configure:2854: checking for poll |
---|
733 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
734 | configure:2854: checking for popen |
---|
735 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
736 | configure:2854: checking for posix_fallocate |
---|
737 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
738 | Undefined symbols for architecture x86_64: |
---|
739 | "_posix_fallocate", referenced from: |
---|
740 | _main in conftest-829125.o |
---|
741 | ld: symbol(s) not found for architecture x86_64 |
---|
742 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
743 | configure: failed program was: |
---|
744 | #line 2859 "configure" |
---|
745 | #include "confdefs.h" |
---|
746 | /* System header to define __stub macros and hopefully few prototypes, |
---|
747 | which can conflict with char posix_fallocate(); below. */ |
---|
748 | #include <assert.h> |
---|
749 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
750 | /* We use char because int might match the return type of a gcc2 |
---|
751 | builtin and then its argument prototype would still apply. */ |
---|
752 | char posix_fallocate(); |
---|
753 | |
---|
754 | int main() { |
---|
755 | |
---|
756 | /* The GNU C library defines this for functions which it implements |
---|
757 | to always fail with ENOSYS. Some functions are actually named |
---|
758 | something starting with __ and the normal name is an alias. */ |
---|
759 | #if defined (__stub_posix_fallocate) || defined (__stub___posix_fallocate) |
---|
760 | choke me |
---|
761 | #else |
---|
762 | posix_fallocate(); |
---|
763 | #endif |
---|
764 | |
---|
765 | ; return 0; } |
---|
766 | configure:2854: checking for raise |
---|
767 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
768 | configure:2854: checking for select |
---|
769 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
770 | configure:2854: checking for setlocale |
---|
771 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
772 | configure:2854: checking for setpgid |
---|
773 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
774 | configure:2854: checking for setrlimit |
---|
775 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
776 | configure:2854: checking for setsid |
---|
777 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
778 | configure:2854: checking for sigaction |
---|
779 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
780 | configure:2854: checking for sigblock |
---|
781 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
782 | configure:2854: checking for sigdelset |
---|
783 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
784 | configure:2854: checking for sigprocmask |
---|
785 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
786 | configure:2854: checking for sigsetmask |
---|
787 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
788 | configure:2854: checking for snprintf |
---|
789 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
790 | configure:2866:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration] |
---|
791 | char snprintf(); |
---|
792 | ^ |
---|
793 | configure:2866:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)' |
---|
794 | 1 warning generated. |
---|
795 | configure:2854: checking for strdup |
---|
796 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
797 | configure:2866:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] |
---|
798 | char strdup(); |
---|
799 | ^ |
---|
800 | configure:2866:6: note: 'strdup' is a builtin with type 'char *(const char *)' |
---|
801 | 1 warning generated. |
---|
802 | configure:2854: checking for strerror_l |
---|
803 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
804 | Undefined symbols for architecture x86_64: |
---|
805 | "_strerror_l", referenced from: |
---|
806 | _main in conftest-706de6.o |
---|
807 | ld: symbol(s) not found for architecture x86_64 |
---|
808 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
809 | configure: failed program was: |
---|
810 | #line 2859 "configure" |
---|
811 | #include "confdefs.h" |
---|
812 | /* System header to define __stub macros and hopefully few prototypes, |
---|
813 | which can conflict with char strerror_l(); below. */ |
---|
814 | #include <assert.h> |
---|
815 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
816 | /* We use char because int might match the return type of a gcc2 |
---|
817 | builtin and then its argument prototype would still apply. */ |
---|
818 | char strerror_l(); |
---|
819 | |
---|
820 | int main() { |
---|
821 | |
---|
822 | /* The GNU C library defines this for functions which it implements |
---|
823 | to always fail with ENOSYS. Some functions are actually named |
---|
824 | something starting with __ and the normal name is an alias. */ |
---|
825 | #if defined (__stub_strerror_l) || defined (__stub___strerror_l) |
---|
826 | choke me |
---|
827 | #else |
---|
828 | strerror_l(); |
---|
829 | #endif |
---|
830 | |
---|
831 | ; return 0; } |
---|
832 | configure:2854: checking for strptime |
---|
833 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
834 | configure:2854: checking for strtod |
---|
835 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
836 | configure:2866:6: warning: incompatible redeclaration of library function 'strtod' [-Wincompatible-library-redeclaration] |
---|
837 | char strtod(); |
---|
838 | ^ |
---|
839 | configure:2866:6: note: 'strtod' is a builtin with type 'double (const char *, char **)' |
---|
840 | 1 warning generated. |
---|
841 | configure:2854: checking for strtoimax |
---|
842 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
843 | configure:2854: checking for strtol |
---|
844 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
845 | configure:2866:6: warning: incompatible redeclaration of library function 'strtol' [-Wincompatible-library-redeclaration] |
---|
846 | char strtol(); |
---|
847 | ^ |
---|
848 | configure:2866:6: note: 'strtol' is a builtin with type 'long (const char *, char **, int)' |
---|
849 | 1 warning generated. |
---|
850 | configure:2854: checking for strtoll |
---|
851 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
852 | configure:2866:6: warning: incompatible redeclaration of library function 'strtoll' [-Wincompatible-library-redeclaration] |
---|
853 | char strtoll(); |
---|
854 | ^ |
---|
855 | configure:2866:6: note: 'strtoll' is a builtin with type 'long long (const char *, char **, int)' |
---|
856 | 1 warning generated. |
---|
857 | configure:2854: checking for strtoq |
---|
858 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
859 | configure:2854: checking for strtoul |
---|
860 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
861 | configure:2866:6: warning: incompatible redeclaration of library function 'strtoul' [-Wincompatible-library-redeclaration] |
---|
862 | char strtoul(); |
---|
863 | ^ |
---|
864 | configure:2866:6: note: 'strtoul' is a builtin with type 'unsigned long (const char *, char **, int)' |
---|
865 | 1 warning generated. |
---|
866 | configure:2854: checking for sysconf |
---|
867 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
868 | configure:2854: checking for tdelete |
---|
869 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
870 | configure:2854: checking for tempnam |
---|
871 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
872 | configure:2854: checking for tfind |
---|
873 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
874 | configure:2854: checking for tsearch |
---|
875 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
876 | configure:2854: checking for uname |
---|
877 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
878 | configure:2854: checking for unixpath2win |
---|
879 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
880 | Undefined symbols for architecture x86_64: |
---|
881 | "_unixpath2win", referenced from: |
---|
882 | _main in conftest-a88521.o |
---|
883 | ld: symbol(s) not found for architecture x86_64 |
---|
884 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
885 | configure: failed program was: |
---|
886 | #line 2859 "configure" |
---|
887 | #include "confdefs.h" |
---|
888 | /* System header to define __stub macros and hopefully few prototypes, |
---|
889 | which can conflict with char unixpath2win(); below. */ |
---|
890 | #include <assert.h> |
---|
891 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
892 | /* We use char because int might match the return type of a gcc2 |
---|
893 | builtin and then its argument prototype would still apply. */ |
---|
894 | char unixpath2win(); |
---|
895 | |
---|
896 | int main() { |
---|
897 | |
---|
898 | /* The GNU C library defines this for functions which it implements |
---|
899 | to always fail with ENOSYS. Some functions are actually named |
---|
900 | something starting with __ and the normal name is an alias. */ |
---|
901 | #if defined (__stub_unixpath2win) || defined (__stub___unixpath2win) |
---|
902 | choke me |
---|
903 | #else |
---|
904 | unixpath2win(); |
---|
905 | #endif |
---|
906 | |
---|
907 | ; return 0; } |
---|
908 | configure:2854: checking for utime |
---|
909 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
910 | configure:2854: checking for utimes |
---|
911 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
912 | configure:2854: checking for uwin_path |
---|
913 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
914 | Undefined symbols for architecture x86_64: |
---|
915 | "_uwin_path", referenced from: |
---|
916 | _main in conftest-118982.o |
---|
917 | ld: symbol(s) not found for architecture x86_64 |
---|
918 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
919 | configure: failed program was: |
---|
920 | #line 2859 "configure" |
---|
921 | #include "confdefs.h" |
---|
922 | /* System header to define __stub macros and hopefully few prototypes, |
---|
923 | which can conflict with char uwin_path(); below. */ |
---|
924 | #include <assert.h> |
---|
925 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
926 | /* We use char because int might match the return type of a gcc2 |
---|
927 | builtin and then its argument prototype would still apply. */ |
---|
928 | char uwin_path(); |
---|
929 | |
---|
930 | int main() { |
---|
931 | |
---|
932 | /* The GNU C library defines this for functions which it implements |
---|
933 | to always fail with ENOSYS. Some functions are actually named |
---|
934 | something starting with __ and the normal name is an alias. */ |
---|
935 | #if defined (__stub_uwin_path) || defined (__stub___uwin_path) |
---|
936 | choke me |
---|
937 | #else |
---|
938 | uwin_path(); |
---|
939 | #endif |
---|
940 | |
---|
941 | ; return 0; } |
---|
942 | configure:2854: checking for winpath2unix |
---|
943 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
944 | Undefined symbols for architecture x86_64: |
---|
945 | "_winpath2unix", referenced from: |
---|
946 | _main in conftest-6b59c1.o |
---|
947 | ld: symbol(s) not found for architecture x86_64 |
---|
948 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
949 | configure: failed program was: |
---|
950 | #line 2859 "configure" |
---|
951 | #include "confdefs.h" |
---|
952 | /* System header to define __stub macros and hopefully few prototypes, |
---|
953 | which can conflict with char winpath2unix(); below. */ |
---|
954 | #include <assert.h> |
---|
955 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
956 | /* We use char because int might match the return type of a gcc2 |
---|
957 | builtin and then its argument prototype would still apply. */ |
---|
958 | char winpath2unix(); |
---|
959 | |
---|
960 | int main() { |
---|
961 | |
---|
962 | /* The GNU C library defines this for functions which it implements |
---|
963 | to always fail with ENOSYS. Some functions are actually named |
---|
964 | something starting with __ and the normal name is an alias. */ |
---|
965 | #if defined (__stub_winpath2unix) || defined (__stub___winpath2unix) |
---|
966 | choke me |
---|
967 | #else |
---|
968 | winpath2unix(); |
---|
969 | #endif |
---|
970 | |
---|
971 | ; return 0; } |
---|
972 | configure:2854: checking for _heapmin |
---|
973 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
974 | Undefined symbols for architecture x86_64: |
---|
975 | "__heapmin", referenced from: |
---|
976 | _main in conftest-193ce0.o |
---|
977 | ld: symbol(s) not found for architecture x86_64 |
---|
978 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
979 | configure: failed program was: |
---|
980 | #line 2859 "configure" |
---|
981 | #include "confdefs.h" |
---|
982 | /* System header to define __stub macros and hopefully few prototypes, |
---|
983 | which can conflict with char _heapmin(); below. */ |
---|
984 | #include <assert.h> |
---|
985 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
986 | /* We use char because int might match the return type of a gcc2 |
---|
987 | builtin and then its argument prototype would still apply. */ |
---|
988 | char _heapmin(); |
---|
989 | |
---|
990 | int main() { |
---|
991 | |
---|
992 | /* The GNU C library defines this for functions which it implements |
---|
993 | to always fail with ENOSYS. Some functions are actually named |
---|
994 | something starting with __ and the normal name is an alias. */ |
---|
995 | #if defined (__stub__heapmin) || defined (__stub____heapmin) |
---|
996 | choke me |
---|
997 | #else |
---|
998 | _heapmin(); |
---|
999 | #endif |
---|
1000 | |
---|
1001 | ; return 0; } |
---|
1002 | configure:2854: checking for _msize |
---|
1003 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1004 | Undefined symbols for architecture x86_64: |
---|
1005 | "__msize", referenced from: |
---|
1006 | _main in conftest-de07b8.o |
---|
1007 | ld: symbol(s) not found for architecture x86_64 |
---|
1008 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1009 | configure: failed program was: |
---|
1010 | #line 2859 "configure" |
---|
1011 | #include "confdefs.h" |
---|
1012 | /* System header to define __stub macros and hopefully few prototypes, |
---|
1013 | which can conflict with char _msize(); below. */ |
---|
1014 | #include <assert.h> |
---|
1015 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1016 | /* We use char because int might match the return type of a gcc2 |
---|
1017 | builtin and then its argument prototype would still apply. */ |
---|
1018 | char _msize(); |
---|
1019 | |
---|
1020 | int main() { |
---|
1021 | |
---|
1022 | /* The GNU C library defines this for functions which it implements |
---|
1023 | to always fail with ENOSYS. Some functions are actually named |
---|
1024 | something starting with __ and the normal name is an alias. */ |
---|
1025 | #if defined (__stub__msize) || defined (__stub____msize) |
---|
1026 | choke me |
---|
1027 | #else |
---|
1028 | _msize(); |
---|
1029 | #endif |
---|
1030 | |
---|
1031 | ; return 0; } |
---|
1032 | configure:2854: checking for _ucreate |
---|
1033 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1034 | Undefined symbols for architecture x86_64: |
---|
1035 | "__ucreate", referenced from: |
---|
1036 | _main in conftest-1fd23d.o |
---|
1037 | ld: symbol(s) not found for architecture x86_64 |
---|
1038 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1039 | configure: failed program was: |
---|
1040 | #line 2859 "configure" |
---|
1041 | #include "confdefs.h" |
---|
1042 | /* System header to define __stub macros and hopefully few prototypes, |
---|
1043 | which can conflict with char _ucreate(); below. */ |
---|
1044 | #include <assert.h> |
---|
1045 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1046 | /* We use char because int might match the return type of a gcc2 |
---|
1047 | builtin and then its argument prototype would still apply. */ |
---|
1048 | char _ucreate(); |
---|
1049 | |
---|
1050 | int main() { |
---|
1051 | |
---|
1052 | /* The GNU C library defines this for functions which it implements |
---|
1053 | to always fail with ENOSYS. Some functions are actually named |
---|
1054 | something starting with __ and the normal name is an alias. */ |
---|
1055 | #if defined (__stub__ucreate) || defined (__stub____ucreate) |
---|
1056 | choke me |
---|
1057 | #else |
---|
1058 | _ucreate(); |
---|
1059 | #endif |
---|
1060 | |
---|
1061 | ; return 0; } |
---|
1062 | configure:2854: checking for _udefault |
---|
1063 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1064 | Undefined symbols for architecture x86_64: |
---|
1065 | "__udefault", referenced from: |
---|
1066 | _main in conftest-29fd48.o |
---|
1067 | ld: symbol(s) not found for architecture x86_64 |
---|
1068 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1069 | configure: failed program was: |
---|
1070 | #line 2859 "configure" |
---|
1071 | #include "confdefs.h" |
---|
1072 | /* System header to define __stub macros and hopefully few prototypes, |
---|
1073 | which can conflict with char _udefault(); below. */ |
---|
1074 | #include <assert.h> |
---|
1075 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1076 | /* We use char because int might match the return type of a gcc2 |
---|
1077 | builtin and then its argument prototype would still apply. */ |
---|
1078 | char _udefault(); |
---|
1079 | |
---|
1080 | int main() { |
---|
1081 | |
---|
1082 | /* The GNU C library defines this for functions which it implements |
---|
1083 | to always fail with ENOSYS. Some functions are actually named |
---|
1084 | something starting with __ and the normal name is an alias. */ |
---|
1085 | #if defined (__stub__udefault) || defined (__stub____udefault) |
---|
1086 | choke me |
---|
1087 | #else |
---|
1088 | _udefault(); |
---|
1089 | #endif |
---|
1090 | |
---|
1091 | ; return 0; } |
---|
1092 | configure:2854: checking for _udestroy |
---|
1093 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1094 | Undefined symbols for architecture x86_64: |
---|
1095 | "__udestroy", referenced from: |
---|
1096 | _main in conftest-cd218b.o |
---|
1097 | ld: symbol(s) not found for architecture x86_64 |
---|
1098 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1099 | configure: failed program was: |
---|
1100 | #line 2859 "configure" |
---|
1101 | #include "confdefs.h" |
---|
1102 | /* System header to define __stub macros and hopefully few prototypes, |
---|
1103 | which can conflict with char _udestroy(); below. */ |
---|
1104 | #include <assert.h> |
---|
1105 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1106 | /* We use char because int might match the return type of a gcc2 |
---|
1107 | builtin and then its argument prototype would still apply. */ |
---|
1108 | char _udestroy(); |
---|
1109 | |
---|
1110 | int main() { |
---|
1111 | |
---|
1112 | /* The GNU C library defines this for functions which it implements |
---|
1113 | to always fail with ENOSYS. Some functions are actually named |
---|
1114 | something starting with __ and the normal name is an alias. */ |
---|
1115 | #if defined (__stub__udestroy) || defined (__stub____udestroy) |
---|
1116 | choke me |
---|
1117 | #else |
---|
1118 | _udestroy(); |
---|
1119 | #endif |
---|
1120 | |
---|
1121 | ; return 0; } |
---|
1122 | configure:2854: checking for _uopen |
---|
1123 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1124 | Undefined symbols for architecture x86_64: |
---|
1125 | "__uopen", referenced from: |
---|
1126 | _main in conftest-393bc6.o |
---|
1127 | ld: symbol(s) not found for architecture x86_64 |
---|
1128 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1129 | configure: failed program was: |
---|
1130 | #line 2859 "configure" |
---|
1131 | #include "confdefs.h" |
---|
1132 | /* System header to define __stub macros and hopefully few prototypes, |
---|
1133 | which can conflict with char _uopen(); below. */ |
---|
1134 | #include <assert.h> |
---|
1135 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1136 | /* We use char because int might match the return type of a gcc2 |
---|
1137 | builtin and then its argument prototype would still apply. */ |
---|
1138 | char _uopen(); |
---|
1139 | |
---|
1140 | int main() { |
---|
1141 | |
---|
1142 | /* The GNU C library defines this for functions which it implements |
---|
1143 | to always fail with ENOSYS. Some functions are actually named |
---|
1144 | something starting with __ and the normal name is an alias. */ |
---|
1145 | #if defined (__stub__uopen) || defined (__stub____uopen) |
---|
1146 | choke me |
---|
1147 | #else |
---|
1148 | _uopen(); |
---|
1149 | #endif |
---|
1150 | |
---|
1151 | ; return 0; } |
---|
1152 | configure:2854: checking for __strtoll |
---|
1153 | configure:2882: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1154 | Undefined symbols for architecture x86_64: |
---|
1155 | "___strtoll", referenced from: |
---|
1156 | _main in conftest-e6571c.o |
---|
1157 | ld: symbol(s) not found for architecture x86_64 |
---|
1158 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1159 | configure: failed program was: |
---|
1160 | #line 2859 "configure" |
---|
1161 | #include "confdefs.h" |
---|
1162 | /* System header to define __stub macros and hopefully few prototypes, |
---|
1163 | which can conflict with char __strtoll(); below. */ |
---|
1164 | #include <assert.h> |
---|
1165 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1166 | /* We use char because int might match the return type of a gcc2 |
---|
1167 | builtin and then its argument prototype would still apply. */ |
---|
1168 | char __strtoll(); |
---|
1169 | |
---|
1170 | int main() { |
---|
1171 | |
---|
1172 | /* The GNU C library defines this for functions which it implements |
---|
1173 | to always fail with ENOSYS. Some functions are actually named |
---|
1174 | something starting with __ and the normal name is an alias. */ |
---|
1175 | #if defined (__stub___strtoll) || defined (__stub_____strtoll) |
---|
1176 | choke me |
---|
1177 | #else |
---|
1178 | __strtoll(); |
---|
1179 | #endif |
---|
1180 | |
---|
1181 | ; return 0; } |
---|
1182 | configure:2911: checking for strlen |
---|
1183 | configure:2939: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1184 | configure:2923:6: warning: incompatible redeclaration of library function 'strlen' [-Wincompatible-library-redeclaration] |
---|
1185 | char strlen(); |
---|
1186 | ^ |
---|
1187 | configure:2923:6: note: 'strlen' is a builtin with type 'unsigned long (const char *)' |
---|
1188 | 1 warning generated. |
---|
1189 | configure:2964: checking for strlen |
---|
1190 | configure:2976: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1191 | configure:3000: checking for strnlen |
---|
1192 | configure:3028: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1193 | configure:3053: checking for strnlen |
---|
1194 | configure:3065: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1195 | configure:3089: checking for strcpy |
---|
1196 | configure:3117: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1197 | configure:3101:6: warning: incompatible redeclaration of library function 'strcpy' [-Wincompatible-library-redeclaration] |
---|
1198 | char strcpy(); |
---|
1199 | ^ |
---|
1200 | configure:3101:6: note: 'strcpy' is a builtin with type 'char *(char *, const char *)' |
---|
1201 | 1 warning generated. |
---|
1202 | configure:3142: checking for strcpy |
---|
1203 | configure:3154: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1204 | configure:3178: checking for strncpy |
---|
1205 | configure:3206: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1206 | configure:3190:6: warning: incompatible redeclaration of library function 'strncpy' [-Wincompatible-library-redeclaration] |
---|
1207 | char strncpy(); |
---|
1208 | ^ |
---|
1209 | configure:3190:6: note: 'strncpy' is a builtin with type 'char *(char *, const char *, unsigned long)' |
---|
1210 | 1 warning generated. |
---|
1211 | configure:3231: checking for strncpy |
---|
1212 | configure:3243: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1213 | configure:3267: checking for strchr |
---|
1214 | configure:3295: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1215 | configure:3279:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration] |
---|
1216 | char strchr(); |
---|
1217 | ^ |
---|
1218 | configure:3279:6: note: 'strchr' is a builtin with type 'char *(const char *, int)' |
---|
1219 | 1 warning generated. |
---|
1220 | configure:3320: checking for strchr |
---|
1221 | configure:3332: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1222 | configure:3356: checking for strrchr |
---|
1223 | configure:3384: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1224 | configure:3368:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration] |
---|
1225 | char strrchr(); |
---|
1226 | ^ |
---|
1227 | configure:3368:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)' |
---|
1228 | 1 warning generated. |
---|
1229 | configure:3409: checking for strrchr |
---|
1230 | configure:3421: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1231 | configure:3445: checking for strcmp |
---|
1232 | configure:3473: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1233 | configure:3457:6: warning: incompatible redeclaration of library function 'strcmp' [-Wincompatible-library-redeclaration] |
---|
1234 | char strcmp(); |
---|
1235 | ^ |
---|
1236 | configure:3457:6: note: 'strcmp' is a builtin with type 'int (const char *, const char *)' |
---|
1237 | 1 warning generated. |
---|
1238 | configure:3498: checking for strcmp |
---|
1239 | configure:3510: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1240 | configure:3534: checking for strncmp |
---|
1241 | configure:3562: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1242 | configure:3546:6: warning: incompatible redeclaration of library function 'strncmp' [-Wincompatible-library-redeclaration] |
---|
1243 | char strncmp(); |
---|
1244 | ^ |
---|
1245 | configure:3546:6: note: 'strncmp' is a builtin with type 'int (const char *, const char *, unsigned long)' |
---|
1246 | 1 warning generated. |
---|
1247 | configure:3587: checking for strncmp |
---|
1248 | configure:3599: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1249 | configure:3623: checking for strcspn |
---|
1250 | configure:3651: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1251 | configure:3635:6: warning: incompatible redeclaration of library function 'strcspn' [-Wincompatible-library-redeclaration] |
---|
1252 | char strcspn(); |
---|
1253 | ^ |
---|
1254 | configure:3635:6: note: 'strcspn' is a builtin with type 'unsigned long (const char *, const char *)' |
---|
1255 | 1 warning generated. |
---|
1256 | configure:3676: checking for strcspn |
---|
1257 | configure:3688: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1258 | configure:3712: checking for strspn |
---|
1259 | configure:3740: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1260 | configure:3724:6: warning: incompatible redeclaration of library function 'strspn' [-Wincompatible-library-redeclaration] |
---|
1261 | char strspn(); |
---|
1262 | ^ |
---|
1263 | configure:3724:6: note: 'strspn' is a builtin with type 'unsigned long (const char *, const char *)' |
---|
1264 | 1 warning generated. |
---|
1265 | configure:3765: checking for strspn |
---|
1266 | configure:3777: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1267 | configure:3801: checking for strstr |
---|
1268 | configure:3829: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1269 | configure:3813:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration] |
---|
1270 | char strstr(); |
---|
1271 | ^ |
---|
1272 | configure:3813:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)' |
---|
1273 | 1 warning generated. |
---|
1274 | configure:3854: checking for strstr |
---|
1275 | configure:3866: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1276 | configure:3890: checking for memchr |
---|
1277 | configure:3918: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1278 | configure:3902:6: warning: incompatible redeclaration of library function 'memchr' [-Wincompatible-library-redeclaration] |
---|
1279 | char memchr(); |
---|
1280 | ^ |
---|
1281 | configure:3902:6: note: 'memchr' is a builtin with type 'void *(const void *, int, unsigned long)' |
---|
1282 | 1 warning generated. |
---|
1283 | configure:3943: checking for memchr |
---|
1284 | configure:3955: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1285 | configure:3979: checking for memrchr |
---|
1286 | configure:4007: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1287 | Undefined symbols for architecture x86_64: |
---|
1288 | "_memrchr", referenced from: |
---|
1289 | _main in conftest-3856a6.o |
---|
1290 | ld: symbol(s) not found for architecture x86_64 |
---|
1291 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1292 | configure: failed program was: |
---|
1293 | #line 3984 "configure" |
---|
1294 | #include "confdefs.h" |
---|
1295 | /* System header to define __stub macros and hopefully few prototypes, |
---|
1296 | which can conflict with char memrchr(); below. */ |
---|
1297 | #include <assert.h> |
---|
1298 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1299 | /* We use char because int might match the return type of a gcc2 |
---|
1300 | builtin and then its argument prototype would still apply. */ |
---|
1301 | char memrchr(); |
---|
1302 | |
---|
1303 | int main() { |
---|
1304 | |
---|
1305 | /* The GNU C library defines this for functions which it implements |
---|
1306 | to always fail with ENOSYS. Some functions are actually named |
---|
1307 | something starting with __ and the normal name is an alias. */ |
---|
1308 | #if defined (__stub_memrchr) || defined (__stub___memrchr) |
---|
1309 | choke me |
---|
1310 | #else |
---|
1311 | memrchr(); |
---|
1312 | #endif |
---|
1313 | |
---|
1314 | ; return 0; } |
---|
1315 | configure:4032: checking for memrchr |
---|
1316 | configure:4044: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1317 | configure:4040:56: error: implicit declaration of function 'memrchr' is invalid in C99 [-Werror,-Wimplicit-function-declaration] |
---|
1318 | char * volatile str = ""; volatile int l = 1; return !!memrchr(str, 0, l); |
---|
1319 | ^ |
---|
1320 | configure:4040:56: note: did you mean 'memchr'? |
---|
1321 | /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/string.h:70:7: note: 'memchr' declared here |
---|
1322 | void *memchr(const void *__s, int __c, size_t __n); |
---|
1323 | ^ |
---|
1324 | 1 error generated. |
---|
1325 | configure: failed program was: |
---|
1326 | #line 4037 "configure" |
---|
1327 | #include "confdefs.h" |
---|
1328 | #include <string.h> |
---|
1329 | int main() { |
---|
1330 | char * volatile str = ""; volatile int l = 1; return !!memrchr(str, 0, l); |
---|
1331 | ; return 0; } |
---|
1332 | configure:4068: checking for memcmp |
---|
1333 | configure:4096: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1334 | configure:4080:6: warning: incompatible redeclaration of library function 'memcmp' [-Wincompatible-library-redeclaration] |
---|
1335 | char memcmp(); |
---|
1336 | ^ |
---|
1337 | configure:4080:6: note: 'memcmp' is a builtin with type 'int (const void *, const void *, unsigned long)' |
---|
1338 | 1 warning generated. |
---|
1339 | configure:4121: checking for memcmp |
---|
1340 | configure:4133: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1341 | configure:4157: checking for memcpy |
---|
1342 | configure:4185: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1343 | configure:4169:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration] |
---|
1344 | char memcpy(); |
---|
1345 | ^ |
---|
1346 | configure:4169:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)' |
---|
1347 | 1 warning generated. |
---|
1348 | configure:4210: checking for memcpy |
---|
1349 | configure:4222: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1350 | configure:4246: checking for memmove |
---|
1351 | configure:4274: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1352 | configure:4258:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration] |
---|
1353 | char memmove(); |
---|
1354 | ^ |
---|
1355 | configure:4258:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)' |
---|
1356 | 1 warning generated. |
---|
1357 | configure:4299: checking for memmove |
---|
1358 | configure:4311: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1359 | configure:4335: checking for memset |
---|
1360 | configure:4363: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1361 | configure:4347:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration] |
---|
1362 | char memset(); |
---|
1363 | ^ |
---|
1364 | configure:4347:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)' |
---|
1365 | 1 warning generated. |
---|
1366 | configure:4388: checking for memset |
---|
1367 | configure:4400: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1368 | configure:4424: checking for memmem |
---|
1369 | configure:4452: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1370 | configure:4477: checking for memmem |
---|
1371 | configure:4490: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1372 | configure:4514: checking for strerror |
---|
1373 | configure:4542: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1374 | configure:4526:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] |
---|
1375 | char strerror(); |
---|
1376 | ^ |
---|
1377 | configure:4526:6: note: 'strerror' is a builtin with type 'char *(int)' |
---|
1378 | 1 warning generated. |
---|
1379 | configure:4567: checking for strerror |
---|
1380 | configure:4579: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1381 | configure:4601: checking for sigfillset |
---|
1382 | configure:4613: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1383 | configure:4635: checking for sigsetjmp/siglongjmp |
---|
1384 | configure:4647: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1385 | configure:4669: checking for gcc assembler |
---|
1386 | configure:4710: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1387 | configure:4734: checking for __builtin_add_overflow |
---|
1388 | configure:4746: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1389 | configure:4768: checking for __builtin_clz |
---|
1390 | configure:4780: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1391 | configure:4807: checking for strmode in -lbsd |
---|
1392 | configure:4826: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lbsd 1>&5 |
---|
1393 | ld: library not found for -lbsd |
---|
1394 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1395 | configure: failed program was: |
---|
1396 | #line 4815 "configure" |
---|
1397 | #include "confdefs.h" |
---|
1398 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1399 | /* We use char because int might match the return type of a gcc2 |
---|
1400 | builtin and then its argument prototype would still apply. */ |
---|
1401 | char strmode(); |
---|
1402 | |
---|
1403 | int main() { |
---|
1404 | strmode() |
---|
1405 | ; return 0; } |
---|
1406 | configure:4856: checking for requested debug level |
---|
1407 | configure:4877: checking if you want to enable javascript |
---|
1408 | configure:5252: checking if you want to use graphics |
---|
1409 | configure:5262: checking if you want to enable UTF-8 terminal |
---|
1410 | configure:5286: checking for clock_gettime |
---|
1411 | configure:5314: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1412 | configure:5395: checking for socket |
---|
1413 | configure:5423: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1414 | configure:5643: checking for setsockopt |
---|
1415 | configure:5671: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1416 | configure:5742: checking for gethostbyname |
---|
1417 | configure:5770: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1418 | configure:5948: checking for getaddrinfo |
---|
1419 | configure:5976: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1420 | configure:5948: checking for freeaddrinfo |
---|
1421 | configure:5976: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1422 | configure:5948: checking for gai_strerror |
---|
1423 | configure:5976: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1424 | configure:6012: checking for inet_ntop |
---|
1425 | configure:6040: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1426 | configure:6012: checking for inet_pton |
---|
1427 | configure:6040: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1428 | configure:6012: checking for herror |
---|
1429 | configure:6040: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c 1>&5 |
---|
1430 | configure:6073: checking for ipv6 |
---|
1431 | configure:6092: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
1432 | configure:6116: checking for sockaddr_in6.sin6_scope_id |
---|
1433 | configure:6135: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c 1>&5 |
---|
1434 | configure:6167: checking for event.h |
---|
1435 | configure:6177: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1436 | configure:6167: checking for ev-event.h |
---|
1437 | configure:6177: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1438 | configure:6173:10: fatal error: 'ev-event.h' file not found |
---|
1439 | #include <ev-event.h> |
---|
1440 | ^~~~~~~~~~~~ |
---|
1441 | 1 error generated. |
---|
1442 | configure: failed program was: |
---|
1443 | #line 6172 "configure" |
---|
1444 | #include "confdefs.h" |
---|
1445 | #include <ev-event.h> |
---|
1446 | configure:6205: checking for event_loop in -levent |
---|
1447 | configure:6224: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -levent 1>&5 |
---|
1448 | configure:6314: checking for event_base_set |
---|
1449 | configure:6342: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -levent 1>&5 |
---|
1450 | configure:6314: checking for event_get_version |
---|
1451 | configure:6342: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -levent 1>&5 |
---|
1452 | configure:6314: checking for event_get_method |
---|
1453 | configure:6342: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -levent 1>&5 |
---|
1454 | configure:6314: checking for event_base_free |
---|
1455 | configure:6342: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -levent 1>&5 |
---|
1456 | configure:6314: checking for event_base_new |
---|
1457 | configure:6342: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -levent 1>&5 |
---|
1458 | configure:6314: checking for event_reinit |
---|
1459 | configure:6342: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -levent 1>&5 |
---|
1460 | configure:6314: checking for event_base_get_method |
---|
1461 | configure:6342: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -levent 1>&5 |
---|
1462 | configure:6314: checking for event_config_set_flag |
---|
1463 | configure:6342: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -levent 1>&5 |
---|
1464 | configure:6314: checking for event_get_struct_event_size |
---|
1465 | configure:6342: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -levent 1>&5 |
---|
1466 | configure:6370: checking for pow in -lm |
---|
1467 | configure:6389: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lm -levent 1>&5 |
---|
1468 | configure:6382:6: warning: incompatible redeclaration of library function 'pow' [-Wincompatible-library-redeclaration] |
---|
1469 | char pow(); |
---|
1470 | ^ |
---|
1471 | configure:6382:6: note: 'pow' is a builtin with type 'double (double, double)' |
---|
1472 | 1 warning generated. |
---|
1473 | configure:6462: checking for pow |
---|
1474 | configure:6474: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lm -levent 1>&5 |
---|
1475 | configure:6495: checking for powf |
---|
1476 | configure:6507: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lm -levent 1>&5 |
---|
1477 | configure:6544: checking for gpm.h |
---|
1478 | configure:6554: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1479 | configure:6550:10: fatal error: 'gpm.h' file not found |
---|
1480 | #include <gpm.h> |
---|
1481 | ^~~~~~~ |
---|
1482 | 1 error generated. |
---|
1483 | configure: failed program was: |
---|
1484 | #line 6549 "configure" |
---|
1485 | #include "confdefs.h" |
---|
1486 | #include <gpm.h> |
---|
1487 | configure:6581: checking for Gpm_Open in -lgpm |
---|
1488 | configure:6600: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lgpm -lm -levent 1>&5 |
---|
1489 | ld: library not found for -lgpm |
---|
1490 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1491 | configure: failed program was: |
---|
1492 | #line 6589 "configure" |
---|
1493 | #include "confdefs.h" |
---|
1494 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1495 | /* We use char because int might match the return type of a gcc2 |
---|
1496 | builtin and then its argument prototype would still apply. */ |
---|
1497 | char Gpm_Open(); |
---|
1498 | |
---|
1499 | int main() { |
---|
1500 | Gpm_Open() |
---|
1501 | ; return 0; } |
---|
1502 | configure:6630: checking for Gpm_GetLibVersion |
---|
1503 | configure:6658: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lm -levent 1>&5 |
---|
1504 | Undefined symbols for architecture x86_64: |
---|
1505 | "_Gpm_GetLibVersion", referenced from: |
---|
1506 | _main in conftest-c297f9.o |
---|
1507 | ld: symbol(s) not found for architecture x86_64 |
---|
1508 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1509 | configure: failed program was: |
---|
1510 | #line 6635 "configure" |
---|
1511 | #include "confdefs.h" |
---|
1512 | /* System header to define __stub macros and hopefully few prototypes, |
---|
1513 | which can conflict with char Gpm_GetLibVersion(); below. */ |
---|
1514 | #include <assert.h> |
---|
1515 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1516 | /* We use char because int might match the return type of a gcc2 |
---|
1517 | builtin and then its argument prototype would still apply. */ |
---|
1518 | char Gpm_GetLibVersion(); |
---|
1519 | |
---|
1520 | int main() { |
---|
1521 | |
---|
1522 | /* The GNU C library defines this for functions which it implements |
---|
1523 | to always fail with ENOSYS. Some functions are actually named |
---|
1524 | something starting with __ and the normal name is an alias. */ |
---|
1525 | #if defined (__stub_Gpm_GetLibVersion) || defined (__stub___Gpm_GetLibVersion) |
---|
1526 | choke me |
---|
1527 | #else |
---|
1528 | Gpm_GetLibVersion(); |
---|
1529 | #endif |
---|
1530 | |
---|
1531 | ; return 0; } |
---|
1532 | configure:6733: checking for OS/2 threads |
---|
1533 | configure:6747: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -Zmt -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lm -levent 1>&5 |
---|
1534 | clang: error: unsupported use of internal gcc -Z option '-Zmt' |
---|
1535 | configure: failed program was: |
---|
1536 | #line 6740 "configure" |
---|
1537 | #include "confdefs.h" |
---|
1538 | #include <stdlib.h> |
---|
1539 | int main() { |
---|
1540 | _beginthread(NULL, NULL, 0, NULL) |
---|
1541 | ; return 0; } |
---|
1542 | configure:6773: checking for atheos/threads.h |
---|
1543 | configure:6783: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1544 | configure:6779:10: fatal error: 'atheos/threads.h' file not found |
---|
1545 | #include <atheos/threads.h> |
---|
1546 | ^~~~~~~~~~~~~~~~~~ |
---|
1547 | 1 error generated. |
---|
1548 | configure: failed program was: |
---|
1549 | #line 6778 "configure" |
---|
1550 | #include "confdefs.h" |
---|
1551 | #include <atheos/threads.h> |
---|
1552 | configure:6812: checking for spawn_thread |
---|
1553 | configure:6840: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lm -levent 1>&5 |
---|
1554 | Undefined symbols for architecture x86_64: |
---|
1555 | "_spawn_thread", referenced from: |
---|
1556 | _main in conftest-62431f.o |
---|
1557 | ld: symbol(s) not found for architecture x86_64 |
---|
1558 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1559 | configure: failed program was: |
---|
1560 | #line 6817 "configure" |
---|
1561 | #include "confdefs.h" |
---|
1562 | /* System header to define __stub macros and hopefully few prototypes, |
---|
1563 | which can conflict with char spawn_thread(); below. */ |
---|
1564 | #include <assert.h> |
---|
1565 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1566 | /* We use char because int might match the return type of a gcc2 |
---|
1567 | builtin and then its argument prototype would still apply. */ |
---|
1568 | char spawn_thread(); |
---|
1569 | |
---|
1570 | int main() { |
---|
1571 | |
---|
1572 | /* The GNU C library defines this for functions which it implements |
---|
1573 | to always fail with ENOSYS. Some functions are actually named |
---|
1574 | something starting with __ and the normal name is an alias. */ |
---|
1575 | #if defined (__stub_spawn_thread) || defined (__stub___spawn_thread) |
---|
1576 | choke me |
---|
1577 | #else |
---|
1578 | spawn_thread(); |
---|
1579 | #endif |
---|
1580 | |
---|
1581 | ; return 0; } |
---|
1582 | configure:6812: checking for resume_thread |
---|
1583 | configure:6840: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lm -levent 1>&5 |
---|
1584 | Undefined symbols for architecture x86_64: |
---|
1585 | "_resume_thread", referenced from: |
---|
1586 | _main in conftest-c14a21.o |
---|
1587 | ld: symbol(s) not found for architecture x86_64 |
---|
1588 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1589 | configure: failed program was: |
---|
1590 | #line 6817 "configure" |
---|
1591 | #include "confdefs.h" |
---|
1592 | /* System header to define __stub macros and hopefully few prototypes, |
---|
1593 | which can conflict with char resume_thread(); below. */ |
---|
1594 | #include <assert.h> |
---|
1595 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1596 | /* We use char because int might match the return type of a gcc2 |
---|
1597 | builtin and then its argument prototype would still apply. */ |
---|
1598 | char resume_thread(); |
---|
1599 | |
---|
1600 | int main() { |
---|
1601 | |
---|
1602 | /* The GNU C library defines this for functions which it implements |
---|
1603 | to always fail with ENOSYS. Some functions are actually named |
---|
1604 | something starting with __ and the normal name is an alias. */ |
---|
1605 | #if defined (__stub_resume_thread) || defined (__stub___resume_thread) |
---|
1606 | choke me |
---|
1607 | #else |
---|
1608 | resume_thread(); |
---|
1609 | #endif |
---|
1610 | |
---|
1611 | ; return 0; } |
---|
1612 | configure:6868: checking for MouOpen |
---|
1613 | configure:6896: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lm -levent 1>&5 |
---|
1614 | Undefined symbols for architecture x86_64: |
---|
1615 | "_MouOpen", referenced from: |
---|
1616 | _main in conftest-72de27.o |
---|
1617 | ld: symbol(s) not found for architecture x86_64 |
---|
1618 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1619 | configure: failed program was: |
---|
1620 | #line 6873 "configure" |
---|
1621 | #include "confdefs.h" |
---|
1622 | /* System header to define __stub macros and hopefully few prototypes, |
---|
1623 | which can conflict with char MouOpen(); below. */ |
---|
1624 | #include <assert.h> |
---|
1625 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1626 | /* We use char because int might match the return type of a gcc2 |
---|
1627 | builtin and then its argument prototype would still apply. */ |
---|
1628 | char MouOpen(); |
---|
1629 | |
---|
1630 | int main() { |
---|
1631 | |
---|
1632 | /* The GNU C library defines this for functions which it implements |
---|
1633 | to always fail with ENOSYS. Some functions are actually named |
---|
1634 | something starting with __ and the normal name is an alias. */ |
---|
1635 | #if defined (__stub_MouOpen) || defined (__stub___MouOpen) |
---|
1636 | choke me |
---|
1637 | #else |
---|
1638 | MouOpen(); |
---|
1639 | #endif |
---|
1640 | |
---|
1641 | ; return 0; } |
---|
1642 | configure:6868: checking for _read_kbd |
---|
1643 | configure:6896: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lm -levent 1>&5 |
---|
1644 | Undefined symbols for architecture x86_64: |
---|
1645 | "__read_kbd", referenced from: |
---|
1646 | _main in conftest-bb409a.o |
---|
1647 | ld: symbol(s) not found for architecture x86_64 |
---|
1648 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1649 | configure: failed program was: |
---|
1650 | #line 6873 "configure" |
---|
1651 | #include "confdefs.h" |
---|
1652 | /* System header to define __stub macros and hopefully few prototypes, |
---|
1653 | which can conflict with char _read_kbd(); below. */ |
---|
1654 | #include <assert.h> |
---|
1655 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1656 | /* We use char because int might match the return type of a gcc2 |
---|
1657 | builtin and then its argument prototype would still apply. */ |
---|
1658 | char _read_kbd(); |
---|
1659 | |
---|
1660 | int main() { |
---|
1661 | |
---|
1662 | /* The GNU C library defines this for functions which it implements |
---|
1663 | to always fail with ENOSYS. Some functions are actually named |
---|
1664 | something starting with __ and the normal name is an alias. */ |
---|
1665 | #if defined (__stub__read_kbd) || defined (__stub____read_kbd) |
---|
1666 | choke me |
---|
1667 | #else |
---|
1668 | _read_kbd(); |
---|
1669 | #endif |
---|
1670 | |
---|
1671 | ; return 0; } |
---|
1672 | configure:6921: checking for XFree for OS/2 |
---|
1673 | configure:7116: checking for pkg-config |
---|
1674 | configure:7160: checking for openssl |
---|
1675 | configure:7167: checking OPENSSL_CFLAGS |
---|
1676 | configure:7172: checking OPENSSL_LIBS |
---|
1677 | configure:7204: checking for OpenSSL |
---|
1678 | configure:7216: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1679 | configure:7415: checking for openssl/x509v3.h |
---|
1680 | configure:7425: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1681 | configure:7461: checking for ASN1_STRING_get0_data |
---|
1682 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1683 | configure:7461: checking for ASN1_STRING_to_UTF8 |
---|
1684 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1685 | configure:7461: checking for OPENSSL_cleanup |
---|
1686 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1687 | configure:7461: checking for OPENSSL_init_ssl |
---|
1688 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1689 | configure:7461: checking for RAND_add |
---|
1690 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1691 | configure:7461: checking for RAND_egd |
---|
1692 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1693 | Undefined symbols for architecture x86_64: |
---|
1694 | "_RAND_egd", referenced from: |
---|
1695 | _main in conftest-92450f.o |
---|
1696 | ld: symbol(s) not found for architecture x86_64 |
---|
1697 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1698 | configure: failed program was: |
---|
1699 | #line 7466 "configure" |
---|
1700 | #include "confdefs.h" |
---|
1701 | /* System header to define __stub macros and hopefully few prototypes, |
---|
1702 | which can conflict with char RAND_egd(); below. */ |
---|
1703 | #include <assert.h> |
---|
1704 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1705 | /* We use char because int might match the return type of a gcc2 |
---|
1706 | builtin and then its argument prototype would still apply. */ |
---|
1707 | char RAND_egd(); |
---|
1708 | |
---|
1709 | int main() { |
---|
1710 | |
---|
1711 | /* The GNU C library defines this for functions which it implements |
---|
1712 | to always fail with ENOSYS. Some functions are actually named |
---|
1713 | something starting with __ and the normal name is an alias. */ |
---|
1714 | #if defined (__stub_RAND_egd) || defined (__stub___RAND_egd) |
---|
1715 | choke me |
---|
1716 | #else |
---|
1717 | RAND_egd(); |
---|
1718 | #endif |
---|
1719 | |
---|
1720 | ; return 0; } |
---|
1721 | configure:7461: checking for RAND_file_name |
---|
1722 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1723 | configure:7461: checking for RAND_load_file |
---|
1724 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1725 | configure:7461: checking for RAND_write_file |
---|
1726 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1727 | configure:7461: checking for SSL_SESSION_is_resumable |
---|
1728 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1729 | configure:7461: checking for SSL_get0_verified_chain |
---|
1730 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1731 | configure:7461: checking for SSL_get1_peer_certificate |
---|
1732 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1733 | Undefined symbols for architecture x86_64: |
---|
1734 | "_SSL_get1_peer_certificate", referenced from: |
---|
1735 | _main in conftest-0423dc.o |
---|
1736 | ld: symbol(s) not found for architecture x86_64 |
---|
1737 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1738 | configure: failed program was: |
---|
1739 | #line 7466 "configure" |
---|
1740 | #include "confdefs.h" |
---|
1741 | /* System header to define __stub macros and hopefully few prototypes, |
---|
1742 | which can conflict with char SSL_get1_peer_certificate(); below. */ |
---|
1743 | #include <assert.h> |
---|
1744 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1745 | /* We use char because int might match the return type of a gcc2 |
---|
1746 | builtin and then its argument prototype would still apply. */ |
---|
1747 | char SSL_get1_peer_certificate(); |
---|
1748 | |
---|
1749 | int main() { |
---|
1750 | |
---|
1751 | /* The GNU C library defines this for functions which it implements |
---|
1752 | to always fail with ENOSYS. Some functions are actually named |
---|
1753 | something starting with __ and the normal name is an alias. */ |
---|
1754 | #if defined (__stub_SSL_get1_peer_certificate) || defined (__stub___SSL_get1_peer_certificate) |
---|
1755 | choke me |
---|
1756 | #else |
---|
1757 | SSL_get1_peer_certificate(); |
---|
1758 | #endif |
---|
1759 | |
---|
1760 | ; return 0; } |
---|
1761 | configure:7461: checking for SSL_get1_session |
---|
1762 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1763 | configure:7461: checking for SSL_load_error_strings |
---|
1764 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1765 | Undefined symbols for architecture x86_64: |
---|
1766 | "_SSL_load_error_strings", referenced from: |
---|
1767 | _main in conftest-489331.o |
---|
1768 | ld: symbol(s) not found for architecture x86_64 |
---|
1769 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1770 | configure: failed program was: |
---|
1771 | #line 7466 "configure" |
---|
1772 | #include "confdefs.h" |
---|
1773 | /* System header to define __stub macros and hopefully few prototypes, |
---|
1774 | which can conflict with char SSL_load_error_strings(); below. */ |
---|
1775 | #include <assert.h> |
---|
1776 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1777 | /* We use char because int might match the return type of a gcc2 |
---|
1778 | builtin and then its argument prototype would still apply. */ |
---|
1779 | char SSL_load_error_strings(); |
---|
1780 | |
---|
1781 | int main() { |
---|
1782 | |
---|
1783 | /* The GNU C library defines this for functions which it implements |
---|
1784 | to always fail with ENOSYS. Some functions are actually named |
---|
1785 | something starting with __ and the normal name is an alias. */ |
---|
1786 | #if defined (__stub_SSL_load_error_strings) || defined (__stub___SSL_load_error_strings) |
---|
1787 | choke me |
---|
1788 | #else |
---|
1789 | SSL_load_error_strings(); |
---|
1790 | #endif |
---|
1791 | |
---|
1792 | ; return 0; } |
---|
1793 | configure:7461: checking for SSL_set_security_level |
---|
1794 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1795 | configure:7461: checking for X509_check_host |
---|
1796 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1797 | configure:7461: checking for X509_check_ip |
---|
1798 | configure:7489: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1799 | configure:7514: checking for CRYPTO_set_mem_functions without file/line |
---|
1800 | configure:7528: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1801 | configure:7524:39: error: 'int (*)(void *(*)(size_t, const char *, int), void *(*)(void *, size_t, const char *, int), void (*)(void *, const char *, int))' (aka 'int (*)(void *(*)(unsigned long, const char *, int), void *(*)(void *, unsigned long, const char *, int), void (*)(void *, const char *, int))') and 'int (*)(void *(*)(size_t), void *(*)(void *, size_t), void (*)(void *))' (aka 'int (*)(void *(*)(unsigned long), void *(*)(void *, unsigned long), void (*)(void *))') are not pointers to compatible types |
---|
1802 | return (int)(CRYPTO_set_mem_functions - csmf); |
---|
1803 | ~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~ |
---|
1804 | 1 error generated. |
---|
1805 | configure: failed program was: |
---|
1806 | #line 7519 "configure" |
---|
1807 | #include "confdefs.h" |
---|
1808 | #include <openssl/crypto.h> |
---|
1809 | static int csmf(void *(*m)(size_t), void *(*r)(void *, size_t), void (*f)(void *)) { return 0; } |
---|
1810 | |
---|
1811 | int main() { |
---|
1812 | return (int)(CRYPTO_set_mem_functions - csmf); |
---|
1813 | ; return 0; } |
---|
1814 | configure:7549: checking for CRYPTO_set_mem_functions with file/line |
---|
1815 | configure:7563: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1816 | configure:7631: checking for zlib.h |
---|
1817 | configure:7641: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1818 | configure:7668: checking for inflate in -lz |
---|
1819 | configure:7687: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1820 | configure:7728: checking for brotli/decode.h |
---|
1821 | configure:7738: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1822 | configure:7765: checking for BrotliDecoderDecompressStream in -lbrotlidec |
---|
1823 | configure:7784: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1824 | configure:7825: checking for zstd.h |
---|
1825 | configure:7835: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1826 | configure:7862: checking for ZSTD_decompressStream in -lzstd |
---|
1827 | configure:7881: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1828 | configure:7912: checking for ZSTD_getErrorCode |
---|
1829 | configure:7940: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1830 | configure:7977: checking for bzlib.h |
---|
1831 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1832 | configure:8014: checking for BZ2_bzDecompress in -lbz2 |
---|
1833 | configure:8033: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1834 | configure:8074: checking for lzma.h |
---|
1835 | configure:8084: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1836 | configure:8111: checking for lzma_auto_decoder in -llzma |
---|
1837 | configure:8130: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1838 | configure:8171: checking for lzlib.h |
---|
1839 | configure:8181: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1840 | configure:8177:10: fatal error: 'lzlib.h' file not found |
---|
1841 | #include <lzlib.h> |
---|
1842 | ^~~~~~~~~ |
---|
1843 | 1 error generated. |
---|
1844 | configure: failed program was: |
---|
1845 | #line 8176 "configure" |
---|
1846 | #include "confdefs.h" |
---|
1847 | #include <lzlib.h> |
---|
1848 | configure:8208: checking for LZ_decompress_open in -llz |
---|
1849 | configure:8227: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -llz -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1850 | ld: library not found for -llz |
---|
1851 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1852 | configure: failed program was: |
---|
1853 | #line 8216 "configure" |
---|
1854 | #include "confdefs.h" |
---|
1855 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1856 | /* We use char because int might match the return type of a gcc2 |
---|
1857 | builtin and then its argument prototype would still apply. */ |
---|
1858 | char LZ_decompress_open(); |
---|
1859 | |
---|
1860 | int main() { |
---|
1861 | LZ_decompress_open() |
---|
1862 | ; return 0; } |
---|
1863 | configure:8450: checking for svgalib |
---|
1864 | configure:8462: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lvga -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1865 | configure:8456:10: fatal error: 'vga.h' file not found |
---|
1866 | #include <vga.h> |
---|
1867 | ^~~~~~~ |
---|
1868 | 1 error generated. |
---|
1869 | configure: failed program was: |
---|
1870 | #line 8455 "configure" |
---|
1871 | #include "confdefs.h" |
---|
1872 | #include <vga.h> |
---|
1873 | int main() { |
---|
1874 | vga_setmode(0) |
---|
1875 | ; return 0; } |
---|
1876 | configure:8548: checking for linux/fb.h |
---|
1877 | configure:8558: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1878 | configure:8554:10: fatal error: 'linux/fb.h' file not found |
---|
1879 | #include <linux/fb.h> |
---|
1880 | ^~~~~~~~~~~~ |
---|
1881 | 1 error generated. |
---|
1882 | configure: failed program was: |
---|
1883 | #line 8553 "configure" |
---|
1884 | #include "confdefs.h" |
---|
1885 | #include <linux/fb.h> |
---|
1886 | configure:8548: checking for linux/kd.h |
---|
1887 | configure:8558: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1888 | configure:8554:10: fatal error: 'linux/kd.h' file not found |
---|
1889 | #include <linux/kd.h> |
---|
1890 | ^~~~~~~~~~~~ |
---|
1891 | 1 error generated. |
---|
1892 | configure: failed program was: |
---|
1893 | #line 8553 "configure" |
---|
1894 | #include "confdefs.h" |
---|
1895 | #include <linux/kd.h> |
---|
1896 | configure:8548: checking for linux/vt.h |
---|
1897 | configure:8558: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1898 | configure:8554:10: fatal error: 'linux/vt.h' file not found |
---|
1899 | #include <linux/vt.h> |
---|
1900 | ^~~~~~~~~~~~ |
---|
1901 | 1 error generated. |
---|
1902 | configure: failed program was: |
---|
1903 | #line 8553 "configure" |
---|
1904 | #include "confdefs.h" |
---|
1905 | #include <linux/vt.h> |
---|
1906 | configure:8548: checking for sys/mman.h |
---|
1907 | configure:8558: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1908 | configure:8597: checking for directfb-config |
---|
1909 | configure:8696: checking for directfb |
---|
1910 | configure:8796: checking for X |
---|
1911 | configure:8863: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1912 | configure:8939: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lXt -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1913 | configure:8935:1: error: implicit declaration of function 'XtMalloc' is invalid in C99 [-Werror,-Wimplicit-function-declaration] |
---|
1914 | XtMalloc() |
---|
1915 | ^ |
---|
1916 | 1 error generated. |
---|
1917 | configure: failed program was: |
---|
1918 | #line 8932 "configure" |
---|
1919 | #include "confdefs.h" |
---|
1920 | |
---|
1921 | int main() { |
---|
1922 | XtMalloc() |
---|
1923 | ; return 0; } |
---|
1924 | configure:9321: checking for X11/Xlib.h |
---|
1925 | configure:9331: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1926 | configure:9321: checking for X11/X.h |
---|
1927 | configure:9331: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1928 | configure:9321: checking for X11/Xutil.h |
---|
1929 | configure:9331: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1930 | configure:9321: checking for X11/Xatom.h |
---|
1931 | configure:9331: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1932 | configure:9321: checking for X11/Xlocale.h |
---|
1933 | configure:9331: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1934 | configure:9321: checking for X11/keysymdef.h |
---|
1935 | configure:9331: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1936 | configure:9361: checking for XOpenDisplay |
---|
1937 | configure:9389: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lX11 -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1938 | configure:9361: checking for XOpenIM |
---|
1939 | configure:9389: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lX11 -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1940 | configure:9361: checking for XCloseIM |
---|
1941 | configure:9389: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lX11 -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1942 | configure:9361: checking for XCreateIC |
---|
1943 | configure:9389: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lX11 -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1944 | configure:9361: checking for XDestroyIC |
---|
1945 | configure:9389: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lX11 -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1946 | configure:9361: checking for XwcLookupString |
---|
1947 | configure:9389: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lX11 -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1948 | configure:9361: checking for Xutf8LookupString |
---|
1949 | configure:9389: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lX11 -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1950 | configure:9361: checking for XSupportsLocale |
---|
1951 | configure:9389: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lX11 -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1952 | configure:9361: checking for XmbTextListToTextProperty |
---|
1953 | configure:9389: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lX11 -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1954 | configure:9415: checking for Xsetlocale |
---|
1955 | configure:9427: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lX11 -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1956 | configure:9511: checking for windowsx.h |
---|
1957 | configure:9521: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.c >/dev/null 2>conftest.out |
---|
1958 | configure:9517:10: fatal error: 'windowsx.h' file not found |
---|
1959 | #include <windowsx.h> |
---|
1960 | ^~~~~~~~~~~~ |
---|
1961 | 1 error generated. |
---|
1962 | configure: failed program was: |
---|
1963 | #line 9516 "configure" |
---|
1964 | #include "confdefs.h" |
---|
1965 | #include <windowsx.h> |
---|
1966 | configure:9548: checking for ReleaseDC |
---|
1967 | configure:9562: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1968 | configure:9555:13: fatal error: 'windows.h' file not found |
---|
1969 | #include <windows.h> |
---|
1970 | ^~~~~~~~~~~ |
---|
1971 | 1 error generated. |
---|
1972 | configure: failed program was: |
---|
1973 | #line 9553 "configure" |
---|
1974 | #include "confdefs.h" |
---|
1975 | |
---|
1976 | #include <windows.h> |
---|
1977 | #include <pthread.h> |
---|
1978 | int main() { |
---|
1979 | ReleaseDC(NULL, NULL) |
---|
1980 | ; return 0; } |
---|
1981 | configure:9579: checking for ReleaseDC in -luser32 |
---|
1982 | configure:9593: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -luser32 -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1983 | configure:9586:14: fatal error: 'windows.h' file not found |
---|
1984 | #include <windows.h> |
---|
1985 | ^~~~~~~~~~~ |
---|
1986 | 1 error generated. |
---|
1987 | configure: failed program was: |
---|
1988 | #line 9584 "configure" |
---|
1989 | #include "confdefs.h" |
---|
1990 | |
---|
1991 | #include <windows.h> |
---|
1992 | #include <pthread.h> |
---|
1993 | int main() { |
---|
1994 | ReleaseDC(NULL, NULL) |
---|
1995 | ; return 0; } |
---|
1996 | configure:9609: checking for GdiFlush |
---|
1997 | configure:9623: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -luser32 -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
1998 | configure:9616:13: fatal error: 'windows.h' file not found |
---|
1999 | #include <windows.h> |
---|
2000 | ^~~~~~~~~~~ |
---|
2001 | 1 error generated. |
---|
2002 | configure: failed program was: |
---|
2003 | #line 9614 "configure" |
---|
2004 | #include "confdefs.h" |
---|
2005 | |
---|
2006 | #include <windows.h> |
---|
2007 | #include <pthread.h> |
---|
2008 | int main() { |
---|
2009 | GdiFlush() |
---|
2010 | ; return 0; } |
---|
2011 | configure:9640: checking for GdiFlush in -lgdi32 |
---|
2012 | configure:9654: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -lgdi32 -luser32 -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2013 | configure:9647:14: fatal error: 'windows.h' file not found |
---|
2014 | #include <windows.h> |
---|
2015 | ^~~~~~~~~~~ |
---|
2016 | 1 error generated. |
---|
2017 | configure: failed program was: |
---|
2018 | #line 9645 "configure" |
---|
2019 | #include "confdefs.h" |
---|
2020 | |
---|
2021 | #include <windows.h> |
---|
2022 | #include <pthread.h> |
---|
2023 | int main() { |
---|
2024 | GdiFlush() |
---|
2025 | ; return 0; } |
---|
2026 | configure:9688: checking for gui/view.h |
---|
2027 | configure:9698: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.cpp >/dev/null 2>conftest.out |
---|
2028 | configure:9694:10: fatal error: 'gui/view.h' file not found |
---|
2029 | #include <gui/view.h> |
---|
2030 | ^~~~~~~~~~~~ |
---|
2031 | 1 error generated. |
---|
2032 | configure: failed program was: |
---|
2033 | #line 9693 "configure" |
---|
2034 | #include "confdefs.h" |
---|
2035 | #include <gui/view.h> |
---|
2036 | configure:9688: checking for gui/window.h |
---|
2037 | configure:9698: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.cpp >/dev/null 2>conftest.out |
---|
2038 | configure:9694:10: fatal error: 'gui/window.h' file not found |
---|
2039 | #include <gui/window.h> |
---|
2040 | ^~~~~~~~~~~~~~ |
---|
2041 | 1 error generated. |
---|
2042 | configure: failed program was: |
---|
2043 | #line 9693 "configure" |
---|
2044 | #include "confdefs.h" |
---|
2045 | #include <gui/window.h> |
---|
2046 | configure:9688: checking for gui/desktop.h |
---|
2047 | configure:9698: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.cpp >/dev/null 2>conftest.out |
---|
2048 | configure:9694:10: fatal error: 'gui/desktop.h' file not found |
---|
2049 | #include <gui/desktop.h> |
---|
2050 | ^~~~~~~~~~~~~~~ |
---|
2051 | 1 error generated. |
---|
2052 | configure: failed program was: |
---|
2053 | #line 9693 "configure" |
---|
2054 | #include "confdefs.h" |
---|
2055 | #include <gui/desktop.h> |
---|
2056 | configure:9688: checking for gui/bitmap.h |
---|
2057 | configure:9698: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.cpp >/dev/null 2>conftest.out |
---|
2058 | configure:9694:10: fatal error: 'gui/bitmap.h' file not found |
---|
2059 | #include <gui/bitmap.h> |
---|
2060 | ^~~~~~~~~~~~~~ |
---|
2061 | 1 error generated. |
---|
2062 | configure: failed program was: |
---|
2063 | #line 9693 "configure" |
---|
2064 | #include "confdefs.h" |
---|
2065 | #include <gui/bitmap.h> |
---|
2066 | configure:9688: checking for util/locker.h |
---|
2067 | configure:9698: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.cpp >/dev/null 2>conftest.out |
---|
2068 | configure:9694:10: fatal error: 'util/locker.h' file not found |
---|
2069 | #include <util/locker.h> |
---|
2070 | ^~~~~~~~~~~~~~~ |
---|
2071 | 1 error generated. |
---|
2072 | configure: failed program was: |
---|
2073 | #line 9693 "configure" |
---|
2074 | #include "confdefs.h" |
---|
2075 | #include <util/locker.h> |
---|
2076 | configure:9688: checking for util/application.h |
---|
2077 | configure:9698: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.cpp >/dev/null 2>conftest.out |
---|
2078 | configure:9694:10: fatal error: 'util/application.h' file not found |
---|
2079 | #include <util/application.h> |
---|
2080 | ^~~~~~~~~~~~~~~~~~~~ |
---|
2081 | 1 error generated. |
---|
2082 | configure: failed program was: |
---|
2083 | #line 9693 "configure" |
---|
2084 | #include "confdefs.h" |
---|
2085 | #include <util/application.h> |
---|
2086 | configure:10025: checking for interface/View.h |
---|
2087 | configure:10035: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.cpp >/dev/null 2>conftest.out |
---|
2088 | configure:10031:10: fatal error: 'interface/View.h' file not found |
---|
2089 | #include <interface/View.h> |
---|
2090 | ^~~~~~~~~~~~~~~~~~ |
---|
2091 | 1 error generated. |
---|
2092 | configure: failed program was: |
---|
2093 | #line 10030 "configure" |
---|
2094 | #include "confdefs.h" |
---|
2095 | #include <interface/View.h> |
---|
2096 | configure:10025: checking for interface/Window.h |
---|
2097 | configure:10035: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.cpp >/dev/null 2>conftest.out |
---|
2098 | configure:10031:10: fatal error: 'interface/Window.h' file not found |
---|
2099 | #include <interface/Window.h> |
---|
2100 | ^~~~~~~~~~~~~~~~~~~~ |
---|
2101 | 1 error generated. |
---|
2102 | configure: failed program was: |
---|
2103 | #line 10030 "configure" |
---|
2104 | #include "confdefs.h" |
---|
2105 | #include <interface/Window.h> |
---|
2106 | configure:10025: checking for interface/Screen.h |
---|
2107 | configure:10035: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.cpp >/dev/null 2>conftest.out |
---|
2108 | configure:10031:10: fatal error: 'interface/Screen.h' file not found |
---|
2109 | #include <interface/Screen.h> |
---|
2110 | ^~~~~~~~~~~~~~~~~~~~ |
---|
2111 | 1 error generated. |
---|
2112 | configure: failed program was: |
---|
2113 | #line 10030 "configure" |
---|
2114 | #include "confdefs.h" |
---|
2115 | #include <interface/Screen.h> |
---|
2116 | configure:10025: checking for interface/Bitmap.h |
---|
2117 | configure:10035: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.cpp >/dev/null 2>conftest.out |
---|
2118 | configure:10031:10: fatal error: 'interface/Bitmap.h' file not found |
---|
2119 | #include <interface/Bitmap.h> |
---|
2120 | ^~~~~~~~~~~~~~~~~~~~ |
---|
2121 | 1 error generated. |
---|
2122 | configure: failed program was: |
---|
2123 | #line 10030 "configure" |
---|
2124 | #include "confdefs.h" |
---|
2125 | #include <interface/Bitmap.h> |
---|
2126 | configure:10025: checking for support/Locker.h |
---|
2127 | configure:10035: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.cpp >/dev/null 2>conftest.out |
---|
2128 | configure:10031:10: fatal error: 'support/Locker.h' file not found |
---|
2129 | #include <support/Locker.h> |
---|
2130 | ^~~~~~~~~~~~~~~~~~ |
---|
2131 | 1 error generated. |
---|
2132 | configure: failed program was: |
---|
2133 | #line 10030 "configure" |
---|
2134 | #include "confdefs.h" |
---|
2135 | #include <support/Locker.h> |
---|
2136 | configure:10025: checking for app/Application.h |
---|
2137 | configure:10035: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk conftest.cpp >/dev/null 2>conftest.out |
---|
2138 | configure:10031:10: fatal error: 'app/Application.h' file not found |
---|
2139 | #include <app/Application.h> |
---|
2140 | ^~~~~~~~~~~~~~~~~~~ |
---|
2141 | 1 error generated. |
---|
2142 | configure: failed program was: |
---|
2143 | #line 10030 "configure" |
---|
2144 | #include "confdefs.h" |
---|
2145 | #include <app/Application.h> |
---|
2146 | configure:10481: checking for freetype2 fontconfig |
---|
2147 | configure:10488: checking LIBFREETYPE_CFLAGS |
---|
2148 | configure:10493: checking LIBFREETYPE_LIBS |
---|
2149 | configure:10532: checking for fontconfig/fontconfig.h |
---|
2150 | configure:10542: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 conftest.c >/dev/null 2>conftest.out |
---|
2151 | configure:10532: checking for ft2build.h |
---|
2152 | configure:10542: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 conftest.c >/dev/null 2>conftest.out |
---|
2153 | configure:10571: checking for FcInit |
---|
2154 | configure:10599: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2155 | configure:10571: checking for FT_Init_FreeType |
---|
2156 | configure:10599: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2157 | configure:10727: checking for FcGetVersion |
---|
2158 | configure:10755: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2159 | configure:10727: checking for FT_Library_Version |
---|
2160 | configure:10755: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2161 | configure:10902: checking for libpng >= 1.0.0 |
---|
2162 | configure:10909: checking LIBPNG_CFLAGS |
---|
2163 | configure:10914: checking LIBPNG_LIBS |
---|
2164 | configure:11049: checking for png.h |
---|
2165 | configure:11059: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/libpng16 conftest.c >/dev/null 2>conftest.out |
---|
2166 | configure:11049: checking for libpng/png.h |
---|
2167 | configure:11059: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/libpng16 conftest.c >/dev/null 2>conftest.out |
---|
2168 | configure:11055:10: fatal error: 'libpng/png.h' file not found |
---|
2169 | #include <libpng/png.h> |
---|
2170 | ^~~~~~~~~~~~~~ |
---|
2171 | 1 error generated. |
---|
2172 | configure: failed program was: |
---|
2173 | #line 11054 "configure" |
---|
2174 | #include "confdefs.h" |
---|
2175 | #include <libpng/png.h> |
---|
2176 | configure:11088: checking for png_create_info_struct |
---|
2177 | configure:11116: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lpng16 -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2178 | configure:11196: checking for png_set_rgb_to_gray |
---|
2179 | configure:11224: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lpng16 -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2180 | configure:11196: checking for png_get_libpng_ver |
---|
2181 | configure:11224: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lpng16 -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2182 | configure:11196: checking for png_get_image_width |
---|
2183 | configure:11224: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lpng16 -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2184 | configure:11196: checking for png_get_image_height |
---|
2185 | configure:11224: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lpng16 -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2186 | configure:11196: checking for png_get_gAMA |
---|
2187 | configure:11224: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lpng16 -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2188 | configure:11196: checking for png_get_color_type |
---|
2189 | configure:11224: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lpng16 -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2190 | configure:11196: checking for png_get_bit_depth |
---|
2191 | configure:11224: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lpng16 -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2192 | configure:11196: checking for png_set_strip_alpha |
---|
2193 | configure:11224: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lpng16 -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2194 | configure:11196: checking for png_get_valid |
---|
2195 | configure:11224: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lpng16 -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2196 | configure:11196: checking for png_get_sRGB |
---|
2197 | configure:11224: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -L/opt/local/lib -lpng16 -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|
2198 | configure:11271: checking for jpeglib.h |
---|
2199 | configure:11281: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/libpng16 conftest.c >/dev/null 2>conftest.out |
---|
2200 | configure:11308: checking for jpeg_destroy_decompress in -ljpeg |
---|
2201 | configure:11327: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/libpng16 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 conftest.c -ljpeg -L/opt/local/lib -lpng16 -L/opt/local/lib -lfontconfig -lfreetype -llzma -lbz2 -lzstd -lbrotlidec -lz -L/opt/local/lib -lssl -lcrypto -lm -levent 1>&5 |
---|