Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mpfr] Build error on arm64-mingw-dynamic #42868

Open
minnyres opened this issue Dec 23, 2024 · 0 comments
Open

[mpfr] Build error on arm64-mingw-dynamic #42868

minnyres opened this issue Dec 23, 2024 · 0 comments
Labels
category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team.

Comments

@minnyres
Copy link

Package: mpfr:[email protected]

Host Environment

  • Host: x64-linux
  • Compiler: Clang 18.1.8
  • vcpkg-tool version: 2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a
    vcpkg-scripts version: f06267d 2024-12-21 (2 days ago)

To Reproduce

vcpkg install mpfr

Failure logs

-- Using cached mpfr-4.2.1.tar.xz.
-- Cleaning sources at /home/cat/git/vcpkg/buildtrees/mpfr/src/mpfr-4-8b021ed5dd.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /home/cat/git/vcpkg/downloads/mpfr-4.2.1.tar.xz
-- Applying patch dll.patch
-- Applying patch src-only.patch
-- Using source at /home/cat/git/vcpkg/buildtrees/mpfr/src/mpfr-4-8b021ed5dd.clean
-- Found external ninja('1.11.1').
-- Getting CMake variables for x64-mingw-dynamic-dbg
-- Getting CMake variables for x64-mingw-dynamic-rel
-- Generating configure for x64-mingw-dynamic
-- Finished generating configure for x64-mingw-dynamic
-- Configuring x64-mingw-dynamic-dbg
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
    Command failed: /usr/bin/bash -c "V=1 CPP='/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -E' CC='/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc' CC_FOR_BUILD='touch a.out | touch conftest | true' CPP_FOR_BUILD='touch a.out | touch conftest | true' CXX_FOR_BUILD='touch a.out | touch conftest | true' CXX='/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-g++' RC='/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-windres' WINDRES='/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-windres' AR='/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ar' LD='/home/cat/llvm-mingw/bin/ld.lld -verbose' RANLIB='/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ranlib' OBJDUMP='/home/cat/llvm-mingw/bin/llvm-objdump' STRIP='/home/cat/llvm-mingw/bin/llvm-strip' NM='/home/cat/llvm-mingw/bin/llvm-nm' DLLTOOL='/home/cat/llvm-mingw/bin/llvm-dlltool' CCAS=':' AS=':' ./../src/mpfr-4-8b021ed5dd.clean/configure  --host=x86_64-pc-mingw32 \"gl_cv_double_slash_root=yes\" \"ac_cv_func_memmove=yes\" \"--disable-silent-rules\" \"--verbose\" \"--enable-shared\" \"--disable-static\" \"--prefix=/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug\" \"--bindir=\\${prefix}/../tools/mpfr/debug/bin\" \"--sbindir=\\${prefix}/../tools/mpfr/debug/sbin\" \"--libdir=\\${prefix}/lib\" \"--includedir=\\${prefix}/../include\" \"--datarootdir=\\${prefix}/share/mpfr\""
    Working Directory: /home/cat/git/vcpkg/buildtrees/mpfr/x64-mingw-dynamic-dbg
    Error code: 1
    See logs for more information:
      /home/cat/git/vcpkg/buildtrees/mpfr/config-x64-mingw-dynamic-dbg-config.log
      /home/cat/git/vcpkg/buildtrees/mpfr/config-x64-mingw-dynamic-dbg-out.log
      /home/cat/git/vcpkg/buildtrees/mpfr/config-x64-mingw-dynamic-dbg-err.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_configure_make.cmake:866 (vcpkg_execute_required_process)
  ports/mpfr/portfile.cmake:17 (vcpkg_configure_make)
  scripts/ports.cmake:196 (include)



