[Mono-bugs] [Bug 69571][Blo] Changed - Source install fails on OpenBSD 3.6

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Nov 2004 14:01:58 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by acgetchell@ucdavis.edu.

http://bugzilla.ximian.com/show_bug.cgi?id=69571

--- shadow/69571	2004-11-17 04:52:14.000000000 -0500
+++ shadow/69571.tmp.18863	2004-11-17 14:01:58.000000000 -0500
@@ -77,6 +77,896 @@
 
 ------- Additional Comments From dick@ximian.com  2004-11-17 04:52 -------
 For some reason your linker isn't seeing those libgc functions, even
 though libmonogc.la is included in the libtool line.
 
 Maybe check in libgc/config.log, see if there are any clues there.
+
+------- Additional Comments From acgetchell@ucdavis.edu  2004-11-17 14:01 -------
+mono-1.0.4/libgc/config.log:
+
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by libgc-mono configure 6.3alpha6, which was
+generated by GNU Autoconf 2.59.  Invocation command line was
+
+  $ ./configure --prefix=/usr/local/bin --prefix=/usr/local/bin --
+disable-embed-check --with-libgc-threads=pthreads --cache-
+file=/dev/null --srcdir=.
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = insecure.caes.ucdavis.edu
+uname -m = i386
+uname -r = 3.6
+uname -s = OpenBSD
+uname -v = GENERIC#59
+
+/usr/bin/uname -p = Intel Pentium III ("GenuineIntel" 686-class, 
+512KB L2 cache)
+/bin/uname -X     = unknown
+
+/bin/arch              = unknown
+/usr/bin/arch -k       = OpenBSD.i386
+/usr/convex/getsysinfo = unknown
+hostinfo               = unknown
+/bin/machine           = unknown
+/usr/bin/oslevel       = unknown
+/bin/universe          = unknown
+
+PATH: /home/adam/bin
+PATH: /bin
+PATH: /sbin
+PATH: /usr/bin
+PATH: /usr/sbin
+PATH: /usr/local/bin
+PATH: /usr/local/sbin
+PATH: /usr/games
+PATH: .
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:1557: checking for a BSD-compatible install
+configure:1612: result: /usr/bin/install -c
+configure:1623: checking whether build environment is sane
+configure:1666: result: yes
+configure:1723: checking for gawk
+configure:1752: result: no
+configure:1723: checking for mawk
+configure:1752: result: no
+configure:1723: checking for nawk
+configure:1739: found /usr/bin/nawk
+configure:1749: result: nawk
+configure:1759: checking whether make sets $(MAKE)
+configure:1779: result: yes
+configure:1942: checking build system type
+configure:1960: result: i386-unknown-openbsd3.6
+configure:1968: checking host system type
+configure:1982: result: i386-unknown-openbsd3.6
+configure:2040: checking for gcc
+configure:2056: found /usr/bin/gcc
+configure:2066: result: gcc
+configure:2310: checking for C compiler version
+configure:2313: gcc --version </dev/null >&5
+2.95.3
+configure:2316: $? = 0
+configure:2318: gcc -v </dev/null >&5
+Reading specs from /usr/lib/gcc-lib/i386-unknown-
+openbsd3.6/2.95.3/specs
+gcc version 2.95.3 20010125 (prerelease, propolice)
+configure:2321: $? = 0
+configure:2323: gcc -V </dev/null >&5
+gcc: argument to `-V' is missing
+configure:2326: $? = 1
+configure:2349: checking for C compiler default output file name
+configure:2352: gcc    conftest.c  >&5
+configure:2355: $? = 0
+configure:2401: result: a.out
+configure:2406: checking whether the C compiler works
+configure:2412: ./a.out
+configure:2415: $? = 0
+configure:2432: result: yes
+configure:2439: checking whether we are cross compiling
+configure:2441: result: no
+configure:2444: checking for suffix of executables
+configure:2446: gcc -o conftest    conftest.c  >&5
+configure:2449: $? = 0
+configure:2474: result: 
+configure:2480: checking for suffix of object files
+configure:2501: gcc -c   conftest.c >&5
+configure:2504: $? = 0
+configure:2526: result: o
+configure:2530: checking whether we are using the GNU C compiler
+configure:2554: gcc -c   conftest.c >&5
+configure:2560: $? = 0
+configure:2564: test -z 
+			 || test ! -s conftest.err
+configure:2567: $? = 0
+configure:2570: test -s conftest.o
+configure:2573: $? = 0
+configure:2586: result: yes
+configure:2592: checking whether gcc accepts -g
+configure:2613: gcc -c -g  conftest.c >&5
+configure:2619: $? = 0
+configure:2623: test -z 
+			 || test ! -s conftest.err
+configure:2626: $? = 0
+configure:2629: test -s conftest.o
+configure:2632: $? = 0
+configure:2643: result: yes
+configure:2660: checking for gcc option to accept ANSI C
+configure:2730: gcc  -c -g -O2  conftest.c >&5
+configure:2736: $? = 0
+configure:2740: test -z 
+			 || test ! -s conftest.err
+configure:2743: $? = 0
+configure:2746: test -s conftest.o
+configure:2749: $? = 0
+configure:2767: result: none needed
+configure:2785: gcc -c -g -O2  conftest.c >&5
+conftest.c:2: syntax error before `me'
+configure:2791: $? = 1
+configure: failed program was:
+| #ifndef __cplusplus
+|   choke me
+| #endif
+configure:2935: checking for style of include used by make
+configure:2963: result: GNU
+configure:2991: checking dependency style of gcc
+configure:3076: result: gcc
+configure:3145: checking for g++
+configure:3161: found /usr/bin/g++
+configure:3171: result: g++
+configure:3187: checking for C++ compiler version
+configure:3190: g++ --version </dev/null >&5
+2.95.3
+configure:3193: $? = 0
+configure:3195: g++ -v </dev/null >&5
+Reading specs from /usr/lib/gcc-lib/i386-unknown-
+openbsd3.6/2.95.3/specs
+gcc version 2.95.3 20010125 (prerelease, propolice)
+configure:3198: $? = 0
+configure:3200: g++ -V </dev/null >&5
+g++: argument to `-V' missing
+
+configure:3203: $? = 1
+configure:3206: checking whether we are using the GNU C++ compiler
+configure:3230: g++ -c   conftest.cc >&5
+configure:3236: $? = 0
+configure:3240: test -z 
+			 || test ! -s conftest.err
+configure:3243: $? = 0
+configure:3246: test -s conftest.o
+configure:3249: $? = 0
+configure:3262: result: yes
+configure:3268: checking whether g++ accepts -g
+configure:3289: g++ -c -g  conftest.cc >&5
+configure:3295: $? = 0
+configure:3299: test -z 
+			 || test ! -s conftest.err
+configure:3302: $? = 0
+configure:3305: test -s conftest.o
+configure:3308: $? = 0
+configure:3319: result: yes
+configure:3361: g++ -c -g -O2  conftest.cc >&5
+configure:3367: $? = 0
+configure:3371: test -z 
+			 || test ! -s conftest.err
+configure:3374: $? = 0
+configure:3377: test -s conftest.o
+configure:3380: $? = 0
+configure:3406: g++ -c -g -O2  conftest.cc >&5
+configure:3412: $? = 0
+configure:3416: test -z 
+			 || test ! -s conftest.err
+configure:3419: $? = 0
+configure:3422: test -s conftest.o
+configure:3425: $? = 0
+configure:3450: checking dependency style of g++
+configure:3535: result: gcc
+configure:3601: checking for ar
+configure:3617: found /usr/bin/ar
+configure:3627: result: ar
+configure:3680: checking for ranlib
+configure:3696: found /usr/bin/ranlib
+configure:3707: result: ranlib
+configure:3733: checking for a BSD-compatible install
+configure:3788: result: /usr/bin/install -c
+configure:3800: checking whether to enable maintainer-specific 
+portions of Makefiles
+configure:3809: result: no
+configure:4109: checking for dlopen in -ldl
+configure:4139: gcc -o conftest -g -O2   conftest.c -ldl   >&5
+/usr/bin/ld: cannot find -ldl
+collect2: ld returned 1 exit status
+configure:4145: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME "libgc-mono"
+| #define PACKAGE_TARNAME "libgc-mono"
+| #define PACKAGE_VERSION "6.3alpha6"
+| #define PACKAGE_STRING "libgc-mono 6.3alpha6"
+| #define PACKAGE_BUGREPORT "Hans_Boehm@hp.com"
+| /* end confdefs.h.  */
+| 
+| /* Override any gcc2 internal prototype to avoid an error.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| /* We use char because int might match the return type of a gcc2
+|    builtin and then its argument prototype would still apply.  */
+| char dlopen ();
+| int
+| main ()
+| {
+| dlopen ();
+|   ;
+|   return 0;
+| }
+configure:4171: result: no
+configure:4235: checking whether to build shared libraries
+configure:4267: result: yes
+configure:4274: checking which machine-dependent code should be used
+configure:4337: result: 
+configure:4413: checking for ld used by GCC
+configure:4476: result: /usr/bin/ld
+configure:4485: checking if the linker (/usr/bin/ld) is GNU ld
+GNU ld version 2.14 20030612
+configure:4497: result: yes
+configure:4502: checking for /usr/bin/ld option to reload object 
+files
+configure:4509: result: -r
+configure:4514: checking for BSD-compatible nm
+configure:4550: result: /usr/bin/nm -B
+configure:4553: checking whether ln -s works
+configure:4557: result: yes
+configure:4564: checking how to recognise dependant libraries
+configure:4742: result: file_magic ELF [0-9][0-9]*-bit [LM]SB shared 
+object
+configure:4754: checking command to parse /usr/bin/nm -B output
+configure:4835: gcc -c -g -O2  conftest.c >&5
+configure:4838: $? = 0
+configure:4842: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]
+\([BCDEGRST][BCDEGRST]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]
+*\)$/\1 \2\3 \3/p' \> conftest.nm
+configure:4845: $? = 0
+configure:4897: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
+configure:4900: $? = 0
+configure:4944: result: ok
+configure:4953: checking how to run the C preprocessor
+configure:4988: gcc -E  conftest.c
+configure:4994: $? = 0
+configure:5026: gcc -E  conftest.c
+conftest.c:9: ac_nonexistent.h: No such file or directory
+configure:5032: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME "libgc-mono"
+| #define PACKAGE_TARNAME "libgc-mono"
+| #define PACKAGE_VERSION "6.3alpha6"
+| #define PACKAGE_STRING "libgc-mono 6.3alpha6"
+| #define PACKAGE_BUGREPORT "Hans_Boehm@hp.com"
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:5071: result: gcc -E
+configure:5095: gcc -E  conftest.c
+configure:5101: $? = 0
+configure:5133: gcc -E  conftest.c
+conftest.c:9: ac_nonexistent.h: No such file or directory
+configure:5139: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME "libgc-mono"
+| #define PACKAGE_TARNAME "libgc-mono"
+| #define PACKAGE_VERSION "6.3alpha6"
+| #define PACKAGE_STRING "libgc-mono 6.3alpha6"
+| #define PACKAGE_BUGREPORT "Hans_Boehm@hp.com"
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:5183: checking for egrep
+configure:5193: result: grep -E
+configure:5198: checking for ANSI C header files
+configure:5223: gcc -c -g -O2  conftest.c >&5
+configure:5229: $? = 0
+configure:5233: test -z 
+			 || test ! -s conftest.err
+configure:5236: $? = 0
+configure:5239: test -s conftest.o
+configure:5242: $? = 0
+configure:5331: gcc -o conftest -g -O2   conftest.c  >&5
+configure:5334: $? = 0
+configure:5336: ./conftest
+configure:5339: $? = 0
+configure:5354: result: yes
+configure:5378: checking for sys/types.h
+configure:5394: gcc -c -g -O2  conftest.c >&5
+configure:5400: $? = 0
+configure:5404: test -z 
+			 || test ! -s conftest.err
+configure:5407: $? = 0
+configure:5410: test -s conftest.o
+configure:5413: $? = 0
+configure:5424: result: yes
+configure:5378: checking for sys/stat.h
+configure:5394: gcc -c -g -O2  conftest.c >&5
+configure:5400: $? = 0
+configure:5404: test -z 
+			 || test ! -s conftest.err
+configure:5407: $? = 0
+configure:5410: test -s conftest.o
+configure:5413: $? = 0
+configure:5424: result: yes
+configure:5378: checking for stdlib.h
+configure:5394: gcc -c -g -O2  conftest.c >&5
+configure:5400: $? = 0
+configure:5404: test -z 
+			 || test ! -s conftest.err
+configure:5407: $? = 0
+configure:5410: test -s conftest.o
+configure:5413: $? = 0
+configure:5424: result: yes
+configure:5378: checking for string.h
+configure:5394: gcc -c -g -O2  conftest.c >&5
+configure:5400: $? = 0
+configure:5404: test -z 
+			 || test ! -s conftest.err
+configure:5407: $? = 0
+configure:5410: test -s conftest.o
+configure:5413: $? = 0
+configure:5424: result: yes
+configure:5378: checking for memory.h
+configure:5394: gcc -c -g -O2  conftest.c >&5
+configure:5400: $? = 0
+configure:5404: test -z 
+			 || test ! -s conftest.err
+configure:5407: $? = 0
+configure:5410: test -s conftest.o
+configure:5413: $? = 0
+configure:5424: result: yes
+configure:5378: checking for strings.h
+configure:5394: gcc -c -g -O2  conftest.c >&5
+configure:5400: $? = 0
+configure:5404: test -z 
+			 || test ! -s conftest.err
+configure:5407: $? = 0
+configure:5410: test -s conftest.o
+configure:5413: $? = 0
+configure:5424: result: yes
+configure:5378: checking for inttypes.h
+configure:5394: gcc -c -g -O2  conftest.c >&5
+configure:5400: $? = 0
+configure:5404: test -z 
+			 || test ! -s conftest.err
+configure:5407: $? = 0
+configure:5410: test -s conftest.o
+configure:5413: $? = 0
+configure:5424: result: yes
+configure:5378: checking for stdint.h
+configure:5394: gcc -c -g -O2  conftest.c >&5
+conftest.c:52: stdint.h: No such file or directory
+configure:5400: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME "libgc-mono"
+| #define PACKAGE_TARNAME "libgc-mono"
+| #define PACKAGE_VERSION "6.3alpha6"
+| #define PACKAGE_STRING "libgc-mono 6.3alpha6"
+| #define PACKAGE_BUGREPORT "Hans_Boehm@hp.com"
+| #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
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #if HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #if HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #if STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # if HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #if HAVE_STRING_H
+| # if !STDC_HEADERS && HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #if HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #if HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #else
+| # if HAVE_STDINT_H
+| #  include <stdint.h>
+| # endif
+| #endif
+| #if HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| 
+| #include <stdint.h>
+configure:5424: result: no
+configure:5378: checking for unistd.h
+configure:5394: gcc -c -g -O2  conftest.c >&5
+configure:5400: $? = 0
+configure:5404: test -z 
+			 || test ! -s conftest.err
+configure:5407: $? = 0
+configure:5410: test -s conftest.o
+configure:5413: $? = 0
+configure:5424: result: yes
+configure:5450: checking dlfcn.h usability
+configure:5462: gcc -c -g -O2  conftest.c >&5
+configure:5468: $? = 0
+configure:5472: test -z 
+			 || test ! -s conftest.err
+configure:5475: $? = 0
+configure:5478: test -s conftest.o
+configure:5481: $? = 0
+configure:5491: result: yes
+configure:5495: checking dlfcn.h presence
+configure:5505: gcc -E  conftest.c
+configure:5511: $? = 0
+configure:5531: result: yes
+configure:5566: checking for dlfcn.h
+configure:5573: result: yes
+configure:5770: checking for ranlib
+configure:5797: result: ranlib
+configure:5850: checking for strip
+configure:5866: found /usr/bin/strip
+configure:5877: result: strip
+configure:6099: checking for objdir
+configure:6110: result: .libs
+configure:6131: checking for gcc option to produce PIC
+configure:6281: result: -fPIC
+configure:6285: checking if gcc PIC flag -fPIC works
+configure:6308: gcc -c -g -O2 -fPIC -DPIC  conftest.c >&5
+configure:6314: $? = 0
+configure:6318: test -z 
+			 || test ! -s conftest.err
+configure:6321: $? = 0
+configure:6324: test -s conftest.o
+configure:6327: $? = 0
+configure:6365: result: yes
+configure:6385: checking if gcc static flag -static works
+configure:6409: gcc -o conftest -g -O2   -static conftest.c  >&5
+configure:6415: $? = 0
+configure:6419: test -z 
+			 || test ! -s conftest.err
+configure:6422: $? = 0
+configure:6425: test -s conftest
+configure:6428: $? = 0
+configure:6445: result: yes
+configure:6461: checking if gcc supports -c -o file.o
+configure:6481: gcc -c -g -O2 -o out/conftest2.o  conftest.c >&5
+configure:6505: result: yes
+configure:6510: checking if gcc supports -c -o file.lo
+configure:6537: gcc -c -g -O2 -c -o conftest.lo  conftest.c >&5
+configure:6543: $? = 0
+configure:6547: test -z 
+			 || test ! -s conftest.err
+configure:6550: $? = 0
+configure:6553: test -s conftest.lo
+configure:6556: $? = 0
+configure:6578: result: yes
+configure:6617: checking if gcc supports -fno-rtti -fno-exceptions
+configure:6639: gcc -c -g -O2 -fno-rtti -fno-exceptions -c 
+conftest.c  conftest.c >&5
+configure:6645: $? = 0
+configure:6649: test -z 
+			 || test ! -s conftest.err
+configure:6652: $? = 0
+configure:6655: test -s conftest.o
+configure:6658: $? = 0
+configure:6675: result: yes
+configure:6690: checking whether the linker (/usr/bin/ld) supports 
+shared libraries
+configure:7370: result: yes
+configure:7379: checking how to hardcode library paths into programs
+configure:7403: result: immediate
+configure:7412: checking whether stripping libraries is possible
+configure:7417: result: yes
+configure:7432: checking dynamic linker characteristics
+configure:7825: result: openbsd3.6 ld.so
+configure:7834: checking if libtool supports shared libraries
+configure:7836: result: yes
+configure:7843: checking whether to build shared libraries
+configure:7864: result: yes
+configure:7871: checking whether to build static libraries
+configure:7875: result: yes
+configure:8629: checking whether -lc should be explicitly linked in
+configure:8637: gcc -c -g -O2  conftest.c >&5
+configure:8640: $? = 0
+configure:8654: gcc -shared  -fPIC -o conftest conftest.o  -v 2\>\&1 
+\| grep  -lc  \>/dev/null 2\>\&1
+configure:8657: $? = 1
+configure:8670: result: yes
+configure:9261: checking sys/dg_sys_info.h usability
+configure:9273: gcc -c -g -O2  conftest.c >&5
+conftest.c:53: sys/dg_sys_info.h: No such file or directory
+configure:9279: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME "libgc-mono"
+| #define PACKAGE_TARNAME "libgc-mono"
+| #define PACKAGE_VERSION "6.3alpha6"
+| #define PACKAGE_STRING "libgc-mono 6.3alpha6"
+| #define PACKAGE_BUGREPORT "Hans_Boehm@hp.com"
+| #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_UNISTD_H 1
+| #define HAVE_DLFCN_H 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #if HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #if HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #if STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # if HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #if HAVE_STRING_H
+| # if !STDC_HEADERS && HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #if HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #if HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #else
+| # if HAVE_STDINT_H
+| #  include <stdint.h>
+| # endif
+| #endif
+| #if HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| #include <sys/dg_sys_info.h>
+configure:9302: result: no
+configure:9306: checking sys/dg_sys_info.h presence
+configure:9316: gcc -E  conftest.c
+conftest.c:19: sys/dg_sys_info.h: No such file or directory
+configure:9322: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME "libgc-mono"
+| #define PACKAGE_TARNAME "libgc-mono"
+| #define PACKAGE_VERSION "6.3alpha6"
+| #define PACKAGE_STRING "libgc-mono 6.3alpha6"
+| #define PACKAGE_BUGREPORT "Hans_Boehm@hp.com"
+| #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_UNISTD_H 1
+| #define HAVE_DLFCN_H 1
+| /* end confdefs.h.  */
+| #include <sys/dg_sys_info.h>
+configure:9342: result: no
+configure:9377: checking for sys/dg_sys_info.h
+configure:9384: result: no
+configure:9431: checking for threads package to use
+configure:9433: result: posix
+configure:9436: checking whether Solaris gcc optimization fix is 
+necessary
+configure:9459: result: no
+configure:9876: creating ./config.status
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by libgc-mono config.status 6.3alpha6, which 
+was
+generated by GNU Autoconf 2.59.  Invocation command line was
+
+  CONFIG_FILES    = 
+  CONFIG_HEADERS  = 
+  CONFIG_LINKS    = 
+  CONFIG_COMMANDS = 
+  $ ./config.status 
+
+on insecure.caes.ucdavis.edu
+
+config.status:734: creating Makefile
+config.status:734: creating include/Makefile
+config.status:734: creating include/private/Makefile
+config.status:734: creating doc/Makefile
+config.status:917: executing depfiles commands
+config.status:917: executing default commands
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_build=i386-unknown-openbsd3.6
+ac_cv_build_alias=i386-unknown-openbsd3.6
+ac_cv_c_compiler_gnu=yes
+ac_cv_cxx_compiler_gnu=yes
+ac_cv_env_CCASFLAGS_set=
+ac_cv_env_CCASFLAGS_value=
+ac_cv_env_CCAS_set=
+ac_cv_env_CCAS_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_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_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_exeext=
+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=no
+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=i386-unknown-openbsd3.6
+ac_cv_host_alias=i386-unknown-openbsd3.6
+ac_cv_lib_dl_dlopen=no
+ac_cv_objext=o
+ac_cv_path_install='/usr/bin/install -c'
+ac_cv_prog_AWK=nawk
+ac_cv_prog_CPP='gcc -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_RANLIB=ranlib
+ac_cv_prog_ac_ct_STRIP=strip
+ac_cv_prog_cc_g=yes
+ac_cv_prog_cc_stdc=
+ac_cv_prog_cxx_g=yes
+ac_cv_prog_egrep='grep -E'
+ac_cv_prog_make_make_set=yes
+am_cv_CC_dependencies_compiler_type=gcc
+am_cv_CXX_dependencies_compiler_type=gcc
+lt_cv_archive_cmds_need_lc=yes
+lt_cv_compiler_c_o=yes
+lt_cv_compiler_o_lo=yes
+lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB 
+shared object'
+lt_cv_file_magic_cmd=/usr/bin/file
+lt_cv_file_magic_test_file=/usr/lib/libc.so.34.1
+lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) 
+$/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]
+*\)$/  {"\2", (lt_ptr) \&\2},/p'\'
+lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern 
+char \1;/p'\'
+lt_cv_ld_reload_flag=-r
+lt_cv_path_LD=/usr/bin/ld
+lt_cv_path_NM='/usr/bin/nm -B'
+lt_cv_prog_cc_can_build_shared=yes
+lt_cv_prog_cc_no_builtin=
+lt_cv_prog_cc_pic=' -fPIC'
+lt_cv_prog_cc_pic_works=yes
+lt_cv_prog_cc_shlib=
+lt_cv_prog_cc_static=-static
+lt_cv_prog_cc_static_works=yes
+lt_cv_prog_cc_wl=-Wl,
+lt_cv_prog_gnu_ld=yes
+lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([BCDEGRST]
+[BCDEGRST]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 
+\3/p'\'
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+ACLOCAL='${SHELL} /home/adam/mono-1.0.4/libgc/missing --run aclocal-
+1.8'
+AMDEPBACKSLASH='\'
+AMDEP_FALSE='#'
+AMDEP_TRUE=''
+AMTAR='${SHELL} /home/adam/mono-1.0.4/libgc/missing --run tar'
+AR='ar'
+AUTOCONF='${SHELL} /home/adam/mono-1.0.4/libgc/missing --run 
+autoconf'
+AUTOHEADER='${SHELL} /home/adam/mono-1.0.4/libgc/missing --run 
+autoheader'
+AUTOMAKE='${SHELL} /home/adam/mono-1.0.4/libgc/missing --run 
+automake-1.8'
+AWK='nawk'
+CC='gcc'
+CCAS='gcc'
+CCASFLAGS='-g -O2'
+CCDEPMODE='depmode=gcc'
+CFLAGS='-g -O2'
+CPLUSPLUS_FALSE=''
+CPLUSPLUS_TRUE='#'
+CPP='gcc -E'
+CPPFLAGS=''
+CXX='g++'
+CXXDEPMODE='depmode=gcc'
+CXXFLAGS='-g -O2'
+CXXINCLUDES=''
+CYGPATH_W='echo'
+DEFS='-DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-
+mono\" -DPACKAGE_VERSION=\"6.3alpha6\" -DPACKAGE_STRING=\"libgc-
+mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -
+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_UNISTD_H=1 -
+DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -
+DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -
+D_IN_LIBGC=1 '
+DEPDIR='.deps'
+ECHO='/bin/echo'
+ECHO_C=''ECHO_N=''
+ECHO_T=''
+EGREP='grep -E'
+EXEEXT=''
+EXTRA_TEST_LIBS=''
+GC_CFLAGS=' -fexceptions'
+GC_VERSION=''
+INCLUDES='-I./include'
+INSTALL_DATA='${INSTALL} -m 644'
+INSTALL_PROGRAM='${INSTALL}'
+INSTALL_SCRIPT='${INSTALL}'
+INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
+LDFLAGS=''
+LIBOBJS=''
+LIBS=''
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LN_S='ln -s'
+LTLIBOBJS=''
+MAINT='#'
+MAINTAINER_MODE_FALSE=''
+MAINTAINER_MODE_TRUE='#'
+MAKEINFO='${SHELL} /home/adam/mono-1.0.4/libgc/missing --run 
+makeinfo'
+MY_CFLAGS='-g -O2'
+OBJEXT='o'
+PACKAGE='libgc-mono'
+PACKAGE_BUGREPORT='Hans_Boehm@hp.com'
+PACKAGE_NAME='libgc-mono'
+PACKAGE_STRING='libgc-mono 6.3alpha6'
+PACKAGE_TARNAME='libgc-mono'
+PACKAGE_VERSION='6.3alpha6'
+PATH_SEPARATOR=':'
+POWERPC_DARWIN_FALSE=''
+POWERPC_DARWIN_TRUE='#'
+RANLIB='ranlib'
+SET_MAKE=''
+SHELL='/bin/sh'
+STRIP='strip'
+THREADLIBS='-lpthread'
+UNWINDLIBS=''
+USE_LIBDIR_FALSE='#'
+USE_LIBDIR_TRUE=''
+VERSION='6.2'
+ac_ct_AR='ar'
+ac_ct_CC='gcc'
+ac_ct_CXX='g++'
+ac_ct_RANLIB='ranlib'
+ac_ct_STRIP='strip'
+addincludes=''
+addlibs=''
+addobjs=' mach_dep.lo'
+addtests=''
+am__fastdepCC_FALSE=''
+am__fastdepCC_TRUE='#'
+am__fastdepCXX_FALSE=''
+am__fastdepCXX_TRUE='#'
+am__include='include'
+am__leading_dot='.'
+am__quote=''
+bindir='${exec_prefix}/bin'
+build='i386-unknown-openbsd3.6'
+build_alias=''
+build_cpu='i386'
+build_os='openbsd3.6'
+build_vendor='unknown'
+datadir='${prefix}/share'
+exec_prefix='${prefix}'
+host='i386-unknown-openbsd3.6'
+host_alias=''
+host_cpu='i386'
+host_os='openbsd3.6'
+host_vendor='unknown'
+includedir='${prefix}/include'
+infodir='${prefix}/info'
+install_sh='/home/adam/mono-1.0.4/libgc/install-sh'
+libdir='${exec_prefix}/lib'
+libexecdir='${exec_prefix}/libexec'
+localstatedir='${prefix}/var'
+mandir='${prefix}/man'
+mkdir_p='$(mkinstalldirs)'
+oldincludedir='/usr/include'
+prefix='/usr/local/bin'
+program_transform_name='s,x,x,'
+sbindir='${exec_prefix}/sbin'
+sharedstatedir='${prefix}/com'
+sysconfdir='${prefix}/etc'
+target_alias=''
+target_all='libgc.la'
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+#define ATOMIC_UNCOLLECTABLE 1
+#define GC_GCJ_SUPPORT 1
+#define HAVE_DLFCN_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_MEMORY_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_STRING_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_UNISTD_H 1
+#define JAVA_FINALIZATION 1
+#define NO_EXECUTE_PERMISSION 1
+#define NO_SIGNALS 1
+#define PACKAGE_BUGREPORT "Hans_Boehm@hp.com"
+#define PACKAGE_NAME "libgc-mono"
+#define PACKAGE_STRING "libgc-mono 6.3alpha6"
+#define PACKAGE_TARNAME "libgc-mono"
+#define PACKAGE_VERSION "6.3alpha6"
+#define SILENT 1
+#define STDC_HEADERS 1
+#define _IN_LIBGC 1
+
+configure: exit 0