OSDN Git Service

* Added permission.
[modchxj/mod_chxj.git] / src / serf / config.log
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.60.  Invocation command line was
6
7   $ ./configure --with-apr=/usr/bin --with-apr-util=/usr/bin
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = oregano
14 uname -m = i686
15 uname -r = 2.4.18-bf2.4-xfs
16 uname -s = Linux
17 uname -v = #1 Son Jul 14 09:40:39 CEST 2002
18
19 /usr/bin/uname -p = unknown
20 /bin/uname -X     = unknown
21
22 /bin/arch              = i686
23 /usr/bin/arch -k       = unknown
24 /usr/convex/getsysinfo = unknown
25 /usr/bin/hostinfo      = unknown
26 /bin/machine           = unknown
27 /usr/bin/oslevel       = unknown
28 /bin/universe          = unknown
29
30 PATH: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin
31 PATH: /usr/local/ant/bin
32 PATH: /usr/local/jdk6/bin
33 PATH: /usr/local/jdk6/jre/bin
34 PATH: /usr/local/mysql/bin
35 PATH: /usr/local/mysql/bin
36 PATH: /usr/local/samba/bin
37 PATH: /usr/local/bin
38 PATH: /usr/bin
39 PATH: /bin
40 PATH: /usr/bin/X11
41 PATH: /usr/games
42 PATH: /usr/local/ant/bin
43 PATH: /usr/local/ant/bin
44 PATH: /usr/local/ant/bin
45 PATH: /usr/local/jdk6/bin
46 PATH: /home/konno/work/bin
47
48
49 ## ----------- ##
50 ## Core tests. ##
51 ## ----------- ##
52
53 configure:1895: checking for chosen layout
54 configure:1897: result: Serf
55 configure:2091: checking for working mkdir -p
56 configure:2107: result: yes
57 configure:2125: checking build system type
58 configure:2143: result: i686-pc-linux-gnu
59 configure:2165: checking host system type
60 configure:2180: result: i686-pc-linux-gnu
61 configure:2202: checking target system type
62 configure:2217: result: i686-pc-linux-gnu
63 configure:2275: checking for APR
64 configure:2360: result: yes
65 configure:2637: checking for APR-util
66 configure:2722: result: yes
67 configure:2972: checking for gcc
68 configure:2999: result: i486-linux-gnu-gcc
69 configure:3237: checking for C compiler version
70 configure:3244: i486-linux-gnu-gcc --version >&5
71 i486-linux-gnu-gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
72 Copyright (C) 2006 Free Software Foundation, Inc.
73 This is free software; see the source for copying conditions.  There is NO
74 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
75
76 configure:3247: $? = 0
77 configure:3254: i486-linux-gnu-gcc -v >&5
78 Using built-in specs.
79 Target: i486-linux-gnu
80 Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
81 Thread model: posix
82 gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
83 configure:3257: $? = 0
84 configure:3264: i486-linux-gnu-gcc -V >&5
85 i486-linux-gnu-gcc: '-V' option must have argument
86 configure:3267: $? = 1
87 configure:3290: checking for C compiler default output file name
88 configure:3317: i486-linux-gnu-gcc  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE   conftest.c  >&5
89 configure:3320: $? = 0
90 configure:3366: result: a.out
91 configure:3371: checking whether the C compiler works
92 configure:3381: ./a.out
93 configure:3384: $? = 0
94 configure:3401: result: yes
95 configure:3408: checking whether we are cross compiling
96 configure:3410: result: no
97 configure:3413: checking for suffix of executables
98 configure:3420: i486-linux-gnu-gcc -o conftest  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE   conftest.c  >&5
99 configure:3423: $? = 0
100 configure:3447: result: 
101 configure:3453: checking for suffix of object files
102 configure:3479: i486-linux-gnu-gcc -c  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
103 configure:3482: $? = 0
104 configure:3505: result: o
105 configure:3509: checking whether we are using the GNU C compiler
106 configure:3538: i486-linux-gnu-gcc -c  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
107 configure:3544: $? = 0
108 configure:3551: test -z "$ac_c_werror_flag" || test ! -s conftest.err
109 configure:3554: $? = 0
110 configure:3561: test -s conftest.o
111 configure:3564: $? = 0
112 configure:3578: result: yes
113 configure:3583: checking whether i486-linux-gnu-gcc accepts -g
114 configure:3613: i486-linux-gnu-gcc -c -g  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
115 configure:3619: $? = 0
116 configure:3626: test -z "$ac_c_werror_flag" || test ! -s conftest.err
117 configure:3629: $? = 0
118 configure:3636: test -s conftest.o
119 configure:3639: $? = 0
120 configure:3769: result: yes
121 configure:3786: checking for i486-linux-gnu-gcc option to accept ISO C89
122 configure:3860: i486-linux-gnu-gcc  -c  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
123 configure:3866: $? = 0
124 configure:3873: test -z "$ac_c_werror_flag" || test ! -s conftest.err
125 configure:3876: $? = 0
126 configure:3883: test -s conftest.o
127 configure:3886: $? = 0
128 configure:3906: result: none needed
129 configure:3929: checking how to run the C preprocessor
130 configure:4059: result: i486-linux-gnu-gcc -E
131 configure:4088: i486-linux-gnu-gcc -E  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c
132 configure:4094: $? = 0
133 configure:4132: i486-linux-gnu-gcc -E  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c
134 conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
135 configure:4138: $? = 1
136 configure: failed program was:
137 | /* confdefs.h.  */
138 | #define PACKAGE_NAME ""
139 | #define PACKAGE_TARNAME ""
140 | #define PACKAGE_VERSION ""
141 | #define PACKAGE_STRING ""
142 | #define PACKAGE_BUGREPORT ""
143 | /* end confdefs.h.  */
144 | #include <ac_nonexistent.h>
145 configure:4195: checking for a BSD-compatible install
146 configure:4251: result: /usr/bin/install -c
147 configure:4372: checking for grep that handles long lines and -e
148 configure:4446: result: /bin/grep
149 configure:4451: checking for egrep
150 configure:4529: result: /bin/grep -E
151 configure:4534: checking for ANSI C header files
152 configure:4564: i486-linux-gnu-gcc -c  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
153 configure:4570: $? = 0
154 configure:4577: test -z "$ac_c_werror_flag" || test ! -s conftest.err
155 configure:4580: $? = 0
156 configure:4587: test -s conftest.o
157 configure:4590: $? = 0
158 configure:4686: i486-linux-gnu-gcc -o conftest  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE   conftest.c  >&5
159 configure:4689: $? = 0
160 configure:4695: ./conftest
161 configure:4698: $? = 0
162 configure:4715: result: yes
163 configure:4739: checking for sys/types.h
164 configure:4760: i486-linux-gnu-gcc -c  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
165 configure:4766: $? = 0
166 configure:4773: test -z "$ac_c_werror_flag" || test ! -s conftest.err
167 configure:4776: $? = 0
168 configure:4783: test -s conftest.o
169 configure:4786: $? = 0
170 configure:4799: result: yes
171 configure:4739: checking for sys/stat.h
172 configure:4760: i486-linux-gnu-gcc -c  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
173 configure:4766: $? = 0
174 configure:4773: test -z "$ac_c_werror_flag" || test ! -s conftest.err
175 configure:4776: $? = 0
176 configure:4783: test -s conftest.o
177 configure:4786: $? = 0
178 configure:4799: result: yes
179 configure:4739: checking for stdlib.h
180 configure:4760: i486-linux-gnu-gcc -c  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
181 configure:4766: $? = 0
182 configure:4773: test -z "$ac_c_werror_flag" || test ! -s conftest.err
183 configure:4776: $? = 0
184 configure:4783: test -s conftest.o
185 configure:4786: $? = 0
186 configure:4799: result: yes
187 configure:4739: checking for string.h
188 configure:4760: i486-linux-gnu-gcc -c  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
189 configure:4766: $? = 0
190 configure:4773: test -z "$ac_c_werror_flag" || test ! -s conftest.err
191 configure:4776: $? = 0
192 configure:4783: test -s conftest.o
193 configure:4786: $? = 0
194 configure:4799: result: yes
195 configure:4739: checking for memory.h
196 configure:4760: i486-linux-gnu-gcc -c  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
197 configure:4766: $? = 0
198 configure:4773: test -z "$ac_c_werror_flag" || test ! -s conftest.err
199 configure:4776: $? = 0
200 configure:4783: test -s conftest.o
201 configure:4786: $? = 0
202 configure:4799: result: yes
203 configure:4739: checking for strings.h
204 configure:4760: i486-linux-gnu-gcc -c  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
205 configure:4766: $? = 0
206 configure:4773: test -z "$ac_c_werror_flag" || test ! -s conftest.err
207 configure:4776: $? = 0
208 configure:4783: test -s conftest.o
209 configure:4786: $? = 0
210 configure:4799: result: yes
211 configure:4739: checking for inttypes.h
212 configure:4760: i486-linux-gnu-gcc -c  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
213 configure:4766: $? = 0
214 configure:4773: test -z "$ac_c_werror_flag" || test ! -s conftest.err
215 configure:4776: $? = 0
216 configure:4783: test -s conftest.o
217 configure:4786: $? = 0
218 configure:4799: result: yes
219 configure:4739: checking for stdint.h
220 configure:4760: i486-linux-gnu-gcc -c  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
221 configure:4766: $? = 0
222 configure:4773: test -z "$ac_c_werror_flag" || test ! -s conftest.err
223 configure:4776: $? = 0
224 configure:4783: test -s conftest.o
225 configure:4786: $? = 0
226 configure:4799: result: yes
227 configure:4739: checking for unistd.h
228 configure:4760: i486-linux-gnu-gcc -c  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
229 configure:4766: $? = 0
230 configure:4773: test -z "$ac_c_werror_flag" || test ! -s conftest.err
231 configure:4776: $? = 0
232 configure:4783: test -s conftest.o
233 configure:4786: $? = 0
234 configure:4799: result: yes
235 configure:4821: checking openssl/opensslv.h usability
236 configure:4838: i486-linux-gnu-gcc -c  -pipe -Wall -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
237 configure:4844: $? = 0
238 configure:4851: test -z "$ac_c_werror_flag" || test ! -s conftest.err
239 configure:4854: $? = 0
240 configure:4861: test -s conftest.o
241 configure:4864: $? = 0
242 configure:4875: result: yes
243 configure:4879: checking openssl/opensslv.h presence
244 configure:4894: i486-linux-gnu-gcc -E  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c
245 configure:4900: $? = 0
246 configure:4921: result: yes
247 configure:4949: checking for openssl/opensslv.h
248 configure:4956: result: yes
249 configure:5129: creating ./config.status
250
251 ## ---------------------- ##
252 ## Running config.status. ##
253 ## ---------------------- ##
254
255 This file was extended by config.status, which was
256 generated by GNU Autoconf 2.60.  Invocation command line was
257
258   CONFIG_FILES    = 
259   CONFIG_HEADERS  = 
260   CONFIG_LINKS    = 
261   CONFIG_COMMANDS = 
262   $ ./config.status 
263
264 on oregano
265
266 config.status:598: creating Makefile
267 config.status:783: executing mkdir-vpath commands
268
269 ## ---------------- ##
270 ## Cache variables. ##
271 ## ---------------- ##
272
273 ac_cv_build=i686-pc-linux-gnu
274 ac_cv_c_compiler_gnu=yes
275 ac_cv_env_CC_set=
276 ac_cv_env_CC_value=
277 ac_cv_env_CFLAGS_set=
278 ac_cv_env_CFLAGS_value=
279 ac_cv_env_CPPFLAGS_set=
280 ac_cv_env_CPPFLAGS_value=
281 ac_cv_env_CPP_set=
282 ac_cv_env_CPP_value=
283 ac_cv_env_LDFLAGS_set=
284 ac_cv_env_LDFLAGS_value=
285 ac_cv_env_build_alias_set=
286 ac_cv_env_build_alias_value=
287 ac_cv_env_host_alias_set=
288 ac_cv_env_host_alias_value=
289 ac_cv_env_target_alias_set=
290 ac_cv_env_target_alias_value=
291 ac_cv_header_inttypes_h=yes
292 ac_cv_header_memory_h=yes
293 ac_cv_header_openssl_opensslv_h=yes
294 ac_cv_header_stdc=yes
295 ac_cv_header_stdint_h=yes
296 ac_cv_header_stdlib_h=yes
297 ac_cv_header_string_h=yes
298 ac_cv_header_strings_h=yes
299 ac_cv_header_sys_stat_h=yes
300 ac_cv_header_sys_types_h=yes
301 ac_cv_header_unistd_h=yes
302 ac_cv_host=i686-pc-linux-gnu
303 ac_cv_mkdir_p=yes
304 ac_cv_objext=o
305 ac_cv_path_EGREP='/bin/grep -E'
306 ac_cv_path_GREP=/bin/grep
307 ac_cv_path_install='/usr/bin/install -c'
308 ac_cv_prog_CPP='i486-linux-gnu-gcc -E'
309 ac_cv_prog_ac_ct_CC=i486-linux-gnu-gcc
310 ac_cv_prog_cc_c89=
311 ac_cv_prog_cc_g=yes
312 ac_cv_target=i686-pc-linux-gnu
313
314 ## ----------------- ##
315 ## Output variables. ##
316 ## ----------------- ##
317
318 APR_BINDIR='/usr/bin'
319 APR_CONFIG='/usr/bin/apr-config'
320 APR_INCLUDEDIR='/usr/include/apr-1.0'
321 APR_LIBTOOL='/usr/share/apr-1.0/build/libtool'
322 APR_VERSION='1.2.7'
323 APU_BINDIR='/usr/bin'
324 APU_CONFIG='/usr/bin/apu-1-config'
325 APU_INCLUDEDIR='/usr/include/apr-1.0'
326 APU_VERSION='1.2.7'
327 CC='i486-linux-gnu-gcc'
328 CFLAGS=' -pipe -Wall -g -O2 -pthread'
329 CPP='i486-linux-gnu-gcc -E'
330 CPPFLAGS=' -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE'
331 DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1'
332 ECHO_C=''
333 ECHO_N='-n'
334 ECHO_T=''
335 EGREP='/bin/grep -E'
336 EXEEXT=''
337 GREP='/bin/grep'
338 INSTALL_DATA='${INSTALL} -m 644'
339 INSTALL_PROGRAM='${INSTALL}'
340 INSTALL_SCRIPT='${INSTALL}'
341 LDFLAGS=' '
342 LIBOBJS=''
343 LIBS=''
344 LTLIBOBJS=''
345 OBJEXT='o'
346 PACKAGE_BUGREPORT=''
347 PACKAGE_NAME=''
348 PACKAGE_STRING=''
349 PACKAGE_TARNAME=''
350 PACKAGE_VERSION=''
351 PATH_SEPARATOR=':'
352 SERF_BUILD_SRCLIB_DIRS=''
353 SERF_CLEAN_SRCLIB_DIRS=''
354 SERF_DOTTED_VERSION='0.1.2'
355 SERF_LIBS=' /usr/lib/libaprutil-1.la   /usr/lib/libapr-1.la -luuid -lrt -lcrypt  -lpthread -ldl'
356 SERF_MAJOR_VERSION='0'
357 SHELL='/bin/sh'
358 ac_ct_CC='i486-linux-gnu-gcc'
359 bindir='${exec_prefix}/bin'
360 build='i686-pc-linux-gnu'
361 build_alias=''
362 build_cpu='i686'
363 build_os='linux-gnu'
364 build_vendor='pc'
365 datadir='${prefix}'
366 datarootdir='${prefix}/share'
367 docdir='${datarootdir}/doc/${PACKAGE}'
368 dvidir='${docdir}'
369 exec_prefix='${prefix}'
370 host='i686-pc-linux-gnu'
371 host_alias=''
372 host_cpu='i686'
373 host_os='linux-gnu'
374 host_vendor='pc'
375 htmldir='${docdir}'
376 includedir='${prefix}/include/serf-${SERF_MAJOR_VERSION}'
377 infodir='${datarootdir}/info'
378 libdir='${exec_prefix}/lib'
379 libexecdir='${exec_prefix}/modules'
380 localedir='${datarootdir}/locale'
381 localstatedir='${prefix}'
382 mandir='${prefix}/man'
383 mkdir_p='mkdir -p'
384 oldincludedir='/usr/include'
385 pdfdir='${docdir}'
386 prefix='/usr/local/serf'
387 program_transform_name='s,x,x,'
388 psdir='${docdir}'
389 sbindir='${exec_prefix}/bin'
390 sharedstatedir='${prefix}/com'
391 sysconfdir='${prefix}/conf'
392 target='i686-pc-linux-gnu'
393 target_alias=''
394 target_cpu='i686'
395 target_os='linux-gnu'
396 target_vendor='pc'
397
398 ## ----------- ##
399 ## confdefs.h. ##
400 ## ----------- ##
401
402 #define PACKAGE_NAME ""
403 #define PACKAGE_TARNAME ""
404 #define PACKAGE_VERSION ""
405 #define PACKAGE_STRING ""
406 #define PACKAGE_BUGREPORT ""
407 #define STDC_HEADERS 1
408 #define HAVE_SYS_TYPES_H 1
409 #define HAVE_SYS_STAT_H 1
410 #define HAVE_STDLIB_H 1
411 #define HAVE_STRING_H 1
412 #define HAVE_MEMORY_H 1
413 #define HAVE_STRINGS_H 1
414 #define HAVE_INTTYPES_H 1
415 #define HAVE_STDINT_H 1
416 #define HAVE_UNISTD_H 1
417
418 configure: exit 0