Re: [Gc] "GC_is_visble_test failed" error on MS-Windows
Eli Zaretskii <eliz-mXXj517/[email protected]> Wed, 11 Jun 2014 17:52:40 +0300
| Newsgroups | gmane.comp.programming.garbage-collection.boehmgc |
|---|---|
| Message-ID | <[email protected]> |
> From: Ivan Maidanski <ivmai-JGs/[email protected]> > Cc: [email protected] <[email protected]> > Date: Wed, 11 Jun 2014 11:57:52 +0400 > > The reason of failure seems to me pretty obvious - mingw variant does not "track" pthread threads by default, so they are not scanned. The question is why win32 threads support is on while you pass disable-threads. Please send me config.h and config.log Thanks for responding. The files you requested are attached below. Let me be sure I understand what you are saying: are you saying that even when I passed --disable-threads to the configure script, the built library still expected some kind of threading to be available, and since there was no threading included in the build, that's what caused the fatal error? _______________________________________________ bdwgc mailing list [email protected] https://lists.opendylan.org/mailman/listinfo/bdwgc
config.log
(application/octet-stream, 39 KB)
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.4.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=d:/usr --disable-threads --enable-cplusplus --with-libatomic-ops=no
## --------- ##
## Platform. ##
## --------- ##
hostname = CELIZ72
uname -m = i686
uname -r = 1.0.17(0.48/3/2)
uname -s = MINGW32_NT-6.1
uname -v = 2011-04-24 23:39
/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: .
PATH: /usr/local/bin
PATH: /mingw/bin
PATH: /bin
PATH: /c/Perl/site/bin
PATH: /c/Perl/bin
PATH: /d/usr/jhbin
PATH: /d/usr/bin
PATH: /d/usr/emacs/bin
PATH: /c/Program Files (x86)/IBM/RationalSDLC/Clearquest/cqcli/bin
PATH: /c/Program Files (x86)/IBM/RationalSDLC/common
PATH: /c/Program Files (x86)/Business Objects/Common/3.5/bin/NOTES/
PATH: /c/Program Files (x86)/Business Objects/Common/3.5/bin/NOTES/DATA/
PATH: /c/Windows/system32
PATH: /c/Windows
PATH: /c/Windows/System32/Wbem
PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
PATH: .
PATH: /c/Program Files (x86)/NTP/bin
PATH: /c/Program Files (x86)/Microsoft SQL Server/100/Tools/Binn/
PATH: /c/Program Files/Microsoft SQL Server/100/Tools/Binn/
PATH: /c/Program Files/Microsoft SQL Server/100/DTS/Binn/
PATH: /c/Program Files (x86)/Microsoft SQL Server/90/Tools/binn/
PATH: /c/Program Files (x86)/IBM/RationalSDLC/ClearCase/bin
PATH: /d/CC_Scripts
PATH: /d/usr/bin/win32
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2370: loading site script d:/usr/share/config.site
| if test -n "$ZSH_VERSION"; then
| setopt SH_WORD_SPLIT
| setopt NULL_GLOB
| export ac_cv_prog_LN_S="cp -pf"
| export as_ln_s='cp -p'
| export ac_executable_extensions=".exe"
| fi
configure:2502: checking build system type
configure:2516: result: i686-pc-mingw32
configure:2536: checking host system type
configure:2549: result: i686-pc-mingw32
configure:2569: checking target system type
configure:2582: result: i686-pc-mingw32
configure:2610: checking GC version numbers
configure:2641: result: major=7 minor=4 micro=0
configure:2661: checking for a BSD-compatible install
configure:2729: result: /bin/install -c
configure:2740: checking whether build environment is sane
configure:2795: result: yes
configure:2946: checking for a thread-safe mkdir -p
configure:2985: result: /bin/mkdir -p
configure:2992: checking for gawk
configure:3008: found /bin/gawk
configure:3019: result: gawk
configure:3030: checking whether make sets $(MAKE)
configure:3052: result: yes
configure:3081: checking whether make supports nested variables
configure:3098: result: yes
configure:3185: checking whether to enable maintainer-specific portions of Makefiles
configure:3194: result: no
configure:3223: checking for style of include used by make
configure:3251: result: GNU
configure:3322: checking for gcc
configure:3338: found /d/usr/bin/gcc
configure:3349: result: gcc
configure:3578: checking for C compiler version
configure:3587: gcc --version >&5
gcc.exe (GCC) 4.7.2
Copyright (C) 2012 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:3598: $? = 0
configure:3587: gcc -v >&5
Using built-in specs.
COLLECT_GCC=d:\usr\bin\gcc.exe
COLLECT_LTO_WRAPPER=d:/usr/bin/../libexec/gcc/mingw32/4.7.2/lto-wrapper.exe
Target: mingw32
Configured with: ../gcc-4.7.2/configure --enable-languages=c,c++,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry --enable-libstdcxx-debug --disable-build-poststage1-with-cxx --enable-version-specific-runtime-libs --build=mingw32 --prefix=/mingw
Thread model: win32
gcc version 4.7.2 (GCC)
configure:3598: $? = 0
configure:3587: gcc -V >&5
gcc.exe: error: unrecognized command line option '-V'
gcc.exe: fatal error: no input files
compilation terminated.
configure:3598: $? = 1
configure:3587: gcc -qversion >&5
gcc.exe: error: unrecognized command line option '-qversion'
gcc.exe: fatal error: no input files
compilation terminated.
configure:3598: $? = 1
configure:3618: checking whether the C compiler works
configure:3640: gcc -O2 -g3 conftest.c >&5
configure:3644: $? = 0
configure:3692: result: yes
configure:3695: checking for C compiler default output file name
configure:3697: result: a.exe
configure:3703: checking for suffix of executables
configure:3710: gcc -o conftest.exe -O2 -g3 conftest.c >&5
configure:3714: $? = 0
configure:3736: result: .exe
configure:3758: checking whether we are cross compiling
configure:3766: gcc -o conftest.exe -O2 -g3 conftest.c >&5
configure:3770: $? = 0
configure:3777: ./conftest.exe
configure:3781: $? = 0
configure:3796: result: no
configure:3801: checking for suffix of object files
configure:3823: gcc -c -O2 -g3 conftest.c >&5
configure:3827: $? = 0
configure:3848: result: o
configure:3852: checking whether we are using the GNU C compiler
configure:3871: gcc -c -O2 -g3 conftest.c >&5
configure:3871: $? = 0
configure:3880: result: yes
configure:3889: checking whether gcc accepts -g
configure:3909: gcc -c -g conftest.c >&5
configure:3909: $? = 0
configure:3950: result: yes
configure:3967: checking for gcc option to accept ISO C89
configure:4030: gcc -c -O2 -g3 conftest.c >&5
configure:4030: $? = 0
configure:4043: result: none needed
configure:4065: checking dependency style of gcc
configure:4176: result: gcc3
configure:4192: checking whether gcc and cc understand -c and -o together
configure:4223: gcc -c conftest.c -o conftest2.o >&5
configure:4227: $? = 0
configure:4233: gcc -c conftest.c -o conftest2.o >&5
configure:4237: $? = 0
configure:4248: cc -c conftest.c >&5
configure:4252: $? = 0
configure:4260: cc -c conftest.c -o conftest2.o >&5
configure:4264: $? = 0
configure:4270: cc -c conftest.c -o conftest2.o >&5
configure:4274: $? = 0
configure:4292: result: yes
configure:4375: checking for g++
configure:4391: found /d/usr/bin/g++
configure:4402: result: g++
configure:4429: checking for C++ compiler version
configure:4438: g++ --version >&5
g++.exe (GCC) 4.7.2
Copyright (C) 2012 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:4449: $? = 0
configure:4438: g++ -v >&5
Using built-in specs.
COLLECT_GCC=d:\usr\bin\g++.exe
COLLECT_LTO_WRAPPER=d:/usr/bin/../libexec/gcc/mingw32/4.7.2/lto-wrapper.exe
Target: mingw32
Configured with: ../gcc-4.7.2/configure --enable-languages=c,c++,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry --enable-libstdcxx-debug --disable-build-poststage1-with-cxx --enable-version-specific-runtime-libs --build=mingw32 --prefix=/mingw
Thread model: win32
gcc version 4.7.2 (GCC)
configure:4449: $? = 0
configure:4438: g++ -V >&5
g++.exe: error: unrecognized command line option '-V'
g++.exe: fatal error: no input files
compilation terminated.
configure:4449: $? = 1
configure:4438: g++ -qversion >&5
g++.exe: error: unrecognized command line option '-qversion'
g++.exe: fatal error: no input files
compilation terminated.
configure:4449: $? = 1
configure:4453: checking whether we are using the GNU C++ compiler
configure:4472: g++ -c conftest.cpp >&5
configure:4472: $? = 0
configure:4481: result: yes
configure:4490: checking whether g++ accepts -g
configure:4510: g++ -c -g conftest.cpp >&5
configure:4510: $? = 0
configure:4551: result: yes
configure:4576: checking dependency style of g++
configure:4687: result: gcc3
configure:4711: checking dependency style of gcc
configure:4820: result: gcc3
configure:4882: checking how to print strings
configure:4909: result: printf
configure:4930: checking for a sed that does not truncate output
configure:4994: result: /bin/sed
configure:5012: checking for grep that handles long lines and -e
configure:5070: result: /bin/grep
configure:5075: checking for egrep
configure:5137: result: /bin/grep -E
configure:5142: checking for fgrep
configure:5204: result: /bin/grep -F
configure:5239: checking for ld used by gcc
configure:5306: result: /d/usr/bin/ld
configure:5313: checking if the linker (/d/usr/bin/ld) is GNU ld
configure:5328: result: yes
configure:5340: checking for BSD- or MS-compatible name lister (nm)
configure:5389: result: /d/usr/bin/nm
configure:5519: checking the name lister (/d/usr/bin/nm) interface
configure:5526: gcc -c -O2 -g3 conftest.c >&5
configure:5529: /d/usr/bin/nm "conftest.o"
configure:5532: output
00000000 b .bss
00000000 d .data
00000000 N .debug_abbrev
00000000 N .debug_aranges
00000000 N .debug_info
00000000 N .debug_line
00000000 N .debug_macro
00000000 t .text
00000000 B _some_variable
configure:5539: result: BSD nm
configure:5542: checking whether ln -s works
configure:5549: result: no, using cp -pR
configure:5554: checking the maximum length of command line arguments
configure:5684: result: 8192
configure:5701: checking whether the shell understands some XSI constructs
configure:5711: result: yes
configure:5715: checking whether the shell understands "+="
configure:5721: result: yes
configure:5756: checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format
configure:5796: result: func_convert_file_msys_to_w32
configure:5803: checking how to convert i686-pc-mingw32 file names to toolchain format
configure:5823: result: func_convert_file_msys_to_w32
configure:5830: checking for /d/usr/bin/ld option to reload object files
configure:5837: result: -r
configure:5911: checking for objdump
configure:5927: found /d/usr/bin/objdump
configure:5938: result: objdump
configure:5970: checking how to recognize dependent libraries
configure:6172: result: file_magic ^x86 archive import|^x86 DLL
configure:6257: checking for dlltool
configure:6273: found /d/usr/bin/dlltool
configure:6284: result: dlltool
configure:6317: checking how to associate runtime and link libraries
configure:6344: result: func_cygming_dll_for_implib
configure:6405: checking for ar
configure:6421: found /d/usr/bin/ar
configure:6432: result: ar
configure:6469: checking for archiver @FILE support
configure:6486: gcc -c -O2 -g3 conftest.c >&5
configure:6486: $? = 0
configure:6489: ar cru libconftest.a @conftest.lst >&5
configure:6492: $? = 0
configure:6497: ar cru libconftest.a @conftest.lst >&5
d:\usr\bin\ar.exe: conftest.o: No such file or directory
configure:6500: $? = 1
configure:6512: result: @
configure:6570: checking for strip
configure:6586: found /d/usr/bin/strip
configure:6597: result: strip
configure:6669: checking for ranlib
configure:6685: found /d/usr/bin/ranlib
configure:6696: result: ranlib
configure:6798: checking command to parse /d/usr/bin/nm output from gcc object
configure:6918: gcc -c -O2 -g3 conftest.c >&5
configure:6921: $? = 0
configure:6925: /d/usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6928: $? = 0
cannot find nm_test_var in conftest.nm
configure:6918: gcc -c -O2 -g3 conftest.c >&5
configure:6921: $? = 0
configure:6925: /d/usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6928: $? = 0
configure:6994: gcc -o conftest.exe -O2 -g3 conftest.c conftstm.o >&5
configure:6997: $? = 0
configure:7035: result: ok
configure:7072: checking for sysroot
configure:7102: result: no
configure:7358: checking for mt
configure:7388: result: no
configure:7408: checking if : is a manifest tool
configure:7414: : '-?'
configure:7422: result: no
configure:8064: checking how to run the C preprocessor
configure:8095: gcc -E conftest.c
configure:8095: $? = 0
configure:8109: gcc -E conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8109: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gc"
| #define PACKAGE_TARNAME "gc"
| #define PACKAGE_VERSION "7.4.0"
| #define PACKAGE_STRING "gc 7.4.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define GC_VERSION_MAJOR 7
| #define GC_VERSION_MINOR 4
| #define GC_VERSION_MICRO 0
| #define PACKAGE "gc"
| #define VERSION "7.4.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8134: result: gcc -E
configure:8154: gcc -E conftest.c
configure:8154: $? = 0
configure:8168: gcc -E conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8168: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gc"
| #define PACKAGE_TARNAME "gc"
| #define PACKAGE_VERSION "7.4.0"
| #define PACKAGE_STRING "gc 7.4.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define GC_VERSION_MAJOR 7
| #define GC_VERSION_MINOR 4
| #define GC_VERSION_MICRO 0
| #define PACKAGE "gc"
| #define VERSION "7.4.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8197: checking for ANSI C header files
configure:8217: gcc -c -O2 -g3 conftest.c >&5
configure:8217: $? = 0
configure:8290: gcc -o conftest.exe -O2 -g3 conftest.c >&5
configure:8290: $? = 0
configure:8290: ./conftest.exe
configure:8290: $? = 0
configure:8301: result: yes
configure:8314: checking for sys/types.h
configure:8314: gcc -c -O2 -g3 conftest.c >&5
configure:8314: $? = 0
configure:8314: result: yes
configure:8314: checking for sys/stat.h
configure:8314: gcc -c -O2 -g3 conftest.c >&5
configure:8314: $? = 0
configure:8314: result: yes
configure:8314: checking for stdlib.h
configure:8314: gcc -c -O2 -g3 conftest.c >&5
configure:8314: $? = 0
configure:8314: result: yes
configure:8314: checking for string.h
configure:8314: gcc -c -O2 -g3 conftest.c >&5
configure:8314: $? = 0
configure:8314: result: yes
configure:8314: checking for memory.h
configure:8314: gcc -c -O2 -g3 conftest.c >&5
configure:8314: $? = 0
configure:8314: result: yes
configure:8314: checking for strings.h
configure:8314: gcc -c -O2 -g3 conftest.c >&5
configure:8314: $? = 0
configure:8314: result: yes
configure:8314: checking for inttypes.h
configure:8314: gcc -c -O2 -g3 conftest.c >&5
configure:8314: $? = 0
configure:8314: result: yes
configure:8314: checking for stdint.h
configure:8314: gcc -c -O2 -g3 conftest.c >&5
configure:8314: $? = 0
configure:8314: result: yes
configure:8314: checking for unistd.h
configure:8314: gcc -c -O2 -g3 conftest.c >&5
configure:8314: $? = 0
configure:8314: result: yes
configure:8328: checking for dlfcn.h
configure:8328: gcc -c -O2 -g3 conftest.c >&5
conftest.c:58:19: fatal error: dlfcn.h: No such file or directory
compilation terminated.
configure:8328: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gc"
| #define PACKAGE_TARNAME "gc"
| #define PACKAGE_VERSION "7.4.0"
| #define PACKAGE_STRING "gc 7.4.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define GC_VERSION_MAJOR 7
| #define GC_VERSION_MINOR 4
| #define GC_VERSION_MICRO 0
| #define PACKAGE "gc"
| #define VERSION "7.4.0"
| #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
| /* 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 <dlfcn.h>
configure:8328: result: no
configure:8545: checking for objdir
configure:8560: result: .libs
configure:8831: checking if gcc supports -fno-rtti -fno-exceptions
configure:8849: gcc -c -O2 -g3 -fno-rtti -fno-exceptions conftest.c >&5
cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:8853: $? = 0
configure:8866: result: no
configure:9193: checking for gcc option to produce PIC
configure:9200: result: -DDLL_EXPORT -DPIC
configure:9208: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
configure:9226: gcc -c -O2 -g3 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
configure:9230: $? = 0
configure:9243: result: yes
configure:9272: checking if gcc static flag -static works
configure:9300: result: yes
configure:9315: checking if gcc supports -c -o file.o
configure:9336: gcc -c -O2 -g3 -o out/conftest2.o conftest.c >&5
configure:9340: $? = 0
configure:9362: result: yes
configure:9370: checking if gcc supports -c -o file.o
configure:9417: result: yes
configure:9450: checking whether the gcc linker (/d/usr/bin/ld) supports shared libraries
configure:10603: result: yes
configure:10640: checking whether -lc should be explicitly linked in
configure:10648: gcc -c -O2 -g3 conftest.c >&5
configure:10651: $? = 0
configure:10666: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:10669: $? = 1
configure:10683: result: yes
configure:10843: checking dynamic linker characteristics
configure:11576: result: Win32 ld.exe
configure:11683: checking how to hardcode library paths into programs
configure:11708: result: immediate
configure:12248: checking whether stripping libraries is possible
configure:12253: result: yes
configure:12288: checking if libtool supports shared libraries
configure:12290: result: yes
configure:12293: checking whether to build shared libraries
configure:12314: result: yes
configure:12317: checking whether to build static libraries
configure:12321: result: yes
configure:12344: checking how to run the C++ preprocessor
configure:12371: g++ -E conftest.cpp
configure:12371: $? = 0
configure:12385: g++ -E conftest.cpp
conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:12385: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gc"
| #define PACKAGE_TARNAME "gc"
| #define PACKAGE_VERSION "7.4.0"
| #define PACKAGE_STRING "gc 7.4.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define GC_VERSION_MAJOR 7
| #define GC_VERSION_MINOR 4
| #define GC_VERSION_MICRO 0
| #define PACKAGE "gc"
| #define VERSION "7.4.0"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12410: result: g++ -E
configure:12430: g++ -E conftest.cpp
configure:12430: $? = 0
configure:12444: g++ -E conftest.cpp
conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:12444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gc"
| #define PACKAGE_TARNAME "gc"
| #define PACKAGE_VERSION "7.4.0"
| #define PACKAGE_STRING "gc 7.4.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define GC_VERSION_MAJOR 7
| #define GC_VERSION_MINOR 4
| #define GC_VERSION_MICRO 0
| #define PACKAGE "gc"
| #define VERSION "7.4.0"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12613: checking for ld used by g++
configure:12680: result: /d/usr/bin/ld
configure:12687: checking if the linker (/d/usr/bin/ld) is GNU ld
configure:12702: result: yes
configure:12757: checking whether the g++ linker (/d/usr/bin/ld) supports shared libraries
configure:13762: result: yes
configure:13798: g++ -c -g -O2 conftest.cpp >&5
configure:13801: $? = 0
configure:14321: checking for g++ option to produce PIC
configure:14328: result: -DDLL_EXPORT -DPIC
configure:14336: checking if g++ PIC flag -DDLL_EXPORT -DPIC works
configure:14354: g++ -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.cpp >&5
configure:14358: $? = 0
configure:14371: result: yes
configure:14394: checking if g++ static flag -static works
configure:14422: result: yes
configure:14434: checking if g++ supports -c -o file.o
configure:14455: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:14459: $? = 0
configure:14481: result: yes
configure:14486: checking if g++ supports -c -o file.o
configure:14533: result: yes
configure:14563: checking whether the g++ linker (/d/usr/bin/ld) supports shared libraries
configure:14599: result: yes
configure:14740: checking dynamic linker characteristics
configure:15407: result: Win32 ld.exe
configure:15460: checking how to hardcode library paths into programs
configure:15485: result: immediate
configure:15675: checking for inline
configure:15691: gcc -c -O2 -g3 conftest.c >&5
configure:15691: $? = 0
configure:15699: result: inline
configure:16082: checking for gcc -Wextra
configure:16097: gcc -c -Wextra -O2 -g3 conftest.c >&5
configure:16097: $? = 0
configure:16104: result: yes
configure:16114: checking for xlc
configure:16131: gcc -c -Wall -Wextra -O2 -g3 conftest.c >&5
conftest.c: In function 'main':
conftest.c:31:4: error: #error
configure:16131: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gc"
| #define PACKAGE_TARNAME "gc"
| #define PACKAGE_VERSION "7.4.0"
| #define PACKAGE_STRING "gc 7.4.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define GC_VERSION_MAJOR 7
| #define GC_VERSION_MINOR 4
| #define GC_VERSION_MICRO 0
| #define PACKAGE "gc"
| #define VERSION "7.4.0"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #ifndef __xlC__
| # error
| #endif
|
| ;
| return 0;
| }
configure:16137: result: no
configure:16156: checking whether gcc supports -fno-strict-aliasing
configure:16182: gcc -c -Wall -Wextra -O2 -g3 -fno-strict-aliasing conftest.c >&5
configure:16182: $? = 0
configure:16191: result: yes
configure:16204: checking for dlopen in -ldl
configure:16229: gcc -o conftest.exe -Wall -Wextra -O2 -g3 -fno-strict-aliasing conftest.c -ldl >&5
d:\usr\bin/ld.exe: cannot find -ldl
collect2.exe: error: ld returned 1 exit status
configure:16229: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gc"
| #define PACKAGE_TARNAME "gc"
| #define PACKAGE_VERSION "7.4.0"
| #define PACKAGE_STRING "gc 7.4.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define GC_VERSION_MAJOR 7
| #define GC_VERSION_MINOR 4
| #define GC_VERSION_MICRO 0
| #define PACKAGE "gc"
| #define VERSION "7.4.0"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:16238: result: no
configure:16314: checking whether libsupc++ required
configure:16318: result: yes
configure:16337: checking whether to build shared libraries
configure:16376: result: yes
configure:16419: checking which machine-dependent code should be used
configure:16456: result:
configure:16488: checking whether Solaris gcc optimization fix is necessary
configure:16511: result: no
configure:16640: checking for dladdr
configure:16659: gcc -c -Wall -Wextra -O2 -g3 -fno-strict-aliasing conftest.c >&5
conftest.c:30:19: fatal error: dlfcn.h: No such file or directory
compilation terminated.
configure:16659: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gc"
| #define PACKAGE_TARNAME "gc"
| #define PACKAGE_VERSION "7.4.0"
| #define PACKAGE_STRING "gc 7.4.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define GC_VERSION_MAJOR 7
| #define GC_VERSION_MINOR 4
| #define GC_VERSION_MICRO 0
| #define PACKAGE "gc"
| #define VERSION "7.4.0"
| #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 LT_OBJDIR ".libs/"
| #define NO_EXECUTE_PERMISSION 1
| #define ALL_INTERIOR_POINTERS 1
| #define GC_GCJ_SUPPORT 1
| /* end confdefs.h. */
|
| #define _GNU_SOURCE 1
| #include <dlfcn.h>
| int
| main ()
| {
| {
| Dl_info info;
| (void)dladdr("", &info);
| }
| ;
| return 0;
| }
configure:16663: result: no
configure:16673: checking sys/dg_sys_info.h usability
configure:16673: gcc -c -Wall -Wextra -O2 -g3 -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:16673: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gc"
| #define PACKAGE_TARNAME "gc"
| #define PACKAGE_VERSION "7.4.0"
| #define PACKAGE_STRING "gc 7.4.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define GC_VERSION_MAJOR 7
| #define GC_VERSION_MINOR 4
| #define GC_VERSION_MICRO 0
| #define PACKAGE "gc"
| #define VERSION "7.4.0"
| #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 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:16673: result: no
configure:16673: checking sys/dg_sys_info.h presence
configure:16673: gcc -E conftest.c
conftest.c:28:29: fatal error: sys/dg_sys_info.h: No such file or directory
compilation terminated.
configure:16673: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gc"
| #define PACKAGE_TARNAME "gc"
| #define PACKAGE_VERSION "7.4.0"
| #define PACKAGE_STRING "gc 7.4.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define GC_VERSION_MAJOR 7
| #define GC_VERSION_MINOR 4
| #define GC_VERSION_MICRO 0
| #define PACKAGE "gc"
| #define VERSION "7.4.0"
| #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 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:16673: result: no
configure:16673: checking for sys/dg_sys_info.h
configure:16673: result: no
configure:16948: checking for pkg-config
configure:16966: found /d/usr/bin/pkg-config
configure:16978: result: /d/usr/bin/pkg-config
configure:17003: checking pkg-config is at least version 0.9.0
configure:17006: result: yes
configure:17103: checking which libatomic_ops to use
configure:17111: result: internal
configure:17253: checking that generated files are newer than configure
configure:17259: result: done
configure:17350: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by gc config.status 7.4.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on CELIZ72
config.status:1235: creating Makefile
config.status:1235: creating bdw-gc.pc
config.status:1235: creating include/config.h
config.status:1464: executing depfiles commands
config.status:1464: executing libtool commands
config.status:1464: executing default commands
configure:19912: === configuring in libatomic_ops (/d/usr/eli/utils/gc-7.4.0.nothreads/libatomic_ops)
configure:19975: running /bin/sh ./configure --disable-option-checking '--prefix=d:/usr' '--disable-threads' '--enable-cplusplus' '--with-libatomic-ops=no' 'CFLAGS=-O2 -g3' --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-mingw32
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_cc_wextra=yes
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=set
ac_cv_env_CFLAGS_value='-O2 -g3'
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_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_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_exeext=.exe
ac_cv_fno_strict_aliasing=yes
ac_cv_header_dlfcn_h=no
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-mingw32
ac_cv_lib_dl_dlopen=no
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=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/d/usr/bin/pkg-config
ac_cv_path_install='/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
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_DLLTOOL=dlltool
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-mingw32
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=yes
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_file_magic_cmd=func_win32_libid
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=/d/usr/bin/ld
lt_cv_path_LDCXX=/d/usr/bin/ld
lt_cv_path_NM=/d/usr/bin/nm
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='-DDLL_EXPORT -DPIC'
lt_cv_prog_compiler_pic_CXX='-DDLL_EXPORT -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=func_cygming_dll_for_implib
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)
\{0,1\}$/\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=8192
lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /d/usr/eli/utils/gc-7.4.0.nothreads/missing aclocal-1.13'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_CFLAGS=''
AM_CPPFLAGS=''
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
ATOMIC_OPS_CFLAGS='-I$(top_builddir)/libatomic_ops/src -I$(top_srcdir)/libatomic_ops/src'
ATOMIC_OPS_LIBS=''
AUTOCONF='${SHELL} /d/usr/eli/utils/gc-7.4.0.nothreads/missing autoconf'
AUTOHEADER='${SHELL} /d/usr/eli/utils/gc-7.4.0.nothreads/missing autoheader'
AUTOMAKE='${SHELL} /d/usr/eli/utils/gc-7.4.0.nothreads/missing automake-1.13'
AVOID_CPP_LIB_FALSE=''
AVOID_CPP_LIB_TRUE='#'
AWK='gawk'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-O2 -g3'
CCDEPMODE='depmode=gcc3'
CFLAGS='-Wall -Wextra -O2 -g3 -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'
CXXLIBS='-lsupc++'
CYGPATH_W='echo'
DARWIN_THREADS_FALSE=''
DARWIN_THREADS_TRUE='#'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_DISCLAIM_FALSE='#'
ENABLE_DISCLAIM_TRUE=''
EXEEXT='.exe'
EXTRA_TEST_LIBS=''
FGREP='/bin/grep -F'
GC_CFLAGS=' -fexceptions'
GC_VERSION=''
GREP='/bin/grep'
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='/d/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='cp -pR'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /d/usr/eli/utils/gc-7.4.0.nothreads/missing makeinfo'
MAKE_BACK_GRAPH_FALSE=''
MAKE_BACK_GRAPH_TRUE='#'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NEED_ATOMIC_OPS_ASM_FALSE=''
NEED_ATOMIC_OPS_ASM_TRUE='#'
NM='/d/usr/bin/nm'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='gc'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='gc'
PACKAGE_STRING='gc 7.4.0'
PACKAGE_TARNAME='gc'
PACKAGE_URL=''
PACKAGE_VERSION='7.4.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/d/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PTHREADS_FALSE=''
PTHREADS_TRUE='#'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SINGLE_GC_OBJ_FALSE=''
SINGLE_GC_OBJ_TRUE='#'
STRIP='strip'
THREADDLLIBS=''
THREADS_FALSE=''
THREADS_TRUE='#'
UNWINDLIBS=''
USE_INTERNAL_LIBATOMIC_OPS_FALSE=''
USE_INTERNAL_LIBATOMIC_OPS_TRUE='#'
USE_LIBDIR_FALSE='#'
USE_LIBDIR_TRUE=''
VERSION='7.4.0'
WIN32_THREADS_FALSE=''
WIN32_THREADS_TRUE='#'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
addlibs=''
addobjs=' '
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__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-mingw32'
build_alias=''
build_cpu='i686'
build_os='mingw32'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_ldflags_libgc=''
host='i686-pc-mingw32'
host_alias=''
host_cpu='i686'
host_os='mingw32'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /d/usr/eli/utils/gc-7.4.0.nothreads/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='d:/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' libatomic_ops'
sysconfdir='${prefix}/etc'
target='i686-pc-mingw32'
target_alias=''
target_all='libgc.la'
target_cpu='i686'
target_os='mingw32'
target_vendor='pc'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "gc"
#define PACKAGE_TARNAME "gc"
#define PACKAGE_VERSION "7.4.0"
#define PACKAGE_STRING "gc 7.4.0"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define GC_VERSION_MAJOR 7
#define GC_VERSION_MINOR 4
#define GC_VERSION_MICRO 0
#define PACKAGE "gc"
#define VERSION "7.4.0"
#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 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
#define ENABLE_DISCLAIM 1
configure: exit 0
config.h
(application/octet-stream, 7.2 KB)
/* include/config.h. Generated from config.h.in by configure. */ /* include/config.h.in. Generated from configure.ac by autoheader. */ /* Define to recognise all pointers to the interior of objects. */ #define ALL_INTERIOR_POINTERS 1 /* Define to enable atomic uncollectible allocation. */ #define ATOMIC_UNCOLLECTABLE 1 /* See doc/README.macros. */ /* #undef DARWIN_DONT_PARSE_STACK */ /* Define to force debug headers on all objects. */ /* #undef DBG_HDRS_ALL */ /* Define to enable support for DB/UX threads. */ /* #undef DGUX_THREADS */ /* Define to enable eCos target support. */ /* #undef ECOS */ /* Wine getenv may not return NULL for missing entry. */ /* #undef EMPTY_GETENV_RESULTS */ /* Define to enable alternative finalization interface. */ #define ENABLE_DISCLAIM 1 /* Define to support IBM AIX threads. */ /* #undef GC_AIX_THREADS */ /* Define to enable internal debug assertions. */ /* #undef GC_ASSERTIONS */ /* Define to support Darwin pthreads. */ /* #undef GC_DARWIN_THREADS */ /* Define to enable support for DB/UX threads on i386. */ /* #undef GC_DGUX386_THREADS */ /* Define to build dynamic libraries with only API symbols exposed. */ /* #undef GC_DLL */ /* Define to support FreeBSD pthreads. */ /* #undef GC_FREEBSD_THREADS */ /* Define to include support for gcj. */ #define GC_GCJ_SUPPORT 1 /* Define to support GNU pthreads. */ /* #undef GC_GNU_THREADS */ /* Define if backtrace information is supported. */ /* #undef GC_HAVE_BUILTIN_BACKTRACE */ /* Define to support HP/UX 11 pthreads. */ /* #undef GC_HPUX_THREADS */ /* Enable Win32 DllMain-based approach of threads registering. */ /* #undef GC_INSIDE_DLL */ /* Define to support Irix pthreads. */ /* #undef GC_IRIX_THREADS */ /* Define to support pthreads on Linux. */ /* #undef GC_LINUX_THREADS */ /* Define to support NetBSD pthreads. */ /* #undef GC_NETBSD_THREADS */ /* Define to support OpenBSD pthreads. */ /* #undef GC_OPENBSD_THREADS */ /* Define to support Tru64 pthreads. */ /* #undef GC_OSF1_THREADS */ /* Read environment variables from the GC 'env' file. */ /* #undef GC_READ_ENV_FILE */ /* Define to support rtems-pthreads. */ /* #undef GC_RTEMS_PTHREADS */ /* Define to support Solaris pthreads. */ /* #undef GC_SOLARIS_THREADS */ /* Define to support platform-specific threads. */ /* #undef GC_THREADS */ /* Explicitly prefix exported/imported WINAPI symbols with '_'. */ /* #undef GC_UNDERSCORE_STDCALL */ /* See doc/README.macros. */ /* #undef GC_USE_DLOPEN_WRAP */ /* The major version number of this GC release. */ #define GC_VERSION_MAJOR 7 /* The micro version number of this GC release. */ #define GC_VERSION_MICRO 0 /* The minor version number of this GC release. */ #define GC_VERSION_MINOR 4 /* Define to support win32-pthreads. */ /* #undef GC_WIN32_PTHREADS */ /* Define to support Win32 threads. */ /* #undef GC_WIN32_THREADS */ /* Define to install pthread_atfork() handlers by default. */ /* #undef HANDLE_FORK */ /* Define to use 'dladdr' function. */ /* #undef HAVE_DLADDR */ /* Define to 1 if you have the <dlfcn.h> header file. */ /* #undef HAVE_DLFCN_H */ /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the <stdint.h> header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the <stdlib.h> header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the <strings.h> header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the <string.h> header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the <sys/stat.h> header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the <sys/types.h> header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 /* See doc/README.macros. */ #define JAVA_FINALIZATION 1 /* Define to save back-pointers in debugging headers. */ /* #undef KEEP_BACK_PTRS */ /* Define to optimize for large heaps or root sets. */ /* #undef LARGE_CONFIG */ /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* See doc/README.macros. */ /* #undef MAKE_BACK_GRAPH */ /* Number of GC cycles to wait before unmapping an unused block. */ /* #undef MUNMAP_THRESHOLD */ /* Define to not use system clock (cross compiling). */ /* #undef NO_CLOCK */ /* Disable debugging, like GC_dump and its callees. */ /* #undef NO_DEBUGGING */ /* Define to make the collector not allocate executable memory by default. */ #define NO_EXECUTE_PERMISSION 1 /* Prohibit installation of pthread_atfork() handlers. */ /* #undef NO_HANDLE_FORK */ /* Define to 1 if your C compiler doesn't accept -c and -o together. */ /* #undef NO_MINUS_C_MINUS_O */ /* Name of package */ #define PACKAGE "gc" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "[email protected]" /* Define to the full name of this package. */ #define PACKAGE_NAME "gc" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "gc 7.4.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gc" /* Define to the home page for this package. */ #define PACKAGE_URL "" /* Define to the version of this package. */ #define PACKAGE_VERSION "7.4.0" /* Define to enable parallel marking. */ /* #undef PARALLEL_MARK */ /* If defined, redirect free to this function. */ /* #undef REDIRECT_FREE */ /* If defined, redirect malloc to this function. */ /* #undef REDIRECT_MALLOC */ /* If defined, redirect GC_realloc to this function. */ /* #undef REDIRECT_REALLOC */ /* The number of caller frames saved when allocating with the debugging API. */ /* #undef SAVE_CALL_COUNT */ /* Shorten the headers to minimize object size at the expense of checking for writes past the end (see doc/README.macros). */ /* #undef SHORT_DBG_HDRS */ /* Define to tune the collector for small heap sizes. */ /* #undef SMALL_CONFIG */ /* See the comment in gcconfig.h. */ /* #undef SOLARIS25_PROC_VDB_BUG_FIXED */ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to work around a Solaris 5.3 bug (see dyn_load.c). */ /* #undef SUNOS53_SHARED_LIB */ /* Define to enable thread-local allocation optimization. */ /* #undef THREAD_LOCAL_ALLOC */ /* Use Unicode (W) variant of Win32 API instead of ASCII (A) one. */ /* #undef UNICODE */ /* Define to use of compiler-support for thread-local variables. */ /* #undef USE_COMPILER_TLS */ /* Define to use mmap instead of sbrk to expand the heap. */ /* #undef USE_MMAP */ /* Define to return memory to OS with munmap calls (see doc/README.macros). */ /* #undef USE_MUNMAP */ /* Define to use Win32 VirtualAlloc (instead of sbrk or mmap) to expand the heap. */ /* #undef USE_WINALLOC */ /* Version number of package */ #define VERSION "7.4.0" /* The POSIX feature macro. */ /* #undef _POSIX_C_SOURCE */ /* Indicates the use of pthreads (NetBSD). */ /* #undef _PTHREADS */ /* Required define if using POSIX threads. */ /* #undef _REENTRANT */ /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus /* #undef inline */ #endif