implemented Setup.hs to build boehm cpp libs and install them;
[hs-boehmgc.git] / gc-7.2 / config.log
diff --git a/gc-7.2/config.log b/gc-7.2/config.log
new file mode 100644 (file)
index 0000000..9750324
--- /dev/null
@@ -0,0 +1,1035 @@
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by gc configure 7.2, which was
+generated by GNU Autoconf 2.68.  Invocation command line was
+
+  $ ./configure --prefix=/home/hs/Mate/boehmgc/gc --disable-threads
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = arrow
+uname -m = i686
+uname -r = 3.0.0-21-generic
+uname -s = Linux
+uname -v = #35-Ubuntu SMP Fri May 25 17:58:20 UTC 2012
+
+/usr/bin/uname -p = unknown
+/bin/uname -X     = unknown
+
+/bin/arch              = unknown
+/usr/bin/arch -k       = unknown
+/usr/convex/getsysinfo = unknown
+/usr/bin/hostinfo      = unknown
+/bin/machine           = unknown
+/usr/bin/oslevel       = unknown
+/bin/universe          = unknown
+
+PATH: /usr/lib/jvm/java-6-openjdk/bin/
+PATH: /usr/lib/lightdm/lightdm
+PATH: /home/hs/Eiffel/Eiffel70/studio/spec/linux-x86/bin
+PATH: /usr/local/sbin
+PATH: /usr/local/bin
+PATH: /usr/sbin
+PATH: /usr/bin
+PATH: /sbin
+PATH: /bin
+PATH: /usr/games
+PATH: /usr/lib/jvm/java-6-openjdk/bin/
+PATH: /home/hs/.cabal/bin
+PATH: /home/hs/.xmonad/bin
+PATH: /home/hs/.cabal/bin
+PATH: /home/hs/.xmonad/bin
+PATH: /home/hs/.cabal/bin
+PATH: /home/hs/.xmonad/bin
+PATH: /home/hs/.cabal/bin
+PATH: /home/hs/.xmonad/bin
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:2457: checking build system type
+configure:2471: result: i686-pc-linux-gnu
+configure:2491: checking host system type
+configure:2504: result: i686-pc-linux-gnu
+configure:2524: checking target system type
+configure:2537: result: i686-pc-linux-gnu
+configure:2566: checking GC version numbers
+configure:2605: result: major=7 minor=2 
+configure:2625: checking for a BSD-compatible install
+configure:2693: result: /usr/bin/install -c
+configure:2704: checking whether build environment is sane
+configure:2754: result: yes
+configure:2895: checking for a thread-safe mkdir -p
+configure:2934: result: /bin/mkdir -p
+configure:2947: checking for gawk
+configure:2977: result: no
+configure:2947: checking for mawk
+configure:2963: found /usr/bin/mawk
+configure:2974: result: mawk
+configure:2985: checking whether make sets $(MAKE)
+configure:3007: result: yes
+configure:3090: checking whether to enable maintainer-specific portions of Makefiles
+configure:3099: result: no
+configure:3128: checking for style of include used by make
+configure:3156: result: GNU
+configure:3226: checking for gcc
+configure:3242: found /usr/bin/gcc
+configure:3253: result: gcc
+configure:3482: checking for C compiler version
+configure:3491: gcc --version >&5
+gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
+Copyright (C) 2011 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+configure:3502: $? = 0
+configure:3491: gcc -v >&5
+Using built-in specs.
+COLLECT_GCC=gcc
+COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper
+Target: i686-linux-gnu
+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
+Thread model: posix
+gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) 
+configure:3502: $? = 0
+configure:3491: gcc -V >&5
+gcc: error: unrecognized option '-V'
+gcc: fatal error: no input files
+compilation terminated.
+configure:3502: $? = 4
+configure:3491: gcc -qversion >&5
+gcc: error: unrecognized option '-qversion'
+gcc: fatal error: no input files
+compilation terminated.
+configure:3502: $? = 4
+configure:3522: checking whether the C compiler works
+configure:3544: gcc    conftest.c  >&5
+configure:3548: $? = 0
+configure:3596: result: yes
+configure:3599: checking for C compiler default output file name
+configure:3601: result: a.out
+configure:3607: checking for suffix of executables
+configure:3614: gcc -o conftest    conftest.c  >&5
+configure:3618: $? = 0
+configure:3640: result: 
+configure:3662: checking whether we are cross compiling
+configure:3670: gcc -o conftest    conftest.c  >&5
+configure:3674: $? = 0
+configure:3681: ./conftest
+configure:3685: $? = 0
+configure:3700: result: no
+configure:3705: checking for suffix of object files
+configure:3727: gcc -c   conftest.c >&5
+configure:3731: $? = 0
+configure:3752: result: o
+configure:3756: checking whether we are using the GNU C compiler
+configure:3775: gcc -c   conftest.c >&5
+configure:3775: $? = 0
+configure:3784: result: yes
+configure:3793: checking whether gcc accepts -g
+configure:3813: gcc -c -g  conftest.c >&5
+configure:3813: $? = 0
+configure:3854: result: yes
+configure:3871: checking for gcc option to accept ISO C89
+configure:3935: gcc  -c -g -O2  conftest.c >&5
+configure:3935: $? = 0
+configure:3948: result: none needed
+configure:3970: checking dependency style of gcc
+configure:4080: result: gcc3
+configure:4096: checking whether gcc and cc understand -c and -o together
+configure:4127: gcc -c conftest.c -o conftest2.o >&5
+configure:4131: $? = 0
+configure:4137: gcc -c conftest.c -o conftest2.o >&5
+configure:4141: $? = 0
+configure:4152: cc -c conftest.c >&5
+configure:4156: $? = 0
+configure:4164: cc -c conftest.c -o conftest2.o >&5
+configure:4168: $? = 0
+configure:4174: cc -c conftest.c -o conftest2.o >&5
+configure:4178: $? = 0
+configure:4196: result: yes
+configure:4279: checking for g++
+configure:4295: found /usr/bin/g++
+configure:4306: result: g++
+configure:4333: checking for C++ compiler version
+configure:4342: g++ --version >&5
+g++ (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
+Copyright (C) 2011 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+configure:4353: $? = 0
+configure:4342: g++ -v >&5
+Using built-in specs.
+COLLECT_GCC=g++
+COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper
+Target: i686-linux-gnu
+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
+Thread model: posix
+gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) 
+configure:4353: $? = 0
+configure:4342: g++ -V >&5
+g++: error: unrecognized option '-V'
+g++: fatal error: no input files
+compilation terminated.
+configure:4353: $? = 4
+configure:4342: g++ -qversion >&5
+g++: error: unrecognized option '-qversion'
+g++: fatal error: no input files
+compilation terminated.
+configure:4353: $? = 4
+configure:4357: checking whether we are using the GNU C++ compiler
+configure:4376: g++ -c   conftest.cpp >&5
+configure:4376: $? = 0
+configure:4385: result: yes
+configure:4394: checking whether g++ accepts -g
+configure:4414: g++ -c -g  conftest.cpp >&5
+configure:4414: $? = 0
+configure:4455: result: yes
+configure:4480: checking dependency style of g++
+configure:4590: result: gcc3
+configure:4615: checking dependency style of gcc
+configure:4723: result: gcc3
+configure:4812: checking for inline
+configure:4828: gcc -c -g -O2  conftest.c >&5
+configure:4828: $? = 0
+configure:4836: result: inline
+configure:5208: checking for xlc
+configure:5225: gcc -c -g -O2  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:19:4: error: #error 
+configure:5225: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "gc"
+| #define PACKAGE_TARNAME "gc"
+| #define PACKAGE_VERSION "7.2"
+| #define PACKAGE_STRING "gc 7.2"
+| #define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
+| #define PACKAGE_URL ""
+| #define GC_VERSION_MAJOR 7
+| #define GC_VERSION_MINOR 2
+| #define PACKAGE "gc"
+| #define VERSION "7.2"
+| /* end confdefs.h.  */
+| 
+| int
+| main ()
+| {
+| 
+|  #ifndef __xlC__
+|  # error
+|  #endif
+| 
+|   ;
+|   return 0;
+| }
+configure:5231: result: no
+configure:5250: checking whether gcc supports -fno-strict-aliasing
+configure:5276: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:5276: $? = 0
+configure:5285: result: yes
+configure:5298: checking for dlopen in -ldl
+configure:5323: gcc -o conftest -g -O2 -fno-strict-aliasing   conftest.c -ldl   >&5
+configure:5323: $? = 0
+configure:5332: result: yes
+configure:5410: checking whether to build shared libraries
+configure:5452: result: yes
+configure:5466: checking which machine-dependent code should be used
+configure:5525: result: 
+configure:5579: checking how to print strings
+configure:5606: result: printf
+configure:5627: checking for a sed that does not truncate output
+configure:5691: result: sed
+configure:5709: checking for grep that handles long lines and -e
+configure:5767: result: /bin/grep
+configure:5772: checking for egrep
+configure:5834: result: /bin/grep -E
+configure:5839: checking for fgrep
+configure:5901: result: /bin/grep -F
+configure:5936: checking for ld used by gcc
+configure:6003: result: /usr/bin/ld
+configure:6010: checking if the linker (/usr/bin/ld) is GNU ld
+configure:6025: result: yes
+configure:6037: checking for BSD- or MS-compatible name lister (nm)
+configure:6086: result: /usr/bin/nm -B
+configure:6216: checking the name lister (/usr/bin/nm -B) interface
+configure:6223: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:6226: /usr/bin/nm -B "conftest.o"
+configure:6229: output
+00000000 B some_variable
+configure:6236: result: BSD nm
+configure:6239: checking whether ln -s works
+configure:6243: result: yes
+configure:6251: checking the maximum length of command line arguments
+configure:6376: result: 1572864
+configure:6393: checking whether the shell understands some XSI constructs
+configure:6403: result: yes
+configure:6407: checking whether the shell understands "+="
+configure:6413: result: yes
+configure:6448: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
+configure:6488: result: func_convert_file_noop
+configure:6495: checking how to convert i686-pc-linux-gnu file names to toolchain format
+configure:6515: result: func_convert_file_noop
+configure:6522: checking for /usr/bin/ld option to reload object files
+configure:6529: result: -r
+configure:6603: checking for objdump
+configure:6619: found /usr/bin/objdump
+configure:6630: result: objdump
+configure:6662: checking how to recognize dependent libraries
+configure:6864: result: pass_all
+configure:6949: checking for dlltool
+configure:6979: result: no
+configure:7009: checking how to associate runtime and link libraries
+configure:7036: result: printf %s\n
+configure:7096: checking for ar
+configure:7112: found /usr/bin/ar
+configure:7123: result: ar
+configure:7160: checking for archiver @FILE support
+configure:7177: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:7177: $? = 0
+configure:7180: ar cru libconftest.a @conftest.lst >&5
+configure:7183: $? = 0
+configure:7188: ar cru libconftest.a @conftest.lst >&5
+ar: conftest.o: No such file or directory
+configure:7191: $? = 1
+configure:7203: result: @
+configure:7261: checking for strip
+configure:7277: found /usr/bin/strip
+configure:7288: result: strip
+configure:7360: checking for ranlib
+configure:7376: found /usr/bin/ranlib
+configure:7387: result: ranlib
+configure:7489: checking command to parse /usr/bin/nm -B output from gcc object
+configure:7608: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:7611: $? = 0
+configure:7615: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
+configure:7618: $? = 0
+configure:7684: gcc -o conftest -g -O2 -fno-strict-aliasing   conftest.c conftstm.o >&5
+configure:7687: $? = 0
+configure:7725: result: ok
+configure:7762: checking for sysroot
+configure:7792: result: no
+configure:8035: checking for mt
+configure:8051: found /bin/mt
+configure:8062: result: mt
+configure:8085: checking if mt is a manifest tool
+configure:8091: mt '-?'
+configure:8099: result: no
+configure:8731: checking how to run the C preprocessor
+configure:8762: gcc -E  conftest.c
+configure:8762: $? = 0
+configure:8776: gcc -E  conftest.c
+conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:8776: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "gc"
+| #define PACKAGE_TARNAME "gc"
+| #define PACKAGE_VERSION "7.2"
+| #define PACKAGE_STRING "gc 7.2"
+| #define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
+| #define PACKAGE_URL ""
+| #define GC_VERSION_MAJOR 7
+| #define GC_VERSION_MINOR 2
+| #define PACKAGE "gc"
+| #define VERSION "7.2"
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:8801: result: gcc -E
+configure:8821: gcc -E  conftest.c
+configure:8821: $? = 0
+configure:8835: gcc -E  conftest.c
+conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:8835: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "gc"
+| #define PACKAGE_TARNAME "gc"
+| #define PACKAGE_VERSION "7.2"
+| #define PACKAGE_STRING "gc 7.2"
+| #define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
+| #define PACKAGE_URL ""
+| #define GC_VERSION_MAJOR 7
+| #define GC_VERSION_MINOR 2
+| #define PACKAGE "gc"
+| #define VERSION "7.2"
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:8864: checking for ANSI C header files
+configure:8884: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:8884: $? = 0
+configure:8957: gcc -o conftest -g -O2 -fno-strict-aliasing   conftest.c  >&5
+configure:8957: $? = 0
+configure:8957: ./conftest
+configure:8957: $? = 0
+configure:8968: result: yes
+configure:8981: checking for sys/types.h
+configure:8981: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:8981: $? = 0
+configure:8981: result: yes
+configure:8981: checking for sys/stat.h
+configure:8981: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:8981: $? = 0
+configure:8981: result: yes
+configure:8981: checking for stdlib.h
+configure:8981: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:8981: $? = 0
+configure:8981: result: yes
+configure:8981: checking for string.h
+configure:8981: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:8981: $? = 0
+configure:8981: result: yes
+configure:8981: checking for memory.h
+configure:8981: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:8981: $? = 0
+configure:8981: result: yes
+configure:8981: checking for strings.h
+configure:8981: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:8981: $? = 0
+configure:8981: result: yes
+configure:8981: checking for inttypes.h
+configure:8981: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:8981: $? = 0
+configure:8981: result: yes
+configure:8981: checking for stdint.h
+configure:8981: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:8981: $? = 0
+configure:8981: result: yes
+configure:8981: checking for unistd.h
+configure:8981: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:8981: $? = 0
+configure:8981: result: yes
+configure:8995: checking for dlfcn.h
+configure:8995: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:8995: $? = 0
+configure:8995: result: yes
+configure:9163: checking for objdir
+configure:9178: result: .libs
+configure:9449: checking if gcc supports -fno-rtti -fno-exceptions
+configure:9467: gcc -c -g -O2 -fno-strict-aliasing  -fno-rtti -fno-exceptions conftest.c >&5
+cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
+configure:9471: $? = 0
+configure:9484: result: no
+configure:9794: checking for gcc option to produce PIC
+configure:9801: result: -fPIC -DPIC
+configure:9809: checking if gcc PIC flag -fPIC -DPIC works
+configure:9827: gcc -c -g -O2 -fno-strict-aliasing  -fPIC -DPIC -DPIC conftest.c >&5
+configure:9831: $? = 0
+configure:9844: result: yes
+configure:9873: checking if gcc static flag -static works
+configure:9901: result: yes
+configure:9916: checking if gcc supports -c -o file.o
+configure:9937: gcc -c -g -O2 -fno-strict-aliasing  -o out/conftest2.o conftest.c >&5
+configure:9941: $? = 0
+configure:9963: result: yes
+configure:9971: checking if gcc supports -c -o file.o
+configure:10018: result: yes
+configure:10051: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
+configure:11209: result: yes
+configure:11246: checking whether -lc should be explicitly linked in
+configure:11254: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+configure:11257: $? = 0
+configure:11272: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
+configure:11275: $? = 0
+configure:11289: result: no
+configure:11454: checking dynamic linker characteristics
+configure:11968: gcc -o conftest -g -O2 -fno-strict-aliasing   -Wl,-rpath -Wl,/foo conftest.c  >&5
+configure:11968: $? = 0
+configure:12190: result: GNU/Linux ld.so
+configure:12297: checking how to hardcode library paths into programs
+configure:12322: result: immediate
+configure:12862: checking whether stripping libraries is possible
+configure:12867: result: yes
+configure:12902: checking if libtool supports shared libraries
+configure:12904: result: yes
+configure:12907: checking whether to build shared libraries
+configure:12928: result: yes
+configure:12931: checking whether to build static libraries
+configure:12935: result: yes
+configure:12958: checking how to run the C++ preprocessor
+configure:12985: g++ -E  conftest.cpp
+configure:12985: $? = 0
+configure:12999: g++ -E  conftest.cpp
+conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:12999: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "gc"
+| #define PACKAGE_TARNAME "gc"
+| #define PACKAGE_VERSION "7.2"
+| #define PACKAGE_STRING "gc 7.2"
+| #define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
+| #define PACKAGE_URL ""
+| #define GC_VERSION_MAJOR 7
+| #define GC_VERSION_MINOR 2
+| #define PACKAGE "gc"
+| #define VERSION "7.2"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:13024: result: g++ -E
+configure:13044: g++ -E  conftest.cpp
+configure:13044: $? = 0
+configure:13058: g++ -E  conftest.cpp
+conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:13058: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "gc"
+| #define PACKAGE_TARNAME "gc"
+| #define PACKAGE_VERSION "7.2"
+| #define PACKAGE_STRING "gc 7.2"
+| #define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
+| #define PACKAGE_URL ""
+| #define GC_VERSION_MAJOR 7
+| #define GC_VERSION_MINOR 2
+| #define PACKAGE "gc"
+| #define VERSION "7.2"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:13228: checking for ld used by g++
+configure:13295: result: /usr/bin/ld
+configure:13302: checking if the linker (/usr/bin/ld) is GNU ld
+configure:13317: result: yes
+configure:13372: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
+configure:14376: result: yes
+configure:14411: g++ -c -g -O2  conftest.cpp >&5
+configure:14414: $? = 0
+configure:14934: checking for g++ option to produce PIC
+configure:14941: result: -fPIC -DPIC
+configure:14949: checking if g++ PIC flag -fPIC -DPIC works
+configure:14967: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
+configure:14971: $? = 0
+configure:14984: result: yes
+configure:15007: checking if g++ static flag -static works
+configure:15035: result: yes
+configure:15047: checking if g++ supports -c -o file.o
+configure:15068: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
+configure:15072: $? = 0
+configure:15094: result: yes
+configure:15099: checking if g++ supports -c -o file.o
+configure:15146: result: yes
+configure:15176: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
+configure:15210: result: yes
+configure:15353: checking dynamic linker characteristics
+configure:16023: result: GNU/Linux ld.so
+configure:16076: checking how to hardcode library paths into programs
+configure:16101: result: immediate
+configure:16185: checking whether Solaris gcc optimization fix is necessary
+configure:16208: result: no
+configure:16336: checking sys/dg_sys_info.h usability
+configure:16336: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
+conftest.c:61:29: fatal error: sys/dg_sys_info.h: No such file or directory
+compilation terminated.
+configure:16336: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "gc"
+| #define PACKAGE_TARNAME "gc"
+| #define PACKAGE_VERSION "7.2"
+| #define PACKAGE_STRING "gc 7.2"
+| #define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
+| #define PACKAGE_URL ""
+| #define GC_VERSION_MAJOR 7
+| #define GC_VERSION_MINOR 2
+| #define PACKAGE "gc"
+| #define VERSION "7.2"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define NO_EXECUTE_PERMISSION 1
+| #define ALL_INTERIOR_POINTERS 1
+| #define GC_GCJ_SUPPORT 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| #include <sys/dg_sys_info.h>
+configure:16336: result: no
+configure:16336: checking sys/dg_sys_info.h presence
+configure:16336: gcc -E  conftest.c
+conftest.c:28:29: fatal error: sys/dg_sys_info.h: No such file or directory
+compilation terminated.
+configure:16336: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "gc"
+| #define PACKAGE_TARNAME "gc"
+| #define PACKAGE_VERSION "7.2"
+| #define PACKAGE_STRING "gc 7.2"
+| #define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
+| #define PACKAGE_URL ""
+| #define GC_VERSION_MAJOR 7
+| #define GC_VERSION_MINOR 2
+| #define PACKAGE "gc"
+| #define VERSION "7.2"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define NO_EXECUTE_PERMISSION 1
+| #define ALL_INTERIOR_POINTERS 1
+| #define GC_GCJ_SUPPORT 1
+| /* end confdefs.h.  */
+| #include <sys/dg_sys_info.h>
+configure:16336: result: no
+configure:16336: checking for sys/dg_sys_info.h
+configure:16336: result: no
+configure:16563: checking for pkg-config
+configure:16581: found /usr/bin/pkg-config
+configure:16593: result: /usr/bin/pkg-config
+configure:16618: checking pkg-config is at least version 0.9.0
+configure:16621: result: yes
+configure:16633: checking for ATOMIC_OPS
+configure:16641: $PKG_CONFIG --exists --print-errors "atomic_ops"
+Package atomic_ops was not found in the pkg-config search path.
+Perhaps you should add the directory containing `atomic_ops.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'atomic_ops' found
+configure:16644: $? = 1
+configure:16659: $PKG_CONFIG --exists --print-errors "atomic_ops"
+Package atomic_ops was not found in the pkg-config search path.
+Perhaps you should add the directory containing `atomic_ops.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'atomic_ops' found
+configure:16662: $? = 1
+No package 'atomic_ops' found
+configure:16690: result: no
+configure:16717: checking which libatomic_ops to use
+configure:16725: result: internal
+configure:16952: creating ./config.status
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by gc config.status 7.2, which was
+generated by GNU Autoconf 2.68.  Invocation command line was
+
+  CONFIG_FILES    = 
+  CONFIG_HEADERS  = 
+  CONFIG_LINKS    = 
+  CONFIG_COMMANDS = 
+  $ ./config.status 
+
+on arrow
+
+config.status:1218: creating Makefile
+config.status:1218: creating bdw-gc.pc
+config.status:1218: creating include/private/config.h
+config.status:1399: include/private/config.h is unchanged
+config.status:1447: executing depfiles commands
+config.status:1447: executing libtool commands
+config.status:1447: executing default commands
+configure:19535: === configuring in libatomic_ops (/home/hs/Mate/boehmgc/gc-7.2/libatomic_ops)
+configure:19598: running /bin/bash ./configure --disable-option-checking '--prefix=/home/hs/Mate/boehmgc/gc'  '--disable-threads' --cache-file=/dev/null --srcdir=.
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_build=i686-pc-linux-gnu
+ac_cv_c_compiler_gnu=yes
+ac_cv_c_inline=inline
+ac_cv_cxx_compiler_gnu=yes
+ac_cv_env_ATOMIC_OPS_CFLAGS_set=
+ac_cv_env_ATOMIC_OPS_CFLAGS_value=
+ac_cv_env_ATOMIC_OPS_LIBS_set=
+ac_cv_env_ATOMIC_OPS_LIBS_value=
+ac_cv_env_CCASFLAGS_set=
+ac_cv_env_CCASFLAGS_value=
+ac_cv_env_CCAS_set=
+ac_cv_env_CCAS_value=
+ac_cv_env_CCC_set=
+ac_cv_env_CCC_value=
+ac_cv_env_CC_set=
+ac_cv_env_CC_value=
+ac_cv_env_CFLAGS_set=
+ac_cv_env_CFLAGS_value=
+ac_cv_env_CPPFLAGS_set=
+ac_cv_env_CPPFLAGS_value=
+ac_cv_env_CPP_set=
+ac_cv_env_CPP_value=
+ac_cv_env_CXXCPP_set=
+ac_cv_env_CXXCPP_value=
+ac_cv_env_CXXFLAGS_set=
+ac_cv_env_CXXFLAGS_value=
+ac_cv_env_CXX_set=
+ac_cv_env_CXX_value=
+ac_cv_env_LDFLAGS_set=
+ac_cv_env_LDFLAGS_value=
+ac_cv_env_LIBS_set=
+ac_cv_env_LIBS_value=
+ac_cv_env_PKG_CONFIG_set=
+ac_cv_env_PKG_CONFIG_value=
+ac_cv_env_build_alias_set=
+ac_cv_env_build_alias_value=
+ac_cv_env_host_alias_set=
+ac_cv_env_host_alias_value=
+ac_cv_env_target_alias_set=
+ac_cv_env_target_alias_value=
+ac_cv_fno_strict_aliasing=yes
+ac_cv_header_dlfcn_h=yes
+ac_cv_header_inttypes_h=yes
+ac_cv_header_memory_h=yes
+ac_cv_header_stdc=yes
+ac_cv_header_stdint_h=yes
+ac_cv_header_stdlib_h=yes
+ac_cv_header_string_h=yes
+ac_cv_header_strings_h=yes
+ac_cv_header_sys_dg_sys_info_h=no
+ac_cv_header_sys_stat_h=yes
+ac_cv_header_sys_types_h=yes
+ac_cv_header_unistd_h=yes
+ac_cv_host=i686-pc-linux-gnu
+ac_cv_lib_dl_dlopen=yes
+ac_cv_objext=o
+ac_cv_path_EGREP='/bin/grep -E'
+ac_cv_path_FGREP='/bin/grep -F'
+ac_cv_path_GREP=/bin/grep
+ac_cv_path_SED=sed
+ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
+ac_cv_path_install='/usr/bin/install -c'
+ac_cv_path_mkdir=/bin/mkdir
+ac_cv_prog_AWK=mawk
+ac_cv_prog_CPP='gcc -E'
+ac_cv_prog_CXXCPP='g++ -E'
+ac_cv_prog_ac_ct_AR=ar
+ac_cv_prog_ac_ct_CC=gcc
+ac_cv_prog_ac_ct_CXX=g++
+ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
+ac_cv_prog_ac_ct_OBJDUMP=objdump
+ac_cv_prog_ac_ct_RANLIB=ranlib
+ac_cv_prog_ac_ct_STRIP=strip
+ac_cv_prog_cc_c89=
+ac_cv_prog_cc_g=yes
+ac_cv_prog_cc_gcc_c_o=yes
+ac_cv_prog_cxx_g=yes
+ac_cv_prog_make_make_set=yes
+ac_cv_target=i686-pc-linux-gnu
+am_cv_CCAS_dependencies_compiler_type=gcc3
+am_cv_CC_dependencies_compiler_type=gcc3
+am_cv_CXX_dependencies_compiler_type=gcc3
+lt_cv_ar_at_file=@
+lt_cv_archive_cmds_need_lc=no
+lt_cv_deplibs_check_method=pass_all
+lt_cv_file_magic_cmd='$MAGIC_CMD'
+lt_cv_file_magic_test_file=
+lt_cv_ld_reload_flag=-r
+lt_cv_nm_interface='BSD nm'
+lt_cv_objdir=.libs
+lt_cv_path_LD=/usr/bin/ld
+lt_cv_path_LDCXX=/usr/bin/ld
+lt_cv_path_NM='/usr/bin/nm -B'
+lt_cv_path_mainfest_tool=no
+lt_cv_prog_compiler_c_o=yes
+lt_cv_prog_compiler_c_o_CXX=yes
+lt_cv_prog_compiler_pic='-fPIC -DPIC'
+lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
+lt_cv_prog_compiler_pic_works=yes
+lt_cv_prog_compiler_pic_works_CXX=yes
+lt_cv_prog_compiler_rtti_exceptions=no
+lt_cv_prog_compiler_static_works=yes
+lt_cv_prog_compiler_static_works_CXX=yes
+lt_cv_prog_gnu_ld=yes
+lt_cv_prog_gnu_ldcxx=yes
+lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
+lt_cv_shlibpath_overrides_runpath=no
+lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
+lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
+lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
+lt_cv_sys_max_cmd_len=1572864
+lt_cv_to_host_file_cmd=func_convert_file_noop
+lt_cv_to_tool_file_cmd=func_convert_file_noop
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+ACLOCAL='${SHELL} /home/hs/Mate/boehmgc/gc-7.2/missing --run aclocal-1.11'
+AMDEPBACKSLASH='\'
+AMDEP_FALSE='#'
+AMDEP_TRUE=''
+AMTAR='${SHELL} /home/hs/Mate/boehmgc/gc-7.2/missing --run tar'
+AR='ar'
+ATOMIC_OPS_CFLAGS='-I$(top_builddir)/libatomic_ops/src -I$(top_srcdir)/libatomic_ops/src'
+ATOMIC_OPS_LIBS=''
+AUTOCONF='${SHELL} /home/hs/Mate/boehmgc/gc-7.2/missing --run autoconf'
+AUTOHEADER='${SHELL} /home/hs/Mate/boehmgc/gc-7.2/missing --run autoheader'
+AUTOMAKE='${SHELL} /home/hs/Mate/boehmgc/gc-7.2/missing --run automake-1.11'
+AVOID_CPP_LIB_FALSE=''
+AVOID_CPP_LIB_TRUE='#'
+AWK='mawk'
+CC='gcc'
+CCAS='gcc'
+CCASDEPMODE='depmode=gcc3'
+CCASFLAGS='-g -O2'
+CCDEPMODE='depmode=gcc3'
+CFLAGS='-g -O2 -fno-strict-aliasing'
+COMPILER_XLC_FALSE=''
+COMPILER_XLC_TRUE='#'
+CPLUSPLUS_FALSE=''
+CPLUSPLUS_TRUE='#'
+CPP='gcc -E'
+CPPFLAGS=''
+CXX='g++'
+CXXCPP='g++ -E'
+CXXDEPMODE='depmode=gcc3'
+CXXFLAGS='-g -O2'
+CXXINCLUDES=''
+CYGPATH_W='echo'
+DARWIN_THREADS_FALSE=''
+DARWIN_THREADS_TRUE='#'
+DEFS='-DHAVE_CONFIG_H'
+DEPDIR='.deps'
+DLLTOOL='false'
+DSYMUTIL=''
+DUMPBIN=''
+ECHO_C=''
+ECHO_N='-n'
+ECHO_T=''
+EGREP='/bin/grep -E'
+ENABLE_GCJ_SUPPORT_FALSE='#'
+ENABLE_GCJ_SUPPORT_TRUE=''
+EXEEXT=''
+EXTRA_TEST_LIBS=''
+FGREP='/bin/grep -F'
+GC_CFLAGS=' -fexceptions'
+GC_VERSION=''
+GREP='/bin/grep'
+INCLUDES=''
+INSTALL_DATA='${INSTALL} -m 644'
+INSTALL_PROGRAM='${INSTALL}'
+INSTALL_SCRIPT='${INSTALL}'
+INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
+KEEP_BACK_PTRS_FALSE=''
+KEEP_BACK_PTRS_TRUE='#'
+LD='/usr/bin/ld'
+LDFLAGS=''
+LIBOBJS=''
+LIBS=''
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIPO=''
+LN_S='ln -s'
+LTLIBOBJS=''
+MAINT='#'
+MAINTAINER_MODE_FALSE=''
+MAINTAINER_MODE_TRUE='#'
+MAKEINFO='${SHELL} /home/hs/Mate/boehmgc/gc-7.2/missing --run makeinfo'
+MANIFEST_TOOL=':'
+MKDIR_P='/bin/mkdir -p'
+NEED_ATOMIC_OPS_ASM_FALSE=''
+NEED_ATOMIC_OPS_ASM_TRUE='#'
+NM='/usr/bin/nm -B'
+NMEDIT=''
+OBJDUMP='objdump'
+OBJEXT='o'
+OPENBSD_THREADS_FALSE=''
+OPENBSD_THREADS_TRUE='#'
+OTOOL64=''
+OTOOL=''
+PACKAGE='gc'
+PACKAGE_BUGREPORT='gc@linux.hpl.hp.com'
+PACKAGE_NAME='gc'
+PACKAGE_STRING='gc 7.2'
+PACKAGE_TARNAME='gc'
+PACKAGE_URL=''
+PACKAGE_VERSION='7.2'
+PATH_SEPARATOR=':'
+PKG_CONFIG='/usr/bin/pkg-config'
+PTHREADS_FALSE=''
+PTHREADS_TRUE='#'
+RANLIB='ranlib'
+SED='sed'
+SET_MAKE=''
+SHELL='/bin/bash'
+STRIP='strip'
+THREADDLLIBS=' -ldl'
+THREADS_FALSE=''
+THREADS_TRUE='#'
+UNWINDLIBS=''
+USE_INTERNAL_LIBATOMIC_OPS_FALSE=''
+USE_INTERNAL_LIBATOMIC_OPS_TRUE='#'
+USE_LIBDIR_FALSE='#'
+USE_LIBDIR_TRUE=''
+VERSION='7.2'
+WIN32_THREADS_FALSE=''
+WIN32_THREADS_TRUE='#'
+ac_ct_AR='ar'
+ac_ct_CC='gcc'
+ac_ct_CXX='g++'
+ac_ct_DUMPBIN=''
+addlibs=''
+addobjs=' mach_dep.lo'
+am__EXEEXT_FALSE=''
+am__EXEEXT_TRUE='#'
+am__fastdepCCAS_FALSE='#'
+am__fastdepCCAS_TRUE=''
+am__fastdepCC_FALSE='#'
+am__fastdepCC_TRUE=''
+am__fastdepCXX_FALSE='#'
+am__fastdepCXX_TRUE=''
+am__include='include'
+am__isrc=''
+am__leading_dot='.'
+am__quote=''
+am__tar='${AMTAR} chof - "$$tardir"'
+am__untar='${AMTAR} xf -'
+bindir='${exec_prefix}/bin'
+build='i686-pc-linux-gnu'
+build_alias=''
+build_cpu='i686'
+build_os='linux-gnu'
+build_vendor='pc'
+datadir='${datarootdir}'
+datarootdir='${prefix}/share'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+dvidir='${docdir}'
+exec_prefix='${prefix}'
+extra_ldflags_libgc=''
+host='i686-pc-linux-gnu'
+host_alias=''
+host_cpu='i686'
+host_os='linux-gnu'
+host_vendor='pc'
+htmldir='${docdir}'
+includedir='${prefix}/include'
+infodir='${datarootdir}/info'
+install_sh='${SHELL} /home/hs/Mate/boehmgc/gc-7.2/install-sh'
+libdir='${exec_prefix}/lib'
+libexecdir='${exec_prefix}/libexec'
+localedir='${datarootdir}/locale'
+localstatedir='${prefix}/var'
+mandir='${datarootdir}/man'
+mkdir_p='/bin/mkdir -p'
+oldincludedir='/usr/include'
+pdfdir='${docdir}'
+prefix='/home/hs/Mate/boehmgc/gc'
+program_transform_name='s,x,x,'
+psdir='${docdir}'
+sbindir='${exec_prefix}/sbin'
+sharedstatedir='${prefix}/com'
+subdirs=' libatomic_ops'
+sysconfdir='${prefix}/etc'
+target='i686-pc-linux-gnu'
+target_alias=''
+target_all='libgc.la'
+target_cpu='i686'
+target_os='linux-gnu'
+target_vendor='pc'
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+/* confdefs.h */
+#define PACKAGE_NAME "gc"
+#define PACKAGE_TARNAME "gc"
+#define PACKAGE_VERSION "7.2"
+#define PACKAGE_STRING "gc 7.2"
+#define PACKAGE_BUGREPORT "gc@linux.hpl.hp.com"
+#define PACKAGE_URL ""
+#define GC_VERSION_MAJOR 7
+#define GC_VERSION_MINOR 2
+#define PACKAGE "gc"
+#define VERSION "7.2"
+#define STDC_HEADERS 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRING_H 1
+#define HAVE_MEMORY_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_DLFCN_H 1
+#define LT_OBJDIR ".libs/"
+#define NO_EXECUTE_PERMISSION 1
+#define ALL_INTERIOR_POINTERS 1
+#define GC_GCJ_SUPPORT 1
+#define JAVA_FINALIZATION 1
+#define ATOMIC_UNCOLLECTABLE 1
+
+configure: exit 0