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