This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by OCaml configure 5.5.0+dev0-2025-04-28, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./configure --prefix=/home/ci/ocaml-tmp-install-13572 --enable-ocamltest --enable-dependency-generation --enable-codegen-invariants --enable-native-toplevel ## --------- ## ## Platform. ## ## --------- ## hostname = ocaml-alpine uname -m = x86_64 uname -r = 6.6.16-0-virt uname -s = Linux uname -v = #1-Alpine SMP PREEMPT_DYNAMIC Wed, 07 Feb 2024 18:00:38 +0000 /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: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /sbin/ PATH: /bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:3141: looking for aux files: install-sh ltmain.sh config.guess config.sub configure:3154: trying ./build-aux/ configure:3165: ./build-aux/install-sh found configure:3183: ./build-aux/ltmain.sh found configure:3183: ./build-aux/config.guess found configure:3183: ./build-aux/config.sub found configure:3295: Configuring OCaml version 5.5.0+dev0-2025-04-28 configure:3626: checking build system type configure:3641: result: x86_64-pc-linux-musl configure:3661: checking host system type configure:3675: result: x86_64-pc-linux-musl configure:3710: checking target system type configure:3724: result: x86_64-pc-linux-musl configure:3869: checking for csc configure:3904: result: no configure:4542: checking for ld configure:4563: found /usr/bin/ld configure:4574: result: ld configure:4662: checking how to print strings configure:4689: result: printf configure:4772: checking for gcc configure:4793: found /usr/bin/gcc configure:4804: result: gcc configure:5157: checking for C compiler version configure:5166: gcc --version >&5 gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014 Copyright (C) 2023 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:5177: $? = 0 configure:5166: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-alpine-linux-musl/13.2.1/lto-wrapper Target: x86_64-alpine-linux-musl Configured with: /home/buildozer/aports/main/gcc/src/gcc-13-20231014/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=x86_64-alpine-linux-musl --host=x86_64-alpine-linux-musl --target=x86_64-alpine-linux-musl --enable-checking=release --disable-cet --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++,d,objc,go,fortran,ada --enable-link-serialization=2 --enable-linker-build-id --disable-libssp --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-bugurl=https://gitlab.alpinelinux.org/alpine/aports/-/issues --with-system-zlib --with-linker-hash-style=gnu --with-pkgversion='Alpine 13.2.1_git20231014' Thread model: posix Supported LTO compression algorithms: zlib gcc version 13.2.1 20231014 (Alpine 13.2.1_git20231014) configure:5177: $? = 0 configure:5166: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. configure:5177: $? = 1 configure:5166: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:5177: $? = 1 configure:5166: gcc -version >&5 gcc: error: unrecognized command-line option '-version' gcc: fatal error: no input files compilation terminated. configure:5177: $? = 1 configure:5197: checking whether the C compiler works configure:5219: gcc conftest.c >&5 configure:5223: $? = 0 configure:5273: result: yes configure:5276: checking for C compiler default output file name configure:5278: result: a.out configure:5284: checking for suffix of executables configure:5291: gcc -o conftest conftest.c >&5 configure:5295: $? = 0 configure:5318: result: configure:5340: checking whether we are cross compiling configure:5348: gcc -o conftest conftest.c >&5 configure:5352: $? = 0 configure:5359: ./conftest configure:5363: $? = 0 configure:5378: result: no configure:5383: checking for suffix of object files configure:5406: gcc -c conftest.c >&5 configure:5410: $? = 0 configure:5432: result: o configure:5436: checking whether the compiler supports GNU C configure:5456: gcc -c conftest.c >&5 configure:5456: $? = 0 configure:5466: result: yes configure:5477: checking whether gcc accepts -g configure:5498: gcc -c -g conftest.c >&5 configure:5498: $? = 0 configure:5542: result: yes configure:5562: checking for gcc option to enable C11 features configure:5577: gcc -c -g -O2 conftest.c >&5 configure:5577: $? = 0 configure:5595: result: none needed configure:5705: checking for a sed that does not truncate output configure:5775: result: /bin/sed configure:5793: checking for grep that handles long lines and -e configure:5857: result: /bin/grep configure:5862: checking for egrep configure:5930: result: /bin/grep -E configure:5935: checking for fgrep configure:6003: result: /bin/grep -F configure:6039: checking for ld used by gcc configure:6107: result: ld configure:6114: checking if the linker (ld) is GNU ld configure:6130: result: yes configure:6142: checking for BSD- or MS-compatible name lister (nm) configure:6197: result: /usr/bin/nm -B configure:6337: checking the name lister (/usr/bin/nm -B) interface configure:6345: gcc -c -g -O2 conftest.c >&5 configure:6348: /usr/bin/nm -B "conftest.o" configure:6351: output 0000000000000000 B some_variable configure:6358: result: BSD nm configure:6361: checking whether ln -s works configure:6365: result: yes configure:6373: checking the maximum length of command line arguments configure:6505: result: 98304 configure:6553: checking how to convert x86_64-pc-linux-musl file names to x86_64-pc-linux-musl format configure:6594: result: func_convert_file_noop configure:6601: checking how to convert x86_64-pc-linux-musl file names to toolchain format configure:6622: result: func_convert_file_noop configure:6629: checking for ld option to reload object files configure:6637: result: -r configure:6670: checking for file configure:6691: found /usr/bin/file configure:6703: result: file configure:6765: checking for objdump configure:6786: found /usr/bin/objdump configure:6797: result: objdump configure:6829: checking how to recognize dependent libraries configure:7037: result: pass_all configure:7127: checking for dlltool configure:7162: result: no configure:7192: checking how to associate runtime and link libraries configure:7220: result: printf %s\n configure:7280: checking for ranlib configure:7301: found /usr/bin/ranlib configure:7312: result: ranlib configure:7388: checking for ar configure:7409: found /usr/bin/ar configure:7420: result: ar configure:7473: checking for archiver @FILE support configure:7491: gcc -c -g -O2 conftest.c >&5 configure:7491: $? = 0 configure:7495: ar cr libconftest.a @conftest.lst >&5 configure:7498: $? = 0 configure:7503: ar cr libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:7506: $? = 1 configure:7518: result: @ configure:7581: checking for strip configure:7602: found /usr/bin/strip configure:7613: result: strip configure:7691: checking for gawk configure:7726: result: no configure:7691: checking for mawk configure:7726: result: no configure:7691: checking for nawk configure:7726: result: no configure:7691: checking for awk configure:7712: found /usr/bin/awk configure:7723: result: awk configure:7763: checking command to parse /usr/bin/nm -B output from gcc object configure:7917: gcc -c -g -O2 conftest.c >&5 configure:7920: $? = 0 configure:7924: /usr/bin/nm -B conftest.o | /bin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed '/ __gnu_lto/d' > conftest.nm configure:7990: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:7993: $? = 0 configure:8031: result: ok configure:8078: checking for sysroot configure:8111: result: no configure:8118: checking for a working dd configure:8162: result: /bin/dd configure:8166: checking how to truncate binary pipes configure:8182: result: /bin/dd bs=4096 count=1 configure:8319: gcc -c -g -O2 conftest.c >&5 configure:8322: $? = 0 configure:8519: checking for mt configure:8554: result: no configure:8574: checking if : is a manifest tool configure:8581: : '-?' configure:8589: result: no configure:9370: checking for stdio.h configure:9370: gcc -c -g -O2 conftest.c >&5 configure:9370: $? = 0 configure:9370: result: yes configure:9370: checking for stdlib.h configure:9370: gcc -c -g -O2 conftest.c >&5 configure:9370: $? = 0 configure:9370: result: yes configure:9370: checking for string.h configure:9370: gcc -c -g -O2 conftest.c >&5 configure:9370: $? = 0 configure:9370: result: yes configure:9370: checking for inttypes.h configure:9370: gcc -c -g -O2 conftest.c >&5 configure:9370: $? = 0 configure:9370: result: yes configure:9370: checking for stdint.h configure:9370: gcc -c -g -O2 conftest.c >&5 configure:9370: $? = 0 configure:9370: result: yes configure:9370: checking for strings.h configure:9370: gcc -c -g -O2 conftest.c >&5 configure:9370: $? = 0 configure:9370: result: yes configure:9370: checking for sys/stat.h configure:9370: gcc -c -g -O2 conftest.c >&5 configure:9370: $? = 0 configure:9370: result: yes configure:9370: checking for sys/types.h configure:9370: gcc -c -g -O2 conftest.c >&5 configure:9370: $? = 0 configure:9370: result: yes configure:9370: checking for unistd.h configure:9370: gcc -c -g -O2 conftest.c >&5 configure:9370: $? = 0 configure:9370: result: yes configure:9395: checking for dlfcn.h configure:9395: gcc -c -g -O2 conftest.c >&5 configure:9395: $? = 0 configure:9395: result: yes configure:9690: checking for objdir configure:9706: result: .libs configure:9970: checking if gcc supports -fno-rtti -fno-exceptions configure:9989: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C configure:9993: $? = 0 configure:10006: result: no configure:10379: checking for gcc option to produce PIC configure:10387: result: -fPIC -DPIC configure:10395: checking if gcc PIC flag -fPIC -DPIC works configure:10414: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:10418: $? = 0 configure:10431: result: yes configure:10460: checking if gcc static flag -static works configure:10489: result: yes configure:10504: checking if gcc supports -c -o file.o configure:10526: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:10530: $? = 0 configure:10552: result: yes configure:10560: checking if gcc supports -c -o file.o configure:10608: result: yes configure:10641: checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries configure:11920: result: yes configure:11957: checking whether -lc should be explicitly linked in configure:11966: gcc -c -g -O2 conftest.c >&5 configure:11969: $? = 0 configure:11984: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:11987: $? = 0 configure:12001: result: no configure:12161: checking dynamic linker characteristics configure:12779: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:12779: $? = 0 configure:13540: result: GNU/Linux ld.so configure:13662: checking how to hardcode library paths into programs configure:13687: result: immediate configure:14239: checking whether stripping libraries is possible configure:14248: result: yes configure:14290: checking if libtool supports shared libraries configure:14292: result: yes configure:14295: checking whether to build shared libraries configure:14320: result: yes configure:14323: checking whether to build static libraries configure:14327: result: yes configure:14367: checking if gcc generates a .note.GNU-stack section configure:14395: gcc -c -S -o conftest.o conftest.c >&5 configure:14395: $? = 0 configure:14414: result: yes configure:14426: checking if gcc generates .size and .type asm directives configure:14459: gcc -c -S -o conftest.o conftest.c >&5 configure:14459: $? = 0 configure:14500: result: yes configure:14691: checking how to run the C preprocessor configure:14717: gcc -E conftest.c configure:14717: $? = 0 configure:14732: gcc -E conftest.c conftest.c:34:10: fatal error: ac_nonexistent.h: No such file or directory 34 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:14732: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | /* end confdefs.h. */ | #include configure:14759: result: gcc -E configure:14773: gcc -E conftest.c configure:14773: $? = 0 configure:14788: gcc -E conftest.c conftest.c:34:10: fatal error: ac_nonexistent.h: No such file or directory 34 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:14788: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | /* end confdefs.h. */ | #include configure:14822: checking C compiler vendor configure:14855: gcc -E conftest.c configure:14855: $? = 0 configure:14875: result: gcc-13-2 configure:14882: checking whether target executables can be run in the build configure:14903: gcc -o conftest conftest.c >&5 configure:14903: $? = 0 configure:14903: ./conftest configure:14903: $? = 0 configure:14905: result: yes configure:15041: checking whether #! works in shell scripts configure:15059: result: yes configure:15176: checking whether the C compiler accepts -Wold-style-declaration configure:15196: gcc -c -Werror -Wold-style-declaration conftest.c >&5 configure:15196: $? = 0 configure:15206: result: yes configure:15219: checking whether the C compiler accepts -Wimplicit-fallthrough=5 configure:15239: gcc -c -Werror -Wimplicit-fallthrough=5 conftest.c >&5 configure:15239: $? = 0 configure:15249: result: yes configure:15437: checking for flexdll sources configure:15666: checking for flexdll.h configure:15666: gcc -c conftest.c >&5 conftest.c:30:10: fatal error: flexdll.h: No such file or directory 30 | #include | ^~~~~~~~~~~ compilation terminated. configure:15666: $? = 1 configure: failed program was: | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:15666: result: no configure:17051: checking for winpthreads sources configure:17142: result: skipping on that platform configure:17164: checking for a BSD-compatible install configure:17237: result: /usr/bin/install -c configure:17252: checking for library containing cos configure:17282: gcc -o conftest conftest.c >&5 conftest.c:39:6: warning: conflicting types for built-in function 'cos'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 39 | char cos (); | ^~~ conftest.c:1:1: note: 'cos' is declared in header '' 1 | /* confdefs.h */ configure:17282: $? = 0 configure:17302: result: none required configure:17321: checking for pthread_np.h configure:17321: gcc -c conftest.c >&5 conftest.c:63:10: fatal error: pthread_np.h: No such file or directory 63 | #include | ^~~~~~~~~~~~~~ compilation terminated. configure:17321: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:17321: result: no configure:17328: checking for dirent.h configure:17328: gcc -c conftest.c >&5 configure:17328: $? = 0 configure:17328: result: yes configure:17337: checking for sys/select.h configure:17337: gcc -c conftest.c >&5 configure:17337: $? = 0 configure:17337: result: yes configure:17346: checking for sys/mman.h configure:17346: gcc -c conftest.c >&5 configure:17346: $? = 0 configure:17346: result: yes configure:17356: checking for linux/futex.h configure:17356: gcc -c conftest.c >&5 conftest.c:66:10: fatal error: linux/futex.h: No such file or directory 66 | #include | ^~~~~~~~~~~~~~~ compilation terminated. configure:17356: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:17356: result: no configure:17370: checking for off_t configure:17370: gcc -c conftest.c >&5 configure:17370: $? = 0 configure:17370: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:69:20: error: expected expression before ')' token 69 | if (sizeof ((off_t))) | ^ configure:17370: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:17370: result: yes configure:17389: checking size of int configure:17395: gcc -o conftest conftest.c >&5 configure:17395: $? = 0 configure:17395: ./conftest configure:17395: $? = 0 configure:17410: result: 4 configure:17422: checking size of long configure:17428: gcc -o conftest conftest.c >&5 configure:17428: $? = 0 configure:17428: ./conftest configure:17428: $? = 0 configure:17443: result: 8 configure:17455: checking size of long * configure:17461: gcc -o conftest conftest.c >&5 configure:17461: $? = 0 configure:17461: ./conftest configure:17461: $? = 0 configure:17476: result: 8 configure:17488: checking size of short configure:17494: gcc -o conftest conftest.c >&5 configure:17494: $? = 0 configure:17494: ./conftest configure:17494: $? = 0 configure:17509: result: 2 configure:17521: checking size of long long configure:17527: gcc -o conftest conftest.c >&5 configure:17527: $? = 0 configure:17527: ./conftest configure:17527: $? = 0 configure:17542: result: 8 configure:17583: Target is a 64 bits architecture configure:17586: checking whether byte ordering is bigendian configure:17602: gcc -c conftest.c >&5 conftest.c:47:16: error: unknown type name 'not' 47 | not a universal capable compiler | ^~~ conftest.c:47:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' 47 | not a universal capable compiler | ^~~~~~~~~ conftest.c:47:22: error: unknown type name 'universal' configure:17602: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:17648: gcc -c conftest.c >&5 configure:17648: $? = 0 configure:17667: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:53:18: error: unknown type name 'not'; did you mean 'ino_t'? 53 | not big endian | ^~~ | ino_t conftest.c:53:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' 53 | not big endian | ^~~~~~ configure:17667: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:17801: result: no configure:17823: checking alignment of double configure:17829: gcc -o conftest conftest.c >&5 configure:17829: $? = 0 configure:17829: ./conftest configure:17829: $? = 0 configure:17845: result: 8 configure:17855: checking alignment of long configure:17861: gcc -o conftest conftest.c >&5 configure:17861: $? = 0 configure:17861: ./conftest configure:17861: $? = 0 configure:17877: result: 8 configure:17887: checking alignment of long long configure:17893: gcc -o conftest conftest.c >&5 configure:17893: $? = 0 configure:17893: ./conftest configure:17893: $? = 0 configure:17909: result: 8 configure:17952: checking for max_align_t configure:17952: gcc -c conftest.c >&5 configure:17952: $? = 0 configure:17952: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:54:26: error: expected expression before ')' token 54 | if (sizeof ((max_align_t))) | ^ configure:17952: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG 8 | #define ALIGNOF_LONG_LONG 8 | /* end confdefs.h. */ | #include | | int | main (void) | { | if (sizeof ((max_align_t))) | return 0; | ; | return 0; | } configure:17952: result: yes configure:18000: checking if gcc supports _Atomic types with no additional options configure:18025: gcc -o conftest conftest.c >&5 configure:18025: $? = 0 configure:18028: result: yes configure:18408: checking whether the C compiler accepts -fno-tree-vrp configure:18428: gcc -c -Werror -fno-tree-vrp conftest.c >&5 configure:18428: $? = 0 configure:18438: result: yes configure:18453: checking whether the C compiler supports __attribute__((optimize("tree-vectorize"))) configure:18468: gcc -c -Werror conftest.c >&5 configure:18468: $? = 0 configure:18472: result: yes configure:18484: checking whether gcc supports the labels as values extension configure:18507: gcc -c conftest.c >&5 configure:18507: $? = 0 configure:18516: result: yes configure:18870: checking for ld configure:18891: found /usr/bin/ld configure:18902: result: ld configure:19062: checking for rlwrap configure:19097: result: no configure:19115: checking semantics of signal handlers configure:19117: checking for sigaction configure:19117: gcc -o conftest conftest.c >&5 configure:19117: $? = 0 configure:19117: result: yes configure:19125: checking for sigprocmask configure:19125: gcc -o conftest conftest.c >&5 configure:19125: $? = 0 configure:19125: result: yes configure:19137: POSIX signal handling found. configure:19154: checking for expm1 configure:19154: gcc -o conftest conftest.c >&5 conftest.c:71:6: warning: conflicting types for built-in function 'expm1'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 71 | char expm1 (); | ^~~~~ conftest.c:63:1: note: 'expm1' is declared in header '' 62 | #include 63 | #undef expm1 configure:19154: $? = 0 configure:19154: result: yes configure:19154: checking for log1p configure:19154: gcc -o conftest conftest.c >&5 conftest.c:72:6: warning: conflicting types for built-in function 'log1p'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 72 | char log1p (); | ^~~~~ conftest.c:64:1: note: 'log1p' is declared in header '' 63 | #include 64 | #undef log1p configure:19154: $? = 0 configure:19154: result: yes configure:19154: checking for hypot configure:19154: gcc -o conftest conftest.c >&5 conftest.c:73:6: warning: conflicting types for built-in function 'hypot'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch] 73 | char hypot (); | ^~~~~ conftest.c:65:1: note: 'hypot' is declared in header '' 64 | #include 65 | #undef hypot configure:19154: $? = 0 configure:19154: result: yes configure:19154: checking for fma configure:19154: gcc -o conftest conftest.c >&5 conftest.c:74:6: warning: conflicting types for built-in function 'fma'; expected 'double(double, double, double)' [-Wbuiltin-declaration-mismatch] 74 | char fma (); | ^~~ conftest.c:66:1: note: 'fma' is declared in header '' 65 | #include 66 | #undef fma configure:19154: $? = 0 configure:19154: result: yes configure:19154: checking for exp2 configure:19154: gcc -o conftest conftest.c >&5 conftest.c:75:6: warning: conflicting types for built-in function 'exp2'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 75 | char exp2 (); | ^~~~ conftest.c:67:1: note: 'exp2' is declared in header '' 66 | #include 67 | #undef exp2 configure:19154: $? = 0 configure:19154: result: yes configure:19154: checking for log2 configure:19154: gcc -o conftest conftest.c >&5 conftest.c:76:6: warning: conflicting types for built-in function 'log2'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 76 | char log2 (); | ^~~~ conftest.c:68:1: note: 'log2' is declared in header '' 67 | #include 68 | #undef log2 configure:19154: $? = 0 configure:19154: result: yes configure:19154: checking for cbrt configure:19154: gcc -o conftest conftest.c >&5 conftest.c:77:6: warning: conflicting types for built-in function 'cbrt'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 77 | char cbrt (); | ^~~~ conftest.c:69:1: note: 'cbrt' is declared in header '' 68 | #include 69 | #undef cbrt configure:19154: $? = 0 configure:19154: result: yes configure:19154: checking for acosh configure:19154: gcc -o conftest conftest.c >&5 conftest.c:78:6: warning: conflicting types for built-in function 'acosh'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 78 | char acosh (); | ^~~~~ conftest.c:70:1: note: 'acosh' is declared in header '' 69 | #include 70 | #undef acosh configure:19154: $? = 0 configure:19154: result: yes configure:19154: checking for asinh configure:19154: gcc -o conftest conftest.c >&5 conftest.c:79:6: warning: conflicting types for built-in function 'asinh'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 79 | char asinh (); | ^~~~~ conftest.c:71:1: note: 'asinh' is declared in header '' 70 | #include 71 | #undef asinh configure:19154: $? = 0 configure:19154: result: yes configure:19154: checking for atanh configure:19154: gcc -o conftest conftest.c >&5 conftest.c:80:6: warning: conflicting types for built-in function 'atanh'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 80 | char atanh (); | ^~~~~ conftest.c:72:1: note: 'atanh' is declared in header '' 71 | #include 72 | #undef atanh configure:19154: $? = 0 configure:19154: result: yes configure:19154: checking for erf configure:19154: gcc -o conftest conftest.c >&5 conftest.c:81:6: warning: conflicting types for built-in function 'erf'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 81 | char erf (); | ^~~ conftest.c:73:1: note: 'erf' is declared in header '' 72 | #include 73 | #undef erf configure:19154: $? = 0 configure:19154: result: yes configure:19154: checking for erfc configure:19154: gcc -o conftest conftest.c >&5 conftest.c:82:6: warning: conflicting types for built-in function 'erfc'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 82 | char erfc (); | ^~~~ conftest.c:74:1: note: 'erfc' is declared in header '' 73 | #include 74 | #undef erfc configure:19154: $? = 0 configure:19154: result: yes configure:19154: checking for trunc configure:19154: gcc -o conftest conftest.c >&5 conftest.c:83:6: warning: conflicting types for built-in function 'trunc'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 83 | char trunc (); | ^~~~~ conftest.c:75:1: note: 'trunc' is declared in header '' 74 | #include 75 | #undef trunc configure:19154: $? = 0 configure:19154: result: yes configure:19154: checking for round configure:19154: gcc -o conftest conftest.c >&5 conftest.c:84:6: warning: conflicting types for built-in function 'round'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 84 | char round (); | ^~~~~ conftest.c:76:1: note: 'round' is declared in header '' 75 | #include 76 | #undef round configure:19154: $? = 0 configure:19154: result: yes configure:19154: checking for copysign configure:19154: gcc -o conftest conftest.c >&5 conftest.c:85:6: warning: conflicting types for built-in function 'copysign'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch] 85 | char copysign (); | ^~~~~~~~ conftest.c:77:1: note: 'copysign' is declared in header '' 76 | #include 77 | #undef copysign configure:19154: $? = 0 configure:19154: result: yes configure:19173: checking whether round works configure:19208: gcc -o conftest conftest.c >&5 configure:19208: $? = 0 configure:19208: ./conftest configure:19208: $? = 0 configure:19210: result: yes configure:19245: checking whether fma works configure:19303: gcc -o conftest conftest.c >&5 configure:19303: $? = 0 configure:19303: ./conftest configure:19303: $? = 0 configure:19305: result: yes configure:19345: checking for getentropy configure:19345: gcc -o conftest conftest.c >&5 configure:19345: $? = 0 configure:19345: result: yes configure:19354: checking for getrusage configure:19354: gcc -o conftest conftest.c >&5 configure:19354: $? = 0 configure:19354: result: yes configure:19363: checking for times configure:19363: gcc -o conftest conftest.c >&5 configure:19363: $? = 0 configure:19363: result: yes configure:19376: checking for secure_getenv configure:19376: gcc -o conftest -D_GNU_SOURCE conftest.c >&5 configure:19376: $? = 0 configure:19376: result: yes configure:19396: checking for issetugid configure:19396: gcc -o conftest conftest.c >&5 configure:19396: $? = 0 configure:19396: result: yes configure:19451: gcc -E -P conftest.c configure:19451: $? = 0 configure:19492: checking for library containing clock_gettime configure:19522: gcc -o conftest conftest.c >&5 configure:19522: $? = 0 configure:19542: result: none required configure:19756: not using thread sanitizer configure:20183: checking for socket configure:20183: gcc -o conftest conftest.c >&5 configure:20183: $? = 0 configure:20183: result: yes configure:20183: checking for socketpair configure:20183: gcc -o conftest conftest.c >&5 configure:20183: $? = 0 configure:20183: result: yes configure:20183: checking for bind configure:20183: gcc -o conftest conftest.c >&5 configure:20183: $? = 0 configure:20183: result: yes configure:20183: checking for listen configure:20183: gcc -o conftest conftest.c >&5 configure:20183: $? = 0 configure:20183: result: yes configure:20183: checking for accept configure:20183: gcc -o conftest conftest.c >&5 configure:20183: $? = 0 configure:20183: result: yes configure:20183: checking for connect configure:20183: gcc -o conftest conftest.c >&5 configure:20183: $? = 0 configure:20183: result: yes configure:20218: checking for socklen_t configure:20218: gcc -c conftest.c >&5 configure:20218: $? = 0 configure:20218: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:91:24: error: expected expression before ')' token 91 | if (sizeof ((socklen_t))) | ^ configure:20218: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG 8 | #define ALIGNOF_LONG_LONG 8 | #define HAVE_MAX_ALIGN_T 1 | #define HAS_FULL_THREAD_VARIABLES 1 | #define SUPPORTS_TREE_VECTORIZE 1 | #define HAVE_LABELS_AS_VALUES 1 | #define OCAML_OS_TYPE "Unix" | #define POSIX_SIGNALS 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_HYPOT 1 | #define HAVE_FMA 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_TRUNC 1 | #define HAVE_ROUND 1 | #define HAVE_COPYSIGN 1 | #define HAS_C99_FLOAT_OPS 1 | #define HAS_WORKING_ROUND 1 | #define HAS_WORKING_FMA 1 | #define HAS_GETENTROPY 1 | #define HAS_GETRUSAGE 1 | #define HAS_TIMES 1 | #define HAS_SECURE_GETENV 1 | #define HAS_ISSETUGID 1 | #define HAS_POSIX_MONOTONIC_CLOCK 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_BIND 1 | #define HAVE_LISTEN 1 | #define HAVE_ACCEPT 1 | #define HAVE_CONNECT 1 | #define HAS_SOCKETS 1 | /* end confdefs.h. */ | #include | | int | main (void) | { | if (sizeof ((socklen_t))) | return 0; | ; | return 0; | } configure:20218: result: yes configure:20228: checking for inet_aton configure:20228: gcc -o conftest conftest.c >&5 configure:20228: $? = 0 configure:20228: result: yes configure:20272: checking for struct sockaddr_in6 configure:20272: gcc -c conftest.c >&5 configure:20272: $? = 0 configure:20272: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:98:34: error: expected expression before ')' token 98 | if (sizeof ((struct sockaddr_in6))) | ^ configure:20272: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG 8 | #define ALIGNOF_LONG_LONG 8 | #define HAVE_MAX_ALIGN_T 1 | #define HAS_FULL_THREAD_VARIABLES 1 | #define SUPPORTS_TREE_VECTORIZE 1 | #define HAVE_LABELS_AS_VALUES 1 | #define OCAML_OS_TYPE "Unix" | #define POSIX_SIGNALS 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_HYPOT 1 | #define HAVE_FMA 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_TRUNC 1 | #define HAVE_ROUND 1 | #define HAVE_COPYSIGN 1 | #define HAS_C99_FLOAT_OPS 1 | #define HAS_WORKING_ROUND 1 | #define HAS_WORKING_FMA 1 | #define HAS_GETENTROPY 1 | #define HAS_GETRUSAGE 1 | #define HAS_TIMES 1 | #define HAS_SECURE_GETENV 1 | #define HAS_ISSETUGID 1 | #define HAS_POSIX_MONOTONIC_CLOCK 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_BIND 1 | #define HAVE_LISTEN 1 | #define HAVE_ACCEPT 1 | #define HAVE_CONNECT 1 | #define HAS_SOCKETS 1 | #define HAS_SOCKLEN_T 1 | #define HAS_INET_ATON 1 | /* end confdefs.h. */ | | #include | #include | #include | | | | int | main (void) | { | if (sizeof ((struct sockaddr_in6))) | return 0; | ; | return 0; | } configure:20272: result: yes configure:20295: checking for getaddrinfo configure:20295: gcc -o conftest conftest.c >&5 configure:20295: $? = 0 configure:20295: result: yes configure:20295: checking for getnameinfo configure:20295: gcc -o conftest conftest.c >&5 configure:20295: $? = 0 configure:20295: result: yes configure:20295: checking for inet_pton configure:20295: gcc -o conftest conftest.c >&5 configure:20295: $? = 0 configure:20295: result: yes configure:20295: checking for inet_ntop configure:20295: gcc -o conftest conftest.c >&5 configure:20295: $? = 0 configure:20295: result: yes configure:20314: checking for rewinddir configure:20314: gcc -o conftest conftest.c >&5 configure:20314: $? = 0 configure:20314: result: yes configure:20322: checking for lockf configure:20322: gcc -o conftest conftest.c >&5 configure:20322: $? = 0 configure:20322: result: yes configure:20330: checking for mkfifo configure:20330: gcc -o conftest conftest.c >&5 configure:20330: $? = 0 configure:20330: result: yes configure:20338: checking for getcwd configure:20338: gcc -o conftest conftest.c >&5 configure:20338: $? = 0 configure:20338: result: yes configure:20346: checking for system configure:20346: gcc -o conftest conftest.c >&5 configure:20346: $? = 0 configure:20346: result: yes configure:20363: checking for sys/types.h configure:20363: result: yes configure:20366: checking for utime.h configure:20366: gcc -c conftest.c >&5 configure:20366: $? = 0 configure:20366: result: yes configure:20369: checking for utime configure:20369: gcc -o conftest conftest.c >&5 configure:20369: $? = 0 configure:20369: result: yes configure:20382: checking for utimes configure:20382: gcc -o conftest conftest.c >&5 configure:20382: $? = 0 configure:20382: result: yes configure:20390: checking for fchmod configure:20390: gcc -o conftest conftest.c >&5 configure:20390: $? = 0 configure:20390: result: yes configure:20393: checking for fchown configure:20393: gcc -o conftest conftest.c >&5 configure:20393: $? = 0 configure:20393: result: yes configure:20403: checking for truncate configure:20403: gcc -o conftest conftest.c >&5 configure:20403: $? = 0 configure:20403: result: yes configure:20406: checking for ftruncate configure:20406: gcc -o conftest conftest.c >&5 configure:20406: $? = 0 configure:20406: result: yes configure:20417: checking for select configure:20417: gcc -o conftest conftest.c >&5 configure:20417: $? = 0 configure:20417: result: yes configure:20420: checking for fd_set configure:20420: gcc -c conftest.c >&5 configure:20420: $? = 0 configure:20420: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:110:21: error: expected expression before ')' token 110 | if (sizeof ((fd_set))) | ^ configure:20420: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG 8 | #define ALIGNOF_LONG_LONG 8 | #define HAVE_MAX_ALIGN_T 1 | #define HAS_FULL_THREAD_VARIABLES 1 | #define SUPPORTS_TREE_VECTORIZE 1 | #define HAVE_LABELS_AS_VALUES 1 | #define OCAML_OS_TYPE "Unix" | #define POSIX_SIGNALS 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_HYPOT 1 | #define HAVE_FMA 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_TRUNC 1 | #define HAVE_ROUND 1 | #define HAVE_COPYSIGN 1 | #define HAS_C99_FLOAT_OPS 1 | #define HAS_WORKING_ROUND 1 | #define HAS_WORKING_FMA 1 | #define HAS_GETENTROPY 1 | #define HAS_GETRUSAGE 1 | #define HAS_TIMES 1 | #define HAS_SECURE_GETENV 1 | #define HAS_ISSETUGID 1 | #define HAS_POSIX_MONOTONIC_CLOCK 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_BIND 1 | #define HAVE_LISTEN 1 | #define HAVE_ACCEPT 1 | #define HAVE_CONNECT 1 | #define HAS_SOCKETS 1 | #define HAS_SOCKLEN_T 1 | #define HAS_INET_ATON 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAS_IPV6 1 | #define HAS_REWINDDIR 1 | #define HAS_LOCKF 1 | #define HAS_MKFIFO 1 | #define HAS_GETCWD 1 | #define HAS_SYSTEM 1 | #define HAS_UTIME 1 | #define HAS_UTIMES 1 | #define HAS_FCHMOD 1 | #define HAS_TRUNCATE 1 | /* end confdefs.h. */ | | #include | #include | | | int | main (void) | { | if (sizeof ((fd_set))) | return 0; | ; | return 0; | } configure:20420: result: yes configure:20434: checking for nanosleep configure:20434: gcc -o conftest conftest.c >&5 configure:20434: $? = 0 configure:20434: result: yes configure:20442: checking for symlink configure:20442: gcc -o conftest conftest.c >&5 configure:20442: $? = 0 configure:20442: result: yes configure:20445: checking for readlink configure:20445: gcc -o conftest conftest.c >&5 configure:20445: $? = 0 configure:20445: result: yes configure:20448: checking for lstat configure:20448: gcc -o conftest conftest.c >&5 configure:20448: $? = 0 configure:20448: result: yes configure:20460: checking for realpath configure:20460: gcc -o conftest conftest.c >&5 configure:20460: $? = 0 configure:20460: result: yes configure:20469: checking for waitpid configure:20469: gcc -o conftest conftest.c >&5 configure:20469: $? = 0 configure:20469: result: yes configure:20482: checking for wait4 configure:20482: gcc -o conftest conftest.c >&5 configure:20482: $? = 0 configure:20482: result: yes configure:20494: checking for getgroups configure:20494: gcc -o conftest conftest.c >&5 configure:20494: $? = 0 configure:20494: result: yes configure:20503: checking for setgroups configure:20503: gcc -o conftest conftest.c >&5 configure:20503: $? = 0 configure:20503: result: yes configure:20512: checking for initgroups configure:20512: gcc -o conftest conftest.c >&5 configure:20512: $? = 0 configure:20512: result: yes configure:20522: checking for termios.h configure:20522: gcc -c conftest.c >&5 configure:20522: $? = 0 configure:20522: result: yes configure:20525: checking for tcgetattr configure:20525: gcc -o conftest conftest.c >&5 configure:20525: $? = 0 configure:20525: result: yes configure:20528: checking for tcsetattr configure:20528: gcc -o conftest conftest.c >&5 configure:20528: $? = 0 configure:20528: result: yes configure:20531: checking for tcsendbreak configure:20531: gcc -o conftest conftest.c >&5 configure:20531: $? = 0 configure:20531: result: yes configure:20534: checking for tcflush configure:20534: gcc -o conftest conftest.c >&5 configure:20534: $? = 0 configure:20534: result: yes configure:20537: checking for tcflow configure:20537: gcc -o conftest conftest.c >&5 configure:20537: $? = 0 configure:20537: result: yes configure:20557: checking for setitimer configure:20557: gcc -o conftest conftest.c >&5 configure:20557: $? = 0 configure:20557: result: yes configure:20578: checking for gethostname configure:20578: gcc -o conftest conftest.c >&5 configure:20578: $? = 0 configure:20578: result: yes configure:20589: checking for sys/utsname.h configure:20589: gcc -c conftest.c >&5 configure:20589: $? = 0 configure:20589: result: yes configure:20592: checking for uname configure:20592: gcc -o conftest conftest.c >&5 configure:20592: $? = 0 configure:20592: result: yes configure:20604: checking for gettimeofday configure:20604: gcc -o conftest conftest.c >&5 configure:20604: $? = 0 configure:20604: result: yes configure:20619: checking for mktime configure:20619: gcc -o conftest conftest.c >&5 configure:20619: $? = 0 configure:20619: result: yes configure:20633: checking for setsid configure:20633: gcc -o conftest conftest.c >&5 configure:20633: $? = 0 configure:20633: result: yes configure:20644: checking for putenv configure:20644: gcc -o conftest conftest.c >&5 configure:20644: $? = 0 configure:20644: result: yes configure:20654: checking for setenv configure:20654: gcc -o conftest conftest.c >&5 configure:20654: $? = 0 configure:20654: result: yes configure:20657: checking for unsetenv configure:20657: gcc -o conftest conftest.c >&5 configure:20657: $? = 0 configure:20657: result: yes configure:20675: checking for locale.h configure:20675: gcc -c conftest.c >&5 configure:20675: $? = 0 configure:20675: result: yes configure:20678: checking for newlocale configure:20678: gcc -o conftest conftest.c >&5 configure:20678: $? = 0 configure:20678: result: yes configure:20681: checking for freelocale configure:20681: gcc -o conftest conftest.c >&5 configure:20681: $? = 0 configure:20681: result: yes configure:20684: checking for uselocale configure:20684: gcc -o conftest conftest.c >&5 configure:20684: $? = 0 configure:20684: result: yes configure:20699: checking for xlocale.h configure:20699: gcc -c conftest.c >&5 conftest.c:149:10: fatal error: xlocale.h: No such file or directory 149 | #include | ^~~~~~~~~~~ compilation terminated. configure:20699: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG 8 | #define ALIGNOF_LONG_LONG 8 | #define HAVE_MAX_ALIGN_T 1 | #define HAS_FULL_THREAD_VARIABLES 1 | #define SUPPORTS_TREE_VECTORIZE 1 | #define HAVE_LABELS_AS_VALUES 1 | #define OCAML_OS_TYPE "Unix" | #define POSIX_SIGNALS 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_HYPOT 1 | #define HAVE_FMA 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_TRUNC 1 | #define HAVE_ROUND 1 | #define HAVE_COPYSIGN 1 | #define HAS_C99_FLOAT_OPS 1 | #define HAS_WORKING_ROUND 1 | #define HAS_WORKING_FMA 1 | #define HAS_GETENTROPY 1 | #define HAS_GETRUSAGE 1 | #define HAS_TIMES 1 | #define HAS_SECURE_GETENV 1 | #define HAS_ISSETUGID 1 | #define HAS_POSIX_MONOTONIC_CLOCK 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_BIND 1 | #define HAVE_LISTEN 1 | #define HAVE_ACCEPT 1 | #define HAVE_CONNECT 1 | #define HAS_SOCKETS 1 | #define HAS_SOCKLEN_T 1 | #define HAS_INET_ATON 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAS_IPV6 1 | #define HAS_REWINDDIR 1 | #define HAS_LOCKF 1 | #define HAS_MKFIFO 1 | #define HAS_GETCWD 1 | #define HAS_SYSTEM 1 | #define HAS_UTIME 1 | #define HAS_UTIMES 1 | #define HAS_FCHMOD 1 | #define HAS_TRUNCATE 1 | #define HAS_SELECT 1 | #define HAS_NANOSLEEP 1 | #define HAS_SYMLINK 1 | #define HAS_REALPATH 1 | #define HAS_WAITPID 1 | #define HAS_WAIT4 1 | #define HAS_GETGROUPS 1 | #define HAS_SETGROUPS 1 | #define HAS_INITGROUPS 1 | #define HAS_TERMIOS 1 | #define HAS_SETITIMER 1 | #define HAS_GETHOSTNAME 1 | #define HAS_UNAME 1 | #define HAS_GETTIMEOFDAY 1 | #define HAS_MKTIME 1 | #define HAS_SETSID 1 | #define HAS_PUTENV 1 | #define HAS_SETENV_UNSETENV 1 | #define HAS_LOCALE_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:20699: result: no configure:20730: checking for strtod_l configure:20730: gcc -o conftest conftest.c >&5 configure:20730: $? = 0 configure:20730: result: yes configure:20746: checking for dlopen configure:20746: gcc -o conftest conftest.c >&5 configure:20746: $? = 0 configure:20746: result: yes configure:20802: Dynamic loading of shared libraries is supported. configure:20813: checking for sys/mman.h configure:20813: result: yes configure:20816: checking for mmap configure:20816: gcc -o conftest conftest.c >&5 configure:20816: $? = 0 configure:20816: result: yes configure:20819: checking for munmap configure:20819: gcc -o conftest conftest.c >&5 configure:20819: $? = 0 configure:20819: result: yes configure:20833: checking for pwrite configure:20833: gcc -o conftest conftest.c >&5 configure:20833: $? = 0 configure:20833: result: yes configure:20853: checking whether the C compiler accepts -fdebug-prefix-map=old=new configure:20873: gcc -c -Werror -fdebug-prefix-map=old=new conftest.c >&5 configure:20873: $? = 0 configure:20883: result: yes configure:20897: checking for struct stat.st_atim.tv_nsec configure:20897: gcc -c conftest.c >&5 configure:20897: $? = 0 configure:20897: result: yes configure:20908: checking for struct stat.st_atimespec.tv_nsec configure:20908: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:161:12: error: 'struct stat' has no member named 'st_atimespec' 161 | if (ac_aggr.st_atimespec.tv_nsec) | ^ configure:20908: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG 8 | #define ALIGNOF_LONG_LONG 8 | #define HAVE_MAX_ALIGN_T 1 | #define HAS_FULL_THREAD_VARIABLES 1 | #define SUPPORTS_TREE_VECTORIZE 1 | #define HAVE_LABELS_AS_VALUES 1 | #define OCAML_OS_TYPE "Unix" | #define POSIX_SIGNALS 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_HYPOT 1 | #define HAVE_FMA 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_TRUNC 1 | #define HAVE_ROUND 1 | #define HAVE_COPYSIGN 1 | #define HAS_C99_FLOAT_OPS 1 | #define HAS_WORKING_ROUND 1 | #define HAS_WORKING_FMA 1 | #define HAS_GETENTROPY 1 | #define HAS_GETRUSAGE 1 | #define HAS_TIMES 1 | #define HAS_SECURE_GETENV 1 | #define HAS_ISSETUGID 1 | #define HAS_POSIX_MONOTONIC_CLOCK 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_BIND 1 | #define HAVE_LISTEN 1 | #define HAVE_ACCEPT 1 | #define HAVE_CONNECT 1 | #define HAS_SOCKETS 1 | #define HAS_SOCKLEN_T 1 | #define HAS_INET_ATON 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAS_IPV6 1 | #define HAS_REWINDDIR 1 | #define HAS_LOCKF 1 | #define HAS_MKFIFO 1 | #define HAS_GETCWD 1 | #define HAS_SYSTEM 1 | #define HAS_UTIME 1 | #define HAS_UTIMES 1 | #define HAS_FCHMOD 1 | #define HAS_TRUNCATE 1 | #define HAS_SELECT 1 | #define HAS_NANOSLEEP 1 | #define HAS_SYMLINK 1 | #define HAS_REALPATH 1 | #define HAS_WAITPID 1 | #define HAS_WAIT4 1 | #define HAS_GETGROUPS 1 | #define HAS_SETGROUPS 1 | #define HAS_INITGROUPS 1 | #define HAS_TERMIOS 1 | #define HAS_SETITIMER 1 | #define HAS_GETHOSTNAME 1 | #define HAS_UNAME 1 | #define HAS_GETTIMEOFDAY 1 | #define HAS_MKTIME 1 | #define HAS_SETSID 1 | #define HAS_PUTENV 1 | #define HAS_SETENV_UNSETENV 1 | #define HAS_LOCALE_H 1 | #define HAS_STRTOD_L 1 | #define SUPPORT_DYNAMIC_LINKING 1 | #define HAS_MMAP 1 | #define HAS_PWRITE 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | int | main (void) | { | static struct stat ac_aggr; | if (ac_aggr.st_atimespec.tv_nsec) | return 0; | ; | return 0; | } configure:20908: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:161:19: error: 'struct stat' has no member named 'st_atimespec' 161 | if (sizeof ac_aggr.st_atimespec.tv_nsec) | ^ configure:20908: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG 8 | #define ALIGNOF_LONG_LONG 8 | #define HAVE_MAX_ALIGN_T 1 | #define HAS_FULL_THREAD_VARIABLES 1 | #define SUPPORTS_TREE_VECTORIZE 1 | #define HAVE_LABELS_AS_VALUES 1 | #define OCAML_OS_TYPE "Unix" | #define POSIX_SIGNALS 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_HYPOT 1 | #define HAVE_FMA 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_TRUNC 1 | #define HAVE_ROUND 1 | #define HAVE_COPYSIGN 1 | #define HAS_C99_FLOAT_OPS 1 | #define HAS_WORKING_ROUND 1 | #define HAS_WORKING_FMA 1 | #define HAS_GETENTROPY 1 | #define HAS_GETRUSAGE 1 | #define HAS_TIMES 1 | #define HAS_SECURE_GETENV 1 | #define HAS_ISSETUGID 1 | #define HAS_POSIX_MONOTONIC_CLOCK 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_BIND 1 | #define HAVE_LISTEN 1 | #define HAVE_ACCEPT 1 | #define HAVE_CONNECT 1 | #define HAS_SOCKETS 1 | #define HAS_SOCKLEN_T 1 | #define HAS_INET_ATON 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAS_IPV6 1 | #define HAS_REWINDDIR 1 | #define HAS_LOCKF 1 | #define HAS_MKFIFO 1 | #define HAS_GETCWD 1 | #define HAS_SYSTEM 1 | #define HAS_UTIME 1 | #define HAS_UTIMES 1 | #define HAS_FCHMOD 1 | #define HAS_TRUNCATE 1 | #define HAS_SELECT 1 | #define HAS_NANOSLEEP 1 | #define HAS_SYMLINK 1 | #define HAS_REALPATH 1 | #define HAS_WAITPID 1 | #define HAS_WAIT4 1 | #define HAS_GETGROUPS 1 | #define HAS_SETGROUPS 1 | #define HAS_INITGROUPS 1 | #define HAS_TERMIOS 1 | #define HAS_SETITIMER 1 | #define HAS_GETHOSTNAME 1 | #define HAS_UNAME 1 | #define HAS_GETTIMEOFDAY 1 | #define HAS_MKTIME 1 | #define HAS_SETSID 1 | #define HAS_PUTENV 1 | #define HAS_SETENV_UNSETENV 1 | #define HAS_LOCALE_H 1 | #define HAS_STRTOD_L 1 | #define SUPPORT_DYNAMIC_LINKING 1 | #define HAS_MMAP 1 | #define HAS_PWRITE 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | int | main (void) | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_atimespec.tv_nsec) | return 0; | ; | return 0; | } configure:20908: result: no configure:20919: checking for struct stat.st_atimensec configure:20919: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:161:12: error: 'struct stat' has no member named 'st_atimensec' 161 | if (ac_aggr.st_atimensec) | ^ configure:20919: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG 8 | #define ALIGNOF_LONG_LONG 8 | #define HAVE_MAX_ALIGN_T 1 | #define HAS_FULL_THREAD_VARIABLES 1 | #define SUPPORTS_TREE_VECTORIZE 1 | #define HAVE_LABELS_AS_VALUES 1 | #define OCAML_OS_TYPE "Unix" | #define POSIX_SIGNALS 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_HYPOT 1 | #define HAVE_FMA 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_TRUNC 1 | #define HAVE_ROUND 1 | #define HAVE_COPYSIGN 1 | #define HAS_C99_FLOAT_OPS 1 | #define HAS_WORKING_ROUND 1 | #define HAS_WORKING_FMA 1 | #define HAS_GETENTROPY 1 | #define HAS_GETRUSAGE 1 | #define HAS_TIMES 1 | #define HAS_SECURE_GETENV 1 | #define HAS_ISSETUGID 1 | #define HAS_POSIX_MONOTONIC_CLOCK 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_BIND 1 | #define HAVE_LISTEN 1 | #define HAVE_ACCEPT 1 | #define HAVE_CONNECT 1 | #define HAS_SOCKETS 1 | #define HAS_SOCKLEN_T 1 | #define HAS_INET_ATON 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAS_IPV6 1 | #define HAS_REWINDDIR 1 | #define HAS_LOCKF 1 | #define HAS_MKFIFO 1 | #define HAS_GETCWD 1 | #define HAS_SYSTEM 1 | #define HAS_UTIME 1 | #define HAS_UTIMES 1 | #define HAS_FCHMOD 1 | #define HAS_TRUNCATE 1 | #define HAS_SELECT 1 | #define HAS_NANOSLEEP 1 | #define HAS_SYMLINK 1 | #define HAS_REALPATH 1 | #define HAS_WAITPID 1 | #define HAS_WAIT4 1 | #define HAS_GETGROUPS 1 | #define HAS_SETGROUPS 1 | #define HAS_INITGROUPS 1 | #define HAS_TERMIOS 1 | #define HAS_SETITIMER 1 | #define HAS_GETHOSTNAME 1 | #define HAS_UNAME 1 | #define HAS_GETTIMEOFDAY 1 | #define HAS_MKTIME 1 | #define HAS_SETSID 1 | #define HAS_PUTENV 1 | #define HAS_SETENV_UNSETENV 1 | #define HAS_LOCALE_H 1 | #define HAS_STRTOD_L 1 | #define SUPPORT_DYNAMIC_LINKING 1 | #define HAS_MMAP 1 | #define HAS_PWRITE 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | int | main (void) | { | static struct stat ac_aggr; | if (ac_aggr.st_atimensec) | return 0; | ; | return 0; | } configure:20919: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:161:19: error: 'struct stat' has no member named 'st_atimensec' 161 | if (sizeof ac_aggr.st_atimensec) | ^ configure:20919: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG 8 | #define ALIGNOF_LONG_LONG 8 | #define HAVE_MAX_ALIGN_T 1 | #define HAS_FULL_THREAD_VARIABLES 1 | #define SUPPORTS_TREE_VECTORIZE 1 | #define HAVE_LABELS_AS_VALUES 1 | #define OCAML_OS_TYPE "Unix" | #define POSIX_SIGNALS 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_HYPOT 1 | #define HAVE_FMA 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_TRUNC 1 | #define HAVE_ROUND 1 | #define HAVE_COPYSIGN 1 | #define HAS_C99_FLOAT_OPS 1 | #define HAS_WORKING_ROUND 1 | #define HAS_WORKING_FMA 1 | #define HAS_GETENTROPY 1 | #define HAS_GETRUSAGE 1 | #define HAS_TIMES 1 | #define HAS_SECURE_GETENV 1 | #define HAS_ISSETUGID 1 | #define HAS_POSIX_MONOTONIC_CLOCK 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_BIND 1 | #define HAVE_LISTEN 1 | #define HAVE_ACCEPT 1 | #define HAVE_CONNECT 1 | #define HAS_SOCKETS 1 | #define HAS_SOCKLEN_T 1 | #define HAS_INET_ATON 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAS_IPV6 1 | #define HAS_REWINDDIR 1 | #define HAS_LOCKF 1 | #define HAS_MKFIFO 1 | #define HAS_GETCWD 1 | #define HAS_SYSTEM 1 | #define HAS_UTIME 1 | #define HAS_UTIMES 1 | #define HAS_FCHMOD 1 | #define HAS_TRUNCATE 1 | #define HAS_SELECT 1 | #define HAS_NANOSLEEP 1 | #define HAS_SYMLINK 1 | #define HAS_REALPATH 1 | #define HAS_WAITPID 1 | #define HAS_WAIT4 1 | #define HAS_GETGROUPS 1 | #define HAS_SETGROUPS 1 | #define HAS_INITGROUPS 1 | #define HAS_TERMIOS 1 | #define HAS_SETITIMER 1 | #define HAS_GETHOSTNAME 1 | #define HAS_UNAME 1 | #define HAS_GETTIMEOFDAY 1 | #define HAS_MKTIME 1 | #define HAS_SETSID 1 | #define HAS_PUTENV 1 | #define HAS_SETENV_UNSETENV 1 | #define HAS_LOCALE_H 1 | #define HAS_STRTOD_L 1 | #define SUPPORT_DYNAMIC_LINKING 1 | #define HAS_MMAP 1 | #define HAS_PWRITE 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | int | main (void) | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_atimensec) | return 0; | ; | return 0; | } configure:20919: result: no configure:20933: stat supports nanosecond precision configure:20950: checking how many arguments gethostbyname_r() takes configure:20986: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:132:19: error: too few arguments to function 'gethostbyname_r' 132 | (void)gethostbyname_r(name) /* ; */ | ^~~~~~~~~~~~~~~ In file included from conftest.c:126: /usr/include/netdb.h:134:5: note: declared here 134 | int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *); | ^~~~~~~~~~~~~~~ configure:20986: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG 8 | #define ALIGNOF_LONG_LONG 8 | #define HAVE_MAX_ALIGN_T 1 | #define HAS_FULL_THREAD_VARIABLES 1 | #define SUPPORTS_TREE_VECTORIZE 1 | #define HAVE_LABELS_AS_VALUES 1 | #define OCAML_OS_TYPE "Unix" | #define POSIX_SIGNALS 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_HYPOT 1 | #define HAVE_FMA 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_TRUNC 1 | #define HAVE_ROUND 1 | #define HAVE_COPYSIGN 1 | #define HAS_C99_FLOAT_OPS 1 | #define HAS_WORKING_ROUND 1 | #define HAS_WORKING_FMA 1 | #define HAS_GETENTROPY 1 | #define HAS_GETRUSAGE 1 | #define HAS_TIMES 1 | #define HAS_SECURE_GETENV 1 | #define HAS_ISSETUGID 1 | #define HAS_POSIX_MONOTONIC_CLOCK 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_BIND 1 | #define HAVE_LISTEN 1 | #define HAVE_ACCEPT 1 | #define HAVE_CONNECT 1 | #define HAS_SOCKETS 1 | #define HAS_SOCKLEN_T 1 | #define HAS_INET_ATON 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAS_IPV6 1 | #define HAS_REWINDDIR 1 | #define HAS_LOCKF 1 | #define HAS_MKFIFO 1 | #define HAS_GETCWD 1 | #define HAS_SYSTEM 1 | #define HAS_UTIME 1 | #define HAS_UTIMES 1 | #define HAS_FCHMOD 1 | #define HAS_TRUNCATE 1 | #define HAS_SELECT 1 | #define HAS_NANOSLEEP 1 | #define HAS_SYMLINK 1 | #define HAS_REALPATH 1 | #define HAS_WAITPID 1 | #define HAS_WAIT4 1 | #define HAS_GETGROUPS 1 | #define HAS_SETGROUPS 1 | #define HAS_INITGROUPS 1 | #define HAS_TERMIOS 1 | #define HAS_SETITIMER 1 | #define HAS_GETHOSTNAME 1 | #define HAS_UNAME 1 | #define HAS_GETTIMEOFDAY 1 | #define HAS_MKTIME 1 | #define HAS_SETSID 1 | #define HAS_PUTENV 1 | #define HAS_SETENV_UNSETENV 1 | #define HAS_LOCALE_H 1 | #define HAS_STRTOD_L 1 | #define SUPPORT_DYNAMIC_LINKING 1 | #define HAS_MMAP 1 | #define HAS_PWRITE 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | /* end confdefs.h. */ | #include | int | main (void) | { | | char *name = "www.gnu.org"; | (void)gethostbyname_r(name) /* ; */ | | ; | return 0; | } configure:21017: gcc -c conftest.c >&5 configure:21017: $? = 0 configure:21120: result: six configure:21175: checking how many arguments gethostbyaddr_r() takes configure:21211: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:135:19: error: too few arguments to function 'gethostbyaddr_r' 135 | (void)gethostbyaddr_r(addr) /* ; */ | ^~~~~~~~~~~~~~~ In file included from conftest.c:129: /usr/include/netdb.h:137:5: note: declared here 137 | int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, char *, size_t, struct hostent **, int *); | ^~~~~~~~~~~~~~~ configure:21211: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG 8 | #define ALIGNOF_LONG_LONG 8 | #define HAVE_MAX_ALIGN_T 1 | #define HAS_FULL_THREAD_VARIABLES 1 | #define SUPPORTS_TREE_VECTORIZE 1 | #define HAVE_LABELS_AS_VALUES 1 | #define OCAML_OS_TYPE "Unix" | #define POSIX_SIGNALS 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_HYPOT 1 | #define HAVE_FMA 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_TRUNC 1 | #define HAVE_ROUND 1 | #define HAVE_COPYSIGN 1 | #define HAS_C99_FLOAT_OPS 1 | #define HAS_WORKING_ROUND 1 | #define HAS_WORKING_FMA 1 | #define HAS_GETENTROPY 1 | #define HAS_GETRUSAGE 1 | #define HAS_TIMES 1 | #define HAS_SECURE_GETENV 1 | #define HAS_ISSETUGID 1 | #define HAS_POSIX_MONOTONIC_CLOCK 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_BIND 1 | #define HAVE_LISTEN 1 | #define HAVE_ACCEPT 1 | #define HAVE_CONNECT 1 | #define HAS_SOCKETS 1 | #define HAS_SOCKLEN_T 1 | #define HAS_INET_ATON 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAS_IPV6 1 | #define HAS_REWINDDIR 1 | #define HAS_LOCKF 1 | #define HAS_MKFIFO 1 | #define HAS_GETCWD 1 | #define HAS_SYSTEM 1 | #define HAS_UTIME 1 | #define HAS_UTIMES 1 | #define HAS_FCHMOD 1 | #define HAS_TRUNCATE 1 | #define HAS_SELECT 1 | #define HAS_NANOSLEEP 1 | #define HAS_SYMLINK 1 | #define HAS_REALPATH 1 | #define HAS_WAITPID 1 | #define HAS_WAIT4 1 | #define HAS_GETGROUPS 1 | #define HAS_SETGROUPS 1 | #define HAS_INITGROUPS 1 | #define HAS_TERMIOS 1 | #define HAS_SETITIMER 1 | #define HAS_GETHOSTNAME 1 | #define HAS_UNAME 1 | #define HAS_GETTIMEOFDAY 1 | #define HAS_MKTIME 1 | #define HAS_SETSID 1 | #define HAS_PUTENV 1 | #define HAS_SETENV_UNSETENV 1 | #define HAS_LOCALE_H 1 | #define HAS_STRTOD_L 1 | #define SUPPORT_DYNAMIC_LINKING 1 | #define HAS_MMAP 1 | #define HAS_PWRITE 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAS_GETHOSTBYNAME_R 6 | /* end confdefs.h. */ | #include | int | main (void) | { | | char *addr = "192.168.1.1"; | (void)gethostbyaddr_r(addr) /* ; */ | | ; | return 0; | } configure:21243: gcc -c conftest.c >&5 configure:21243: $? = 0 configure:21300: result: eight configure:21352: checking for mkstemp configure:21352: gcc -o conftest conftest.c >&5 configure:21352: $? = 0 configure:21352: result: yes configure:21362: checking for nice configure:21362: gcc -o conftest conftest.c >&5 configure:21362: $? = 0 configure:21362: result: yes configure:21372: checking for dup3 configure:21372: gcc -o conftest conftest.c >&5 configure:21372: $? = 0 configure:21372: result: yes configure:21382: checking for pipe2 configure:21382: gcc -o conftest conftest.c >&5 configure:21382: $? = 0 configure:21382: result: yes configure:21392: checking for accept4 configure:21392: gcc -o conftest conftest.c >&5 configure:21392: $? = 0 configure:21392: result: yes configure:21402: checking for getauxval configure:21402: gcc -o conftest conftest.c >&5 configure:21402: $? = 0 configure:21402: result: yes configure:21411: checking for sys/shm.h configure:21411: gcc -c conftest.c >&5 configure:21411: $? = 0 configure:21411: result: yes configure:21417: checking for shmat configure:21417: gcc -o conftest conftest.c >&5 configure:21417: $? = 0 configure:21417: result: yes configure:21430: checking for execvpe configure:21430: gcc -o conftest conftest.c >&5 configure:21430: $? = 0 configure:21430: result: yes configure:21440: checking for spawn.h configure:21440: gcc -c conftest.c >&5 configure:21440: $? = 0 configure:21440: result: yes configure:21443: checking for posix_spawn configure:21443: gcc -o conftest conftest.c >&5 configure:21443: $? = 0 configure:21443: result: yes configure:21446: checking for posix_spawnp configure:21446: gcc -o conftest conftest.c >&5 configure:21446: $? = 0 configure:21446: result: yes configure:21613: checking for pkg-config configure:21651: result: no configure:21677: checking for gcc options needed to detect all undeclared functions configure:21699: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:146:8: error: 'strchr' undeclared (first use in this function) 146 | (void) strchr; | ^~~~~~ conftest.c:1:1: note: 'strchr' is defined in header ''; did you forget to '#include '? 1 | /* confdefs.h */ conftest.c:146:8: note: each undeclared identifier is reported only once for each function it appears in 146 | (void) strchr; | ^~~~~~ configure:21699: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG 8 | #define ALIGNOF_LONG_LONG 8 | #define HAVE_MAX_ALIGN_T 1 | #define HAS_FULL_THREAD_VARIABLES 1 | #define SUPPORTS_TREE_VECTORIZE 1 | #define HAVE_LABELS_AS_VALUES 1 | #define OCAML_OS_TYPE "Unix" | #define POSIX_SIGNALS 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_HYPOT 1 | #define HAVE_FMA 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_TRUNC 1 | #define HAVE_ROUND 1 | #define HAVE_COPYSIGN 1 | #define HAS_C99_FLOAT_OPS 1 | #define HAS_WORKING_ROUND 1 | #define HAS_WORKING_FMA 1 | #define HAS_GETENTROPY 1 | #define HAS_GETRUSAGE 1 | #define HAS_TIMES 1 | #define HAS_SECURE_GETENV 1 | #define HAS_ISSETUGID 1 | #define HAS_POSIX_MONOTONIC_CLOCK 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_BIND 1 | #define HAVE_LISTEN 1 | #define HAVE_ACCEPT 1 | #define HAVE_CONNECT 1 | #define HAS_SOCKETS 1 | #define HAS_SOCKLEN_T 1 | #define HAS_INET_ATON 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAS_IPV6 1 | #define HAS_REWINDDIR 1 | #define HAS_LOCKF 1 | #define HAS_MKFIFO 1 | #define HAS_GETCWD 1 | #define HAS_SYSTEM 1 | #define HAS_UTIME 1 | #define HAS_UTIMES 1 | #define HAS_FCHMOD 1 | #define HAS_TRUNCATE 1 | #define HAS_SELECT 1 | #define HAS_NANOSLEEP 1 | #define HAS_SYMLINK 1 | #define HAS_REALPATH 1 | #define HAS_WAITPID 1 | #define HAS_WAIT4 1 | #define HAS_GETGROUPS 1 | #define HAS_SETGROUPS 1 | #define HAS_INITGROUPS 1 | #define HAS_TERMIOS 1 | #define HAS_SETITIMER 1 | #define HAS_GETHOSTNAME 1 | #define HAS_UNAME 1 | #define HAS_GETTIMEOFDAY 1 | #define HAS_MKTIME 1 | #define HAS_SETSID 1 | #define HAS_PUTENV 1 | #define HAS_SETENV_UNSETENV 1 | #define HAS_LOCALE_H 1 | #define HAS_STRTOD_L 1 | #define SUPPORT_DYNAMIC_LINKING 1 | #define HAS_MMAP 1 | #define HAS_PWRITE 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAS_GETHOSTBYNAME_R 6 | #define HAVE_GETHOSTBYADDR_R 1 | #define HAVE_FUNC_GETHOSTBYADDR_R_8 1 | #define HAS_GETHOSTBYADDR_R 8 | #define HAS_MKSTEMP 1 | #define HAS_NICE 1 | #define HAS_DUP3 1 | #define HAS_PIPE2 1 | #define HAS_ACCEPT4 1 | #define HAS_GETAUXVAL 1 | #define HAS_SYS_SHM_H 1 | #define HAS_SHMAT 1 | #define HAS_EXECVPE 1 | #define HAS_POSIX_SPAWN 1 | /* end confdefs.h. */ | | int | main (void) | { | (void) strchr; | ; | return 0; | } configure:21726: gcc -c conftest.c >&5 configure:21726: $? = 0 configure:21743: result: none needed configure:21774: checking for ZSTD_createCCtx in -lzstd configure:21797: gcc -o conftest conftest.c -lzstd >&5 /usr/lib/gcc/x86_64-alpine-linux-musl/13.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lzstd: No such file or directory collect2: error: ld returned 1 exit status configure:21797: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG 8 | #define ALIGNOF_LONG_LONG 8 | #define HAVE_MAX_ALIGN_T 1 | #define HAS_FULL_THREAD_VARIABLES 1 | #define SUPPORTS_TREE_VECTORIZE 1 | #define HAVE_LABELS_AS_VALUES 1 | #define OCAML_OS_TYPE "Unix" | #define POSIX_SIGNALS 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_HYPOT 1 | #define HAVE_FMA 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_TRUNC 1 | #define HAVE_ROUND 1 | #define HAVE_COPYSIGN 1 | #define HAS_C99_FLOAT_OPS 1 | #define HAS_WORKING_ROUND 1 | #define HAS_WORKING_FMA 1 | #define HAS_GETENTROPY 1 | #define HAS_GETRUSAGE 1 | #define HAS_TIMES 1 | #define HAS_SECURE_GETENV 1 | #define HAS_ISSETUGID 1 | #define HAS_POSIX_MONOTONIC_CLOCK 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_BIND 1 | #define HAVE_LISTEN 1 | #define HAVE_ACCEPT 1 | #define HAVE_CONNECT 1 | #define HAS_SOCKETS 1 | #define HAS_SOCKLEN_T 1 | #define HAS_INET_ATON 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAS_IPV6 1 | #define HAS_REWINDDIR 1 | #define HAS_LOCKF 1 | #define HAS_MKFIFO 1 | #define HAS_GETCWD 1 | #define HAS_SYSTEM 1 | #define HAS_UTIME 1 | #define HAS_UTIMES 1 | #define HAS_FCHMOD 1 | #define HAS_TRUNCATE 1 | #define HAS_SELECT 1 | #define HAS_NANOSLEEP 1 | #define HAS_SYMLINK 1 | #define HAS_REALPATH 1 | #define HAS_WAITPID 1 | #define HAS_WAIT4 1 | #define HAS_GETGROUPS 1 | #define HAS_SETGROUPS 1 | #define HAS_INITGROUPS 1 | #define HAS_TERMIOS 1 | #define HAS_SETITIMER 1 | #define HAS_GETHOSTNAME 1 | #define HAS_UNAME 1 | #define HAS_GETTIMEOFDAY 1 | #define HAS_MKTIME 1 | #define HAS_SETSID 1 | #define HAS_PUTENV 1 | #define HAS_SETENV_UNSETENV 1 | #define HAS_LOCALE_H 1 | #define HAS_STRTOD_L 1 | #define SUPPORT_DYNAMIC_LINKING 1 | #define HAS_MMAP 1 | #define HAS_PWRITE 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAS_GETHOSTBYNAME_R 6 | #define HAVE_GETHOSTBYADDR_R 1 | #define HAVE_FUNC_GETHOSTBYADDR_R_8 1 | #define HAS_GETHOSTBYADDR_R 8 | #define HAS_MKSTEMP 1 | #define HAS_NICE 1 | #define HAS_DUP3 1 | #define HAS_PIPE2 1 | #define HAS_ACCEPT4 1 | #define HAS_GETAUXVAL 1 | #define HAS_SYS_SHM_H 1 | #define HAS_SHMAT 1 | #define HAS_EXECVPE 1 | #define HAS_POSIX_SPAWN 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char ZSTD_createCCtx (); | int | main (void) | { | return ZSTD_createCCtx (); | ; | return 0; | } configure:21807: result: no configure:21926: WARNING: zstd library not found configure:21928: WARNING: compressed compilation artefacts not supported configure:21947: ocamldebug supported configure:22183: checking whether gcc is Clang configure:22210: result: no configure:22275: checking whether pthreads work with "-pthread" and "-lpthread" configure:22386: gcc -o conftest -pthread conftest.c -lpthread >&5 configure:22386: $? = 0 configure:22396: result: yes configure:22519: checking for joinable pthread attribute configure:22538: gcc -o conftest -pthread conftest.c -lpthread >&5 configure:22538: $? = 0 configure:22547: result: PTHREAD_CREATE_JOINABLE configure:22560: checking whether more special flags are required for pthreads configure:22574: result: no configure:22583: checking for PTHREAD_PRIO_INHERIT configure:22601: gcc -o conftest -pthread conftest.c -lpthread >&5 configure:22601: $? = 0 configure:22611: result: yes configure:22792: checking arguments for pthread_getaffinity_np configure:22813: gcc -o conftest -pthread conftest.c -lpthread >&5 configure:22813: $? = 0 configure:22815: result: GNU configure:22857: checking for prctl configure:22857: gcc -o conftest -pthread conftest.c -lpthread >&5 configure:22857: $? = 0 configure:22857: result: yes configure:22871: checking for pthread_setname_np configure:22871: gcc -o conftest -pthread conftest.c -lpthread >&5 configure:22871: $? = 0 configure:22871: result: yes configure:22885: checking for pthread_set_name_np configure:22885: gcc -o conftest -pthread conftest.c -lpthread >&5 /usr/lib/gcc/x86_64-alpine-linux-musl/13.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /tmp/cclICnAL.o: in function `main': conftest.c:(.text+0xa): undefined reference to `pthread_set_name_np' collect2: error: ld returned 1 exit status configure:22885: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG 8 | #define ALIGNOF_LONG_LONG 8 | #define HAVE_MAX_ALIGN_T 1 | #define HAS_FULL_THREAD_VARIABLES 1 | #define SUPPORTS_TREE_VECTORIZE 1 | #define HAVE_LABELS_AS_VALUES 1 | #define OCAML_OS_TYPE "Unix" | #define POSIX_SIGNALS 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_HYPOT 1 | #define HAVE_FMA 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_TRUNC 1 | #define HAVE_ROUND 1 | #define HAVE_COPYSIGN 1 | #define HAS_C99_FLOAT_OPS 1 | #define HAS_WORKING_ROUND 1 | #define HAS_WORKING_FMA 1 | #define HAS_GETENTROPY 1 | #define HAS_GETRUSAGE 1 | #define HAS_TIMES 1 | #define HAS_SECURE_GETENV 1 | #define HAS_ISSETUGID 1 | #define HAS_POSIX_MONOTONIC_CLOCK 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_BIND 1 | #define HAVE_LISTEN 1 | #define HAVE_ACCEPT 1 | #define HAVE_CONNECT 1 | #define HAS_SOCKETS 1 | #define HAS_SOCKLEN_T 1 | #define HAS_INET_ATON 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAS_IPV6 1 | #define HAS_REWINDDIR 1 | #define HAS_LOCKF 1 | #define HAS_MKFIFO 1 | #define HAS_GETCWD 1 | #define HAS_SYSTEM 1 | #define HAS_UTIME 1 | #define HAS_UTIMES 1 | #define HAS_FCHMOD 1 | #define HAS_TRUNCATE 1 | #define HAS_SELECT 1 | #define HAS_NANOSLEEP 1 | #define HAS_SYMLINK 1 | #define HAS_REALPATH 1 | #define HAS_WAITPID 1 | #define HAS_WAIT4 1 | #define HAS_GETGROUPS 1 | #define HAS_SETGROUPS 1 | #define HAS_INITGROUPS 1 | #define HAS_TERMIOS 1 | #define HAS_SETITIMER 1 | #define HAS_GETHOSTNAME 1 | #define HAS_UNAME 1 | #define HAS_GETTIMEOFDAY 1 | #define HAS_MKTIME 1 | #define HAS_SETSID 1 | #define HAS_PUTENV 1 | #define HAS_SETENV_UNSETENV 1 | #define HAS_LOCALE_H 1 | #define HAS_STRTOD_L 1 | #define SUPPORT_DYNAMIC_LINKING 1 | #define HAS_MMAP 1 | #define HAS_PWRITE 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAS_GETHOSTBYNAME_R 6 | #define HAVE_GETHOSTBYADDR_R 1 | #define HAVE_FUNC_GETHOSTBYADDR_R_8 1 | #define HAS_GETHOSTBYADDR_R 8 | #define HAS_MKSTEMP 1 | #define HAS_NICE 1 | #define HAS_DUP3 1 | #define HAS_PIPE2 1 | #define HAS_ACCEPT4 1 | #define HAS_GETAUXVAL 1 | #define HAS_SYS_SHM_H 1 | #define HAS_SHMAT 1 | #define HAS_EXECVPE 1 | #define HAS_POSIX_SPAWN 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAS_GNU_GETAFFINITY_NP 1 | #define HAVE_PRCTL 1 | #define HAS_PRCTL 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAS_PTHREAD_SETNAME_NP 1 | /* end confdefs.h. */ | /* Define pthread_set_name_np to an innocuous variant, in case declares pthread_set_name_np. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_set_name_np innocuous_pthread_set_name_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_set_name_np (); below. */ | | #include | #undef pthread_set_name_np | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pthread_set_name_np (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_pthread_set_name_np || defined __stub___pthread_set_name_np | choke me | #endif | | int | main (void) | { | return pthread_set_name_np (); | ; | return 0; | } configure:22885: result: no configure:22899: checking for SetThreadDescription configure:22899: gcc -o conftest -pthread conftest.c -lpthread >&5 /usr/lib/gcc/x86_64-alpine-linux-musl/13.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /tmp/ccfdMBLM.o: in function `main': conftest.c:(.text+0xa): undefined reference to `SetThreadDescription' collect2: error: ld returned 1 exit status configure:22899: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OCaml" | #define PACKAGE_TARNAME "ocaml" | #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" | #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" | #define PACKAGE_BUGREPORT "caml-list@inria.fr" | #define PACKAGE_URL "http://www.ocaml.org" | #define MAGIC_NUMBER_PREFIX "Caml1999" | #define MAGIC_NUMBER_VERSION "037" | #define EXEC_MAGIC_LENGTH 12 | #define EXEC_FORMAT "X" | #define OCAML_VERSION_MAJOR 5 | #define OCAML_VERSION_MINOR 5 | #define OCAML_VERSION_PATCHLEVEL 0 | #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" | #define OCAML_VERSION_EXTRA "dev0-2025-04-28" | #define OCAML_VERSION 50500 | #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WITH_NONEXECSTACK_NOTE 1 | #define ASM_SIZE_TYPE_DIRECTIVES 1 | #define HAS_ARCH_CODE32 1 | #define HAS_DIRENT 1 | #define HAS_SYS_SELECT_H 1 | #define HAS_SYS_MMAN_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_P 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG_LONG 8 | #define ARCH_SIXTYFOUR 1 | #define SIZEOF_PTR 8 | #define SIZEOF_LONGLONG 8 | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG 8 | #define ALIGNOF_LONG_LONG 8 | #define HAVE_MAX_ALIGN_T 1 | #define HAS_FULL_THREAD_VARIABLES 1 | #define SUPPORTS_TREE_VECTORIZE 1 | #define HAVE_LABELS_AS_VALUES 1 | #define OCAML_OS_TYPE "Unix" | #define POSIX_SIGNALS 1 | #define HAVE_EXPM1 1 | #define HAVE_LOG1P 1 | #define HAVE_HYPOT 1 | #define HAVE_FMA 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_TRUNC 1 | #define HAVE_ROUND 1 | #define HAVE_COPYSIGN 1 | #define HAS_C99_FLOAT_OPS 1 | #define HAS_WORKING_ROUND 1 | #define HAS_WORKING_FMA 1 | #define HAS_GETENTROPY 1 | #define HAS_GETRUSAGE 1 | #define HAS_TIMES 1 | #define HAS_SECURE_GETENV 1 | #define HAS_ISSETUGID 1 | #define HAS_POSIX_MONOTONIC_CLOCK 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_BIND 1 | #define HAVE_LISTEN 1 | #define HAVE_ACCEPT 1 | #define HAVE_CONNECT 1 | #define HAS_SOCKETS 1 | #define HAS_SOCKLEN_T 1 | #define HAS_INET_ATON 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAS_IPV6 1 | #define HAS_REWINDDIR 1 | #define HAS_LOCKF 1 | #define HAS_MKFIFO 1 | #define HAS_GETCWD 1 | #define HAS_SYSTEM 1 | #define HAS_UTIME 1 | #define HAS_UTIMES 1 | #define HAS_FCHMOD 1 | #define HAS_TRUNCATE 1 | #define HAS_SELECT 1 | #define HAS_NANOSLEEP 1 | #define HAS_SYMLINK 1 | #define HAS_REALPATH 1 | #define HAS_WAITPID 1 | #define HAS_WAIT4 1 | #define HAS_GETGROUPS 1 | #define HAS_SETGROUPS 1 | #define HAS_INITGROUPS 1 | #define HAS_TERMIOS 1 | #define HAS_SETITIMER 1 | #define HAS_GETHOSTNAME 1 | #define HAS_UNAME 1 | #define HAS_GETTIMEOFDAY 1 | #define HAS_MKTIME 1 | #define HAS_SETSID 1 | #define HAS_PUTENV 1 | #define HAS_SETENV_UNSETENV 1 | #define HAS_LOCALE_H 1 | #define HAS_STRTOD_L 1 | #define SUPPORT_DYNAMIC_LINKING 1 | #define HAS_MMAP 1 | #define HAS_PWRITE 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAS_GETHOSTBYNAME_R 6 | #define HAVE_GETHOSTBYADDR_R 1 | #define HAVE_FUNC_GETHOSTBYADDR_R_8 1 | #define HAS_GETHOSTBYADDR_R 8 | #define HAS_MKSTEMP 1 | #define HAS_NICE 1 | #define HAS_DUP3 1 | #define HAS_PIPE2 1 | #define HAS_ACCEPT4 1 | #define HAS_GETAUXVAL 1 | #define HAS_SYS_SHM_H 1 | #define HAS_SHMAT 1 | #define HAS_EXECVPE 1 | #define HAS_POSIX_SPAWN 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAS_GNU_GETAFFINITY_NP 1 | #define HAVE_PRCTL 1 | #define HAS_PRCTL 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAS_PTHREAD_SETNAME_NP 1 | /* end confdefs.h. */ | /* Define SetThreadDescription to an innocuous variant, in case declares SetThreadDescription. | For example, HP-UX 11i declares gettimeofday. */ | #define SetThreadDescription innocuous_SetThreadDescription | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char SetThreadDescription (); below. */ | | #include | #undef SetThreadDescription | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char SetThreadDescription (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_SetThreadDescription || defined __stub___SetThreadDescription | choke me | #endif | | int | main (void) | { | return SetThreadDescription (); | ; | return 0; | } configure:22899: result: no configure:22935: the threads library is supported configure:22949: checking whether the assembler supports --debug-prefix-map configure:22980: as --debug-prefix-map old=new -o conftest.o conftest.S >&5 configure:22980: $? = 0 configure:22983: result: yes configure:23004: checking whether the assembler supports CFI directives configure:23043: gcc -c -o conftest.o conftest.S >&5 configure:23043: $? = 0 configure:23068: as -o conftest.o conftest.S >&5 configure:23068: $? = 0 configure:23093: result: yes configure:23136: not using frame pointers configure:23143: checking whether mmap supports huge pages configure:23195: gcc -o conftest -pthread conftest.c -lpthread >&5 configure:23195: $? = 0 configure:23195: ./conftest configure:23195: $? = 0 configure:23201: result: yes configure:23299: checking for patdiff configure:23334: result: no configure:23299: checking for diff configure:23320: found /usr/bin/diff configure:23331: result: diff configure:23353: checking whether diff supports --color={auto,always,never} configure:23360: result: no configure:23364: checking whether diff supports --strip-trailing-cr configure:23372: result: no configure:23364: checking whether diff supports -u configure:23369: result: yes configure:23418: checking whether mmap supports MAP_STACK configure:23447: gcc -o conftest -pthread conftest.c -lpthread >&5 configure:23447: $? = 0 configure:23447: ./conftest configure:23447: $? = 0 configure:23450: result: yes configure:23922: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by OCaml config.status 5.5.0+dev0-2025-04-28, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on ocaml-alpine config.status:1412: creating Makefile.build_config config.status:1412: creating Makefile.config config.status:1412: creating stdlib/sys.ml config.status:1412: creating manual/src/version.tex config.status:1412: creating manual/src/html_processing/src/common.ml config.status:1412: creating ocamltest/ocamltest_config.ml config.status:1412: creating otherlibs/dynlink/dynlink_config.ml config.status:1412: creating utils/config.common.ml config.status:1412: creating utils/config.generated.ml config.status:1412: creating compilerlibs/META config.status:1412: creating otherlibs/dynlink/META config.status:1412: creating otherlibs/runtime_events/META config.status:1412: creating stdlib/META config.status:1412: creating ocamldoc/META config.status:1412: creating otherlibs/unix/META config.status:1412: creating otherlibs/str/META config.status:1412: creating otherlibs/systhreads/META config.status:1412: creating runtime/caml/exec.h config.status:1412: creating runtime/caml/m.h config.status:1412: creating runtime/caml/s.h config.status:1412: creating runtime/caml/version.h config.status:1613: linking file_formats/cmo_format.mli to otherlibs/dynlink/dynlink_cmo_format.mli config.status:1613: linking file_formats/cmxs_format.mli to otherlibs/dynlink/dynlink_cmxs_format.mli config.status:1613: linking otherlibs/dynlink/dynlink_platform_intf.ml to otherlibs/dynlink/dynlink_platform_intf.mli config.status:1613: linking otherlibs/unix/unix_unix.ml to otherlibs/unix/unix.ml config.status:1613: linking ocamltest/ocamltest_unix_real.ml to ocamltest/ocamltest_unix.ml config.status:1632: executing libtool commands config.status:1632: executing shebang commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_alignof_double='8' ac_cv_alignof_long='8' ac_cv_alignof_long_long='8' ac_cv_build='x86_64-pc-linux-musl' ac_cv_c_bigendian='no' ac_cv_c_compiler_gnu='yes' ac_cv_c_undeclared_builtin_options='none needed' ac_cv_env_ASPP_set='' ac_cv_env_ASPP_value='' ac_cv_env_AS_set='' ac_cv_env_AS_value='' ac_cv_env_CC_set='' ac_cv_env_CC_value='' ac_cv_env_CFLAGS_set='' ac_cv_env_CFLAGS_value='' ac_cv_env_COMPILER_BYTECODE_CFLAGS_set='' ac_cv_env_COMPILER_BYTECODE_CFLAGS_value='' ac_cv_env_COMPILER_BYTECODE_CPPFLAGS_set='' ac_cv_env_COMPILER_BYTECODE_CPPFLAGS_value='' ac_cv_env_COMPILER_NATIVE_CFLAGS_set='' ac_cv_env_COMPILER_NATIVE_CFLAGS_value='' ac_cv_env_COMPILER_NATIVE_CPPFLAGS_set='' ac_cv_env_COMPILER_NATIVE_CPPFLAGS_value='' ac_cv_env_CPPFLAGS_set='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_DEFAULT_STRING_set='' ac_cv_env_DEFAULT_STRING_value='' ac_cv_env_DLLIBS_set='' ac_cv_env_DLLIBS_value='' ac_cv_env_LDFLAGS_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_LIBUNWIND_CPPFLAGS_set='' ac_cv_env_LIBUNWIND_CPPFLAGS_value='' ac_cv_env_LIBUNWIND_LDFLAGS_set='' ac_cv_env_LIBUNWIND_LDFLAGS_value='' ac_cv_env_LT_SYS_LIBRARY_PATH_set='' ac_cv_env_LT_SYS_LIBRARY_PATH_value='' ac_cv_env_PARTIALLD_set='' ac_cv_env_PARTIALLD_value='' ac_cv_env_TARGET_BINDIR_set='' ac_cv_env_TARGET_BINDIR_value='' ac_cv_env_TARGET_LIBDIR_set='' ac_cv_env_TARGET_LIBDIR_value='' ac_cv_env_WINDOWS_UNICODE_MODE_set='' ac_cv_env_WINDOWS_UNICODE_MODE_value='' ac_cv_env_build_alias_set='' ac_cv_env_build_alias_value='' ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_func_SetThreadDescription='no' ac_cv_func_accept4='yes' ac_cv_func_accept='yes' ac_cv_func_acosh='yes' ac_cv_func_asinh='yes' ac_cv_func_atanh='yes' ac_cv_func_bind='yes' ac_cv_func_cbrt='yes' ac_cv_func_connect='yes' ac_cv_func_copysign='yes' ac_cv_func_dlopen='yes' ac_cv_func_dup3='yes' ac_cv_func_erf='yes' ac_cv_func_erfc='yes' ac_cv_func_execvpe='yes' ac_cv_func_exp2='yes' ac_cv_func_expm1='yes' ac_cv_func_fchmod='yes' ac_cv_func_fchown='yes' ac_cv_func_fma='yes' ac_cv_func_freelocale='yes' ac_cv_func_ftruncate='yes' ac_cv_func_getaddrinfo='yes' ac_cv_func_getauxval='yes' ac_cv_func_getcwd='yes' ac_cv_func_getentropy='yes' ac_cv_func_getgroups='yes' ac_cv_func_gethostname='yes' ac_cv_func_getnameinfo='yes' ac_cv_func_getrusage='yes' ac_cv_func_gettimeofday='yes' ac_cv_func_hypot='yes' ac_cv_func_inet_aton='yes' ac_cv_func_inet_ntop='yes' ac_cv_func_inet_pton='yes' ac_cv_func_initgroups='yes' ac_cv_func_issetugid='yes' ac_cv_func_listen='yes' ac_cv_func_lockf='yes' ac_cv_func_log1p='yes' ac_cv_func_log2='yes' ac_cv_func_lstat='yes' ac_cv_func_mkfifo='yes' ac_cv_func_mkstemp='yes' ac_cv_func_mktime='yes' ac_cv_func_mmap='yes' ac_cv_func_munmap='yes' ac_cv_func_nanosleep='yes' ac_cv_func_newlocale='yes' ac_cv_func_nice='yes' ac_cv_func_pipe2='yes' ac_cv_func_posix_spawn='yes' ac_cv_func_posix_spawnp='yes' ac_cv_func_prctl='yes' ac_cv_func_pthread_set_name_np='no' ac_cv_func_pthread_setname_np='yes' ac_cv_func_putenv='yes' ac_cv_func_pwrite='yes' ac_cv_func_readlink='yes' ac_cv_func_realpath='yes' ac_cv_func_rewinddir='yes' ac_cv_func_round='yes' ac_cv_func_secure_getenv='yes' ac_cv_func_select='yes' ac_cv_func_setenv='yes' ac_cv_func_setgroups='yes' ac_cv_func_setitimer='yes' ac_cv_func_setsid='yes' ac_cv_func_shmat='yes' ac_cv_func_sigaction='yes' ac_cv_func_sigprocmask='yes' ac_cv_func_socket='yes' ac_cv_func_socketpair='yes' ac_cv_func_strtod_l='yes' ac_cv_func_symlink='yes' ac_cv_func_system='yes' ac_cv_func_tcflow='yes' ac_cv_func_tcflush='yes' ac_cv_func_tcgetattr='yes' ac_cv_func_tcsendbreak='yes' ac_cv_func_tcsetattr='yes' ac_cv_func_times='yes' ac_cv_func_trunc='yes' ac_cv_func_truncate='yes' ac_cv_func_uname='yes' ac_cv_func_unsetenv='yes' ac_cv_func_uselocale='yes' ac_cv_func_utime='yes' ac_cv_func_utimes='yes' ac_cv_func_wait4='yes' ac_cv_func_waitpid='yes' ac_cv_func_which_gethostbyaddr_r='eight' ac_cv_func_which_gethostbyname_r='six' ac_cv_header_dirent_h='yes' ac_cv_header_dlfcn_h='yes' ac_cv_header_inttypes_h='yes' ac_cv_header_linux_futex_h='no' ac_cv_header_locale_h='yes' ac_cv_header_pthread_np_h='no' ac_cv_header_spawn_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_mman_h='yes' ac_cv_header_sys_select_h='yes' ac_cv_header_sys_shm_h='yes' ac_cv_header_sys_stat_h='yes' ac_cv_header_sys_types_h='yes' ac_cv_header_sys_utsname_h='yes' ac_cv_header_termios_h='yes' ac_cv_header_unistd_h='yes' ac_cv_header_utime_h='yes' ac_cv_header_xlocale_h='no' ac_cv_host='x86_64-pc-linux-musl' ac_cv_lib_zstd_ZSTD_createCCtx='no' ac_cv_member_struct_stat_st_atim_tv_nsec='yes' ac_cv_member_struct_stat_st_atimensec='no' ac_cv_member_struct_stat_st_atimespec_tv_nsec='no' ac_cv_objext='o' ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP='/bin/grep' ac_cv_path_SED='/bin/sed' ac_cv_path_install='/usr/bin/install -c' ac_cv_path_lt_DD='/bin/dd' ac_cv_prog_AWK='awk' ac_cv_prog_CPP='gcc -E' ac_cv_prog_DIFF='diff' ac_cv_prog_FILECMD='file' ac_cv_prog_ac_ct_AR='ar' ac_cv_prog_ac_ct_CC='gcc' ac_cv_prog_ac_ct_DIRECT_LD='ld' ac_cv_prog_ac_ct_LD='ld' ac_cv_prog_ac_ct_OBJDUMP='objdump' ac_cv_prog_ac_ct_RANLIB='ranlib' ac_cv_prog_ac_ct_STRIP='strip' ac_cv_prog_cc_c11='' ac_cv_prog_cc_g='yes' ac_cv_prog_cc_stdc='' ac_cv_search_clock_gettime='none required' ac_cv_search_cos='none required' ac_cv_sizeof_int='4' ac_cv_sizeof_long='8' ac_cv_sizeof_long_long='8' ac_cv_sizeof_long_p='8' ac_cv_sizeof_short='2' ac_cv_sys_interpreter='yes' ac_cv_target='x86_64-pc-linux-musl' ac_cv_type_fd_set='yes' ac_cv_type_max_align_t='yes' ac_cv_type_off_t='yes' ac_cv_type_socklen_t='yes' ac_cv_type_struct_sockaddr_in6='yes' ax_cv_PTHREAD_CLANG='no' ax_cv_PTHREAD_JOINABLE_ATTR='PTHREAD_CREATE_JOINABLE' ax_cv_PTHREAD_PRIO_INHERIT='yes' ax_cv_PTHREAD_SPECIAL_FLAGS='no' ax_cv_check_cflags__Wimplicit_fallthrough_5='yes' ax_cv_check_cflags__Wold_style_declaration='yes' ax_cv_check_cflags__fdebug_prefix_map_old_new='yes' ax_cv_check_cflags__fno_tree_vrp='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='ld' lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_manifest_tool='no' lt_cv_prog_compiler_c_o='yes' lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works='yes' lt_cv_prog_compiler_rtti_exceptions='no' lt_cv_prog_compiler_static_works='yes' lt_cv_prog_gnu_ld='yes' lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath='yes' lt_cv_sys_global_symbol_pipe='/bin/sed -n -e '"'"'s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'"'"' | /bin/sed '"'"'/ __gnu_lto/d'"'" lt_cv_sys_global_symbol_to_c_name_address='/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='/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='/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='98304' 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' ocaml_cv_cc_vendor2='gcc-13-2' ocaml_cv_prog_cc_asm_size_type_directives='yes' ocaml_cv_prog_cc_labels_as_values='yes' ocaml_cv_prog_cc_nonexecstack_note='yes' ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AS='as' ASPP='gcc -c' AST_IMPL_MAGIC_NUMBER='Caml1999M037' AST_INTF_MAGIC_NUMBER='Caml1999N037' AWK='awk' BUILD_EXEEXT='' BUILD_OBJEXT='' CC='gcc' CC_FOR_BUILD='' CFLAGS=' -pthread' CFLAGS_FOR_BUILD='' CMA_MAGIC_NUMBER='Caml1999A037' CMI_MAGIC_NUMBER='Caml1999I037' CMO_MAGIC_NUMBER='Caml1999O037' CMT_MAGIC_NUMBER='Caml1999T037' CMXA_MAGIC_NUMBER='Caml1999Z037' CMXS_MAGIC_NUMBER='Caml1999D037' CMX_MAGIC_NUMBER='Caml1999Y037' COMPILER_BYTECODE_CFLAGS='' COMPILER_BYTECODE_CPPFLAGS='' COMPILER_NATIVE_CFLAGS='' COMPILER_NATIVE_CPPFLAGS='' CONFIGURE_ARGS='--prefix=/home/ci/ocaml-tmp-install-13572 --enable-ocamltest --enable-dependency-generation --enable-codegen-invariants --enable-native-toplevel' CPP='gcc -E -P' CPPFLAGS='' CPPFLAGS_FOR_BUILD='' CPP_FOR_BUILD='' CSC='' CSCFLAGS='' DEFAULT_STRING='' DEFS='-DHAVE_CONFIG_H' DEP_CC='gcc' DIFF='diff' DIFF_FLAGS=' -u' DIRECT_LD='ld' DLLIBS='' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEC_MAGIC_NUMBER='Caml1999X037' EXEEXT='' FGREP='/bin/grep -F' FILECMD='file' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LD='ld -m elf_x86_64' LDFLAGS='' LDFLAGS_FOR_BUILD='' LIBOBJS='' LIBS=' -lpthread' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBUNWIND_CPPFLAGS='' LIBUNWIND_LDFLAGS='' LINEAR_MAGIC_NUMBER='Caml1999L037' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAGIC_LENGTH='12' MANIFEST_TOOL=':' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OCAML_DEVELOPMENT_VERSION='true' OCAML_RELEASE_EXTRA='Some (Plus, "dev0-2025-04-28")' OCAML_VERSION_EXTRA='dev0-2025-04-28' OCAML_VERSION_MAJOR='5' OCAML_VERSION_MINOR='5' OCAML_VERSION_PATCHLEVEL='0' OCAML_VERSION_SHORT='5.5' OTOOL64='' OTOOL='' PACKAGE_BUGREPORT='caml-list@inria.fr' PACKAGE_NAME='OCaml' PACKAGE_STRING='OCaml 5.5.0+dev0-2025-04-28' PACKAGE_TARNAME='ocaml' PACKAGE_URL='http://www.ocaml.org' PACKAGE_VERSION='5.5.0+dev0-2025-04-28' PACKLD='ld -r -o ' PARTIALLD='' PATH_SEPARATOR=':' PKG_CONFIG='false' PTHREAD_CC='gcc' PTHREAD_CFLAGS='-pthread' PTHREAD_CXX='' PTHREAD_LIBS='-lpthread' QS='' RANLIB='ranlib' S='s' SAK='$(ROOTDIR)/runtime/sak' SAK_BUILD='$(MKEXE_VIA_CC) $(OC_CFLAGS) $(CFLAGS) $(OC_CPPFLAGS) $(CPPFLAGS)' SED='/bin/sed' SHELL='/bin/sh' SO='so' STRIP='strip' TARGET_BINDIR='/home/ci/ocaml-tmp-install-13572/bin' TARGET_LIBDIR='${exec_prefix}/lib/ocaml' VERSION='5.5.0+dev0-2025-04-28' WINDOWS_UNICODE_MODE='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CC_FOR_BUILD='' ac_ct_DEP_CC='' ac_ct_DUMPBIN='' ac_ct_LD='ld' ac_tool_prefix='' afl='false' align_double='false' align_int64='false' ar_supports_response_files='true' arch64='true' arch='amd64' arch_specific_SOURCES='$(intel_SOURCES)' as_has_debug_prefix_map='true' asm_cfi_supported='true' asm_size_type_directives='true' ax_pthread_config='' bindir='${exec_prefix}/bin' bootstrapping_flexdll='false' build='x86_64-pc-linux-musl' build_alias='' build_cpu='x86_64' build_libraries_manpages='true' build_ocamldebug='true' build_ocamldoc='true' build_ocamlobjinfo='true' build_ocamltest='true' build_ocamltex='true' build_os='linux-musl' build_vendor='pc' bytecode_cflags='-O2 -fno-strict-aliasing -fwrapv -fPIC -pthread ' bytecode_cppflags=' -D_FILE_OFFSET_BITS=64 ' cc_has_debug_prefix_map='true' cclibs=' -lpthread' ccomp_type='cc' cmm_invariants='false' cmxs='cmxs' codegen_invariants='true' common_cflags='-O2 -fno-strict-aliasing -fwrapv' common_cppflags=' -D_FILE_OFFSET_BITS=64' compute_deps='true' csc='' datadir='${datarootdir}' datarootdir='${prefix}/share' debug_runtime='true' default_build_target='world.opt' diff_supports_color='false' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' documentation_tool='ocamldoc' documentation_tool_cmd='ocamldoc' dvidir='${docdir}' encode_C_literal='encode-C-utf8-literal' endianness='le' exec_prefix='${prefix}' flambda='false' flambda_invariants='false' flat_float_array='true' flexdll_chain='' flexdll_dir='' flexdll_source_dir='' flexlink='' fpic='false' frame_pointers='false' function_sections='true' host='x86_64-pc-linux-musl' host_alias='' host_cpu='x86_64' host_os='linux-musl' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_bytecode_programs='true' install_ocamlnat='true' install_source_artifacts='true' instrumented_runtime='true' instrumented_runtime_libs='' lib_dynlink='true' lib_runtime_events='true' lib_str='true' lib_systhreads='true' lib_unix='true' libdir='${exec_prefix}/lib/ocaml' libexecdir='${exec_prefix}/libexec' libext='a' ln='ln -sf' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdll='$(CC) -shared $(OC_DLL_LDFLAGS) $(LDFLAGS)' mkdll_exp='gcc -shared ' mkexe='$(CC) $(OC_LDFLAGS) $(LDFLAGS)' mkexe_exp='gcc -Wl,-E ' mkexe_via_cc_extra_cmd='' mkexe_via_cc_ldflags='$(OC_LDFLAGS) $(LDFLAGS) $(OUTPUTEXE)$(1) $(2)' mkexedebugflag='-g' mklib='rm -f $(1) && ar rc $(1) $(2)' mkmaindll='$(CC) -shared ' mkmaindll_exp='gcc -shared ' mksharedlibrpath='-Wl,-rpath,' model='default' natdynlink='true' natdynlink_archive='dynlink.cmxa' natdynlinkopts='-Wl,-E' native_cflags='-O2 -fno-strict-aliasing -fwrapv -fPIC -pthread ' native_compiler='true' native_cppflags=' -D_FILE_OFFSET_BITS=64 ' native_ldflags='' oc_bytecode_cflags='-O2 -fno-strict-aliasing -fwrapv -g -Wall -Wint-conversion -Wstrict-prototypes -Wold-style-definition -Wundef -Wold-style-declaration -Wimplicit-fallthrough=5 -Werror -fno-common -fexcess-precision=standard -Wvla -fno-tree-vrp -ffunction-sections' oc_bytecode_cppflags=' -D_FILE_OFFSET_BITS=64 ' oc_cflags='-O2 -fno-strict-aliasing -fwrapv -g -Wall -Wint-conversion -Wstrict-prototypes -Wold-style-definition -Wundef -Wold-style-declaration -Wimplicit-fallthrough=5 -Werror -fno-common -fexcess-precision=standard -Wvla -fno-tree-vrp -ffunction-sections' oc_cppflags=' -D_FILE_OFFSET_BITS=64 ' oc_dll_ldflags='' oc_ldflags=' -Wl,-E' oc_native_cflags='-O2 -fno-strict-aliasing -fwrapv -g -Wall -Wint-conversion -Wstrict-prototypes -Wold-style-definition -Wundef -Wold-style-declaration -Wimplicit-fallthrough=5 -Werror -fno-common -fexcess-precision=standard -Wvla -fno-tree-vrp -ffunction-sections ' oc_native_compflags='-function-sections' oc_native_cppflags=' -D_FILE_OFFSET_BITS=64 -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux' ocaml_bindir='/home/ci/ocaml-tmp-install-13572/bin' ocaml_cc_vendor='gcc-13-2' ocaml_libdir='/home/ci/ocaml-tmp-install-13572/lib/ocaml' ocamldoc_opt_target='ocamldoc.opt' ocamldoc_target='ocamldoc' ocamlsrcdir='/home/ci/builds/workspace/main/flambda/false/label/ocaml-alpine' ocamltest='ocamltest' ocamltest_CPP='gcc -E -P' ocamltest_libunix='Some true' ocamltest_opt_target='ocamltest.opt' ocamltest_target='ocamltest' ocamlyacc_wstr_module='' oldincludedir='/usr/include' optional_bytecode_tools=' debugger/ocamldebug testsuite/tools/codegen testsuite/tools/expect' optional_libraries=' ocamldoc/odoc_info otherlibs/dynlink/dynlink testsuite/lib/testing' optional_native_tools=' testsuite/tools/test_in_prefix.opt' otherlibraries='dynlink runtime_events unix str systhreads' otherlibs='runtime_events unix str systhreads' outputexe='-o ' outputobj='-o ' pdfdir='${docdir}' prefix='/home/ci/ocaml-tmp-install-13572' program_transform_name='s,x,x,' psdir='${docdir}' reserved_header_bits='0' rlwrap='' rpath='-Wl,-rpath,' runstatedir='${localstatedir}/run' runtime_asm_objects='amd64.o' sbindir='${exec_prefix}/sbin' sharedlib_cflags='-fPIC' sharedstatedir='${prefix}/com' shebangscripts='true' supports_shared_libraries='true' sysconfdir='${prefix}/etc' syslib='-l$(1)' system='linux' systhread_support='true' target='x86_64-pc-linux-musl' target_alias='' target_cpu='x86_64' target_os='linux-musl' target_os_type='Unix' target_vendor='pc' toolchain='cc' tsan='false' tsan_native_runtime_c_sources='' unix_directory='otherlibs/unix' unix_library='otherlibs/unix/unix' unix_or_win32='unix' windows_unicode='0' winpthreads_source_dir='' winpthreads_source_include_dir='' with_debugger='ocamldebug' with_nonexecstack_note='true' with_ocamldoc='ocamldoc' zstd_libs='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "OCaml" #define PACKAGE_TARNAME "ocaml" #define PACKAGE_VERSION "5.5.0+dev0-2025-04-28" #define PACKAGE_STRING "OCaml 5.5.0+dev0-2025-04-28" #define PACKAGE_BUGREPORT "caml-list@inria.fr" #define PACKAGE_URL "http://www.ocaml.org" #define MAGIC_NUMBER_PREFIX "Caml1999" #define MAGIC_NUMBER_VERSION "037" #define EXEC_MAGIC_LENGTH 12 #define EXEC_FORMAT "X" #define OCAML_VERSION_MAJOR 5 #define OCAML_VERSION_MINOR 5 #define OCAML_VERSION_PATCHLEVEL 0 #define OCAML_VERSION_ADDITIONAL "dev0-2025-04-28" #define OCAML_VERSION_EXTRA "dev0-2025-04-28" #define OCAML_VERSION 50500 #define OCAML_VERSION_STRING "5.5.0+dev0-2025-04-28" #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 HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define WITH_NONEXECSTACK_NOTE 1 #define ASM_SIZE_TYPE_DIRECTIVES 1 #define HAS_ARCH_CODE32 1 #define HAS_DIRENT 1 #define HAS_SYS_SELECT_H 1 #define HAS_SYS_MMAN_H 1 #define SIZEOF_INT 4 #define SIZEOF_LONG 8 #define SIZEOF_LONG_P 8 #define SIZEOF_SHORT 2 #define SIZEOF_LONG_LONG 8 #define ARCH_SIXTYFOUR 1 #define SIZEOF_PTR 8 #define SIZEOF_LONGLONG 8 #define ALIGNOF_DOUBLE 8 #define ALIGNOF_LONG 8 #define ALIGNOF_LONG_LONG 8 #define HAVE_MAX_ALIGN_T 1 #define HAS_FULL_THREAD_VARIABLES 1 #define SUPPORTS_TREE_VECTORIZE 1 #define HAVE_LABELS_AS_VALUES 1 #define OCAML_OS_TYPE "Unix" #define POSIX_SIGNALS 1 #define HAVE_EXPM1 1 #define HAVE_LOG1P 1 #define HAVE_HYPOT 1 #define HAVE_FMA 1 #define HAVE_EXP2 1 #define HAVE_LOG2 1 #define HAVE_CBRT 1 #define HAVE_ACOSH 1 #define HAVE_ASINH 1 #define HAVE_ATANH 1 #define HAVE_ERF 1 #define HAVE_ERFC 1 #define HAVE_TRUNC 1 #define HAVE_ROUND 1 #define HAVE_COPYSIGN 1 #define HAS_C99_FLOAT_OPS 1 #define HAS_WORKING_ROUND 1 #define HAS_WORKING_FMA 1 #define HAS_GETENTROPY 1 #define HAS_GETRUSAGE 1 #define HAS_TIMES 1 #define HAS_SECURE_GETENV 1 #define HAS_ISSETUGID 1 #define HAS_POSIX_MONOTONIC_CLOCK 1 #define HAVE_SOCKET 1 #define HAVE_SOCKETPAIR 1 #define HAVE_BIND 1 #define HAVE_LISTEN 1 #define HAVE_ACCEPT 1 #define HAVE_CONNECT 1 #define HAS_SOCKETS 1 #define HAS_SOCKLEN_T 1 #define HAS_INET_ATON 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETNAMEINFO 1 #define HAVE_INET_PTON 1 #define HAVE_INET_NTOP 1 #define HAS_IPV6 1 #define HAS_REWINDDIR 1 #define HAS_LOCKF 1 #define HAS_MKFIFO 1 #define HAS_GETCWD 1 #define HAS_SYSTEM 1 #define HAS_UTIME 1 #define HAS_UTIMES 1 #define HAS_FCHMOD 1 #define HAS_TRUNCATE 1 #define HAS_SELECT 1 #define HAS_NANOSLEEP 1 #define HAS_SYMLINK 1 #define HAS_REALPATH 1 #define HAS_WAITPID 1 #define HAS_WAIT4 1 #define HAS_GETGROUPS 1 #define HAS_SETGROUPS 1 #define HAS_INITGROUPS 1 #define HAS_TERMIOS 1 #define HAS_SETITIMER 1 #define HAS_GETHOSTNAME 1 #define HAS_UNAME 1 #define HAS_GETTIMEOFDAY 1 #define HAS_MKTIME 1 #define HAS_SETSID 1 #define HAS_PUTENV 1 #define HAS_SETENV_UNSETENV 1 #define HAS_LOCALE_H 1 #define HAS_STRTOD_L 1 #define SUPPORT_DYNAMIC_LINKING 1 #define HAS_MMAP 1 #define HAS_PWRITE 1 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 #define HAVE_GETHOSTBYNAME_R 1 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 #define HAS_GETHOSTBYNAME_R 6 #define HAVE_GETHOSTBYADDR_R 1 #define HAVE_FUNC_GETHOSTBYADDR_R_8 1 #define HAS_GETHOSTBYADDR_R 8 #define HAS_MKSTEMP 1 #define HAS_NICE 1 #define HAS_DUP3 1 #define HAS_PIPE2 1 #define HAS_ACCEPT4 1 #define HAS_GETAUXVAL 1 #define HAS_SYS_SHM_H 1 #define HAS_SHMAT 1 #define HAS_EXECVPE 1 #define HAS_POSIX_SPAWN 1 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAS_GNU_GETAFFINITY_NP 1 #define HAVE_PRCTL 1 #define HAS_PRCTL 1 #define HAVE_PTHREAD_SETNAME_NP 1 #define HAS_PTHREAD_SETNAME_NP 1 #define ASM_CFI_SUPPORTED 1 #define HAS_HUGE_PAGES 1 #define HUGE_PAGE_SIZE (4 * 1024 * 1024) #define HEADER_RESERVED_BITS 0 #define FLAT_FLOAT_ARRAY 1 #define FUNCTION_SECTIONS 1 configure: exit 0