Ticket #30192: config.log

File config.log, 10.9 KB (added by mramiragha@…, 13 years ago)

config.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by configure, which was
5generated by GNU Autoconf 2.64.  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
13hostname = iMac.local
14uname -m = x86_64
15uname -r = 11.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.0.0: Sat Jun 18 12:56:35 PDT 2011; root:xnu-1699.22.73~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 11.0.0: Sat Jun 18 12:56:35 PDT 2011; root:xnu-1699.22.73~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
284 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 4.00 gigabytes
33Default processor set: 103 tasks, 635 threads, 4 processors
34Load average: 1.87, Mach factor: 2.45
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:3787: checking build system type
52configure:3801: result: i386-apple-darwin11.0.0
53configure:3821: checking host system type
54configure:3834: result: i386-apple-darwin11.0.0
55configure:3854: checking target system type
56configure:3867: result: i386-apple-darwin11.0.0
57configure:3930: checking for working mkdir -p
58configure:3946: result: yes
59configure:4038: checking for chosen layout
60configure:4040: result: apr
61configure:4305: checking for gcc
62configure:4332: result: /Developer/usr/bin/llvm-gcc-4.2
63configure:4561: checking for C compiler version
64configure:4570: /Developer/usr/bin/llvm-gcc-4.2 --version >&5
65i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2333.4)
66Copyright (C) 2007 Free Software Foundation, Inc.
67This is free software; see the source for copying conditions.  There is NO
68warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
69
70configure:4581: $? = 0
71configure:4570: /Developer/usr/bin/llvm-gcc-4.2 -v >&5
72Using built-in specs.
73Target: i686-apple-darwin10
74Configured with: /var/tmp/llvmgcc42/llvmgcc42-2333.4~7/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --enable-llvm=/var/tmp/llvmgcc42/llvmgcc42-2333.4~7/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/usr/include/c++/4.2.1
75Thread model: posix
76gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2333.4)
77configure:4581: $? = 0
78configure:4570: /Developer/usr/bin/llvm-gcc-4.2 -V >&5
79llvm-gcc-4.2: argument to `-V' is missing
80configure:4581: $? = 1
81configure:4570: /Developer/usr/bin/llvm-gcc-4.2 -qversion >&5
82i686-apple-darwin10-llvm-gcc-4.2: no input files
83configure:4581: $? = 1
84configure:4603: checking for C compiler default output file name
85configure:4625: /Developer/usr/bin/llvm-gcc-4.2 -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
86conftest.c:9:19: error: stdio.h: No such file or directory
87conftest.c: In function 'main':
88conftest.c:13: error: 'FILE' undeclared (first use in this function)
89conftest.c:13: error: (Each undeclared identifier is reported only once
90conftest.c:13: error: for each function it appears in.)
91conftest.c:13: error: 'f' undeclared (first use in this function)
92configure:4629: $? = 1
93configure:4666: result:
94configure: failed program was:
95| /* confdefs.h */
96| #define PACKAGE_NAME ""
97| #define PACKAGE_TARNAME ""
98| #define PACKAGE_VERSION ""
99| #define PACKAGE_STRING ""
100| #define PACKAGE_BUGREPORT ""
101| #define PACKAGE_URL ""
102| /* end confdefs.h.  */
103| #include <stdio.h>
104| int
105| main ()
106| {
107| FILE *f = fopen ("conftest.out", "w");
108|  return ferror (f) || fclose (f) != 0;
109|
110|   ;
111|   return 0;
112| }
113configure:4672: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apr/work/apr-1.4.5':
114configure:4676: error: C compiler cannot create executables
115See `config.log' for more details.
116
117## ---------------- ##
118## Cache variables. ##
119## ---------------- ##
120
121ac_cv_build=i386-apple-darwin11.0.0
122ac_cv_env_CCC_set=
123ac_cv_env_CCC_value=
124ac_cv_env_CC_set=set
125ac_cv_env_CC_value=/Developer/usr/bin/llvm-gcc-4.2
126ac_cv_env_CFLAGS_set=set
127ac_cv_env_CFLAGS_value='-O2 -arch x86_64'
128ac_cv_env_CPPFLAGS_set=set
129ac_cv_env_CPPFLAGS_value=-I/opt/local/include
130ac_cv_env_CPP_set=
131ac_cv_env_CPP_value=
132ac_cv_env_CXXCPP_set=
133ac_cv_env_CXXCPP_value=
134ac_cv_env_CXXFLAGS_set=set
135ac_cv_env_CXXFLAGS_value='-O2 -arch x86_64'
136ac_cv_env_CXX_set=set
137ac_cv_env_CXX_value=/Developer/usr/bin/llvm-g++-4.2
138ac_cv_env_F77_set=
139ac_cv_env_F77_value=
140ac_cv_env_FFLAGS_set=set
141ac_cv_env_FFLAGS_value='-O2 -m64'
142ac_cv_env_LDFLAGS_set=set
143ac_cv_env_LDFLAGS_value='-L/opt/local/lib -arch x86_64'
144ac_cv_env_LIBS_set=
145ac_cv_env_LIBS_value=
146ac_cv_env_build_alias_set=
147ac_cv_env_build_alias_value=
148ac_cv_env_host_alias_set=
149ac_cv_env_host_alias_value=
150ac_cv_env_target_alias_set=
151ac_cv_env_target_alias_value=
152ac_cv_func_setpgrp_void=no
153ac_cv_host=i386-apple-darwin11.0.0
154ac_cv_mkdir_p=yes
155ac_cv_path_SED=sed
156ac_cv_prog_AWK=awk
157ac_cv_prog_ac_ct_CC=/Developer/usr/bin/llvm-gcc-4.2
158ac_cv_target=i386-apple-darwin11.0.0
159
160## ----------------- ##
161## Output variables. ##
162## ----------------- ##
163
164ALLOCA=''
165APR_CONFIG_LOCATION='source'
166APR_DOTTED_VERSION='1.4.5'
167APR_LIBNAME=''
168APR_MAJOR_VERSION='1'
169AR=''
170AS=''
171ASCPP=''
172AWK=''
173CC='/Developer/usr/bin/llvm-gcc-4.2'
174CFLAGS='-O2 -arch x86_64'
175CPP=''
176CPPFLAGS='-I/opt/local/include'
177CXX='/Developer/usr/bin/llvm-g++-4.2'
178CXXCPP=''
179CXXFLAGS='-O2 -arch x86_64'
180DEFAULT_OSDIR=''
181DEFS=''
182DLLTOOL=''
183DSYMUTIL=''
184ECHO='/bin/echo'
185ECHO_C='\c'
186ECHO_N=''
187ECHO_T=''
188EGREP=''
189EXEEXT=''
190EXTRA_CFLAGS=''
191EXTRA_CPPFLAGS=''
192EXTRA_INCLUDES=''
193EXTRA_LDFLAGS=''
194EXTRA_LIBS=''
195F77=''
196FFLAGS='-O2 -m64'
197GREP=''
198INCLUDES=''
199INCLUDE_OUTPUTS=''
200INCLUDE_RULES=''
201INSTALL_DATA=''
202INSTALL_PROGRAM=''
203INSTALL_SCRIPT=''
204INSTALL_SUBDIRS=''
205LDFLAGS='-L/opt/local/lib -arch x86_64'
206LDLIBS=''
207LIBOBJS=''
208LIBS=''
209LIBTOOL=''
210LIBTOOL_LIBS=''
211LN_S=''
212LTFLAGS=''
213LTLIBOBJS=''
214LT_LDFLAGS=''
215LT_NO_INSTALL=''
216LT_VERSION=''
217MKDEP=''
218NMEDIT=''
219NOTEST_CFLAGS=''
220NOTEST_CPPFLAGS=''
221NOTEST_INCLUDES=''
222NOTEST_LDFLAGS=''
223NOTEST_LIBS=''
224OBJDUMP=''
225OBJECTS_PLATFORM=''
226OBJEXT=''
227OSDIR=''
228PACKAGE_BUGREPORT=''
229PACKAGE_NAME=''
230PACKAGE_STRING=''
231PACKAGE_TARNAME=''
232PACKAGE_URL=''
233PACKAGE_VERSION=''
234PATH_SEPARATOR=':'
235RANLIB=''
236RM=''
237SED=''
238SET_MAKE=''
239SHELL='/bin/sh'
240STRIP=''
241ac_ct_CC='/Developer/usr/bin/llvm-gcc-4.2'
242ac_ct_CXX=''
243ac_ct_F77=''
244acceptfilter=''
245apr_builddir='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apr/work/apr-1.4.5'
246apr_builders='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apr/work/apr-1.4.5/build'
247apr_charset_ebcdic=''
248apr_has_user=''
249apr_has_xthread_files=''
250apr_inaddr_none=''
251apr_procattr_user_set_requires_password=''
252apr_srcdir='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apr/work/apr-1.4.5'
253apr_tcp_nopush_flag=''
254apr_thread_func=''
255aprdso=''
256aprlfs=''
257arpa_ineth=''
258bigendian=''
259bindir='${exec_prefix}/bin'
260build='i386-apple-darwin11.0.0'
261build_alias=''
262build_cpu='i386'
263build_os='darwin11.0.0'
264build_vendor='apple'
265conioh=''
266crypth=''
267ctypeh=''
268datadir='${prefix}'
269datarootdir='${prefix}/share'
270direnth=''
271docdir='${datarootdir}/doc/${PACKAGE}'
272dvidir='${docdir}'
273eolstr=''
274errnoh=''
275exec_prefix='${prefix}'
276export_lib_target=''
277fcntlh=''
278fcntlser=''
279file_as_socket=''
280flockser=''
281fork=''
282hasfcntlser=''
283hasflockser=''
284hasposixser=''
285hasprocpthreadser=''
286hassysvser=''
287have_corkable_tcp=''
288have_getrlimit=''
289have_in_addr=''
290have_inet_addr=''
291have_inet_network=''
292have_iovec=''
293have_ipv6=''
294have_memchr=''
295have_memmove=''
296have_proc_invoked=''
297have_sa_storage=''
298have_sctp=''
299have_setrlimit=''
300have_sigaction=''
301have_sigsuspend=''
302have_sigwait=''
303have_strcasecmp=''
304have_strdup=''
305have_stricmp=''
306have_strncasecmp=''
307have_strnicmp=''
308have_strstr=''
309have_unicode_fs=''
310have_union_semun=''
311havebeosarea=''
312havemmapanon=''
313havemmapshm=''
314havemmaptmp=''
315havemmapzero=''
316haveos2shm=''
317haveshmget=''
318haveshmgetanon=''
319havewin32shm=''
320host='i386-apple-darwin11.0.0'
321host_alias=''
322host_cpu='i386'
323host_os='darwin11.0.0'
324host_vendor='apple'
325htmldir='${docdir}'
326includedir='${prefix}/include/apr-${APR_MAJOR_VERSION}'
327infodir='${datarootdir}/info'
328ino_t_value=''
329installbuilddir='${datadir}/build-${APR_MAJOR_VERSION}'
330int64_literal=''
331int64_t_fmt=''
332int64_value=''
333int_value=''
334ioh=''
335lib_target=''
336libdir='${exec_prefix}/lib'
337libexecdir='${exec_prefix}/modules'
338limitsh=''
339link=''
340localedir='${datarootdir}/locale'
341localstatedir='${prefix}'
342long_value=''
343lt_compile=''
344mandir='${prefix}/man'
345mmap=''
346netdbh=''
347netinet_inh=''
348netinet_sctp_uioh=''
349netinet_sctph=''
350netinet_tcph=''
351o_nonblock_inherited=''
352oc=''
353off_t_fmt=''
354off_t_value=''
355oldincludedir='/usr/include'
356osuuid=''
357pdfdir='${docdir}'
358pid_t_fmt=''
359posixser=''
360prefix='/opt/local'
361proc_mutex_is_global=''
362processh=''
363proclockglobal=''
364procpthreadser=''
365program_transform_name='s,x,x,'
366psdir='${docdir}'
367pthreadh=''
368pthreadser=''
369rand=''
370sbindir='${exec_prefix}/bin'
371semaphoreh=''
372sendfile=''
373sharedmem=''
374sharedstatedir='${prefix}/com'
375shlibpath_var=''
376short_value=''
377signalh=''
378size_t_fmt=''
379size_t_value=''
380so_ext=''
381socklen_t_value=''
382ssize_t_fmt=''
383ssize_t_value=''
384stdargh=''
385stdint=''
386stdioh=''
387stdlibh=''
388stringh=''
389stringsh=''
390struct_rlimit=''
391sys_ioctlh=''
392sys_sendfileh=''
393sys_signalh=''
394sys_socketh=''
395sys_sockioh=''
396sys_syslimitsh=''
397sys_timeh=''
398sys_typesh=''
399sys_uioh=''
400sys_unh=''
401sys_waith=''
402sysconfdir='${prefix}/conf'
403sysvser=''
404target='i386-apple-darwin11.0.0'
405target_alias=''
406target_cpu='i386'
407target_os='darwin11.0.0'
408target_vendor='apple'
409tcp_nodelay_inherited=''
410threads=''
411timeh=''
412top_builddir='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apr/work/apr-1.4.5'
413uint64_literal=''
414uint64_t_fmt=''
415uint64_t_hex_fmt=''
416unistdh=''
417usebeosarea=''
418usemmapanon=''
419usemmapshm=''
420usemmaptmp=''
421usemmapzero=''
422useos2shm=''
423useshmget=''
424useshmgetanon=''
425usewin32shm=''
426voidp_size=''
427windowsh=''
428winsock2h=''
429
430## ----------- ##
431## confdefs.h. ##
432## ----------- ##
433
434/* confdefs.h */
435#define PACKAGE_NAME ""
436#define PACKAGE_TARNAME ""
437#define PACKAGE_VERSION ""
438#define PACKAGE_STRING ""
439#define PACKAGE_BUGREPORT ""
440#define PACKAGE_URL ""
441
442configure: exit 77