/home/cat/git/vcpkg/buildtrees/mpfr/config-x64-mingw-dynamic-dbg-err.log
configure: WARNING: using cross tools not prefixed with host triplet
configure: error: libgmp is provided as a DLL: use --disable-static --enable-shared
/home/cat/git/vcpkg/buildtrees/mpfr/config-x64-mingw-dynamic-dbg-out.log
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-pc-mingw32-strip... /home/cat/llvm-mingw/bin/llvm-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking whether configure options are compatible... yes
checking for x86_64-pc-mingw32-gcc... /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc accepts -g... yes
checking for /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc option to enable C11 features... none needed
checking whether /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc... gcc3
checking how to run the C preprocessor... /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -E
checking for x86_64-pc-mingw32-ar... /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ar
checking the archiver (/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc... /home/cat/llvm-mingw/bin/ld.lld -verbose
checking if the linker (/home/cat/llvm-mingw/bin/ld.lld -verbose) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/cat/llvm-mingw/bin/llvm-nm
checking the name lister (/home/cat/llvm-mingw/bin/llvm-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-mingw32 format... func_convert_file_nix_to_w32
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/cat/llvm-mingw/bin/ld.lld -verbose option to reload object files... -r
checking for x86_64-pc-mingw32-file... no
checking for file... file
checking for x86_64-pc-mingw32-objdump... /home/cat/llvm-mingw/bin/llvm-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-pc-mingw32-dlltool... /home/cat/llvm-mingw/bin/llvm-dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib_fallback
checking for x86_64-pc-mingw32-ar... (cached) /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ar
checking for archiver @FILE support... @
checking for x86_64-pc-mingw32-strip... (cached) /home/cat/llvm-mingw/bin/llvm-strip
checking for x86_64-pc-mingw32-ranlib... /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ranlib
checking command to parse /home/cat/llvm-mingw/bin/llvm-nm output from /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-pc-mingw32-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for x86_64-pc-mingw32-as... :
checking for x86_64-pc-mingw32-dlltool... (cached) /home/cat/llvm-mingw/bin/llvm-dlltool
checking for x86_64-pc-mingw32-objdump... (cached) /home/cat/llvm-mingw/bin/llvm-objdump
checking for objdir... .libs
checking if /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc static flag -static works... yes
checking if /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc linker (/home/cat/llvm-mingw/bin/ld.lld -verbose) supports shared libraries... no
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for non-MS-Windows ICC... no
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking whether byte ordering is bigendian... no
checking for library containing clock_gettime... no
checking for size_t... yes
checking for limits.h... yes
checking for float.h... yes
checking for string.h... (cached) yes
checking for locale.h... yes
checking for wchar.h... yes
checking for stdarg.h... yes
checking for sys/fpu.h... no
checking for struct lconv.decimal_point... yes
checking for struct lconv.thousands_sep... yes
checking for working alloca.h... no
checking for alloca... yes
checking for uintptr_t... yes
checking how to copy va_list... va_copy
checking for setlocale... yes
checking for gettimeofday... yes
checking for signal... yes
checking for sigaction and its associated structure... no
checking for long long int... yes
checking for intmax_t... yes
checking for working INTMAX_MAX... yes
checking for union fpc_csr... no
checking for _Noreturn... yes
checking for __builtin_unreachable... yes
checking for constructor and destructor attributes... yes
checking for fesetround... yes
checking for gcc float-conversion bug... cannot test, use -ffloat-store
checking for subnormal double-precision numbers... cannot test, assume no
checking for subnormal single-precision numbers... cannot test, assume no
checking for signed zeros... cannot test, assume no
checking if the FP division by 0 fails... cannot test, assume no
checking if NAN == NAN... cannot test, assume no
checking if charset has consecutive values... cannot test
checking for math/round... yes
checking for math/trunc... yes
checking for math/floor... yes
checking for math/ceil... yes
checking for math/nearbyint... yes
checking format of floating-point type `double'... IEEE double, little endian
checking format of floating-point type `long double'... IEEE extended, little endian (16 bytes)
checking for TLS support using C11... cannot test, assume no
checking for TLS support... cannot test, assume no
checking if compiler knows _Decimal64... no
checking bit-field ordering for _Decimal128... cannot test
checking if _Float128 with hex constants is supported... no
checking if __float128 can be used as a fallback... yes
checking for Static Assertion support... yes
checking whether gcc __attribute__ ((mode (XX))) works... yes
checking for gmp.h... yes
checking for DLL/static GMP... DLL
/home/cat/git/vcpkg/buildtrees/mpfr/config-x64-mingw-dynamic-dbg-config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by MPFR configure 4.2.1, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ ./../src/mpfr-4-8b021ed5dd.clean/configure --host=x86_64-pc-mingw32 gl_cv_double_slash_root=yes ac_cv_func_memmove=yes --disable-silent-rules --verbose --enable-shared --disable-static --prefix=/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug '--bindir=${prefix}/../tools/mpfr/debug/bin' '--sbindir=${prefix}/../tools/mpfr/debug/sbin' '--libdir=${prefix}/lib' '--includedir=${prefix}/../include' '--datarootdir=${prefix}/share/mpfr'

## --------- ##
## Platform. ##
## --------- ##

hostname = debian
uname -m = x86_64
uname -r = 6.1.0-28-amd64
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22)

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/cat/llvm-mingw/bin/
PATH: /home/cat/.vscode-server/bin/30d9c6cd9483b2cc586687151bcbcd635f373630/bin/remote-cli/
PATH: /home/cat/bin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /bin/
PATH: /usr/local/games/
PATH: /usr/games/
PATH: /opt/rust/bin/
PATH: /usr/bin/


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2866: looking for aux files: ltmain.sh ar-lib compile missing install-sh config.guess config.sub
configure:2879:  trying ./../src/mpfr-4-8b021ed5dd.clean/
configure:2908:   ./../src/mpfr-4-8b021ed5dd.clean/ltmain.sh found
configure:2908:   ./../src/mpfr-4-8b021ed5dd.clean/ar-lib found
configure:2908:   ./../src/mpfr-4-8b021ed5dd.clean/compile found
configure:2908:   ./../src/mpfr-4-8b021ed5dd.clean/missing found
configure:2890:   ./../src/mpfr-4-8b021ed5dd.clean/install-sh found
configure:2908:   ./../src/mpfr-4-8b021ed5dd.clean/config.guess found
configure:2908:   ./../src/mpfr-4-8b021ed5dd.clean/config.sub found
configure:3027: checking build system type
configure:3042: result: x86_64-pc-linux-gnu
configure:3062: checking host system type
configure:3076: result: x86_64-pc-mingw32
configure:3114: checking for a BSD-compatible install
configure:3187: result: /usr/bin/install -c
configure:3198: checking whether build environment is sane
configure:3253: result: yes
configure:3309: checking for x86_64-pc-mingw32-strip
configure:3341: result: /home/cat/llvm-mingw/bin/llvm-strip
configure:3412: checking for a race-free mkdir -p
configure:3456: result: /usr/bin/mkdir -p
configure:3463: checking for gawk
configure:3484: found /usr/bin/gawk
configure:3495: result: gawk
configure:3506: checking whether make sets $(MAKE)
configure:3529: result: yes
configure:3559: checking whether make supports nested variables
configure:3577: result: yes
configure:3709: checking whether to enable maintainer-specific portions of Makefiles
configure:3719: result: yes
configure:3743: checking for grep that handles long lines and -e
configure:3807: result: /usr/bin/grep
configure:3812: checking for egrep
configure:3880: result: /usr/bin/grep -E
configure:3885: checking for a sed that does not truncate output
configure:3955: result: /usr/bin/sed
configure:4375: checking whether configure options are compatible
configure:4398: result: yes
configure:4485: checking for x86_64-pc-mingw32-gcc
configure:4517: result: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc
configure:4915: checking for C compiler version
configure:4924: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc --version >&5
clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
Target: x86_64-w64-windows-gnu
Thread model: posix
InstalledDir: /home/cat/llvm-mingw/bin
configure:4935: $? = 0
configure:4924: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -v >&5
clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
Target: x86_64-w64-windows-gnu
Thread model: posix
InstalledDir: /home/cat/llvm-mingw/bin
configure:4935: $? = 0
configure:4924: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:4935: $? = 1
configure:4924: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:4935: $? = 1
configure:4924: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -version >&5
clang: error: unknown argument '-version'; did you mean '--version'?
clang: error: no input files
configure:4935: $? = 1
configure:4955: checking whether the C compiler works
configure:4977: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -g --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 >&5
configure:4981: $? = 0
configure:5031: result: yes
configure:5034: checking for C compiler default output file name
configure:5036: result: a.exe
configure:5042: checking for suffix of executables
configure:5049: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe -g --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 >&5
configure:5053: $? = 0
configure:5076: result: .exe
configure:5098: checking whether we are cross compiling
configure:5106: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe -g --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 >&5
configure:5110: $? = 0
configure:5117: ./conftest.exe
./../src/mpfr-4-8b021ed5dd.clean/configure: line 5119: ./conftest.exe: cannot execute binary file: Exec format error
configure:5121: $? = 126
configure:5136: result: yes
configure:5141: checking for suffix of object files
configure:5164: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:5168: $? = 0
configure:5190: result: o
configure:5194: checking whether the compiler supports GNU C
configure:5214: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:5214: $? = 0
configure:5224: result: yes
configure:5235: checking whether /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc accepts -g
configure:5256: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:5256: $? = 0
configure:5300: result: yes
configure:5320: checking for /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc option to enable C11 features
configure:5335: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc  -c -g --target=x86_64-windows-gnu conftest.c >&5
conftest.c:23:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   23 | static char *e (p, i)
      |              ^
1 warning generated.
configure:5335: $? = 0
configure:5353: result: none needed
configure:5469: checking whether /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc understands -c and -o together
configure:5492: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c conftest.c -o conftest2.o
configure:5495: $? = 0
configure:5492: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c conftest.c -o conftest2.o
configure:5495: $? = 0
configure:5507: result: yes
configure:5527: checking whether make supports the include directive
configure:5542: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:5545: $? = 0
configure:5564: result: yes (GNU style)
configure:5590: checking dependency style of /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc
configure:5702: result: gcc3
configure:5722: checking how to run the C preprocessor
configure:5790: result: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -E
configure:5804: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -E --target=x86_64-windows-gnu conftest.c
configure:5804: $? = 0
configure:5819: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -E --target=x86_64-windows-gnu conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
    9 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:5819: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "MPFR 4.2.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5863: checking for x86_64-pc-mingw32-ar
configure:5895: result: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ar
configure:5970: checking the archiver (/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ar) interface
configure:5987: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:5987: $? = 0
configure:5990: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ar cru libconftest.a conftest.o >&5
configure:5993: $? = 0
configure:6021: result: ar
configure:6089: checking how to print strings
configure:6116: result: printf
configure:6137: checking for a sed that does not truncate output
configure:6207: result: /usr/bin/sed
configure:6225: checking for fgrep
configure:6293: result: /usr/bin/grep -F
configure:6329: checking for ld used by /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc
configure:6397: result: /home/cat/llvm-mingw/bin/ld.lld -verbose
configure:6404: checking if the linker (/home/cat/llvm-mingw/bin/ld.lld -verbose) is GNU ld
configure:6420: result: yes
configure:6432: checking for BSD- or MS-compatible name lister (nm)
configure:6487: result: /home/cat/llvm-mingw/bin/llvm-nm
configure:6627: checking the name lister (/home/cat/llvm-mingw/bin/llvm-nm) interface
configure:6635: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:6638: /home/cat/llvm-mingw/bin/llvm-nm "conftest.o"
configure:6641: output
00000000 a @feat.00
00000000 B some_variable
configure:6648: result: BSD nm
configure:6651: checking whether ln -s works
configure:6655: result: yes
configure:6663: checking the maximum length of command line arguments
configure:6795: result: 1572864
configure:6843: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-mingw32 format
configure:6884: result: func_convert_file_nix_to_w32
configure:6891: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:6912: result: func_convert_file_noop
configure:6919: checking for /home/cat/llvm-mingw/bin/ld.lld -verbose option to reload object files
configure:6927: result: -r
configure:6961: checking for x86_64-pc-mingw32-file
configure:6996: result: no
configure:7006: checking for file
configure:7027: found /usr/bin/file
configure:7038: result: file
configure:7050: WARNING: using cross tools not prefixed with host triplet
configure:7069: checking for x86_64-pc-mingw32-objdump
configure:7101: result: /home/cat/llvm-mingw/bin/llvm-objdump
configure:7175: checking how to recognize dependent libraries
configure:7376: result: file_magic ^x86 archive import|^x86 DLL
configure:7421: checking for x86_64-pc-mingw32-dlltool
configure:7453: result: /home/cat/llvm-mingw/bin/llvm-dlltool
configure:7528: checking how to associate runtime and link libraries
configure:7556: result: func_cygming_dll_for_implib_fallback
configure:7572: checking for x86_64-pc-mingw32-ar
configure:7604: result: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ar
configure:7706: checking for archiver @FILE support
configure:7724: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:7724: $? = 0
configure:7728: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ar cr libconftest.a @conftest.lst >&5
configure:7731: $? = 0
configure:7736: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ar cr libconftest.a @conftest.lst >&5
/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ar: error: conftest.o: No such file or directory
configure:7739: $? = 1
configure:7751: result: @
configure:7769: checking for x86_64-pc-mingw32-strip
configure:7801: result: /home/cat/llvm-mingw/bin/llvm-strip
configure:7878: checking for x86_64-pc-mingw32-ranlib
configure:7910: result: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ranlib
configure:8057: checking command to parse /home/cat/llvm-mingw/bin/llvm-nm output from /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc object
configure:8211: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:8214: $? = 0
configure:8218: /home/cat/llvm-mingw/bin/llvm-nm conftest.o | /usr/bin/sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' > conftest.nm
configure:8284: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe -g --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c conftstm.o >&5
configure:8287: $? = 0
configure:8325: result: ok
configure:8372: checking for sysroot
configure:8403: result: no
configure:8410: checking for a working dd
configure:8454: result: /usr/bin/dd
configure:8458: checking how to truncate binary pipes
configure:8474: result: /usr/bin/dd bs=4096 count=1
configure:8766: checking for x86_64-pc-mingw32-mt
configure:8801: result: no
configure:8811: checking for mt
configure:8832: found /usr/bin/mt
configure:8843: result: mt
configure:8866: checking if mt is a manifest tool
configure:8873: mt '-?'
configure:8881: result: no
configure:9606: checking for stdio.h
configure:9606: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:9606: $? = 0
configure:9606: result: yes
configure:9606: checking for stdlib.h
configure:9606: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:9606: $? = 0
configure:9606: result: yes
configure:9606: checking for string.h
configure:9606: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:9606: $? = 0
configure:9606: result: yes
configure:9606: checking for inttypes.h
configure:9606: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:9606: $? = 0
configure:9606: result: yes
configure:9606: checking for stdint.h
configure:9606: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:9606: $? = 0
configure:9606: result: yes
configure:9606: checking for strings.h
configure:9606: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:9606: $? = 0
configure:9606: result: yes
configure:9606: checking for sys/stat.h
configure:9606: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:9606: $? = 0
configure:9606: result: yes
configure:9606: checking for sys/types.h
configure:9606: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:9606: $? = 0
configure:9606: result: yes
configure:9606: checking for unistd.h
configure:9606: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:9606: $? = 0
configure:9606: result: yes
configure:9631: checking for dlfcn.h
configure:9631: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
conftest.c:48:10: fatal error: 'dlfcn.h' file not found
   48 | #include <dlfcn.h>
      |          ^~~~~~~~~
1 error generated.
configure:9631: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "MPFR 4.2.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <dlfcn.h>
configure:9631: result: no
configure:9651: checking for x86_64-pc-mingw32-as
configure:9683: result: :
configure:9753: checking for x86_64-pc-mingw32-dlltool
configure:9785: result: /home/cat/llvm-mingw/bin/llvm-dlltool
configure:9855: checking for x86_64-pc-mingw32-objdump
configure:9887: result: /home/cat/llvm-mingw/bin/llvm-objdump
configure:10218: checking for objdir
configure:10234: result: .libs
configure:10498: checking if /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions
...
Skipped 492 lines
...
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "MPFR 4.2.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LITTLE_ENDIAN 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDARG 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((uintptr_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:16217: result: yes
configure:16254: checking how to copy va_list
configure:16272: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe -g --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 >&5
configure:16272: $? = 0
configure:16275: result: va_copy
configure:16314: checking for setlocale
configure:16314: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe  -g --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 >&5
configure:16314: $? = 0
configure:16314: result: yes
configure:16320: checking for gettimeofday
configure:16320: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe  -g --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 >&5
configure:16320: $? = 0
configure:16320: result: yes
configure:16326: checking for signal
configure:16326: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe  -g --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 >&5
configure:16326: $? = 0
configure:16326: result: yes
configure:16335: checking for sigaction and its associated structure
configure:16354: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe -g --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 >&5
conftest.c:34:45: warning: declaration of 'struct sigaction' will not be visible outside of this function [-Wvisibility]
   34 | static int f (int (*func)(int, const struct sigaction *, struct sigaction *))
      |                                             ^
conftest.c:41:11: error: use of undeclared identifier 'sigaction'
   41 |  return f(sigaction);
      |           ^
1 warning and 1 error generated.
configure:16354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "MPFR 4.2.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LITTLE_ENDIAN 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDARG 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_ALLOCA 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_VA_COPY 1
| #define HAVE_SETLOCALE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGNAL 1
| /* end confdefs.h.  */
| 
| #include <signal.h>
| static int f (int (*func)(int, const struct sigaction *, struct sigaction *))
| { return 0; }
| 
| int
| main (void)
| {
| 
|  return f(sigaction);
| 
|   ;
|   return 0;
| }
configure:16364: result: no
configure:16370: checking for long long int
configure:16370: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:16370: $? = 0
configure:16370: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
conftest.c:63:28: error: expected expression
   63 | if (sizeof ((long long int)))
      |                            ^
1 error generated.
configure:16370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "MPFR 4.2.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LITTLE_ENDIAN 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDARG 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_ALLOCA 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_VA_COPY 1
| #define HAVE_SETLOCALE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGNAL 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((long long int)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:16370: result: yes
configure:16379: checking for intmax_t
configure:16379: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:16379: $? = 0
configure:16379: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
conftest.c:64:23: error: expected expression
   64 | if (sizeof ((intmax_t)))
      |                       ^
1 error generated.
configure:16379: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "MPFR 4.2.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LITTLE_ENDIAN 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDARG 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_ALLOCA 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_VA_COPY 1
| #define HAVE_SETLOCALE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGNAL 1
| #define HAVE_LONG_LONG 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((intmax_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:16379: result: yes
configure:16389: checking for working INTMAX_MAX
configure:16410: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu -I./../src/mpfr-4-8b021ed5dd.clean/src -DMPFR_NEED_INTMAX_H conftest.c >&5
configure:16410: $? = 0
configure:16420: result: yes
configure:16429: checking for union fpc_csr
configure:16429: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
conftest.c:44:5: error: invalid application of 'sizeof' to an incomplete type 'union fpc_csr'
   44 | if (sizeof (union fpc_csr))
      |     ^      ~~~~~~~~~~~~~~~
conftest.c:44:19: note: forward declaration of 'union fpc_csr'
   44 | if (sizeof (union fpc_csr))
      |                   ^
1 error generated.
configure:16429: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "MPFR 4.2.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LITTLE_ENDIAN 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDARG 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_ALLOCA 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_VA_COPY 1
| #define HAVE_SETLOCALE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGNAL 1
| #define HAVE_LONG_LONG 1
| #define HAVE_INTMAX_T 1
| #define MPFR_HAVE_INTMAX_MAX 1
| /* end confdefs.h.  */
| 
| #if HAVE_SYS_FPU_H
| #  include <sys/fpu.h>
| #endif
| 
| 
| int
| main (void)
| {
| if (sizeof (union fpc_csr))
| 	 return 0;
|   ;
|   return 0;
| }
configure:16429: result: no
configure:16443: checking for _Noreturn
configure:16454: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g --target=x86_64-windows-gnu conftest.c >&5
configure:16454: $? = 0
configure:16463: result: yes
configure:16471: checking for __builtin_unreachable
configure:16490: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe -g --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 >&5
configure:16490: $? = 0
configure:16500: result: yes
configure:16509: checking for constructor and destructor attributes
configure:16531: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe -g --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 >&5
configure:16531: $? = 0
configure:16533: result: yes
configure:16551: checking for fesetround
configure:16571: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe -g --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 -lm >&5
configure:16571: $? = 0
configure:16582: result: yes
configure:16591: checking for gcc float-conversion bug
configure:16646: result: cannot test, use -ffloat-store
configure:16653: checking for subnormal double-precision numbers
configure:16688: result: cannot test, assume no
configure:16695: checking for subnormal single-precision numbers
configure:16730: result: cannot test, assume no
configure:16738: checking for signed zeros
configure:16769: result: cannot test, assume no
configure:16777: checking if the FP division by 0 fails
configure:16812: result: cannot test, assume no
configure:16826: checking if NAN == NAN
configure:16864: result: cannot test, assume no
configure:16892: checking if charset has consecutive values
configure:16896: result: cannot test
configure:16943: checking for math/round
configure:16961: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe -g -ffloat-store --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 -lm >&5
clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
configure:16961: $? = 0
configure:16964: result: yes
configure:16977: checking for math/trunc
configure:16995: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe -g -ffloat-store --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 -lm >&5
clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
configure:16995: $? = 0
configure:16998: result: yes
configure:17011: checking for math/floor
configure:17029: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe -g -ffloat-store --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 -lm >&5
clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
configure:17029: $? = 0
configure:17032: result: yes
configure:17045: checking for math/ceil
configure:17063: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe -g -ffloat-store --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 -lm >&5
clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
configure:17063: $? = 0
configure:17066: result: yes
configure:17079: checking for math/nearbyint
configure:17097: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe -g -ffloat-store --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 -lm >&5
clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
configure:17097: $? = 0
configure:17100: result: yes
configure:17118: checking format of floating-point type `double'
configure:17153: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -g -ffloat-store --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -o conftest.exe >&5 2>&1
clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
configure:17156: $? = 0
configure:17450: result: IEEE double, little endian
configure:17472: checking format of floating-point type `long double'
configure:17507: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -g -ffloat-store --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -o conftest.exe >&5 2>&1
clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
configure:17510: $? = 0
configure:17804: result: IEEE extended, little endian (16 bytes)
configure:17860: checking for TLS support using C11
configure:17866: result: cannot test, assume no
configure:17909: checking for TLS support
configure:17922: result: cannot test, assume no
configure:17965: checking if compiler knows _Decimal64
configure:17978: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g -ffloat-store --target=x86_64-windows-gnu conftest.c >&5
clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
conftest.c:46:1: error: GNU decimal type extension not supported
   46 | _Decimal64 x;
      | ^
1 error generated.
configure:17978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "MPFR 4.2.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LITTLE_ENDIAN 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDARG 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_ALLOCA 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_VA_COPY 1
| #define HAVE_SETLOCALE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGNAL 1
| #define HAVE_LONG_LONG 1
| #define HAVE_INTMAX_T 1
| #define MPFR_HAVE_INTMAX_MAX 1
| #define MPFR_HAVE_NORETURN 1
| #define MPFR_HAVE_BUILTIN_UNREACHABLE 1
| #define MPFR_HAVE_CONSTRUCTOR_ATTR 1
| #define MPFR_HAVE_FESETROUND 1
| #define HAVE_ROUND 1
| #define HAVE_TRUNC 1
| #define HAVE_FLOOR 1
| #define HAVE_CEIL 1
| #define HAVE_NEARBYINT 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_LDOUBLE_IEEE_EXT_LITTLE 1
| /* end confdefs.h.  */
| _Decimal64 x;
| int
| main (void)
| {
| 
|   ;
|   return 0;
| }
configure:18074: result: no
configure:18103: checking bit-field ordering for _Decimal128
configure:18107: result: cannot test
configure:18174: checking if _Float128 with hex constants is supported
configure:18190: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe -g -ffloat-store --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 >&5
clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
conftest.c:51:10: error: unknown type name '_Float128'
   51 | volatile _Float128 x = 0x1.fp+16383f128;
      |          ^
conftest.c:51:36: error: invalid suffix 'f128' on floating constant
   51 | volatile _Float128 x = 0x1.fp+16383f128;
      |                                    ^
2 errors generated.
configure:18190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "MPFR 4.2.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LITTLE_ENDIAN 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDARG 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_ALLOCA 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_VA_COPY 1
| #define HAVE_SETLOCALE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGNAL 1
| #define HAVE_LONG_LONG 1
| #define HAVE_INTMAX_T 1
| #define MPFR_HAVE_INTMAX_MAX 1
| #define MPFR_HAVE_NORETURN 1
| #define MPFR_HAVE_BUILTIN_UNREACHABLE 1
| #define MPFR_HAVE_CONSTRUCTOR_ATTR 1
| #define MPFR_HAVE_FESETROUND 1
| #define HAVE_ROUND 1
| #define HAVE_TRUNC 1
| #define HAVE_FLOOR 1
| #define HAVE_CEIL 1
| #define HAVE_NEARBYINT 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_LDOUBLE_IEEE_EXT_LITTLE 1
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| 
| volatile _Float128 x = 0x1.fp+16383f128;
| return x == 0;
| 
|   ;
|   return 0;
| }
configure:18198: result: no
configure:18200: checking if __float128 can be used as a fallback
configure:18218: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -o conftest.exe -g -ffloat-store --target=x86_64-windows-gnu -L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu conftest.c -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32 >&5
clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
configure:18218: $? = 0
configure:18220: result: yes
configure:18244: checking for Static Assertion support
configure:18265: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g -ffloat-store --target=x86_64-windows-gnu -I./../src/mpfr-4-8b021ed5dd.clean/src conftest.c >&5
clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
configure:18265: $? = 0
configure:18267: result: yes
configure:18423: checking whether gcc __attribute__ ((mode (XX))) works
configure:18440: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g -ffloat-store --target=x86_64-windows-gnu conftest.c >&5
clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
configure:18440: $? = 0
configure:18449: result: yes
configure:18463: checking for gmp.h
configure:18471: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g -ffloat-store --target=x86_64-windows-gnu conftest.c >&5
clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
configure:18471: $? = 0
configure:18473: result: yes
configure:18488: checking for DLL/static GMP
configure:18539: /home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -c -g -ffloat-store --target=x86_64-windows-gnu conftest.c >&5
clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
conftest.c:53:3: error: "Dead man"
   53 | # error "Dead man"
      |   ^
