Split up log file into epochs so that we can throw away old data.
[fprobe-ulog.git] / 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.59.  Invocation command line was
6
7   $ ./configure 
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = joyce
14 uname -m = i686
15 uname -r = 2.6.19-skas3-v9-pre9
16 uname -s = Linux
17 uname -v = #9 SMP Fri Jan 12 09:39:05 EST 2007
18
19 /usr/bin/uname -p = Intel(R) Core(TM)2 CPU          6400  @ 2.13GHz
20 /bin/uname -X     = unknown
21
22 /bin/arch              = i686
23 /usr/bin/arch -k       = unknown
24 /usr/convex/getsysinfo = unknown
25 hostinfo               = unknown
26 /bin/machine           = unknown
27 /usr/bin/oslevel       = unknown
28 /bin/universe          = unknown
29
30 PATH: /bin
31 PATH: /sbin
32 PATH: /usr/bin
33 PATH: /usr/sbin
34 PATH: /usr/local/bin
35 PATH: /usr/local/sbin
36 PATH: /opt/bin
37 PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.1.1
38
39
40 ## ----------- ##
41 ## Core tests. ##
42 ## ----------- ##
43
44 configure:1328: checking build system type
45 configure:1346: result: i686-pc-linux-gnu
46 configure:1354: checking host system type
47 configure:1368: result: i686-pc-linux-gnu
48 configure:1376: checking target system type
49 configure:1390: result: i686-pc-linux-gnu
50 configure:1418: checking for a BSD-compatible install
51 configure:1473: result: /bin/install -c
52 configure:1484: checking whether build environment is sane
53 configure:1527: result: yes
54 configure:1592: checking for gawk
55 configure:1608: found /bin/gawk
56 configure:1618: result: gawk
57 configure:1628: checking whether make sets $(MAKE)
58 configure:1648: result: yes
59 configure:1865: checking for gcc
60 configure:1881: found /usr/bin/gcc
61 configure:1891: result: gcc
62 configure:2135: checking for C compiler version
63 configure:2138: gcc --version </dev/null >&5
64 gcc (GCC) 4.1.1 (Gentoo 4.1.1)
65 Copyright (C) 2006 Free Software Foundation, Inc.
66 This is free software; see the source for copying conditions.  There is NO
67 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
68
69 configure:2141: $? = 0
70 configure:2143: gcc -v </dev/null >&5
71 Using built-in specs.
72 Target: i686-pc-linux-gnu
73 Configured with: /var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
74 Thread model: posix
75 gcc version 4.1.1 (Gentoo 4.1.1)
76 configure:2146: $? = 0
77 configure:2148: gcc -V </dev/null >&5
78 gcc: '-V' option must have argument
79 configure:2151: $? = 1
80 configure:2174: checking for C compiler default output file name
81 configure:2177: gcc    conftest.c  >&5
82 configure:2180: $? = 0
83 configure:2226: result: a.out
84 configure:2231: checking whether the C compiler works
85 configure:2237: ./a.out
86 configure:2240: $? = 0
87 configure:2257: result: yes
88 configure:2264: checking whether we are cross compiling
89 configure:2266: result: no
90 configure:2269: checking for suffix of executables
91 configure:2271: gcc -o conftest    conftest.c  >&5
92 configure:2274: $? = 0
93 configure:2299: result: 
94 configure:2305: checking for suffix of object files
95 configure:2326: gcc -c   conftest.c >&5
96 configure:2329: $? = 0
97 configure:2351: result: o
98 configure:2355: checking whether we are using the GNU C compiler
99 configure:2379: gcc -c   conftest.c >&5
100 configure:2385: $? = 0
101 configure:2388: test -z                          || test ! -s conftest.err
102 configure:2391: $? = 0
103 configure:2394: test -s conftest.o
104 configure:2397: $? = 0
105 configure:2410: result: yes
106 configure:2416: checking whether gcc accepts -g
107 configure:2437: gcc -c -g  conftest.c >&5
108 configure:2443: $? = 0
109 configure:2446: test -z                          || test ! -s conftest.err
110 configure:2449: $? = 0
111 configure:2452: test -s conftest.o
112 configure:2455: $? = 0
113 configure:2466: result: yes
114 configure:2483: checking for gcc option to accept ANSI C
115 configure:2553: gcc  -c -g -O2  conftest.c >&5
116 configure:2559: $? = 0
117 configure:2562: test -z                          || test ! -s conftest.err
118 configure:2565: $? = 0
119 configure:2568: test -s conftest.o
120 configure:2571: $? = 0
121 configure:2589: result: none needed
122 configure:2607: gcc -c -g -O2  conftest.c >&5
123 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
124 configure:2613: $? = 1
125 configure: failed program was:
126 | #ifndef __cplusplus
127 |   choke me
128 | #endif
129 configure:2754: checking for style of include used by make
130 configure:2782: result: GNU
131 configure:2810: checking dependency style of gcc
132 configure:2900: result: none
133 configure:2930: checking for a BSD-compatible install
134 configure:2985: result: /bin/install -c
135 configure:3037: checking for ranlib
136 configure:3053: found /usr/bin/ranlib
137 configure:3064: result: ranlib
138 configure:3079: checking for pthread_create in -lpthread
139 configure:3109: gcc -o conftest -g -O2   conftest.c -lpthread   >&5
140 configure:3115: $? = 0
141 configure:3118: test -z                          || test ! -s conftest.err
142 configure:3121: $? = 0
143 configure:3124: test -s conftest
144 configure:3127: $? = 0
145 configure:3140: result: yes
146 configure:3162: checking how to run the C preprocessor
147 configure:3197: gcc -E  conftest.c
148 configure:3203: $? = 0
149 configure:3235: gcc -E  conftest.c
150 conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
151 configure:3241: $? = 1
152 configure: failed program was:
153 | /* confdefs.h.  */
154
155 | #define PACKAGE_NAME ""
156 | #define PACKAGE_TARNAME ""
157 | #define PACKAGE_VERSION ""
158 | #define PACKAGE_STRING ""
159 | #define PACKAGE_BUGREPORT ""
160 | #define PACKAGE "fprobe-ulog"
161 | #define VERSION "1.1"
162 | #define HAVE_LIBPTHREAD 1
163 | /* end confdefs.h.  */
164 | #include <ac_nonexistent.h>
165 configure:3280: result: gcc -E
166 configure:3304: gcc -E  conftest.c
167 configure:3310: $? = 0
168 configure:3342: gcc -E  conftest.c
169 conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
170 configure:3348: $? = 1
171 configure: failed program was:
172 | /* confdefs.h.  */
173
174 | #define PACKAGE_NAME ""
175 | #define PACKAGE_TARNAME ""
176 | #define PACKAGE_VERSION ""
177 | #define PACKAGE_STRING ""
178 | #define PACKAGE_BUGREPORT ""
179 | #define PACKAGE "fprobe-ulog"
180 | #define VERSION "1.1"
181 | #define HAVE_LIBPTHREAD 1
182 | /* end confdefs.h.  */
183 | #include <ac_nonexistent.h>
184 configure:3392: checking for egrep
185 configure:3402: result: grep -E
186 configure:3407: checking for ANSI C header files
187 configure:3432: gcc -c -g -O2  conftest.c >&5
188 configure:3438: $? = 0
189 configure:3441: test -z                          || test ! -s conftest.err
190 configure:3444: $? = 0
191 configure:3447: test -s conftest.o
192 configure:3450: $? = 0
193 configure:3539: gcc -o conftest -g -O2   conftest.c -lpthread  >&5
194 conftest.c: In function 'main':
195 conftest.c:29: warning: incompatible implicit declaration of built-in function 'exit'
196 configure:3542: $? = 0
197 configure:3544: ./conftest
198 configure:3547: $? = 0
199 configure:3562: result: yes
200 configure:3586: checking for sys/types.h
201 configure:3602: gcc -c -g -O2  conftest.c >&5
202 configure:3608: $? = 0
203 configure:3611: test -z                          || test ! -s conftest.err
204 configure:3614: $? = 0
205 configure:3617: test -s conftest.o
206 configure:3620: $? = 0
207 configure:3631: result: yes
208 configure:3586: checking for sys/stat.h
209 configure:3602: gcc -c -g -O2  conftest.c >&5
210 configure:3608: $? = 0
211 configure:3611: test -z                          || test ! -s conftest.err
212 configure:3614: $? = 0
213 configure:3617: test -s conftest.o
214 configure:3620: $? = 0
215 configure:3631: result: yes
216 configure:3586: checking for stdlib.h
217 configure:3602: gcc -c -g -O2  conftest.c >&5
218 configure:3608: $? = 0
219 configure:3611: test -z                          || test ! -s conftest.err
220 configure:3614: $? = 0
221 configure:3617: test -s conftest.o
222 configure:3620: $? = 0
223 configure:3631: result: yes
224 configure:3586: checking for string.h
225 configure:3602: gcc -c -g -O2  conftest.c >&5
226 configure:3608: $? = 0
227 configure:3611: test -z                          || test ! -s conftest.err
228 configure:3614: $? = 0
229 configure:3617: test -s conftest.o
230 configure:3620: $? = 0
231 configure:3631: result: yes
232 configure:3586: checking for memory.h
233 configure:3602: gcc -c -g -O2  conftest.c >&5
234 configure:3608: $? = 0
235 configure:3611: test -z                          || test ! -s conftest.err
236 configure:3614: $? = 0
237 configure:3617: test -s conftest.o
238 configure:3620: $? = 0
239 configure:3631: result: yes
240 configure:3586: checking for strings.h
241 configure:3602: gcc -c -g -O2  conftest.c >&5
242 configure:3608: $? = 0
243 configure:3611: test -z                          || test ! -s conftest.err
244 configure:3614: $? = 0
245 configure:3617: test -s conftest.o
246 configure:3620: $? = 0
247 configure:3631: result: yes
248 configure:3586: checking for inttypes.h
249 configure:3602: gcc -c -g -O2  conftest.c >&5
250 configure:3608: $? = 0
251 configure:3611: test -z                          || test ! -s conftest.err
252 configure:3614: $? = 0
253 configure:3617: test -s conftest.o
254 configure:3620: $? = 0
255 configure:3631: result: yes
256 configure:3586: checking for stdint.h
257 configure:3602: gcc -c -g -O2  conftest.c >&5
258 configure:3608: $? = 0
259 configure:3611: test -z                          || test ! -s conftest.err
260 configure:3614: $? = 0
261 configure:3617: test -s conftest.o
262 configure:3620: $? = 0
263 configure:3631: result: yes
264 configure:3586: checking for unistd.h
265 configure:3602: gcc -c -g -O2  conftest.c >&5
266 configure:3608: $? = 0
267 configure:3611: test -z                          || test ! -s conftest.err
268 configure:3614: $? = 0
269 configure:3617: test -s conftest.o
270 configure:3620: $? = 0
271 configure:3631: result: yes
272 configure:3644: checking for inttypes.h
273 configure:3649: result: yes
274 configure:5018: checking which memory bulk indexing mode to use
275 configure:5046: result: "ptr"
276 configure:5055: checking which hash type and size to use
277 configure:5098: result: "crc16"
278 configure:5102: checking whether to enable uptime trick
279 configure:5113: result: yes
280 configure:5128: checking whether to enable icmp trick
281 configure:5139: result: yes
282 configure:5163: checking whether to enable debugging
283 configure:5174: result: no
284 configure:5200: checking whether to enable runtime messages
285 configure:5220: result: no
286 configure:5226: checking directory to store pidfiles
287 configure:5241: result: "/var/run"
288 configure:5310: creating ./config.status
289
290 ## ---------------------- ##
291 ## Running config.status. ##
292 ## ---------------------- ##
293
294 This file was extended by config.status, which was
295 generated by GNU Autoconf 2.59.  Invocation command line was
296
297   CONFIG_FILES    = 
298   CONFIG_HEADERS  = 
299   CONFIG_LINKS    = 
300   CONFIG_COMMANDS = 
301   $ ./config.status 
302
303 on joyce
304
305 config.status:745: creating Makefile
306 config.status:745: creating src/Makefile
307 config.status:745: creating src/libipulog/Makefile
308 config.status:811: creating config.h
309 config.status:1117: executing depfiles commands
310
311 ## ---------------- ##
312 ## Cache variables. ##
313 ## ---------------- ##
314
315 ac_cv_build=i686-pc-linux-gnu
316 ac_cv_build_alias=i686-pc-linux-gnu
317 ac_cv_c_compiler_gnu=yes
318 ac_cv_env_CC_set=
319 ac_cv_env_CC_value=
320 ac_cv_env_CFLAGS_set=
321 ac_cv_env_CFLAGS_value=
322 ac_cv_env_CPPFLAGS_set=
323 ac_cv_env_CPPFLAGS_value=
324 ac_cv_env_CPP_set=
325 ac_cv_env_CPP_value=
326 ac_cv_env_LDFLAGS_set=
327 ac_cv_env_LDFLAGS_value=
328 ac_cv_env_build_alias_set=
329 ac_cv_env_build_alias_value=
330 ac_cv_env_host_alias_set=
331 ac_cv_env_host_alias_value=
332 ac_cv_env_target_alias_set=
333 ac_cv_env_target_alias_value=
334 ac_cv_exeext=
335 ac_cv_header_inttypes_h=yes
336 ac_cv_header_memory_h=yes
337 ac_cv_header_stdc=yes
338 ac_cv_header_stdint_h=yes
339 ac_cv_header_stdlib_h=yes
340 ac_cv_header_string_h=yes
341 ac_cv_header_strings_h=yes
342 ac_cv_header_sys_stat_h=yes
343 ac_cv_header_sys_types_h=yes
344 ac_cv_header_unistd_h=yes
345 ac_cv_host=i686-pc-linux-gnu
346 ac_cv_host_alias=i686-pc-linux-gnu
347 ac_cv_lib_pthread_pthread_create=yes
348 ac_cv_objext=o
349 ac_cv_path_install='/bin/install -c'
350 ac_cv_prog_AWK=gawk
351 ac_cv_prog_CPP='gcc -E'
352 ac_cv_prog_ac_ct_CC=gcc
353 ac_cv_prog_ac_ct_RANLIB=ranlib
354 ac_cv_prog_cc_g=yes
355 ac_cv_prog_cc_stdc=
356 ac_cv_prog_egrep='grep -E'
357 ac_cv_prog_make_make_set=yes
358 ac_cv_target=i686-pc-linux-gnu
359 ac_cv_target_alias=i686-pc-linux-gnu
360 am_cv_CC_dependencies_compiler_type=none
361
362 ## ----------------- ##
363 ## Output variables. ##
364 ## ----------------- ##
365
366 ACLOCAL='${SHELL} /home/sapan/fprobe-ulog-1.1/missing --run aclocal-1.9'
367 AMDEPBACKSLASH='\'
368 AMDEP_FALSE='#'
369 AMDEP_TRUE=''
370 AMTAR='${SHELL} /home/sapan/fprobe-ulog-1.1/missing --run tar'
371 AUTOCONF='${SHELL} /home/sapan/fprobe-ulog-1.1/missing --run autoconf'
372 AUTOHEADER='${SHELL} /home/sapan/fprobe-ulog-1.1/missing --run autoheader'
373 AUTOMAKE='${SHELL} /home/sapan/fprobe-ulog-1.1/missing --run automake-1.9'
374 AWK='gawk'
375 CC='gcc'
376 CCDEPMODE='depmode=none'
377 CFLAGS='-g -O2 -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall'
378 CPP='gcc -E'
379 CPPFLAGS=''
380 CYGPATH_W='echo'
381 DATE='2007-10-26'
382 DEFS='-DHAVE_CONFIG_H'
383 DEPDIR='.deps'
384 ECHO_C=''
385 ECHO_N='-n'
386 ECHO_T=''
387 EGREP='grep -E'
388 EXEEXT=''
389 INSTALL_DATA='${INSTALL} -m 644'
390 INSTALL_PROGRAM='${INSTALL}'
391 INSTALL_SCRIPT='${INSTALL}'
392 INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
393 LDFLAGS=''
394 LIBOBJS=''
395 LIBS='-lpthread '
396 LTLIBOBJS=''
397 MAKEINFO='${SHELL} /home/sapan/fprobe-ulog-1.1/missing --run makeinfo'
398 OBJEXT='o'
399 PACKAGE='fprobe-ulog'
400 PACKAGE_BUGREPORT=''
401 PACKAGE_NAME=''
402 PACKAGE_STRING=''
403 PACKAGE_TARNAME=''
404 PACKAGE_VERSION=''
405 PATH_SEPARATOR=':'
406 RANLIB='ranlib'
407 SET_MAKE=''
408 SHELL='/bin/sh'
409 STRIP=''
410 VERSION='1.1'
411 ac_ct_CC='gcc'
412 ac_ct_RANLIB='ranlib'
413 ac_ct_STRIP=''
414 am__fastdepCC_FALSE=''
415 am__fastdepCC_TRUE='#'
416 am__include='include'
417 am__leading_dot='.'
418 am__quote=''
419 am__tar='${AMTAR} chof - "$$tardir"'
420 am__untar='${AMTAR} xf -'
421 bindir='${exec_prefix}/bin'
422 build='i686-pc-linux-gnu'
423 build_alias=''
424 build_cpu='i686'
425 build_os='linux-gnu'
426 build_vendor='pc'
427 datadir='${prefix}/share'
428 exec_prefix='${prefix}'
429 host='i686-pc-linux-gnu'
430 host_alias=''
431 host_cpu='i686'
432 host_os='linux-gnu'
433 host_vendor='pc'
434 includedir='${prefix}/include'
435 infodir='${prefix}/info'
436 install_sh='/home/sapan/fprobe-ulog-1.1/install-sh'
437 libdir='${exec_prefix}/lib'
438 libexecdir='${exec_prefix}/libexec'
439 localstatedir='${prefix}/var'
440 mandir='${prefix}/man'
441 mkdir_p='mkdir -p --'
442 oldincludedir='/usr/include'
443 prefix='/usr/local'
444 program_transform_name='s,x,x,'
445 sbindir='${exec_prefix}/sbin'
446 sharedstatedir='${prefix}/com'
447 sysconfdir='${prefix}/etc'
448 target='i686-pc-linux-gnu'
449 target_alias=''
450 target_cpu='i686'
451 target_os='linux-gnu'
452 target_vendor='pc'
453
454 ## ----------- ##
455 ## confdefs.h. ##
456 ## ----------- ##
457
458 #define DEBUG (0)
459 #define HASH_BITS 16
460 #define HASH_TYPE_CRC
461 #define HAVE_INTTYPES_H
462 #define HAVE_INTTYPES_H 1
463 #define HAVE_LIBPTHREAD 1
464 #define HAVE_MEMORY_H 1
465 #define HAVE_STDINT_H 1
466 #define HAVE_STDLIB_H 1
467 #define HAVE_STRINGS_H 1
468 #define HAVE_STRING_H 1
469 #define HAVE_SYS_STAT_H 1
470 #define HAVE_SYS_TYPES_H 1
471 #define HAVE_UNISTD_H 1
472 #define ICMP_TRICK
473 #define MEM_BITS 0
474 #define OS_LINUX
475 #define PACKAGE "fprobe-ulog"
476 #define PACKAGE_BUGREPORT ""
477 #define PACKAGE_NAME ""
478 #define PACKAGE_STRING ""
479 #define PACKAGE_TARNAME ""
480 #define PACKAGE_VERSION ""
481 #define PID_DIR "/var/run"
482 #define STDC_HEADERS 1
483 #define UPTIME_TRICK
484 #define VERSION "1.1"
485
486 configure: exit 0