implemented Setup.hs to build boehm cpp libs and install them;
[hs-boehmgc.git] / gc-7.2 / libatomic_ops / 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 libatomic_ops configure 7.2, which was
5 generated by GNU Autoconf 2.68.  Invocation command line was
6
7   $ ./configure --disable-option-checking --prefix=/home/hs/Mate/boehmgc/gc --disable-threads --cache-file=/dev/null --srcdir=.
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = arrow
14 uname -m = i686
15 uname -r = 3.0.0-21-generic
16 uname -s = Linux
17 uname -v = #35-Ubuntu SMP Fri May 25 17:58:20 UTC 2012
18
19 /usr/bin/uname -p = unknown
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      = unknown
26 /bin/machine           = unknown
27 /usr/bin/oslevel       = unknown
28 /bin/universe          = unknown
29
30 PATH: /usr/lib/jvm/java-6-openjdk/bin/
31 PATH: /usr/lib/lightdm/lightdm
32 PATH: /home/hs/Eiffel/Eiffel70/studio/spec/linux-x86/bin
33 PATH: /usr/local/sbin
34 PATH: /usr/local/bin
35 PATH: /usr/sbin
36 PATH: /usr/bin
37 PATH: /sbin
38 PATH: /bin
39 PATH: /usr/games
40 PATH: /usr/lib/jvm/java-6-openjdk/bin/
41 PATH: /home/hs/.cabal/bin
42 PATH: /home/hs/.xmonad/bin
43 PATH: /home/hs/.cabal/bin
44 PATH: /home/hs/.xmonad/bin
45 PATH: /home/hs/.cabal/bin
46 PATH: /home/hs/.xmonad/bin
47 PATH: /home/hs/.cabal/bin
48 PATH: /home/hs/.xmonad/bin
49
50
51 ## ----------- ##
52 ## Core tests. ##
53 ## ----------- ##
54
55 configure:2092: checking build system type
56 configure:2106: result: i686-pc-linux-gnu
57 configure:2126: checking host system type
58 configure:2139: result: i686-pc-linux-gnu
59 configure:2159: checking target system type
60 configure:2172: result: i686-pc-linux-gnu
61 configure:2215: checking for a BSD-compatible install
62 configure:2283: result: /usr/bin/install -c
63 configure:2294: checking whether build environment is sane
64 configure:2344: result: yes
65 configure:2485: checking for a thread-safe mkdir -p
66 configure:2524: result: /bin/mkdir -p
67 configure:2537: checking for gawk
68 configure:2567: result: no
69 configure:2537: checking for mawk
70 configure:2553: found /usr/bin/mawk
71 configure:2564: result: mawk
72 configure:2575: checking whether make sets $(MAKE)
73 configure:2597: result: yes
74 configure:2720: checking for ranlib
75 configure:2736: found /usr/bin/ranlib
76 configure:2747: result: ranlib
77 configure:2786: checking for style of include used by make
78 configure:2814: result: GNU
79 configure:2884: checking for gcc
80 configure:2900: found /usr/bin/gcc
81 configure:2911: result: gcc
82 configure:3140: checking for C compiler version
83 configure:3149: gcc --version >&5
84 gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
85 Copyright (C) 2011 Free Software Foundation, Inc.
86 This is free software; see the source for copying conditions.  There is NO
87 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
88
89 configure:3160: $? = 0
90 configure:3149: gcc -v >&5
91 Using built-in specs.
92 COLLECT_GCC=gcc
93 COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper
94 Target: i686-linux-gnu
95 Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
96 Thread model: posix
97 gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) 
98 configure:3160: $? = 0
99 configure:3149: gcc -V >&5
100 gcc: error: unrecognized option '-V'
101 gcc: fatal error: no input files
102 compilation terminated.
103 configure:3160: $? = 4
104 configure:3149: gcc -qversion >&5
105 gcc: error: unrecognized option '-qversion'
106 gcc: fatal error: no input files
107 compilation terminated.
108 configure:3160: $? = 4
109 configure:3180: checking whether the C compiler works
110 configure:3202: gcc    conftest.c  >&5
111 configure:3206: $? = 0
112 configure:3254: result: yes
113 configure:3257: checking for C compiler default output file name
114 configure:3259: result: a.out
115 configure:3265: checking for suffix of executables
116 configure:3272: gcc -o conftest    conftest.c  >&5
117 configure:3276: $? = 0
118 configure:3298: result: 
119 configure:3320: checking whether we are cross compiling
120 configure:3328: gcc -o conftest    conftest.c  >&5
121 configure:3332: $? = 0
122 configure:3339: ./conftest
123 configure:3343: $? = 0
124 configure:3358: result: no
125 configure:3363: checking for suffix of object files
126 configure:3385: gcc -c   conftest.c >&5
127 configure:3389: $? = 0
128 configure:3410: result: o
129 configure:3414: checking whether we are using the GNU C compiler
130 configure:3433: gcc -c   conftest.c >&5
131 configure:3433: $? = 0
132 configure:3442: result: yes
133 configure:3451: checking whether gcc accepts -g
134 configure:3471: gcc -c -g  conftest.c >&5
135 configure:3471: $? = 0
136 configure:3512: result: yes
137 configure:3529: checking for gcc option to accept ISO C89
138 configure:3593: gcc  -c -g -O2  conftest.c >&5
139 configure:3593: $? = 0
140 configure:3606: result: none needed
141 configure:3628: checking dependency style of gcc
142 configure:3738: result: gcc3
143 configure:3754: checking whether gcc and cc understand -c and -o together
144 configure:3785: gcc -c conftest.c -o conftest2.o >&5
145 configure:3789: $? = 0
146 configure:3795: gcc -c conftest.c -o conftest2.o >&5
147 configure:3799: $? = 0
148 configure:3810: cc -c conftest.c >&5
149 configure:3814: $? = 0
150 configure:3822: cc -c conftest.c -o conftest2.o >&5
151 configure:3826: $? = 0
152 configure:3832: cc -c conftest.c -o conftest2.o >&5
153 configure:3836: $? = 0
154 configure:3854: result: yes
155 configure:3888: checking dependency style of gcc
156 configure:3996: result: gcc3
157 configure:4019: checking how to run the C preprocessor
158 configure:4050: gcc -E  conftest.c
159 configure:4050: $? = 0
160 configure:4064: gcc -E  conftest.c
161 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
162 compilation terminated.
163 configure:4064: $? = 1
164 configure: failed program was:
165 | /* confdefs.h */
166 | #define PACKAGE_NAME "libatomic_ops"
167 | #define PACKAGE_TARNAME "libatomic_ops"
168 | #define PACKAGE_VERSION "7.2"
169 | #define PACKAGE_STRING "libatomic_ops 7.2"
170 | #define PACKAGE_BUGREPORT ""
171 | #define PACKAGE_URL ""
172 | #define PACKAGE "libatomic_ops"
173 | #define VERSION "7.2"
174 | /* end confdefs.h.  */
175 | #include <ac_nonexistent.h>
176 configure:4089: result: gcc -E
177 configure:4109: gcc -E  conftest.c
178 configure:4109: $? = 0
179 configure:4123: gcc -E  conftest.c
180 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
181 compilation terminated.
182 configure:4123: $? = 1
183 configure: failed program was:
184 | /* confdefs.h */
185 | #define PACKAGE_NAME "libatomic_ops"
186 | #define PACKAGE_TARNAME "libatomic_ops"
187 | #define PACKAGE_VERSION "7.2"
188 | #define PACKAGE_STRING "libatomic_ops 7.2"
189 | #define PACKAGE_BUGREPORT ""
190 | #define PACKAGE_URL ""
191 | #define PACKAGE "libatomic_ops"
192 | #define VERSION "7.2"
193 | /* end confdefs.h.  */
194 | #include <ac_nonexistent.h>
195 configure:4152: checking for grep that handles long lines and -e
196 configure:4210: result: /bin/grep
197 configure:4215: checking for egrep
198 configure:4277: result: /bin/grep -E
199 configure:4282: checking for ANSI C header files
200 configure:4302: gcc -c -g -O2  conftest.c >&5
201 configure:4302: $? = 0
202 configure:4375: gcc -o conftest -g -O2   conftest.c  >&5
203 configure:4375: $? = 0
204 configure:4375: ./conftest
205 configure:4375: $? = 0
206 configure:4386: result: yes
207 configure:4399: checking for sys/types.h
208 configure:4399: gcc -c -g -O2  conftest.c >&5
209 configure:4399: $? = 0
210 configure:4399: result: yes
211 configure:4399: checking for sys/stat.h
212 configure:4399: gcc -c -g -O2  conftest.c >&5
213 configure:4399: $? = 0
214 configure:4399: result: yes
215 configure:4399: checking for stdlib.h
216 configure:4399: gcc -c -g -O2  conftest.c >&5
217 configure:4399: $? = 0
218 configure:4399: result: yes
219 configure:4399: checking for string.h
220 configure:4399: gcc -c -g -O2  conftest.c >&5
221 configure:4399: $? = 0
222 configure:4399: result: yes
223 configure:4399: checking for memory.h
224 configure:4399: gcc -c -g -O2  conftest.c >&5
225 configure:4399: $? = 0
226 configure:4399: result: yes
227 configure:4399: checking for strings.h
228 configure:4399: gcc -c -g -O2  conftest.c >&5
229 configure:4399: $? = 0
230 configure:4399: result: yes
231 configure:4399: checking for inttypes.h
232 configure:4399: gcc -c -g -O2  conftest.c >&5
233 configure:4399: $? = 0
234 configure:4399: result: yes
235 configure:4399: checking for stdint.h
236 configure:4399: gcc -c -g -O2  conftest.c >&5
237 configure:4399: $? = 0
238 configure:4399: result: yes
239 configure:4399: checking for unistd.h
240 configure:4399: gcc -c -g -O2  conftest.c >&5
241 configure:4399: $? = 0
242 configure:4399: result: yes
243 configure:4417: checking for stdlib.h
244 configure:4417: result: yes
245 configure:4417: checking for unistd.h
246 configure:4417: result: yes
247 configure:4417: checking for sys/param.h
248 configure:4417: gcc -c -g -O2  conftest.c >&5
249 configure:4417: $? = 0
250 configure:4417: result: yes
251 configure:4437: checking for getpagesize
252 configure:4437: gcc -o conftest -g -O2   conftest.c  >&5
253 configure:4437: $? = 0
254 configure:4437: result: yes
255 configure:4446: checking for working mmap
256 configure:4593: gcc -o conftest -g -O2   conftest.c  >&5
257 configure:4593: $? = 0
258 configure:4593: ./conftest
259 configure:4593: $? = 0
260 configure:4603: result: yes
261 configure:4614: checking for ANSI C header files
262 configure:4718: result: yes
263 configure:4731: checking for PIC compiler flag
264 configure:4741: result: -fPIC
265 configure:4744: checking whether gcc -fPIC causes __PIC__ definition
266 configure:4764: gcc -c -fPIC -g -O2  conftest.c >&5
267 configure:4764: $? = 0
268 configure:4771: result: yes
269 configure:4816: checking for pthread_self in -lpthread
270 configure:4841: gcc -o conftest -g -O2 -DNDEBUG   conftest.c -lpthread   >&5
271 configure:4841: $? = 0
272 configure:4850: result: yes
273 configure:5040: creating ./config.status
274
275 ## ---------------------- ##
276 ## Running config.status. ##
277 ## ---------------------- ##
278
279 This file was extended by libatomic_ops config.status 7.2, which was
280 generated by GNU Autoconf 2.68.  Invocation command line was
281
282   CONFIG_FILES    = 
283   CONFIG_HEADERS  = 
284   CONFIG_LINKS    = 
285   CONFIG_COMMANDS = 
286   $ ./config.status 
287
288 on arrow
289
290 config.status:903: creating Makefile
291 config.status:903: creating pkgconfig/atomic_ops.pc
292 config.status:903: creating pkgconfig/atomic_ops-uninstalled.pc
293 config.status:903: creating doc/Makefile
294 config.status:903: creating src/Makefile
295 config.status:903: creating src/atomic_ops/Makefile
296 config.status:903: creating src/atomic_ops/sysdeps/Makefile
297 config.status:903: creating tests/Makefile
298 config.status:903: creating src/config.h
299 config.status:1084: src/config.h is unchanged
300 config.status:1132: executing depfiles commands
301 config.status:1132: executing default commands
302
303 ## ---------------- ##
304 ## Cache variables. ##
305 ## ---------------- ##
306
307 ac_cv_build=i686-pc-linux-gnu
308 ac_cv_c_compiler_gnu=yes
309 ac_cv_env_CCASFLAGS_set=
310 ac_cv_env_CCASFLAGS_value=
311 ac_cv_env_CCAS_set=
312 ac_cv_env_CCAS_value=
313 ac_cv_env_CC_set=
314 ac_cv_env_CC_value=
315 ac_cv_env_CFLAGS_set=
316 ac_cv_env_CFLAGS_value=
317 ac_cv_env_CPPFLAGS_set=
318 ac_cv_env_CPPFLAGS_value=
319 ac_cv_env_CPP_set=
320 ac_cv_env_CPP_value=
321 ac_cv_env_LDFLAGS_set=
322 ac_cv_env_LDFLAGS_value=
323 ac_cv_env_LIBS_set=
324 ac_cv_env_LIBS_value=
325 ac_cv_env_build_alias_set=
326 ac_cv_env_build_alias_value=
327 ac_cv_env_host_alias_set=
328 ac_cv_env_host_alias_value=
329 ac_cv_env_target_alias_set=
330 ac_cv_env_target_alias_value=
331 ac_cv_func_getpagesize=yes
332 ac_cv_func_mmap_fixed_mapped=yes
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_param_h=yes
341 ac_cv_header_sys_stat_h=yes
342 ac_cv_header_sys_types_h=yes
343 ac_cv_header_unistd_h=yes
344 ac_cv_host=i686-pc-linux-gnu
345 ac_cv_lib_pthread_pthread_self=yes
346 ac_cv_objext=o
347 ac_cv_path_EGREP='/bin/grep -E'
348 ac_cv_path_GREP=/bin/grep
349 ac_cv_path_install='/usr/bin/install -c'
350 ac_cv_path_mkdir=/bin/mkdir
351 ac_cv_pic_macro=yes
352 ac_cv_prog_AWK=mawk
353 ac_cv_prog_CPP='gcc -E'
354 ac_cv_prog_ac_ct_CC=gcc
355 ac_cv_prog_ac_ct_RANLIB=ranlib
356 ac_cv_prog_cc_c89=
357 ac_cv_prog_cc_g=yes
358 ac_cv_prog_cc_gcc_c_o=yes
359 ac_cv_prog_make_make_set=yes
360 ac_cv_target=i686-pc-linux-gnu
361 am_cv_CCAS_dependencies_compiler_type=gcc3
362 am_cv_CC_dependencies_compiler_type=gcc3
363
364 ## ----------------- ##
365 ## Output variables. ##
366 ## ----------------- ##
367
368 ACLOCAL='${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run aclocal-1.11'
369 AMDEPBACKSLASH='\'
370 AMDEP_FALSE='#'
371 AMDEP_TRUE=''
372 AMTAR='${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run tar'
373 AUTOCONF='${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run autoconf'
374 AUTOHEADER='${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run autoheader'
375 AUTOMAKE='${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run automake-1.11'
376 AWK='mawk'
377 CC='gcc'
378 CCAS='gcc'
379 CCASDEPMODE='depmode=gcc3'
380 CCASFLAGS='-g -O2'
381 CCDEPMODE='depmode=gcc3'
382 CFLAGS='-g -O2 -DNDEBUG'
383 CPP='gcc -E'
384 CPPFLAGS=''
385 CYGPATH_W='echo'
386 DEFS='-DHAVE_CONFIG_H'
387 DEPDIR='.deps'
388 ECHO_C=''
389 ECHO_N='-n'
390 ECHO_T=''
391 EGREP='/bin/grep -E'
392 EXEEXT=''
393 GREP='/bin/grep'
394 HAVE_PTHREAD_H_FALSE='#'
395 HAVE_PTHREAD_H_TRUE=''
396 INSTALL_DATA='${INSTALL} -m 644'
397 INSTALL_PROGRAM='${INSTALL}'
398 INSTALL_SCRIPT='${INSTALL}'
399 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
400 LDFLAGS=''
401 LIBOBJS=''
402 LIBS=''
403 LTLIBOBJS=''
404 MAKEINFO='${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run makeinfo'
405 MKDIR_P='/bin/mkdir -p'
406 NEED_ASM_FALSE=''
407 NEED_ASM_TRUE='#'
408 OBJEXT='o'
409 PACKAGE='libatomic_ops'
410 PACKAGE_BUGREPORT=''
411 PACKAGE_NAME='libatomic_ops'
412 PACKAGE_STRING='libatomic_ops 7.2'
413 PACKAGE_TARNAME='libatomic_ops'
414 PACKAGE_URL=''
415 PACKAGE_VERSION='7.2'
416 PATH_SEPARATOR=':'
417 PICFLAG='-fPIC'
418 RANLIB='ranlib'
419 SET_MAKE=''
420 SHELL='/bin/bash'
421 STRIP=''
422 THREADDLLIBS='-lpthread'
423 VERSION='7.2'
424 ac_ct_CC='gcc'
425 am__EXEEXT_FALSE=''
426 am__EXEEXT_TRUE='#'
427 am__fastdepCCAS_FALSE='#'
428 am__fastdepCCAS_TRUE=''
429 am__fastdepCC_FALSE='#'
430 am__fastdepCC_TRUE=''
431 am__include='include'
432 am__isrc=''
433 am__leading_dot='.'
434 am__quote=''
435 am__tar='${AMTAR} chof - "$$tardir"'
436 am__untar='${AMTAR} xf -'
437 bindir='${exec_prefix}/bin'
438 build='i686-pc-linux-gnu'
439 build_alias=''
440 build_cpu='i686'
441 build_os='linux-gnu'
442 build_vendor='pc'
443 datadir='${datarootdir}'
444 datarootdir='${prefix}/share'
445 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
446 dvidir='${docdir}'
447 exec_prefix='${prefix}'
448 host='i686-pc-linux-gnu'
449 host_alias=''
450 host_cpu='i686'
451 host_os='linux-gnu'
452 host_vendor='pc'
453 htmldir='${docdir}'
454 includedir='${prefix}/include'
455 infodir='${datarootdir}/info'
456 install_sh='${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/install-sh'
457 libdir='${exec_prefix}/lib'
458 libexecdir='${exec_prefix}/libexec'
459 localedir='${datarootdir}/locale'
460 localstatedir='${prefix}/var'
461 mandir='${datarootdir}/man'
462 mkdir_p='/bin/mkdir -p'
463 oldincludedir='/usr/include'
464 pdfdir='${docdir}'
465 prefix='/home/hs/Mate/boehmgc/gc'
466 program_transform_name='s,x,x,'
467 psdir='${docdir}'
468 sbindir='${exec_prefix}/sbin'
469 sharedstatedir='${prefix}/com'
470 sysconfdir='${prefix}/etc'
471 target='i686-pc-linux-gnu'
472 target_alias=''
473 target_cpu='i686'
474 target_os='linux-gnu'
475 target_vendor='pc'
476
477 ## ----------- ##
478 ## confdefs.h. ##
479 ## ----------- ##
480
481 /* confdefs.h */
482 #define PACKAGE_NAME "libatomic_ops"
483 #define PACKAGE_TARNAME "libatomic_ops"
484 #define PACKAGE_VERSION "7.2"
485 #define PACKAGE_STRING "libatomic_ops 7.2"
486 #define PACKAGE_BUGREPORT ""
487 #define PACKAGE_URL ""
488 #define PACKAGE "libatomic_ops"
489 #define VERSION "7.2"
490 #define STDC_HEADERS 1
491 #define HAVE_SYS_TYPES_H 1
492 #define HAVE_SYS_STAT_H 1
493 #define HAVE_STDLIB_H 1
494 #define HAVE_STRING_H 1
495 #define HAVE_MEMORY_H 1
496 #define HAVE_STRINGS_H 1
497 #define HAVE_INTTYPES_H 1
498 #define HAVE_STDINT_H 1
499 #define HAVE_UNISTD_H 1
500 #define HAVE_STDLIB_H 1
501 #define HAVE_UNISTD_H 1
502 #define HAVE_SYS_PARAM_H 1
503 #define HAVE_GETPAGESIZE 1
504 #define HAVE_MMAP 1
505 #define STDC_HEADERS 1
506 #define _REENTRANT 1
507
508 configure: exit 0