conftest.c:54:1: error: unknown type name 'error'
   54 | error
      | ^
2 errors generated.
configure:18539: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPFR"
| #define PACKAGE_TARNAME "mpfr"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "MPFR 4.2.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LITTLE_ENDIAN 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDARG 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_ALLOCA 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_VA_COPY 1
| #define HAVE_SETLOCALE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGNAL 1
| #define HAVE_LONG_LONG 1
| #define HAVE_INTMAX_T 1
| #define MPFR_HAVE_INTMAX_MAX 1
| #define MPFR_HAVE_NORETURN 1
| #define MPFR_HAVE_BUILTIN_UNREACHABLE 1
| #define MPFR_HAVE_CONSTRUCTOR_ATTR 1
| #define MPFR_HAVE_FESETROUND 1
| #define HAVE_ROUND 1
| #define HAVE_TRUNC 1
| #define HAVE_FLOOR 1
| #define HAVE_CEIL 1
| #define HAVE_NEARBYINT 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_LDOUBLE_IEEE_EXT_LITTLE 1
| #define MPFR_WANT_FLOAT128 2
| #define _Float128 __float128
| #define MPFR_USE_STATIC_ASSERT 1
| #define HAVE_ATTRIBUTE_MODE 1
| /* end confdefs.h.  */
| 
| #include "gmp.h"
| #if __GMP_LIBGMP_DLL
| # error "Dead man"
| error
| #endif
| 
| int
| main (void)
| {
| 
|   ;
|   return 0;
| }
configure:18545: result: DLL
configure:18547: error: libgmp is provided as a DLL: use --disable-static --enable-shared

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_volatile=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-g
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=--target=x86_64-windows-gnu
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value='/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -E'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu'
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value='-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32'
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-pc-mingw32
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_func_alloca_works=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_memmove=yes
ac_cv_func_setlocale=yes
ac_cv_func_signal=yes
ac_cv_header_dlfcn_h=no
ac_cv_header_float_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_fpu_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-pc-mingw32
ac_cv_member_struct_lconv_decimal_point=yes
ac_cv_member_struct_lconv_thousands_sep=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AR=/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ar
ac_cv_prog_AS=:
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc
ac_cv_prog_CPP='/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -E'
ac_cv_prog_DLLTOOL=/home/cat/llvm-mingw/bin/llvm-dlltool
ac_cv_prog_OBJDUMP=/home/cat/llvm-mingw/bin/llvm-objdump
ac_cv_prog_RANLIB=/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ranlib
ac_cv_prog_STRIP=/home/cat/llvm-mingw/bin/llvm-strip
ac_cv_prog_ac_ct_FILECMD=file
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_search_clock_gettime=no
ac_cv_type_intmax_t=yes
ac_cv_type_long_long_int=yes
ac_cv_type_size_t=yes
ac_cv_type_uintptr_t=yes
ac_cv_type_union_fpc_csr=no
ac_cv_working_alloca_h=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
gl_cv_double_slash_root=yes
gmp_cv_c_attribute_mode=yes
lt_cv_ar_at_file=@
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='/home/cat/llvm-mingw/bin/ld.lld -verbose'
lt_cv_path_NM=/home/cat/llvm-mingw/bin/llvm-nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
lt_cv_sys_global_symbol_pipe='/usr/bin/sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | /usr/bin/sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='/usr/bin/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='/usr/bin/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='/usr/bin/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_nix_to_w32
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
mpfr_cv_c_double_format='IEEE double, little endian'
mpfr_cv_c_long_double_format='IEEE extended, little endian (16 bytes)'
mpfr_cv_errdivzero='cannot test, assume no'
mpfr_cv_gcc_floatconv_bug='cannot test, use -ffloat-store'
mpfr_cv_have_builtin_unreachable=yes
mpfr_cv_have_fesetround=yes
mpfr_cv_have_intmax_max=yes
mpfr_cv_have_noreturn=yes
mpfr_cv_have_signedz='cannot test, assume no'
mpfr_cv_have_subnorm_dbl='cannot test, assume no'
mpfr_cv_have_subnorm_flt='cannot test, assume no'
mpfr_cv_nanisnan='cannot test, assume no'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} '\''/home/cat/git/vcpkg/buildtrees/mpfr/src/mpfr-4-8b021ed5dd.clean/missing'\'' aclocal-1.16'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ar'
AS=':'
AUTOCONF='${SHELL} '\''/home/cat/git/vcpkg/buildtrees/mpfr/src/mpfr-4-8b021ed5dd.clean/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/home/cat/git/vcpkg/buildtrees/mpfr/src/mpfr-4-8b021ed5dd.clean/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/home/cat/git/vcpkg/buildtrees/mpfr/src/mpfr-4-8b021ed5dd.clean/missing'\'' automake-1.16'
AWK='gawk'
CC='/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -ffloat-store'
CPP='/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-gcc -E'
CPPFLAGS='--target=x86_64-windows-gnu'
CSCOPE='cscope'
CTAGS='ctags'
CYGPATH_W='echo'
DATAFILES=''
DEFS=''
DEPDIR='.deps'
DLLTOOL='/home/cat/llvm-mingw/bin/llvm-dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ETAGS='etags'
EXEEXT='.exe'
FGREP='/usr/bin/grep -F'
FILECMD='file'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/home/cat/llvm-mingw/bin/ld.lld -verbose'
LDFLAGS='-L/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug/lib --target=x86_64-windows-gnu'
LIBMPFR_LDFLAGS=''
LIBOBJS=''
LIBS='-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} '\''/home/cat/git/vcpkg/buildtrees/mpfr/src/mpfr-4-8b021ed5dd.clean/missing'\'' makeinfo'
MANIFEST_TOOL=':'
MINI_GMP_FALSE=''
MINI_GMP_TRUE='#'
MKDIR_P='/usr/bin/mkdir -p'
MPFR_LDFLAGS=''
MPFR_LIBM='-lm'
MPFR_LIBQUADMATH=''
NM='/home/cat/llvm-mingw/bin/llvm-nm'
NMEDIT=''
OBJDUMP='/home/cat/llvm-mingw/bin/llvm-objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='mpfr'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='MPFR'
PACKAGE_STRING='MPFR 4.2.1'
PACKAGE_TARNAME='mpfr'
PACKAGE_URL=''
PACKAGE_VERSION='4.2.1'
PATH_SEPARATOR=':'
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_CXX=''
PTHREAD_LIBS=''
RANLIB='/home/cat/llvm-mingw/bin/x86_64-w64-mingw32-llvm-ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='/home/cat/llvm-mingw/bin/llvm-strip'
TUNE_LIBS='-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -Wl,-Bstatic,-luuid,-Bdynamic -lcomdlg32 -ladvapi32'
VERSION='4.2.1'
ac_ct_AR=''
ac_ct_CC=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
ax_pthread_config=''
bindir='${prefix}/../tools/mpfr/debug/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share/mpfr'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-mingw32'
host_alias='x86_64-pc-mingw32'
host_cpu='x86_64'
host_os='mingw32'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/../include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/cat/git/vcpkg/buildtrees/mpfr/src/mpfr-4-8b021ed5dd.clean/install-sh'
libdir='${prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mini_gmp_path=''
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/cat/git/vcpkg/installed/x64-mingw-dynamic/debug'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${prefix}/../tools/mpfr/debug/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "MPFR"
#define PACKAGE_TARNAME "mpfr"
#define PACKAGE_VERSION "4.2.1"
#define PACKAGE_STRING "MPFR 4.2.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define LT_OBJDIR ".libs/"
#define HAVE_LITTLE_ENDIAN 1
#define HAVE_LOCALE_H 1
#define HAVE_WCHAR_H 1
#define HAVE_STDARG 1
#define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
#define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
#define HAVE_ALLOCA 1
#define HAVE_UINTPTR_T 1
#define HAVE_VA_COPY 1
#define HAVE_SETLOCALE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_SIGNAL 1
#define HAVE_LONG_LONG 1
#define HAVE_INTMAX_T 1
#define MPFR_HAVE_INTMAX_MAX 1
#define MPFR_HAVE_NORETURN 1
#define MPFR_HAVE_BUILTIN_UNREACHABLE 1
#define MPFR_HAVE_CONSTRUCTOR_ATTR 1
#define MPFR_HAVE_FESETROUND 1
#define HAVE_ROUND 1
#define HAVE_TRUNC 1
#define HAVE_FLOOR 1
#define HAVE_CEIL 1
#define HAVE_NEARBYINT 1
#define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
#define HAVE_LDOUBLE_IEEE_EXT_LITTLE 1
#define MPFR_WANT_FLOAT128 2
#define _Float128 __float128
#define MPFR_USE_STATIC_ASSERT 1
#define HAVE_ATTRIBUTE_MODE 1

configure: exit 1
@Mengna-Li Mengna-Li added the category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team. label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team.
Projects
None yet
Development

No branches or pull requests

2 participants