Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 801970 Details for
Bug 867307
dev-libs/boehm-gc-8.2.2[threads]: fails to build (error: too few arguments to function ‘pthread_setname_np’)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 58.55 KB, created by
Cănărău Constantin
on 2022-08-30 11:20:36 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Cănărău Constantin
Created:
2022-08-30 11:20:36 UTC
Size:
58.55 KB
patch
obsolete
>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 8.2.2, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /var/tmp/portage/dev-libs/boehm-gc-8.2.2/work/gc-8.2.2/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/boehm-gc-8.2.2 --htmldir=/usr/share/doc/boehm-gc-8.2.2/html --with-sysroot=/ --libdir=/usr/lib64 --disable-docs --with-libatomic-ops --disable-cplusplus --disable-static --enable-large-config > >## --------- ## >## Platform. ## >## --------- ## > >hostname = localhost >uname -m = x86_64 >uname -r = 5.19.4-gentoo-costel >uname -s = Linux >uname -v = #1 SMP PREEMPT_DYNAMIC Fri Aug 26 19:59:27 EEST 2022 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz >/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/portage/python3.10/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/lib/llvm/14/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2432: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| # provided by crossdev >| SITEDIR="/usr/share/crossdev/include/site" >| >| # user override >| ETC_SITEDIR="/etc/crossdev/include/site" >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}" >| [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:2564: checking build system type >configure:2578: result: x86_64-pc-linux-gnu >configure:2598: checking host system type >configure:2611: result: x86_64-pc-linux-gnu >configure:2631: checking target system type >configure:2644: result: x86_64-pc-linux-gnu >configure:2672: checking GC version numbers >configure:2703: result: major=8 minor=2 micro=2 >configure:2723: checking for a BSD-compatible install >configure:2791: result: /usr/bin/install -c >configure:2802: checking whether build environment is sane >configure:2857: result: yes >configure:3003: checking for a thread-safe mkdir -p >configure:3042: result: /bin/mkdir -p >configure:3049: checking for gawk >configure:3065: found /usr/bin/gawk >configure:3076: result: gawk >configure:3087: checking whether make sets $(MAKE) >configure:3109: result: yes >configure:3138: checking whether make supports nested variables >configure:3155: result: yes >configure:3298: checking whether to enable maintainer-specific portions of Makefiles >configure:3307: result: no >configure:3328: checking whether make supports the include directive >configure:3343: make -f confmf.GNU && cat confinc.out >this is the am__doit target >configure:3346: $? = 0 >configure:3365: result: yes (GNU style) >configure:3395: checking for x86_64-pc-linux-gnu-gcc >configure:3411: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:3422: result: x86_64-pc-linux-gnu-gcc >configure:3691: checking for C compiler version >configure:3700: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 12.2.0 p9) 12.2.0 >Copyright (C) 2022 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:3711: $? = 0 >configure:3700: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-12.2.0/work/gcc-12.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12.2.0/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.0 p9' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-multilib-list=m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp --with-build-config=bootstrap-lto >Thread model: posix >Supported LTO compression algorithms: zlib zstd >gcc version 12.2.0 (Gentoo 12.2.0 p9) >configure:3711: $? = 0 >configure:3700: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3711: $? = 1 >configure:3700: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3711: $? = 1 >configure:3731: checking whether the C compiler works >configure:3753: x86_64-pc-linux-gnu-gcc -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto conftest.c >&5 >configure:3757: $? = 0 >configure:3805: result: yes >configure:3808: checking for C compiler default output file name >configure:3810: result: a.out >configure:3816: checking for suffix of executables >configure:3823: x86_64-pc-linux-gnu-gcc -o conftest -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto conftest.c >&5 >configure:3827: $? = 0 >configure:3849: result: >configure:3871: checking whether we are cross compiling >configure:3879: x86_64-pc-linux-gnu-gcc -o conftest -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto conftest.c >&5 >configure:3883: $? = 0 >configure:3890: ./conftest >configure:3894: $? = 0 >configure:3909: result: no >configure:3914: checking for suffix of object files >configure:3936: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:3940: $? = 0 >configure:3961: result: o >configure:3965: checking whether we are using the GNU C compiler >configure:3984: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:3984: $? = 0 >configure:3993: result: yes >configure:4002: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:4022: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:4022: $? = 0 >configure:4063: result: yes >configure:4080: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:4143: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:4143: $? = 0 >configure:4156: result: none needed >configure:4181: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together >configure:4203: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:4206: $? = 0 >configure:4203: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:4206: $? = 0 >configure:4218: result: yes >configure:4237: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:4348: result: none >configure:4378: checking for x86_64-pc-linux-gnu-g++ >configure:4394: found /usr/bin/x86_64-pc-linux-gnu-g++ >configure:4405: result: x86_64-pc-linux-gnu-g++ >configure:4476: checking for C++ compiler version >configure:4485: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 12.2.0 p9) 12.2.0 >Copyright (C) 2022 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:4496: $? = 0 >configure:4485: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-12.2.0/work/gcc-12.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12.2.0/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.0 p9' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-multilib-list=m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp --with-build-config=bootstrap-lto >Thread model: posix >Supported LTO compression algorithms: zlib zstd >gcc version 12.2.0 (Gentoo 12.2.0 p9) >configure:4496: $? = 0 >configure:4485: x86_64-pc-linux-gnu-g++ -V >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-V' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:4496: $? = 1 >configure:4485: x86_64-pc-linux-gnu-g++ -qversion >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:4496: $? = 1 >configure:4500: checking whether we are using the GNU C++ compiler >configure:4519: x86_64-pc-linux-gnu-g++ -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.cpp >&5 >configure:4519: $? = 0 >configure:4528: result: yes >configure:4537: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:4557: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 >configure:4557: $? = 0 >configure:4598: result: yes >configure:4623: checking dependency style of x86_64-pc-linux-gnu-g++ >configure:4734: result: none >configure:4758: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:4867: result: none >configure:4929: checking how to print strings >configure:4956: result: printf >configure:4977: checking for a sed that does not truncate output >configure:5041: result: /bin/sed >configure:5059: checking for grep that handles long lines and -e >configure:5117: result: /bin/grep >configure:5122: checking for egrep >configure:5184: result: /bin/grep -E >configure:5189: checking for fgrep >configure:5251: result: /bin/grep -F >configure:5286: checking for ld used by x86_64-pc-linux-gnu-gcc >configure:5353: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:5360: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:5375: result: yes >configure:5387: checking for BSD- or MS-compatible name lister (nm) >configure:5441: result: /usr/bin/x86_64-pc-linux-gnu-nm -B >configure:5571: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface >configure:5578: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:5581: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o" >configure:5584: output >00000000 B some_variable >configure:5591: result: BSD nm >configure:5594: checking whether ln -s works >configure:5598: result: yes >configure:5606: checking the maximum length of command line arguments >configure:5737: result: 1572864 >configure:5785: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format >configure:5825: result: func_convert_file_noop >configure:5832: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:5852: result: func_convert_file_noop >configure:5859: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:5866: result: -r >configure:5900: checking for x86_64-pc-linux-gnu-objdump >configure:5916: found /usr/bin/x86_64-pc-linux-gnu-objdump >configure:5927: result: x86_64-pc-linux-gnu-objdump >configure:5999: checking how to recognize dependent libraries >configure:6199: result: pass_all >configure:6244: checking for x86_64-pc-linux-gnu-dlltool >configure:6274: result: no >configure:6284: checking for dlltool >configure:6314: result: no >configure:6344: checking how to associate runtime and link libraries >configure:6371: result: printf %s\n >configure:6388: checking for x86_64-pc-linux-gnu-ar >configure:6404: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:6415: result: x86_64-pc-linux-gnu-ar >configure:6496: checking for archiver @FILE support >configure:6513: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:6513: $? = 0 >configure:6516: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:6519: $? = 0 >configure:6524: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory >configure:6527: $? = 1 >configure:6539: result: @ >configure:6557: checking for x86_64-pc-linux-gnu-strip >configure:6573: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:6584: result: x86_64-pc-linux-gnu-strip >configure:6656: checking for x86_64-pc-linux-gnu-ranlib >configure:6672: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:6683: result: x86_64-pc-linux-gnu-ranlib >configure:6825: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object >configure:6978: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:6981: $? = 0 >configure:6985: /usr/bin/x86_64-pc-linux-gnu-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:6988: $? = 0 >configure:7054: x86_64-pc-linux-gnu-gcc -o conftest -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto conftest.c conftstm.o >&5 >configure:7057: $? = 0 >configure:7095: result: ok >configure:7142: checking for sysroot >configure:7172: result: / >configure:7179: checking for a working dd >configure:7217: result: /bin/dd >configure:7221: checking how to truncate binary pipes >configure:7236: result: /bin/dd bs=4096 count=1 >configure:7372: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:7375: $? = 0 >configure:7525: checking for x86_64-pc-linux-gnu-mt >configure:7555: result: no >configure:7565: checking for mt >configure:7595: result: no >configure:7615: checking if : is a manifest tool >configure:7621: : '-?' >configure:7629: result: no >configure:8306: checking how to run the C preprocessor >configure:8337: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:8337: $? = 0 >configure:8351: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:14:10: fatal error: ac_nonexistent.h: No such file or directory > 14 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:8351: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "gc" >| #define PACKAGE_TARNAME "gc" >| #define PACKAGE_VERSION "8.2.2" >| #define PACKAGE_STRING "gc 8.2.2" >| #define PACKAGE_BUGREPORT "https://github.com/ivmai/bdwgc/issues" >| #define PACKAGE_URL "" >| #define GC_VERSION_MAJOR 8 >| #define GC_VERSION_MINOR 2 >| #define GC_VERSION_MICRO 2 >| #define PACKAGE "gc" >| #define VERSION "8.2.2" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:8376: result: x86_64-pc-linux-gnu-gcc -E >configure:8396: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:8396: $? = 0 >configure:8410: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:14:10: fatal error: ac_nonexistent.h: No such file or directory > 14 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:8410: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "gc" >| #define PACKAGE_TARNAME "gc" >| #define PACKAGE_VERSION "8.2.2" >| #define PACKAGE_STRING "gc 8.2.2" >| #define PACKAGE_BUGREPORT "https://github.com/ivmai/bdwgc/issues" >| #define PACKAGE_URL "" >| #define GC_VERSION_MAJOR 8 >| #define GC_VERSION_MINOR 2 >| #define GC_VERSION_MICRO 2 >| #define PACKAGE "gc" >| #define VERSION "8.2.2" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:8439: checking for ANSI C header files >configure:8459: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:8459: $? = 0 >configure:8532: x86_64-pc-linux-gnu-gcc -o conftest -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto conftest.c >&5 >configure:8532: $? = 0 >configure:8532: ./conftest >configure:8532: $? = 0 >configure:8543: result: yes >configure:8556: checking for sys/types.h >configure:8556: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:8556: $? = 0 >configure:8556: result: yes >configure:8556: checking for sys/stat.h >configure:8556: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:8556: $? = 0 >configure:8556: result: yes >configure:8556: checking for stdlib.h >configure:8556: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:8556: $? = 0 >configure:8556: result: yes >configure:8556: checking for string.h >configure:8556: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:8556: $? = 0 >configure:8556: result: yes >configure:8556: checking for memory.h >configure:8556: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:8556: $? = 0 >configure:8556: result: yes >configure:8556: checking for strings.h >configure:8556: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:8556: $? = 0 >configure:8556: result: yes >configure:8556: checking for inttypes.h >configure:8556: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:8556: $? = 0 >configure:8556: result: yes >configure:8556: checking for stdint.h >configure:8556: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:8556: $? = 0 >configure:8556: result: yes >configure:8556: checking for unistd.h >configure:8556: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:8556: $? = 0 >configure:8556: result: yes >configure:8570: checking for dlfcn.h >configure:8570: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:8570: $? = 0 >configure:8570: result: yes >configure:8836: checking for objdir >configure:8851: result: .libs >configure:9115: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:9133: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-rtti -fno-exceptions conftest.c >&5 >configure:9137: $? = 0 >configure:9150: result: yes >configure:9508: checking for x86_64-pc-linux-gnu-gcc option to produce PIC >configure:9515: result: -fPIC -DPIC >configure:9523: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works >configure:9541: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fPIC -DPIC -DPIC conftest.c >&5 >configure:9545: $? = 0 >configure:9558: result: yes >configure:9587: checking if x86_64-pc-linux-gnu-gcc static flag -static works >configure:9615: result: yes >configure:9630: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:9651: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -o out/conftest2.o conftest.c >&5 >configure:9655: $? = 0 >configure:9677: result: yes >configure:9685: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:9732: result: yes >configure:9765: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:11024: result: yes >configure:11061: checking whether -lc should be explicitly linked in >configure:11069: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:11072: $? = 0 >configure:11087: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:11090: $? = 0 >configure:11104: result: no >configure:11264: checking dynamic linker characteristics >configure:11845: x86_64-pc-linux-gnu-gcc -o conftest -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:11845: $? = 0 >configure:12082: result: GNU/Linux ld.so >configure:12204: checking how to hardcode library paths into programs >configure:12229: result: immediate >configure:12777: checking whether stripping libraries is possible >configure:12782: result: yes >configure:12817: checking if libtool supports shared libraries >configure:12819: result: yes >configure:12822: checking whether to build shared libraries >configure:12847: result: yes >configure:12850: checking whether to build static libraries >configure:12854: result: no >configure:12877: checking how to run the C++ preprocessor >configure:12904: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:12904: $? = 0 >configure:12918: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:26:10: fatal error: ac_nonexistent.h: No such file or directory > 26 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:12918: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "gc" >| #define PACKAGE_TARNAME "gc" >| #define PACKAGE_VERSION "8.2.2" >| #define PACKAGE_STRING "gc 8.2.2" >| #define PACKAGE_BUGREPORT "https://github.com/ivmai/bdwgc/issues" >| #define PACKAGE_URL "" >| #define GC_VERSION_MAJOR 8 >| #define GC_VERSION_MINOR 2 >| #define GC_VERSION_MICRO 2 >| #define PACKAGE "gc" >| #define VERSION "8.2.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:12943: result: x86_64-pc-linux-gnu-g++ -E >configure:12963: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:12963: $? = 0 >configure:12977: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:26:10: fatal error: ac_nonexistent.h: No such file or directory > 26 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:12977: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "gc" >| #define PACKAGE_TARNAME "gc" >| #define PACKAGE_VERSION "8.2.2" >| #define PACKAGE_STRING "gc 8.2.2" >| #define PACKAGE_BUGREPORT "https://github.com/ivmai/bdwgc/issues" >| #define PACKAGE_URL "" >| #define GC_VERSION_MAJOR 8 >| #define GC_VERSION_MINOR 2 >| #define GC_VERSION_MICRO 2 >| #define PACKAGE "gc" >| #define VERSION "8.2.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:13139: checking for ld used by x86_64-pc-linux-gnu-g++ >configure:13206: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >configure:13213: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld >configure:13228: result: yes >configure:13283: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:14356: result: yes >configure:14392: x86_64-pc-linux-gnu-g++ -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.cpp >&5 >configure:14395: $? = 0 >configure:14876: checking for x86_64-pc-linux-gnu-g++ option to produce PIC >configure:14883: result: -fPIC -DPIC >configure:14891: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works >configure:14909: x86_64-pc-linux-gnu-g++ -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fPIC -DPIC -DPIC conftest.cpp >&5 >configure:14913: $? = 0 >configure:14926: result: yes >configure:14949: checking if x86_64-pc-linux-gnu-g++ static flag -static works >configure:14977: result: yes >configure:14989: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:15010: x86_64-pc-linux-gnu-g++ -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -o out/conftest2.o conftest.cpp >&5 >configure:15014: $? = 0 >configure:15036: result: yes >configure:15041: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:15088: result: yes >configure:15118: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:15158: result: yes >configure:15299: checking dynamic linker characteristics >configure:16044: result: GNU/Linux ld.so >configure:16109: checking how to hardcode library paths into programs >configure:16134: result: immediate >configure:16243: checking for emscripten >configure:16253: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:16253: $? = 0 >configure:16272: result: no >configure:16284: checking for thread model used by GCC >configure:16298: result: posix >configure:16362: checking for inline >configure:16378: x86_64-pc-linux-gnu-gcc -c -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:16378: $? = 0 >configure:16386: result: inline >configure:16434: WARNING: "Explicit GC_INIT() calls may be required." >configure:16438: checking for pthread_self in -lpthread >configure:16463: x86_64-pc-linux-gnu-gcc -o conftest -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto conftest.c -lpthread >&5 >configure:16463: $? = 0 >configure:16472: result: yes >configure:16609: checking for clock_gettime without additional libraries >configure:16622: x86_64-pc-linux-gnu-gcc -o conftest -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto conftest.c >&5 >configure:16622: $? = 0 >configure:16623: result: yes >configure:16749: checking whether compiler supports -Wextra >configure:16764: x86_64-pc-linux-gnu-gcc -c -Wextra -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:16764: $? = 0 >configure:16771: result: yes >configure:16778: checking whether compiler supports -Wpedantic >configure:16794: x86_64-pc-linux-gnu-gcc -c -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >configure:16794: $? = 0 >configure:16801: result: yes >configure:16811: checking for xlc >configure:16828: x86_64-pc-linux-gnu-gcc -c -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans conftest.c >&5 >conftest.c: In function 'main': >conftest.c:34:4: error: #error > 34 | # error > | ^~~~~ >configure:16828: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "gc" >| #define PACKAGE_TARNAME "gc" >| #define PACKAGE_VERSION "8.2.2" >| #define PACKAGE_STRING "gc 8.2.2" >| #define PACKAGE_BUGREPORT "https://github.com/ivmai/bdwgc/issues" >| #define PACKAGE_URL "" >| #define GC_VERSION_MAJOR 8 >| #define GC_VERSION_MINOR 2 >| #define GC_VERSION_MICRO 2 >| #define PACKAGE "gc" >| #define VERSION "8.2.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 GC_THREADS 1 >| #define _REENTRANT 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| #ifndef __xlC__ >| # error >| #endif >| >| ; >| return 0; >| } >configure:16834: result: no >configure:16856: checking whether compiler supports -fno-strict-aliasing >configure:16882: x86_64-pc-linux-gnu-gcc -c -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing conftest.c >&5 >configure:16882: $? = 0 >configure:16891: result: yes >configure:16896: checking for getcontext >configure:16896: x86_64-pc-linux-gnu-gcc -o conftest -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing -Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto conftest.c >&5 >configure:16896: $? = 0 >configure:16896: result: yes >configure:16909: checking for dl_iterate_phdr >configure:16909: x86_64-pc-linux-gnu-gcc -o conftest -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing -Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto conftest.c >&5 >configure:16909: $? = 0 >configure:16909: result: yes >configure:16928: checking for dlopen in -ldl >configure:16953: x86_64-pc-linux-gnu-gcc -o conftest -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing -Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto conftest.c -ldl >&5 >configure:16953: $? = 0 >configure:16962: result: yes >configure:16988: checking execinfo.h usability >configure:16988: x86_64-pc-linux-gnu-gcc -c -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing conftest.c >&5 >configure:16988: $? = 0 >configure:16988: result: yes >configure:16988: checking execinfo.h presence >configure:16988: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:16988: $? = 0 >configure:16988: result: yes >configure:16988: checking for execinfo.h >configure:16988: result: yes >configure:17088: checking whether to build shared libraries >configure:17127: result: yes >configure:17136: checking whether compiler supports -fvisibility >configure:17151: x86_64-pc-linux-gnu-gcc -c -Werror -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing conftest.c >&5 >configure:17151: $? = 0 >configure:17163: result: yes >configure:17184: checking which machine-dependent code should be used >configure:17223: result: >configure:17280: checking whether AIX gcc optimization fix is necessary >configure:17303: result: no >configure:17469: checking whether -Wno-frame-address works >configure:17487: x86_64-pc-linux-gnu-gcc -c -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing -Werror -Wno-frame-address conftest.c >&5 >configure:17487: $? = 0 >configure:17492: result: yes >configure:17499: checking for dladdr >configure:17520: x86_64-pc-linux-gnu-gcc -c -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing -Wno-frame-address conftest.c >&5 >configure:17520: $? = 0 >configure:17525: result: yes >configure:17534: checking for sigsetjmp >configure:17549: x86_64-pc-linux-gnu-gcc -o conftest -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing -Wno-frame-address -Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto conftest.c >&5 >configure:17549: $? = 0 >configure:17550: result: yes >configure:17565: checking for pthread_setname_np >configure:17580: x86_64-pc-linux-gnu-gcc -c -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing -Wno-frame-address -Werror conftest.c >&5 >configure:17580: $? = 0 >configure:17581: result: yes (w/o tid) >configure:17642: checking sys/dg_sys_info.h usability >configure:17642: x86_64-pc-linux-gnu-gcc -c -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing -Wno-frame-address conftest.c >&5 >conftest.c:69:10: fatal error: sys/dg_sys_info.h: No such file or directory > 69 | #include <sys/dg_sys_info.h> > | ^~~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:17642: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "gc" >| #define PACKAGE_TARNAME "gc" >| #define PACKAGE_VERSION "8.2.2" >| #define PACKAGE_STRING "gc 8.2.2" >| #define PACKAGE_BUGREPORT "https://github.com/ivmai/bdwgc/issues" >| #define PACKAGE_URL "" >| #define GC_VERSION_MAJOR 8 >| #define GC_VERSION_MINOR 2 >| #define GC_VERSION_MICRO 2 >| #define PACKAGE "gc" >| #define VERSION "8.2.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 GC_THREADS 1 >| #define _REENTRANT 1 >| #define HAVE_DL_ITERATE_PHDR 1 >| #define GC_DLL 1 >| #define NO_EXECUTE_PERMISSION 1 >| #define ALL_INTERIOR_POINTERS 1 >| #define GC_GCJ_SUPPORT 1 >| #define GC_ENABLE_SUSPEND_THREAD 1 >| #define HAVE_DLADDR 1 >| #define HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID 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:17642: result: no >configure:17642: checking sys/dg_sys_info.h presence >configure:17642: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:36:10: fatal error: sys/dg_sys_info.h: No such file or directory > 36 | #include <sys/dg_sys_info.h> > | ^~~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:17642: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "gc" >| #define PACKAGE_TARNAME "gc" >| #define PACKAGE_VERSION "8.2.2" >| #define PACKAGE_STRING "gc 8.2.2" >| #define PACKAGE_BUGREPORT "https://github.com/ivmai/bdwgc/issues" >| #define PACKAGE_URL "" >| #define GC_VERSION_MAJOR 8 >| #define GC_VERSION_MINOR 2 >| #define GC_VERSION_MICRO 2 >| #define PACKAGE "gc" >| #define VERSION "8.2.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 GC_THREADS 1 >| #define _REENTRANT 1 >| #define HAVE_DL_ITERATE_PHDR 1 >| #define GC_DLL 1 >| #define NO_EXECUTE_PERMISSION 1 >| #define ALL_INTERIOR_POINTERS 1 >| #define GC_GCJ_SUPPORT 1 >| #define GC_ENABLE_SUSPEND_THREAD 1 >| #define HAVE_DLADDR 1 >| #define HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID 1 >| /* end confdefs.h. */ >| #include <sys/dg_sys_info.h> >configure:17642: result: no >configure:17642: checking for sys/dg_sys_info.h >configure:17642: result: no >configure:17989: checking atomic_ops.h usability >configure:17989: x86_64-pc-linux-gnu-gcc -c -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing -Wno-frame-address conftest.c >&5 >configure:17989: $? = 0 >configure:17989: result: yes >configure:17989: checking atomic_ops.h presence >configure:17989: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:17989: $? = 0 >configure:17989: result: yes >configure:17989: checking for atomic_ops.h >configure:17989: result: yes >configure:18013: checking which libatomic_ops to use >configure:18019: result: external >configure:18068: checking for lock-free AO_or primitive >configure:18081: x86_64-pc-linux-gnu-gcc -o conftest -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing -Wno-frame-address -Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto conftest.c >&5 >configure:18081: $? = 0 >configure:18082: result: yes >configure:18093: checking for lock-free AO load/store, test-and-set primitives >configure:18109: x86_64-pc-linux-gnu-gcc -o conftest -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing -Wno-frame-address -Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto conftest.c >&5 >configure:18109: $? = 0 >configure:18110: result: yes >configure:18123: checking for lock-free compare-and-swap and fetch-and-add primitives >configure:18137: x86_64-pc-linux-gnu-gcc -o conftest -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing -Wno-frame-address -Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto conftest.c >&5 >configure:18137: $? = 0 >configure:18138: result: yes >configure:18305: checking that generated files are newer than configure >configure:18311: result: done >configure:18434: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by gc config.status 8.2.2, which was >generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on localhost > >config.status:1257: creating Makefile >config.status:1257: creating bdw-gc.pc >config.status:1257: creating include/config.h >config.status:1471: executing depfiles commands >config.status:1471: executing libtool commands >config.status:1471: executing default commands > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_c_inline=inline >ac_cv_cc_pedantic=yes >ac_cv_cc_wextra=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_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='-O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans' >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=set >ac_cv_env_CXXFLAGS_value='-O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LT_SYS_LIBRARY_PATH_set= >ac_cv_env_LT_SYS_LIBRARY_PATH_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_fno_strict_aliasing=yes >ac_cv_func_dl_iterate_phdr=yes >ac_cv_func_getcontext=yes >ac_cv_fvisibility_hidden=yes >ac_cv_header_atomic_ops_h=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_execinfo_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=x86_64-pc-linux-gnu >ac_cv_lib_dl_dlopen=yes >ac_cv_lib_pthread_pthread_self=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=/bin/sed >ac_cv_path_install='/usr/bin/install -c' >ac_cv_path_lt_DD=/bin/dd >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=x86_64-pc-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' >ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++ >ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E' >ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_make_make_set=yes >ac_cv_target=x86_64-pc-linux-gnu >am_cv_CCAS_dependencies_compiler_type=none >am_cv_CC_dependencies_compiler_type=none >am_cv_CXX_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >am_cv_prog_cc_c_o=yes >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/x86_64-pc-linux-gnu/bin/ld >lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >lt_cv_path_NM='/usr/bin/x86_64-pc-linux-gnu-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=yes >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=yes >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][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' >lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' >lt_cv_sys_global_symbol_to_import= >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 >lt_cv_truncate_bin='/bin/dd bs=4096 count=1' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} '\''/var/tmp/portage/dev-libs/boehm-gc-8.2.2/work/gc-8.2.2/missing'\'' aclocal-1.16' >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='x86_64-pc-linux-gnu-ar' >ASM_WITH_CPP_UNSUPPORTED_FALSE='' >ASM_WITH_CPP_UNSUPPORTED_TRUE='#' >ATOMIC_OPS_CFLAGS='' >ATOMIC_OPS_LIBS='-latomic_ops' >AUTOCONF='${SHELL} '\''/var/tmp/portage/dev-libs/boehm-gc-8.2.2/work/gc-8.2.2/missing'\'' autoconf' >AUTOHEADER='${SHELL} '\''/var/tmp/portage/dev-libs/boehm-gc-8.2.2/work/gc-8.2.2/missing'\'' autoheader' >AUTOMAKE='${SHELL} '\''/var/tmp/portage/dev-libs/boehm-gc-8.2.2/work/gc-8.2.2/missing'\'' automake-1.16' >AVOID_CPP_LIB_FALSE='' >AVOID_CPP_LIB_TRUE='#' >AWK='gawk' >CC='x86_64-pc-linux-gnu-gcc' >CCAS='x86_64-pc-linux-gnu-gcc' >CCASDEPMODE='depmode=none' >CCASFLAGS='-O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans' >CCDEPMODE='depmode=none' >CFLAGS='-DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans -fno-strict-aliasing -Wno-frame-address' >CFLAGS_EXTRA='' >CHECKSUMS_FALSE='' >CHECKSUMS_TRUE='#' >CPLUSPLUS_FALSE='' >CPLUSPLUS_TRUE='#' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CSCOPE='cscope' >CTAGS='ctags' >CXX='x86_64-pc-linux-gnu-g++' >CXXCPP='x86_64-pc-linux-gnu-g++ -E' >CXXDEPMODE='depmode=none' >CXXFLAGS='-Wall -Wextra -Wpedantic -Wno-long-long -O3 -ffast-math -pipe -w -g0 -march=skylake -fipa-pta -fno-semantic-interposition -fno-plt -fweb -ftracer -flto=auto -flto-compression-level=9 -fdevirtualize-at-ltrans' >CXXLIBS='' >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' >EMSCRIPTEN_FALSE='' >EMSCRIPTEN_TRUE='#' >ENABLE_DISCLAIM_FALSE='#' >ENABLE_DISCLAIM_TRUE='' >ENABLE_DOCS_FALSE='' >ENABLE_DOCS_TRUE='#' >ENABLE_GCJ_SUPPORT_FALSE='#' >ENABLE_GCJ_SUPPORT_TRUE='' >ENABLE_SHARED_FALSE='#' >ENABLE_SHARED_TRUE='' >ETAGS='etags' >EXEEXT='' >EXTRA_TEST_LIBS='' >FGREP='/bin/grep -F' >GC_CFLAGS=' -fexceptions' >GC_TBA_LIBRARY_FALSE='' >GC_TBA_LIBRARY_TRUE='#' >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='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >LDFLAGS='-Wl,-O1,--sort-common,--hash-style=gnu,--enable-new-dtags,--as-needed -flto=auto' >LIBOBJS='' >LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIPO='' >LN_S='ln -s' >LTLIBOBJS='' >LT_SYS_LIBRARY_PATH='' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINFO='${SHELL} '\''/var/tmp/portage/dev-libs/boehm-gc-8.2.2/work/gc-8.2.2/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='/usr/bin/x86_64-pc-linux-gnu-nm -B' >NMEDIT='' >OBJDUMP='x86_64-pc-linux-gnu-objdump' >OBJEXT='o' >OTOOL64='' >OTOOL='' >PACKAGE='gc' >PACKAGE_BUGREPORT='https://github.com/ivmai/bdwgc/issues' >PACKAGE_NAME='gc' >PACKAGE_STRING='gc 8.2.2' >PACKAGE_TARNAME='gc' >PACKAGE_URL='' >PACKAGE_VERSION='8.2.2' >PATH_SEPARATOR=':' >PTHREADS_FALSE='#' >PTHREADS_TRUE='' >PTHREAD_START_STANDALONE_FALSE='#' >PTHREAD_START_STANDALONE_TRUE='' >RANLIB='x86_64-pc-linux-gnu-ranlib' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >SINGLE_GC_OBJ_FALSE='#' >SINGLE_GC_OBJ_TRUE='' >STRIP='x86_64-pc-linux-gnu-strip' >THREADDLLIBS='-lpthread -ldl' >THREADS_FALSE='#' >THREADS_TRUE='' >THREAD_LOCAL_ALLOC_FALSE='#' >THREAD_LOCAL_ALLOC_TRUE='' >UNWINDLIBS='' >USE_INTERNAL_LIBATOMIC_OPS_FALSE='' >USE_INTERNAL_LIBATOMIC_OPS_TRUE='#' >USE_LIBDIR_FALSE='#' >USE_LIBDIR_TRUE='' >VERSION='8.2.2' >WERROR_CFLAGS='' >WIN32_THREADS_FALSE='' >WIN32_THREADS_TRUE='#' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_CXX='' >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=' -I$(srcdir)' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} xf -' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='/usr/share' >docdir='/usr/share/doc/boehm-gc-8.2.2' >dvidir='${docdir}' >exec_prefix='${prefix}' >extra_ldflags_libgc='' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='/usr/share/doc/boehm-gc-8.2.2/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/dev-libs/boehm-gc-8.2.2/work/gc-8.2.2/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='$(MKDIR_P)' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >runstatedir='${localstatedir}/run' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >subdirs='' >sysconfdir='/etc' >target='x86_64-pc-linux-gnu' >target_alias='' >target_all='libgc.la' >target_cpu='x86_64' >target_os='linux-gnu' >target_vendor='pc' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "gc" >#define PACKAGE_TARNAME "gc" >#define PACKAGE_VERSION "8.2.2" >#define PACKAGE_STRING "gc 8.2.2" >#define PACKAGE_BUGREPORT "https://github.com/ivmai/bdwgc/issues" >#define PACKAGE_URL "" >#define GC_VERSION_MAJOR 8 >#define GC_VERSION_MINOR 2 >#define GC_VERSION_MICRO 2 >#define PACKAGE "gc" >#define VERSION "8.2.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 GC_THREADS 1 >#define _REENTRANT 1 >#define HAVE_DL_ITERATE_PHDR 1 >#define GC_DLL 1 >#define NO_EXECUTE_PERMISSION 1 >#define ALL_INTERIOR_POINTERS 1 >#define GC_GCJ_SUPPORT 1 >#define GC_ENABLE_SUSPEND_THREAD 1 >#define HAVE_DLADDR 1 >#define HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID 1 >#define JAVA_FINALIZATION 1 >#define GC_ATOMIC_UNCOLLECTABLE 1 >#define ENABLE_DISCLAIM 1 >#define LARGE_CONFIG 1 >#define USE_MMAP 1 >#define USE_MUNMAP 1 >#define MUNMAP_THRESHOLD 6 >#define HAVE_LOCKFREE_AO_OR 1 >#define PARALLEL_MARK 1 >#define THREAD_LOCAL_ALLOC 1 >#define HANDLE_FORK 1 > >configure: exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 867307
:
801826
| 801970