1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | It was created by configure, which was |
---|
5 | generated by GNU Autoconf 2.69. Invocation command line was |
---|
6 | |
---|
7 | $ ./configure --prefix=/opt/local --with-installbuilddir=/opt/local/share/apr-1/build --enable-nonportable-atomics ac_cv_func_setpgrp_void=no |
---|
8 | |
---|
9 | ## --------- ## |
---|
10 | ## Platform. ## |
---|
11 | ## --------- ## |
---|
12 | |
---|
13 | hostname = Blackstone.local |
---|
14 | uname -m = x86_64 |
---|
15 | uname -r = 20.2.0 |
---|
16 | uname -s = Darwin |
---|
17 | uname -v = Darwin Kernel Version 20.2.0: Wed Dec 2 20:39:59 PST 2020; root:xnu-7195.60.75~1/RELEASE_X86_64 |
---|
18 | |
---|
19 | /usr/bin/uname -p = i386 |
---|
20 | /bin/uname -X = unknown |
---|
21 | |
---|
22 | /bin/arch = unknown |
---|
23 | /usr/bin/arch -k = unknown |
---|
24 | /usr/convex/getsysinfo = unknown |
---|
25 | /usr/bin/hostinfo = Mach kernel version: |
---|
26 | Darwin Kernel Version 20.2.0: Wed Dec 2 20:39:59 PST 2020; root:xnu-7195.60.75~1/RELEASE_X86_64 |
---|
27 | Kernel configured for up to 16 processors. |
---|
28 | 8 processors are physically available. |
---|
29 | 16 processors are logically available. |
---|
30 | Processor type: x86_64h (Intel x86-64h Haswell) |
---|
31 | Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---|
32 | Primary memory available: 64.00 gigabytes |
---|
33 | Default processor set: 548 tasks, 2069 threads, 16 processors |
---|
34 | Load average: 3.25, Mach factor: 12.73 |
---|
35 | /bin/machine = unknown |
---|
36 | /usr/bin/oslevel = unknown |
---|
37 | /bin/universe = unknown |
---|
38 | |
---|
39 | PATH: /opt/local/bin |
---|
40 | PATH: /opt/local/sbin |
---|
41 | PATH: /bin |
---|
42 | PATH: /sbin |
---|
43 | PATH: /usr/bin |
---|
44 | PATH: /usr/sbin |
---|
45 | |
---|
46 | |
---|
47 | ## ----------- ## |
---|
48 | ## Core tests. ## |
---|
49 | ## ----------- ## |
---|
50 | |
---|
51 | configure:4657: checking build system type |
---|
52 | configure:4671: result: x86_64-apple-darwin20.2.0 |
---|
53 | configure:4691: checking host system type |
---|
54 | configure:4704: result: x86_64-apple-darwin20.2.0 |
---|
55 | configure:4724: checking target system type |
---|
56 | configure:4737: result: x86_64-apple-darwin20.2.0 |
---|
57 | configure:4800: checking for working mkdir -p |
---|
58 | configure:4816: result: yes |
---|
59 | configure:4908: checking for chosen layout |
---|
60 | configure:4910: result: apr |
---|
61 | configure:5175: checking for gcc |
---|
62 | configure:5202: result: /usr/bin/clang |
---|
63 | configure:5431: checking for C compiler version |
---|
64 | configure:5440: /usr/bin/clang --version >&5 |
---|
65 | Apple clang version 12.0.0 (clang-1200.0.32.29) |
---|
66 | Target: x86_64-apple-darwin20.2.0 |
---|
67 | Thread model: posix |
---|
68 | InstalledDir: /Library/Developer/CommandLineTools/usr/bin |
---|
69 | configure:5451: $? = 0 |
---|
70 | configure:5440: /usr/bin/clang -v >&5 |
---|
71 | Apple clang version 12.0.0 (clang-1200.0.32.29) |
---|
72 | Target: x86_64-apple-darwin20.2.0 |
---|
73 | Thread model: posix |
---|
74 | InstalledDir: /Library/Developer/CommandLineTools/usr/bin |
---|
75 | configure:5451: $? = 0 |
---|
76 | configure:5440: /usr/bin/clang -V >&5 |
---|
77 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
78 | clang: error: no input files |
---|
79 | configure:5451: $? = 1 |
---|
80 | configure:5440: /usr/bin/clang -qversion >&5 |
---|
81 | clang: error: unknown argument '-qversion'; did you mean '--version'? |
---|
82 | clang: error: no input files |
---|
83 | configure:5451: $? = 1 |
---|
84 | configure:5471: checking whether the C compiler works |
---|
85 | configure:5493: /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -arch x86_64 conftest.c >&5 |
---|
86 | ld: library not found for -lSystem |
---|
87 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
88 | configure:5497: $? = 1 |
---|
89 | configure:5535: result: no |
---|
90 | configure: failed program was: |
---|
91 | | /* confdefs.h */ |
---|
92 | | #define PACKAGE_NAME "" |
---|
93 | | #define PACKAGE_TARNAME "" |
---|
94 | | #define PACKAGE_VERSION "" |
---|
95 | | #define PACKAGE_STRING "" |
---|
96 | | #define PACKAGE_BUGREPORT "" |
---|
97 | | #define PACKAGE_URL "" |
---|
98 | | /* end confdefs.h. */ |
---|
99 | | |
---|
100 | | int |
---|
101 | | main () |
---|
102 | | { |
---|
103 | | |
---|
104 | | ; |
---|
105 | | return 0; |
---|
106 | | } |
---|
107 | configure:5540: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_apr/apr/work/apr-1.7.0': |
---|
108 | configure:5542: error: C compiler cannot create executables |
---|
109 | See `config.log' for more details |
---|
110 | |
---|
111 | ## ---------------- ## |
---|
112 | ## Cache variables. ## |
---|
113 | ## ---------------- ## |
---|
114 | |
---|
115 | ac_cv_build=x86_64-apple-darwin20.2.0 |
---|
116 | ac_cv_env_CC_set=set |
---|
117 | ac_cv_env_CC_value=/usr/bin/clang |
---|
118 | ac_cv_env_CFLAGS_set=set |
---|
119 | ac_cv_env_CFLAGS_value='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -arch x86_64' |
---|
120 | ac_cv_env_CPPFLAGS_set=set |
---|
121 | ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk' |
---|
122 | ac_cv_env_CPP_set= |
---|
123 | ac_cv_env_CPP_value= |
---|
124 | ac_cv_env_LDFLAGS_set=set |
---|
125 | ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -arch x86_64' |
---|
126 | ac_cv_env_LIBS_set= |
---|
127 | ac_cv_env_LIBS_value= |
---|
128 | ac_cv_env_LT_SYS_LIBRARY_PATH_set= |
---|
129 | ac_cv_env_LT_SYS_LIBRARY_PATH_value= |
---|
130 | ac_cv_env_build_alias_set= |
---|
131 | ac_cv_env_build_alias_value= |
---|
132 | ac_cv_env_host_alias_set= |
---|
133 | ac_cv_env_host_alias_value= |
---|
134 | ac_cv_env_target_alias_set= |
---|
135 | ac_cv_env_target_alias_value= |
---|
136 | ac_cv_func_setpgrp_void=no |
---|
137 | ac_cv_host=x86_64-apple-darwin20.2.0 |
---|
138 | ac_cv_mkdir_p=yes |
---|
139 | ac_cv_path_SED=sed |
---|
140 | ac_cv_prog_AWK=awk |
---|
141 | ac_cv_prog_ac_ct_CC=/usr/bin/clang |
---|
142 | ac_cv_target=x86_64-apple-darwin20.2.0 |
---|
143 | lt_cv_path_SED=sed |
---|
144 | |
---|
145 | ## ----------------- ## |
---|
146 | ## Output variables. ## |
---|
147 | ## ----------------- ## |
---|
148 | |
---|
149 | ALLOCA='' |
---|
150 | APR_CONFIG_LOCATION='source' |
---|
151 | APR_DOTTED_VERSION='1.7.0' |
---|
152 | APR_LIBNAME='' |
---|
153 | APR_MAJOR_VERSION='1' |
---|
154 | AR='' |
---|
155 | AS='' |
---|
156 | ASCPP='' |
---|
157 | AWK='' |
---|
158 | CC='/usr/bin/clang' |
---|
159 | CFLAGS='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -arch x86_64' |
---|
160 | CPP='' |
---|
161 | CPPFLAGS='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk' |
---|
162 | DEFAULT_OSDIR='' |
---|
163 | DEFS='' |
---|
164 | DLLTOOL='' |
---|
165 | DSYMUTIL='' |
---|
166 | DUMPBIN='' |
---|
167 | ECHO_C='\c' |
---|
168 | ECHO_N='' |
---|
169 | ECHO_T='' |
---|
170 | EGREP='' |
---|
171 | EXEEXT='' |
---|
172 | EXTRA_CFLAGS='' |
---|
173 | EXTRA_CPPFLAGS='' |
---|
174 | EXTRA_INCLUDES='' |
---|
175 | EXTRA_LDFLAGS='' |
---|
176 | EXTRA_LIBS='' |
---|
177 | FGREP='' |
---|
178 | GREP='' |
---|
179 | INCLUDES='' |
---|
180 | INCLUDE_OUTPUTS='' |
---|
181 | INCLUDE_RULES='' |
---|
182 | INSTALL_DATA='' |
---|
183 | INSTALL_PROGRAM='' |
---|
184 | INSTALL_SCRIPT='' |
---|
185 | INSTALL_SUBDIRS='' |
---|
186 | INTERNAL_CPPFLAGS='' |
---|
187 | LD='' |
---|
188 | LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -arch x86_64' |
---|
189 | LDLIBS='' |
---|
190 | LIBOBJS='' |
---|
191 | LIBS='' |
---|
192 | LIBTOOL='' |
---|
193 | LIBTOOL_LIBS='' |
---|
194 | LIPO='' |
---|
195 | LN_S='' |
---|
196 | LTFLAGS='' |
---|
197 | LTLIBOBJS='' |
---|
198 | LT_LDFLAGS='' |
---|
199 | LT_NO_INSTALL='' |
---|
200 | LT_SYS_LIBRARY_PATH='' |
---|
201 | LT_VERSION='' |
---|
202 | MANIFEST_TOOL='' |
---|
203 | MKDEP='' |
---|
204 | NM='' |
---|
205 | NMEDIT='' |
---|
206 | NOTEST_CFLAGS='' |
---|
207 | NOTEST_CPPFLAGS='' |
---|
208 | NOTEST_INCLUDES='' |
---|
209 | NOTEST_LDFLAGS='' |
---|
210 | NOTEST_LIBS='' |
---|
211 | OBJDUMP='' |
---|
212 | OBJECTS_PLATFORM='' |
---|
213 | OBJEXT='' |
---|
214 | OSDIR='' |
---|
215 | OTOOL64='' |
---|
216 | OTOOL='' |
---|
217 | PACKAGE_BUGREPORT='' |
---|
218 | PACKAGE_NAME='' |
---|
219 | PACKAGE_STRING='' |
---|
220 | PACKAGE_TARNAME='' |
---|
221 | PACKAGE_URL='' |
---|
222 | PACKAGE_VERSION='' |
---|
223 | PATH_SEPARATOR=':' |
---|
224 | RANLIB='' |
---|
225 | RM='' |
---|
226 | SED='' |
---|
227 | SET_MAKE='' |
---|
228 | SHELL='/bin/sh' |
---|
229 | STRIP='' |
---|
230 | ac_ct_AR='' |
---|
231 | ac_ct_CC='/usr/bin/clang' |
---|
232 | ac_ct_DUMPBIN='' |
---|
233 | acceptfilter='' |
---|
234 | apr_builddir='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_apr/apr/work/apr-1.7.0' |
---|
235 | apr_builders='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_apr/apr/work/apr-1.7.0/build' |
---|
236 | apr_charset_ebcdic='' |
---|
237 | apr_has_timedlocks='' |
---|
238 | apr_has_user='' |
---|
239 | apr_has_xthread_files='' |
---|
240 | apr_inaddr_none='' |
---|
241 | apr_procattr_user_set_requires_password='' |
---|
242 | apr_srcdir='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_apr/apr/work/apr-1.7.0' |
---|
243 | apr_tcp_nopush_flag='' |
---|
244 | apr_thread_func='' |
---|
245 | aprdso='' |
---|
246 | aprlfs='' |
---|
247 | arpa_ineth='' |
---|
248 | bigendian='' |
---|
249 | bindir='${exec_prefix}/bin' |
---|
250 | build='x86_64-apple-darwin20.2.0' |
---|
251 | build_alias='' |
---|
252 | build_cpu='x86_64' |
---|
253 | build_os='darwin20.2.0' |
---|
254 | build_vendor='apple' |
---|
255 | conioh='' |
---|
256 | crypth='' |
---|
257 | ctypeh='' |
---|
258 | datadir='${prefix}' |
---|
259 | datarootdir='${prefix}/share' |
---|
260 | direnth='' |
---|
261 | docdir='${datarootdir}/doc/${PACKAGE}' |
---|
262 | dvidir='${docdir}' |
---|
263 | eolstr='' |
---|
264 | errnoh='' |
---|
265 | exec_prefix='${prefix}' |
---|
266 | export_lib_target='' |
---|
267 | fcntlh='' |
---|
268 | fcntlser='' |
---|
269 | file_as_socket='' |
---|
270 | flockser='' |
---|
271 | fork='' |
---|
272 | hasfcntlser='' |
---|
273 | hasflockser='' |
---|
274 | hasposixser='' |
---|
275 | hasprocpthreadser='' |
---|
276 | hassysvser='' |
---|
277 | have_corkable_tcp='' |
---|
278 | have_getrlimit='' |
---|
279 | have_in_addr='' |
---|
280 | have_inet_addr='' |
---|
281 | have_inet_network='' |
---|
282 | have_iovec='' |
---|
283 | have_ipv6='' |
---|
284 | have_memchr='' |
---|
285 | have_memmove='' |
---|
286 | have_proc_invoked='' |
---|
287 | have_pthread_condattr_setpshared='' |
---|
288 | have_pthread_mutex_timedlock='' |
---|
289 | have_sa_storage='' |
---|
290 | have_sctp='' |
---|
291 | have_setrlimit='' |
---|
292 | have_sigaction='' |
---|
293 | have_sigsuspend='' |
---|
294 | have_sigwait='' |
---|
295 | have_sockaddr_un='' |
---|
296 | have_strcasecmp='' |
---|
297 | have_strdup='' |
---|
298 | have_stricmp='' |
---|
299 | have_strncasecmp='' |
---|
300 | have_strnicmp='' |
---|
301 | have_strstr='' |
---|
302 | have_unicode_fs='' |
---|
303 | have_union_semun='' |
---|
304 | havebeosarea='' |
---|
305 | havemmapanon='' |
---|
306 | havemmapshm='' |
---|
307 | havemmaptmp='' |
---|
308 | havemmapzero='' |
---|
309 | haveos2shm='' |
---|
310 | haveshmget='' |
---|
311 | haveshmgetanon='' |
---|
312 | havewin32shm='' |
---|
313 | host='x86_64-apple-darwin20.2.0' |
---|
314 | host_alias='' |
---|
315 | host_cpu='x86_64' |
---|
316 | host_os='darwin20.2.0' |
---|
317 | host_vendor='apple' |
---|
318 | htmldir='${docdir}' |
---|
319 | includedir='${prefix}/include/apr-${APR_MAJOR_VERSION}' |
---|
320 | infodir='${datarootdir}/info' |
---|
321 | ino_t_value='' |
---|
322 | installbuilddir='${datadir}/build-${APR_MAJOR_VERSION}' |
---|
323 | int64_literal='' |
---|
324 | int64_t_fmt='' |
---|
325 | int64_value='' |
---|
326 | int_value='' |
---|
327 | inttypesh='' |
---|
328 | ioh='' |
---|
329 | lib_target='' |
---|
330 | libdir='${exec_prefix}/lib' |
---|
331 | libexecdir='${exec_prefix}/modules' |
---|
332 | limitsh='' |
---|
333 | link='' |
---|
334 | localedir='${datarootdir}/locale' |
---|
335 | localstatedir='${prefix}' |
---|
336 | lt_compile='' |
---|
337 | mandir='${prefix}/man' |
---|
338 | mmap='' |
---|
339 | netdbh='' |
---|
340 | netinet_inh='' |
---|
341 | netinet_sctp_uioh='' |
---|
342 | netinet_sctph='' |
---|
343 | netinet_tcph='' |
---|
344 | o_nonblock_inherited='' |
---|
345 | oc='' |
---|
346 | off_t_fmt='' |
---|
347 | off_t_value='' |
---|
348 | oldincludedir='/usr/include' |
---|
349 | osuuid='' |
---|
350 | pdfdir='${docdir}' |
---|
351 | pid_t_fmt='' |
---|
352 | posixser='' |
---|
353 | prefix='/opt/local' |
---|
354 | proc_mutex_is_global='' |
---|
355 | processh='' |
---|
356 | proclockglobal='' |
---|
357 | procpthreadser='' |
---|
358 | program_transform_name='s,x,x,' |
---|
359 | psdir='${docdir}' |
---|
360 | pthreadh='' |
---|
361 | pthreadser='' |
---|
362 | rand='' |
---|
363 | sbindir='${exec_prefix}/bin' |
---|
364 | semaphoreh='' |
---|
365 | sendfile='' |
---|
366 | sharedmem='' |
---|
367 | sharedstatedir='${prefix}/com' |
---|
368 | shlibpath_var='' |
---|
369 | short_value='' |
---|
370 | signalh='' |
---|
371 | size_t_fmt='' |
---|
372 | size_t_value='' |
---|
373 | so_ext='' |
---|
374 | socklen_t_value='' |
---|
375 | ssize_t_fmt='' |
---|
376 | ssize_t_value='' |
---|
377 | stdargh='' |
---|
378 | stdint='' |
---|
379 | stdioh='' |
---|
380 | stdlibh='' |
---|
381 | stringh='' |
---|
382 | stringsh='' |
---|
383 | struct_rlimit='' |
---|
384 | sys_ioctlh='' |
---|
385 | sys_sendfileh='' |
---|
386 | sys_signalh='' |
---|
387 | sys_socketh='' |
---|
388 | sys_sockioh='' |
---|
389 | sys_syslimitsh='' |
---|
390 | sys_timeh='' |
---|
391 | sys_typesh='' |
---|
392 | sys_uioh='' |
---|
393 | sys_unh='' |
---|
394 | sys_waith='' |
---|
395 | sysconfdir='${prefix}/conf' |
---|
396 | sysvser='' |
---|
397 | target='x86_64-apple-darwin20.2.0' |
---|
398 | target_alias='' |
---|
399 | target_cpu='x86_64' |
---|
400 | target_os='darwin20.2.0' |
---|
401 | target_vendor='apple' |
---|
402 | tcp_nodelay_inherited='' |
---|
403 | threads='' |
---|
404 | timeh='' |
---|
405 | top_builddir='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_apr/apr/work/apr-1.7.0' |
---|
406 | uint64_literal='' |
---|
407 | uint64_t_fmt='' |
---|
408 | uint64_t_hex_fmt='' |
---|
409 | uint64_value='' |
---|
410 | unistdh='' |
---|
411 | usebeosarea='' |
---|
412 | usemmapanon='' |
---|
413 | usemmapshm='' |
---|
414 | usemmaptmp='' |
---|
415 | usemmapzero='' |
---|
416 | useos2shm='' |
---|
417 | useshmget='' |
---|
418 | useshmgetanon='' |
---|
419 | usewin32shm='' |
---|
420 | voidp_size='' |
---|
421 | windowsh='' |
---|
422 | winsock2h='' |
---|
423 | |
---|
424 | ## ----------- ## |
---|
425 | ## confdefs.h. ## |
---|
426 | ## ----------- ## |
---|
427 | |
---|
428 | /* confdefs.h */ |
---|
429 | #define PACKAGE_NAME "" |
---|
430 | #define PACKAGE_TARNAME "" |
---|
431 | #define PACKAGE_VERSION "" |
---|
432 | #define PACKAGE_STRING "" |
---|
433 | #define PACKAGE_BUGREPORT "" |
---|
434 | #define PACKAGE_URL "" |
---|
435 | |
---|
436 | configure: exit 77 |
---|