################################################### ## . This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.71. Invocation command line was $ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/configure ## --------- ## ## Platform. ## ## --------- ## hostname = Host-004.lan uname -m = x86_64 uname -r = 24.0.0 uname -s = Darwin uname -v = Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 Kernel configured for up to 8 processors. 4 processors are physically available. 8 processors are logically available. Processor type: x86_64h (Intel x86-64h Haswell) Processors active: 0 1 2 3 4 5 6 7 Primary memory available: 8.00 gigabytes Default processor set: 1055 tasks, 4479 threads, 8 processors Load average: 20.59, Mach factor: 0.84 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin/ PATH: /usr/bin/ PATH: /usr/local/bin/ PATH: /usr/local/bin/ PATH: /sw/local/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:3052: looking for aux files: install-sh configure:3065: trying /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/ configure:3076: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/install-sh found configure:3337: checking whether /Library/Developer/CommandLineTools/usr/bin/make sets $(MAKE) configure:3360: result: yes configure:3375: checking whether /Library/Developer/CommandLineTools/usr/bin/make supports VPATH configure:3398: result: yes configure:3413: checking whether /Library/Developer/CommandLineTools/usr/bin/make supports spaces in SHELL /bin/false configure:3455: result: yes configure:3794: checking for gcc configure:3815: found /usr/bin/gcc configure:3826: result: gcc configure:4179: checking for C compiler version configure:4188: gcc --version >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:4199: $? = 0 configure:4188: gcc -v >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:4199: $? = 0 configure:4188: gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:4199: $? = 1 configure:4188: gcc -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:4199: $? = 1 configure:4188: gcc -version >&5 clang: error: unknown argument '-version'; did you mean '--version'? clang: error: no input files configure:4199: $? = 1 configure:4219: checking whether the C compiler works configure:4241: gcc conftest.c >&5 configure:4245: $? = 0 configure:4295: result: yes configure:4298: checking for C compiler default output file name configure:4300: result: a.out configure:4306: checking for suffix of executables configure:4313: gcc -o conftest conftest.c >&5 configure:4317: $? = 0 configure:4340: result: configure:4362: checking whether we are cross compiling configure:4370: gcc -o conftest conftest.c >&5 configure:4374: $? = 0 configure:4381: ./conftest configure:4385: $? = 0 configure:4400: result: no configure:4405: checking for suffix of object files configure:4428: gcc -c conftest.c >&5 configure:4432: $? = 0 configure:4454: result: o configure:4458: checking whether the compiler supports GNU C configure:4478: gcc -c conftest.c >&5 configure:4478: $? = 0 configure:4488: result: yes configure:4499: checking whether gcc accepts -g configure:4520: gcc -c -g conftest.c >&5 configure:4520: $? = 0 configure:4564: result: yes configure:4584: checking for gcc option to enable C11 features configure:4599: gcc -c conftest.c >&5 conftest.c:23:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 23 | static char *e (p, i) | ^ 1 warning generated. configure:4599: $? = 0 configure:4617: result: none needed configure:4770: checking if we are using TCC (TenDRA C Compiler) configure:4794: result: no configure:4799: checking if we are using ICC (Intel C Compiler) configure:4842: result: no configure:4916: checking for g++ configure:4937: found /usr/bin/g++ configure:4948: result: g++ configure:4975: checking for C++ compiler version configure:4984: g++ --version >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:4995: $? = 0 configure:4984: g++ -v >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:4995: $? = 0 configure:4984: g++ -V >&5 clang++: error: argument to '-V' is missing (expected 1 value) clang++: error: no input files configure:4995: $? = 1 configure:4984: g++ -qversion >&5 clang++: error: unknown argument '-qversion'; did you mean '--version'? clang++: error: no input files configure:4995: $? = 1 configure:4999: checking whether the compiler supports GNU C++ configure:5019: g++ -c conftest.cpp >&5 configure:5019: $? = 0 configure:5029: result: yes configure:5040: checking whether g++ accepts -g configure:5061: g++ -c -g conftest.cpp >&5 configure:5061: $? = 0 configure:5105: result: yes configure:5125: checking for g++ option to enable C++11 features configure:5140: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp:55:3: error: "Compiler does not advertise C++11 conformance" 55 | # error "Compiler does not advertise C++11 conformance" | ^ conftest.cpp:60:3: error: unknown type name 'constexpr' 60 | constexpr int get_val() { return 20; } | ^ conftest.cpp:72:17: error: delegating constructors are permitted only in C++11 72 | delegate(): delegate(2354) {} | ^~~~~~~~ conftest.cpp:83:26: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions] 83 | virtual int getval() override final { return this->n * 2; } | ^ conftest.cpp:83:35: warning: 'final' keyword is a C++11 extension [-Wc++11-extensions] 83 | virtual int getval() override final { return this->n * 2; } | ^ conftest.cpp:90:16: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] 90 | nocopy() = default; | ^ conftest.cpp:91:29: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] 91 | nocopy(const nocopy&) = delete; | ^ conftest.cpp:92:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] 92 | nocopy & operator=(const nocopy&) = delete; | ^ conftest.cpp:104:25: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 104 | template auto sum(V first) -> V | ^ conftest.cpp:104:25: error: 'auto' not allowed in function return type 104 | template auto sum(V first) -> V | ^~~~ conftest.cpp:104:42: error: expected ';' at end of declaration 104 | template auto sum(V first) -> V | ^ | ; conftest.cpp:104:43: error: cannot use arrow operator on a type 104 | template auto sum(V first) -> V | ^ conftest.cpp:108:33: warning: variadic templates are a C++11 extension [-Wc++11-extensions] 108 | template auto sum(V first, Args... rest) -> V | ^ conftest.cpp:108:43: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 108 | template auto sum(V first, Args... rest) -> V | ^ conftest.cpp:108:43: error: 'auto' not allowed in function return type 108 | template auto sum(V first, Args... rest) -> V | ^~~~ conftest.cpp:108:74: error: expected ';' at end of declaration 108 | template auto sum(V first, Args... rest) -> V | ^ | ; conftest.cpp:108:75: error: cannot use arrow operator on a type 108 | template auto sum(V first, Args... rest) -> V | ^ conftest.cpp:132:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 132 | auto a1 = 6538; | ^ conftest.cpp:133:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 133 | auto a2 = 48573953.4; | ^ conftest.cpp:134:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 134 | auto a3 = "String literal"; | ^ conftest.cpp:137:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 137 | for (auto i = a3; *i; ++i) { total += *i; } | ^ conftest.cpp:153:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 153 | for (auto &x : array) { x += 23; } | ^ conftest.cpp:153:16: warning: range-based for loop is a C++11 extension [-Wc++11-extensions] 153 | for (auto &x : array) { x += 23; } | ^ conftest.cpp:158:17: error: expected expression 158 | assert (eval ([](int x) { return x*2; }, 21) == 42); | ^ conftest.cpp:160:17: error: expected expression 160 | assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); | ^ conftest.cpp:162:17: error: expected expression 162 | assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); | ^ conftest.cpp:168:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 168 | auto a = sum(1); | ^ conftest.cpp:168:12: error: no matching function for call to 'sum' 168 | auto a = sum(1); | ^~~ conftest.cpp:169:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 169 | auto b = sum(1, 2); | ^ conftest.cpp:169:12: error: no matching function for call to 'sum' 169 | auto b = sum(1, 2); | ^~~ conftest.cpp:170:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 170 | auto c = sum(1.0, 2.0, 3.0); | ^ conftest.cpp:170:12: error: no matching function for call to 'sum' 170 | auto c = sum(1.0, 2.0, 3.0); | ^~~ conftest.cpp:175:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse] 175 | cxx11test::delegate d2(); | ^~ conftest.cpp:175:25: note: remove parentheses to declare a variable 175 | cxx11test::delegate d2(); | ^~ conftest.cpp:188:16: error: found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'? 188 | test_template<::test_template> v(test_template(12)); | ^~~ | < :: conftest.cpp:188:36: error: a space is required between consecutive right angle brackets (use '> >') 188 | test_template<::test_template> v(test_template(12)); | ^~ | > > conftest.cpp:192:22: error: use of undeclared identifier 'u8' 192 | char const *utf8 = u8"UTF-8 string \u2500"; | ^ conftest.cpp:192:24: error: expected ';' at end of declaration 192 | char const *utf8 = u8"UTF-8 string \u2500"; | ^ | ; fatal error: too many errors emitted, stopping now [-ferror-limit=] 18 warnings and 20 errors generated. configure:5140: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | | // Does the compiler advertise C++98 conformance? | #if !defined __cplusplus || __cplusplus < 199711L | # error "Compiler does not advertise C++98 conformance" | #endif | | // These inclusions are to reject old compilers that | // lack the unsuffixed header files. | #include | #include | | // and are *not* freestanding headers in C++98. | extern void assert (int); | namespace std { | extern int strcmp (const char *, const char *); | } | | // Namespaces, exceptions, and templates were all added after "C++ 2.0". | using std::exception; | using std::strcmp; | | namespace { | | void test_exception_syntax() | { | try { | throw "test"; | } catch (const char *s) { | // Extra parentheses suppress a warning when building autoconf itself, | // due to lint rules shared with more typical C programs. | assert (!(strcmp) (s, "test")); | } | } | | template struct test_template | { | T const val; | explicit test_template(T t) : val(t) {} | template T add(U u) { return static_cast(u) + val; } | }; | | } // anonymous namespace | | | // Does the compiler advertise C++ 2011 conformance? | #if !defined __cplusplus || __cplusplus < 201103L | # error "Compiler does not advertise C++11 conformance" | #endif | | namespace cxx11test | { | constexpr int get_val() { return 20; } | | struct testinit | { | int i; | double d; | }; | | class delegate | { | public: | delegate(int n) : n(n) {} | delegate(): delegate(2354) {} | | virtual int getval() { return this->n; }; | protected: | int n; | }; | | class overridden : public delegate | { | public: | overridden(int n): delegate(n) {} | virtual int getval() override final { return this->n * 2; } | }; | | class nocopy | { | public: | nocopy(int i): i(i) {} | nocopy() = default; | nocopy(const nocopy&) = delete; | nocopy & operator=(const nocopy&) = delete; | private: | int i; | }; | | // for testing lambda expressions | template Ret eval(Fn f, Ret v) | { | return f(v); | } | | // for testing variadic templates and trailing return types | template auto sum(V first) -> V | { | return first; | } | template auto sum(V first, Args... rest) -> V | { | return first + sum(rest...); | } | } | | | int | main (int argc, char **argv) | { | int ok = 0; | | assert (argc); | assert (! argv[0]); | { | test_exception_syntax (); | test_template tt (2.0); | assert (tt.add (4) == 6.0); | assert (true && !false); | } | | | { | // Test auto and decltype | auto a1 = 6538; | auto a2 = 48573953.4; | auto a3 = "String literal"; | | int total = 0; | for (auto i = a3; *i; ++i) { total += *i; } | | decltype(a2) a4 = 34895.034; | } | { | // Test constexpr | short sa[cxx11test::get_val()] = { 0 }; | } | { | // Test initializer lists | cxx11test::testinit il = { 4323, 435234.23544 }; | } | { | // Test range-based for | int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, | 14, 19, 17, 8, 6, 20, 16, 2, 11, 1}; | for (auto &x : array) { x += 23; } | } | { | // Test lambda expressions | using cxx11test::eval; | assert (eval ([](int x) { return x*2; }, 21) == 42); | double d = 2.0; | assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); | assert (d == 5.0); | assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); | assert (d == 5.0); | } | { | // Test use of variadic templates | using cxx11test::sum; | auto a = sum(1); | auto b = sum(1, 2); | auto c = sum(1.0, 2.0, 3.0); | } | { | // Test constructor delegation | cxx11test::delegate d1; | cxx11test::delegate d2(); | cxx11test::delegate d3(45); | } | { | // Test override and final | cxx11test::overridden o1(55464); | } | { | // Test nullptr | char *c = nullptr; | } | { | // Test template brackets | test_template<::test_template> v(test_template(12)); | } | { | // Unicode literals | char const *utf8 = u8"UTF-8 string \u2500"; | char16_t const *utf16 = u"UTF-8 string \u2500"; | char32_t const *utf32 = U"UTF-32 string \u2500"; | } | | return ok; | } | configure:5158: result: none needed configure:5232: checking how to run the C preprocessor configure:5258: gcc -E conftest.c configure:5258: $? = 0 configure:5273: gcc -E conftest.c conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found 9 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:5273: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:5300: result: gcc -E configure:5314: gcc -E conftest.c configure:5314: $? = 0 configure:5329: gcc -E conftest.c conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found 9 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:5329: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:5359: checking for grep that handles long lines and -e configure:5423: result: /usr/bin/grep configure:5428: checking for egrep configure:5496: result: /usr/bin/grep -E configure:5502: checking whether we are using Intel C configure:5531: result: no configure:5604: checking for library containing strerror configure:5634: gcc -o conftest -g conftest.c >&5 conftest.c:13:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] 13 | char strerror (); | ^ conftest.c:13:6: note: 'strerror' is a builtin with type 'char *(int)' 1 warning generated. configure:5634: $? = 0 configure:5654: result: none required configure:5667: checking for stdio.h configure:5667: gcc -c -g conftest.c >&5 configure:5667: $? = 0 configure:5667: result: yes configure:5667: checking for stdlib.h configure:5667: gcc -c -g conftest.c >&5 configure:5667: $? = 0 configure:5667: result: yes configure:5667: checking for string.h configure:5667: gcc -c -g conftest.c >&5 configure:5667: $? = 0 configure:5667: result: yes configure:5667: checking for inttypes.h configure:5667: gcc -c -g conftest.c >&5 configure:5667: $? = 0 configure:5667: result: yes configure:5667: checking for stdint.h configure:5667: gcc -c -g conftest.c >&5 configure:5667: $? = 0 configure:5667: result: yes configure:5667: checking for strings.h configure:5667: gcc -c -g conftest.c >&5 configure:5667: $? = 0 configure:5667: result: yes configure:5667: checking for sys/stat.h configure:5667: gcc -c -g conftest.c >&5 configure:5667: $? = 0 configure:5667: result: yes configure:5667: checking for sys/types.h configure:5667: gcc -c -g conftest.c >&5 configure:5667: $? = 0 configure:5667: result: yes configure:5667: checking for unistd.h configure:5667: gcc -c -g conftest.c >&5 configure:5667: $? = 0 configure:5667: result: yes configure:5667: checking for wchar.h configure:5667: gcc -c -g conftest.c >&5 configure:5667: $? = 0 configure:5667: result: yes configure:5667: checking for minix/config.h configure:5667: gcc -c -g conftest.c >&5 conftest.c:47:10: fatal error: 'minix/config.h' file not found 47 | #include | ^~~~~~~~~~~~~~~~ 1 error generated. configure:5667: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_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:5667: result: no configure:5698: checking whether it is safe to define __EXTENSIONS__ configure:5717: gcc -c -g conftest.c >&5 configure:5717: $? = 0 configure:5725: result: yes configure:5728: checking whether _XOPEN_SOURCE should be defined configure:5750: gcc -c -g conftest.c >&5 configure:5750: $? = 0 configure:5777: result: no configure:5858: checking default compiler ABI configure:5927: result: 64 configure:5939: checking which ABI to use configure:5991: result: attempt 64 configure:8413: checking for ABI lib-suffixes configure:8436: result: 64 /64 /. configure:8711: checking filesystem synchronization configure:8814: result: working configure:8883: checking for fnord/fnord/fnord.h configure:8883: gcc -c -g conftest.c >&5 conftest.c:64:10: fatal error: 'fnord/fnord/fnord.h' file not found 64 | #include | ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:8883: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 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:8883: result: no configure:8910: checking if CHECK_HEADERS works configure:8917: result: yes configure:8922: checking if we can allocate large auto variables configure:8959: gcc -o conftest -g conftest.c >&5 configure:8959: $? = 0 configure:8975: result: yes - good configure:9074: checking for uname configure:9097: found /usr/bin/uname configure:9110: result: /usr/bin/uname configure:9118: checking operating system configure:9172: result: Darwin configure:9188: checking for stdlib.h configure:9188: result: yes configure:9207: checking for string.h configure:9207: result: yes configure:9226: checking for unistd.h configure:9226: result: yes configure:9245: checking for sys/stat.h configure:9245: result: yes configure:9264: checking for sys/types.h configure:9264: result: yes configure:9283: checking for sys/errno.h configure:9283: gcc -c -g conftest.c >&5 configure:9283: $? = 0 configure:9283: result: yes configure:9421: checking for ld.so run path method configure:9523: result: use LD_LIBRARY_PATH/LD_RUN_PATH configure:9530: checking for Darwin linker namespace configure:9541: result: two-level (10.3 or newer) configure:9552: checking if /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink exists is up to date and works /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/configure: line 9554: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink: No such file or directory configure:9558: result: no configure:9702: checking whether smartlink compiles Compiling smartlink: gcc -o smartlink -g -I. /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/smartlink.c 2>&5 /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/smartlink.c:305:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 305 | while (p = strchr(ld_lib_path, ':')) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/smartlink.c:305:14: note: place parentheses around the assignment to silence this warning 305 | while (p = strchr(ld_lib_path, ':')) { | ^ | ( ) /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/smartlink.c:305:14: note: use '==' to turn this assignment into an equality comparison 305 | while (p = strchr(ld_lib_path, ':')) { | ^ | == 1 warning generated. configure:9707: result: yes configure:9737: checking for a fallback compiler configure:9742: result: no DEBUG: ---------------------------------- Current limits: core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 256 pipe size (512 bytes, -p) 1 stack size (kbytes, -s) 65532 cpu time (seconds, -t) 14400 max user processes (-u) 1392 virtual memory (kbytes, -v) unlimited DEBUG: ++++++++++++++++++++++++++++++++++ configure:9803: checking +O3 configure:10844: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g +O3 conftest.c >&5 2>conftezt.out.2 configure:10844: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | /* end confdefs.h. */ | | int foo; | int main(int argc, char **argv) | { | /* The following code triggs gcc:s generation of aline opcodes, | * which some versions of as does not support. | */ | if (argc > 0) argc = 0; | return argc; | } | clang: error: no such file or directory: '+O3' configure:10923: result: no configure:10927: checking -O3 configure:11404: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 conftest.c >&5 2>conftezt.out.2 configure:11404: $? = 0 configure:11404: ./conftest configure:11404: $? = 0 configure:11479: result: yes configure:11920: checking -pipe configure:11974: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe conftest.c >&5 2>conftezt.out.2 configure:11974: $? = 0 configure:11974: ./conftest configure:11974: $? = 0 configure:12049: result: yes DEBUG: ---------------------------------- Current limits: core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 256 pipe size (512 bytes, -p) 1 stack size (kbytes, -s) 65532 cpu time (seconds, -t) 14400 max user processes (-u) 1392 virtual memory (kbytes, -v) unlimited DEBUG: ++++++++++++++++++++++++++++++++++ DEBUG: ---------------------------------- Current limits: core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 256 pipe size (512 bytes, -p) 1 stack size (kbytes, -s) 65532 cpu time (seconds, -t) 14400 max user processes (-u) 1392 virtual memory (kbytes, -v) unlimited DEBUG: ++++++++++++++++++++++++++++++++++ configure:14300: checking -W configure:14354: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -W -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:14354: $? = 0 configure:14354: ./conftest configure:14354: $? = 0 conftest.c:53:35: warning: unused parameter 'argv' [-Wunused-parameter] 53 | int main(int argc, char **argv) | ^ 1 warning generated. configure:14429: result: yes configure:14440: checking -Wall configure:14494: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -Wall -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:14494: $? = 0 configure:14494: ./conftest configure:14494: $? = 0 configure:14569: result: yes configure:14580: checking -Wno-unused configure:14634: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -Wno-unused -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:14634: $? = 0 configure:14634: ./conftest configure:14634: $? = 0 configure:14709: result: yes configure:14720: checking -Wcomment configure:14774: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -Wcomment -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:14774: $? = 0 configure:14774: ./conftest configure:14774: $? = 0 configure:14849: result: yes configure:14860: checking -Wformat configure:14914: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -Wformat -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:14914: $? = 0 configure:14914: ./conftest configure:14914: $? = 0 configure:14989: result: yes configure:15000: checking -Wformat-security configure:15054: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -Wformat-security -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:15054: $? = 0 configure:15054: ./conftest configure:15054: $? = 0 configure:15129: result: yes configure:15140: checking -Wimplicit-function-declaration configure:15194: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -Wimplicit-function-declaration -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:15194: $? = 0 configure:15194: ./conftest configure:15194: $? = 0 configure:15269: result: yes configure:15280: checking -Wmultichar configure:15334: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -Wmultichar -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:15334: $? = 0 configure:15334: ./conftest configure:15334: $? = 0 configure:15409: result: yes configure:15420: checking -Wswitch configure:15474: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -Wswitch -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:15474: $? = 0 configure:15474: ./conftest configure:15474: $? = 0 configure:15549: result: yes configure:15564: checking -Wuninitialized configure:15618: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -Wuninitialized -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:15618: $? = 0 configure:15618: ./conftest configure:15618: $? = 0 configure:15693: result: yes configure:15705: checking -Wpointer-arith configure:15759: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -Wpointer-arith -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:15759: $? = 0 configure:15759: ./conftest configure:15759: $? = 0 configure:15834: result: yes configure:15845: checking -Wchar-subscripts configure:15899: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -Wchar-subscripts -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:15899: $? = 0 configure:15899: ./conftest configure:15899: $? = 0 configure:15974: result: yes configure:15985: checking -Wno-long-long configure:16039: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -Wno-long-long -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:16039: $? = 0 configure:16039: ./conftest configure:16039: $? = 0 configure:16114: result: yes configure:16125: checking -Wdeclaration-after-statement configure:16179: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -Wdeclaration-after-statement -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:16179: $? = 0 configure:16179: ./conftest configure:16179: $? = 0 configure:16254: result: yes configure:16696: checking -ggdb3 configure:16750: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -ggdb3 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:16750: $? = 0 configure:16750: ./conftest configure:16750: $? = 0 configure:16825: result: yes configure:23629: checking -m64 configure:28054: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -m64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:28054: $? = 0 configure:28054: ./conftest configure:28054: $? = 0 configure:28129: result: yes configure:48630: checking -framework Foundation configure:48684: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -framework Foundation -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. conftest.c >&5 2>conftezt.out.2 configure:48684: $? = 0 configure:48684: ./conftest configure:48684: $? = 0 configure:48759: result: yes configure:48770: checking -framework System configure:48824: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -framework System -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation conftest.c >&5 2>conftezt.out.2 configure:48824: $? = 0 configure:48824: ./conftest configure:48824: $? = 0 configure:48899: result: yes configure:48912: checking -framework CoreServices configure:48966: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -framework CoreServices -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System conftest.c >&5 2>conftezt.out.2 configure:48966: $? = 0 configure:48966: ./conftest configure:48966: $? = 0 configure:49041: result: yes configure:49057: checking -read_only_relocs warning configure:49111: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -read_only_relocs warning -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices conftest.c >&5 2>conftezt.out.2 configure:49111: $? = 0 configure:49111: ./conftest configure:49111: $? = 0 ld: warning: -read_only_relocs is obsolete configure:49186: result: yes configure:50195: checking -mcpu=750 configure:50249: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -mcpu=750 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 2>conftezt.out.2 configure:50249: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | /* end confdefs.h. */ | | int foo; | int main(int argc, char **argv) | { | /* The following code triggs gcc:s generation of aline opcodes, | * which some versions of as does not support. | */ | if (argc > 0) argc = 0; | return argc; | } | clang: error: unsupported option '-mcpu=' for target 'x86_64-apple-darwin24.0.0' configure:50328: result: no configure:50335: checking -mtune=750 configure:50389: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -mtune=750 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 2>conftezt.out.2 configure:50389: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | /* end confdefs.h. */ | | int foo; | int main(int argc, char **argv) | { | /* The following code triggs gcc:s generation of aline opcodes, | * which some versions of as does not support. | */ | if (argc > 0) argc = 0; | return argc; | } | error: unknown target CPU '750' note: valid target CPU values are: i386, i486, winchip-c6, winchip2, c3, i586, pentium, pentium-mmx, pentiumpro, i686, pentium2, pentium3, pentium3m, pentium-m, c3-2, yonah, pentium4, pentium4m, prescott, nocona, core2, penryn, bonnell, atom, silvermont, slm, goldmont, goldmont-plus, tremont, nehalem, corei7, westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell, core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake, cooperlake, cannonlake, icelake-client, rocketlake, icelake-server, tigerlake, sapphirerapids, alderlake, raptorlake, meteorlake, sierraforest, grandridge, graniterapids, graniterapids-d, emeraldrapids, knl, knm, lakemont, k6, k6-2, k6-3, athlon, athlon-tbird, athlon-xp, athlon-mp, athlon-4, k8, athlon64, athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10, barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2, znver3, znver4, x86-64, geode configure:50468: result: no configure:61497: gcc -E -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c configure:61497: $? = 0 configure:61832: checking /usr/local configure:61850: result: ok configure:61861: checking whether /usr/local/lib64 contains 64-bit ABI files configure:61868: result: no - does not exist configure:61861: checking whether /usr/local/lib/64 contains 64-bit ABI files configure:61868: result: no - does not exist configure:61861: checking whether /usr/local/lib/. contains 64-bit ABI files configure:61978: result: ABI ok configure:61985: checking what to add to LDFLAGS configure:62051: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -L/usr/local/lib -R/usr/local/lib -lm conftest.c >&5 conftest.c:57:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 57 | exit(0); | ^ conftest.c:57:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:62051: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | /* end confdefs.h. */ | | #include | #include | int main(int argc, char **argv) | { | double (*foo)(double) = ceil; | exit(0); | } | configure:62059: result: nothing - -L/usr/local/lib -R/usr/local/lib causes failures configure:62078: checking for pkgconfig directory configure:62083: result: yes - /usr/local/lib/pkgconfig configure:62100: checking /usr/local/bin configure:62104: result: yes - use as fallback configure:62126: checking /usr/local/include configure:62130: result: skipped - bad libraries configure:61832: checking /usr configure:61845: result: already checked configure:61832: checking /usr/local configure:61845: result: already checked configure:61832: checking /sw/local configure:61835: result: no configure:61832: checking /sw configure:61835: result: no configure:61832: checking /usr/gnu configure:61835: result: no configure:61832: checking /opt/gnu configure:61835: result: no configure:61832: checking /sw/gnu configure:61835: result: no configure:61832: checking /usr/freeware configure:61835: result: no configure:61832: checking /usr/pkg configure:61835: result: no configure:61832: checking /opt/gnome* configure:61835: result: no configure:61832: checking /usr/X11 configure:61850: result: ok configure:61861: checking whether /usr/X11/lib64 contains 64-bit ABI files configure:61868: result: no - does not exist configure:61861: checking whether /usr/X11/lib/64 contains 64-bit ABI files configure:61868: result: no - does not exist configure:61861: checking whether /usr/X11/lib/. contains 64-bit ABI files configure:61978: result: ABI ok configure:61985: checking what to add to LDFLAGS configure:62051: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -L/usr/X11/lib -R/usr/X11/lib -lm conftest.c >&5 conftest.c:57:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 57 | exit(0); | ^ conftest.c:57:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:62051: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | /* end confdefs.h. */ | | #include | #include | int main(int argc, char **argv) | { | double (*foo)(double) = ceil; | exit(0); | } | configure:62059: result: nothing - -L/usr/X11/lib -R/usr/X11/lib causes failures configure:62078: checking for pkgconfig directory configure:62083: result: yes - /usr/X11/lib/pkgconfig configure:62100: checking /usr/X11/bin configure:62104: result: yes - use as fallback configure:62126: checking /usr/X11/include configure:62130: result: skipped - bad libraries configure:61832: checking /usr/X11R6 configure:61850: result: ok configure:61861: checking whether /usr/X11R6/lib64 contains 64-bit ABI files configure:61868: result: no - does not exist configure:61861: checking whether /usr/X11R6/lib/64 contains 64-bit ABI files configure:61868: result: no - does not exist configure:61861: checking whether /usr/X11R6/lib/. contains 64-bit ABI files configure:61978: result: ABI ok configure:61985: checking what to add to LDFLAGS configure:62051: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -L/usr/X11R6/lib -R/usr/X11R6/lib -lm conftest.c >&5 conftest.c:57:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 57 | exit(0); | ^ conftest.c:57:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:62051: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | /* end confdefs.h. */ | | #include | #include | int main(int argc, char **argv) | { | double (*foo)(double) = ceil; | exit(0); | } | configure:62059: result: nothing - -L/usr/X11R6/lib -R/usr/X11R6/lib causes failures configure:62078: checking for pkgconfig directory configure:62083: result: yes - /usr/X11R6/lib/pkgconfig configure:62100: checking /usr/X11R6/bin configure:62104: result: yes - use as fallback configure:62126: checking /usr/X11R6/include configure:62130: result: skipped - bad libraries configure:61832: checking /usr/sfw configure:61835: result: no configure:61832: checking /opt/sfw configure:61835: result: no configure:61832: checking /opt/csw configure:61835: result: no configure:61832: checking /usr/ccs configure:61835: result: no configure:62212: checking whether /Library/Developer/CommandLineTools/usr/lib/clang/1664 contains 64-bit ABI files configure:62219: result: no - does not exist configure:62212: checking whether /Library/Developer/CommandLineTools/usr/lib/clang/16/64 contains 64-bit ABI files configure:62219: result: no - does not exist configure:62212: checking whether /Library/Developer/CommandLineTools/usr/lib/clang/16/. contains 64-bit ABI files configure:62325: result: no, does not contain any 64-bit ABI files configure:62396: checking if an abi indicator would be appropriate for libdir configure:62416: result: configure:62419: checking what libdir should be set to configure:62426: result: ${exec_prefix}/lib configure:62472: checking ansi prototype capability configure:62490: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:62490: $? = 0 configure:62502: result: yes configure:62512: checking how to concatenate two symbols configure:62535: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:62535: $? = 0 configure:62571: result: ANSI configure:62611: checking for a BSD-compatible install configure:62684: result: /usr/bin/install -c configure:62700: checking how to run the C preprocessor configure:62768: result: gcc -E configure:62782: gcc -E -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c configure:62782: $? = 0 configure:62797: gcc -E -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c conftest.c:52:10: fatal error: 'ac_nonexistent.h' file not found 52 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:62797: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | /* end confdefs.h. */ | #include configure:62875: checking for ranlib configure:62896: found /usr/bin/ranlib configure:62907: result: ranlib configure:62933: checking for ar configure:62957: found /usr/bin/ar configure:62970: result: /usr/bin/ar configure:62985: checking for rntany configure:63024: result: no configure:63038: checking for candle configure:63077: result: no configure:63122: checking for light configure:63161: result: no configure:63206: checking for tallow configure:63245: result: no configure:63290: checking for mt.exe configure:63329: result: no configure:63373: checking for rc.exe configure:63412: result: no configure:63494: checking for yacc clone that handles %pure_parser configure:63575: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 In file included from conftest.c:53: y.tab.c:1206:16: error: call to undeclared function 'yylex'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1206 | yychar = YYLEX; | ^ y.tab.c:562:16: note: expanded from macro 'YYLEX' 562 | # define YYLEX yylex (&yylval) | ^ conftest.y:42:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 42 | exit(errors); | ^ conftest.y:42:3: note: include the header or explicitly provide a declaration for 'exit' 2 errors generated. configure:63575: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | /* end confdefs.h. */ | | #include "y.tab.c" | xcode-select: Failed to locate 'yacc', requesting installation of command line developer tools. configure:63603: result: Get bison if you want to do "make export" configure:63613: checking how bison uses short configure:63671: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 In file included from conftest.c:53: y.tab.c:1208:16: error: call to undeclared function 'yylex'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1208 | yychar = YYLEX; | ^ y.tab.c:564:16: note: expanded from macro 'YYLEX' 564 | # define YYLEX yylex () | ^ conftest.c:60:1: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 60 | exit(errors); | ^ conftest.c:60:1: note: include the header or explicitly provide a declaration for 'exit' 2 errors generated. configure:63671: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | /* end confdefs.h. */ | | #include "y.tab.c" | | int | main (void) | { | | yyparse(); | exit(errors); | | ; | return 0; | } configure:63671: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 In file included from conftest.c:53: y.tab.c:1208:16: error: call to undeclared function 'yylex'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1208 | yychar = YYLEX; | ^ y.tab.c:564:16: note: expanded from macro 'YYLEX' 564 | # define YYLEX yylex () | ^ conftest.c:60:1: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 60 | exit(errors); | ^ conftest.c:60:1: note: include the header or explicitly provide a declaration for 'exit' 2 errors generated. configure:63671: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | /* end confdefs.h. */ | | #include "y.tab.c" | | int | main (void) | { | | yyparse(); | exit(errors); | | ; | return 0; | } configure:63702: result: unknown configure:63709: checking for the type of __yy_memcpy conftest.y: %pure_parser %{ #include #ifndef __GNUC__ #ifndef __cplusplus static void __yy_memcpy(char *to, const char *from, unsigned int count); #endif /* !__cplusplus */ #endif /* !__GNUC__ */ void yyerror(char *); int yylex(void *); %} %% all: foo bar foo: 'f' 'o' 'o' { fprintf(stderr, "foo\n"); } ; bar: 'b' 'a' 'r' ; %% int yylex(void *yylval) { return 'f'; } void yyerror(char *err) { fprintf(stderr, "ERR: %s\n", err); } configure:63761: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 conftest.c:60:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 60 | exit(0); | ^ conftest.c:60:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:63761: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | /* end confdefs.h. */ | | #include "y.tab.c" | | int | main (void) | { | | yyparse(); | exit(0); | | ; | return 0; | } conftest.y: %pure_parser %{ #include #ifndef __GNUC__ #ifndef __cplusplus static void __yy_memcpy(char *to, char *from, unsigned int count); #endif /* !__cplusplus */ #endif /* !__GNUC__ */ void yyerror(char *); int yylex(void *); %} %% all: foo bar foo: 'f' 'o' 'o' { fprintf(stderr, "foo\n"); } ; bar: 'b' 'a' 'r' ; %% int yylex(void *yylval) { return 'f'; } void yyerror(char *err) { fprintf(stderr, "ERR: %s\n", err); } configure:63761: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 conftest.c:60:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 60 | exit(0); | ^ conftest.c:60:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:63761: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | /* end confdefs.h. */ | | #include "y.tab.c" | | int | main (void) | { | | yyparse(); | exit(0); | | ; | return 0; | } conftest.y: %pure_parser %{ #include #ifndef __GNUC__ #ifndef __cplusplus static void __yy_memcpy(char *to, const char *from, size_t count); #endif /* !__cplusplus */ #endif /* !__GNUC__ */ void yyerror(char *); int yylex(void *); %} %% all: foo bar foo: 'f' 'o' 'o' { fprintf(stderr, "foo\n"); } ; bar: 'b' 'a' 'r' ; %% int yylex(void *yylval) { return 'f'; } void yyerror(char *err) { fprintf(stderr, "ERR: %s\n", err); } configure:63761: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 conftest.c:60:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 60 | exit(0); | ^ conftest.c:60:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:63761: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | /* end confdefs.h. */ | | #include "y.tab.c" | | int | main (void) | { | | yyparse(); | exit(0); | | ; | return 0; | } conftest.y: %pure_parser %{ #include #ifndef __GNUC__ #ifndef __cplusplus static void __yy_memcpy(char *to, char *from, size_t count); #endif /* !__cplusplus */ #endif /* !__GNUC__ */ void yyerror(char *); int yylex(void *); %} %% all: foo bar foo: 'f' 'o' 'o' { fprintf(stderr, "foo\n"); } ; bar: 'b' 'a' 'r' ; %% int yylex(void *yylval) { return 'f'; } void yyerror(char *err) { fprintf(stderr, "ERR: %s\n", err); } configure:63761: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 conftest.c:60:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 60 | exit(0); | ^ conftest.c:60:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:63761: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | /* end confdefs.h. */ | | #include "y.tab.c" | | int | main (void) | { | | yyparse(); | exit(0); | | ; | return 0; | } conftest.y: %pure_parser %{ #include #ifndef __GNUC__ #ifndef __cplusplus static void __yy_memcpy(char *to, const char *from, unsigned long count); #endif /* !__cplusplus */ #endif /* !__GNUC__ */ void yyerror(char *); int yylex(void *); %} %% all: foo bar foo: 'f' 'o' 'o' { fprintf(stderr, "foo\n"); } ; bar: 'b' 'a' 'r' ; %% int yylex(void *yylval) { return 'f'; } void yyerror(char *err) { fprintf(stderr, "ERR: %s\n", err); } configure:63761: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 conftest.c:60:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 60 | exit(0); | ^ conftest.c:60:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:63761: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | /* end confdefs.h. */ | | #include "y.tab.c" | | int | main (void) | { | | yyparse(); | exit(0); | | ; | return 0; | } conftest.y: %pure_parser %{ #include #ifndef __GNUC__ #ifndef __cplusplus static void __yy_memcpy(char *to, char *from, unsigned long count); #endif /* !__cplusplus */ #endif /* !__GNUC__ */ void yyerror(char *); int yylex(void *); %} %% all: foo bar foo: 'f' 'o' 'o' { fprintf(stderr, "foo\n"); } ; bar: 'b' 'a' 'r' ; %% int yylex(void *yylval) { return 'f'; } void yyerror(char *err) { fprintf(stderr, "ERR: %s\n", err); } configure:63761: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 conftest.c:60:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 60 | exit(0); | ^ conftest.c:60:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:63761: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | /* end confdefs.h. */ | | #include "y.tab.c" | | int | main (void) | { | | yyparse(); | exit(0); | | ; | return 0; | } conftest.y: %pure_parser %{ #include #ifndef __GNUC__ #ifndef __cplusplus static void __yy_memcpy(char *to, const char *from, int count); #endif /* !__cplusplus */ #endif /* !__GNUC__ */ void yyerror(char *); int yylex(void *); %} %% all: foo bar foo: 'f' 'o' 'o' { fprintf(stderr, "foo\n"); } ; bar: 'b' 'a' 'r' ; %% int yylex(void *yylval) { return 'f'; } void yyerror(char *err) { fprintf(stderr, "ERR: %s\n", err); } configure:63761: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 conftest.c:60:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 60 | exit(0); | ^ conftest.c:60:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:63761: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | /* end confdefs.h. */ | | #include "y.tab.c" | | int | main (void) | { | | yyparse(); | exit(0); | | ; | return 0; | } conftest.y: %pure_parser %{ #include #ifndef __GNUC__ #ifndef __cplusplus static void __yy_memcpy(char *to, char *from, int count); #endif /* !__cplusplus */ #endif /* !__GNUC__ */ void yyerror(char *); int yylex(void *); %} %% all: foo bar foo: 'f' 'o' 'o' { fprintf(stderr, "foo\n"); } ; bar: 'b' 'a' 'r' ; %% int yylex(void *yylval) { return 'f'; } void yyerror(char *err) { fprintf(stderr, "ERR: %s\n", err); } configure:63761: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 conftest.c:60:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 60 | exit(0); | ^ conftest.c:60:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:63761: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | /* end confdefs.h. */ | | #include "y.tab.c" | | int | main (void) | { | | yyparse(); | exit(0); | | ; | return 0; | } configure:63781: result: unknown configure:63783: WARNING: Defaulting to unsigned int. configure:63802: checking for an ANSI C-conforming const configure:63869: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:63869: $? = 0 configure:63877: result: yes configure:63889: checking if const really does work configure:63911: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:59:14: error: call to undeclared function 'bar'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 59 | return bar(0); | ^ 1 error generated. configure:63911: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | /* end confdefs.h. */ | | const int foo(int bar) { return bar; } | | int | main (void) | { | | return bar(0); | | ; | return 0; | } configure:63926: result: no configure:63936: checking if restrict keyword is available (C99) configure:63956: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:63956: $? = 0 configure:63966: result: yes configure:63973: checking whether char is unsigned configure:63993: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:63993: $? = 0 configure:64001: result: no configure:64009: checking if we can cast void * to a function pointer configure:64031: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:64031: $? = 0 configure:64042: result: yes configure:64053: checking for isgraph configure:64074: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:64074: $? = 0 configure:64085: result: yes DEBUG: ---------------------------------- Current limits: core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 256 pipe size (512 bytes, -p) 1 stack size (kbytes, -s) 65532 cpu time (seconds, -t) 14400 max user processes (-u) 1392 virtual memory (kbytes, -v) unlimited DEBUG: ++++++++++++++++++++++++++++++++++ configure:64111: checking for sys/time.h configure:64111: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:64111: $? = 0 configure:64111: result: yes configure:64149: checking for egrep configure:64217: result: /usr/bin/grep -E configure:64230: checking for winsock2.h configure:64230: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:116:10: fatal error: 'winsock2.h' file not found 116 | #include | ^~~~~~~~~~~~ 1 error generated. configure:64230: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:64230: result: no configure:64308: checking for sys/rusage.h configure:64308: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:116:10: fatal error: 'sys/rusage.h' file not found 116 | #include | ^~~~~~~~~~~~~~ 1 error generated. configure:64308: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:64308: result: no configure:64386: checking for time.h configure:64386: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:64386: $? = 0 configure:64386: result: yes configure:64464: checking for sys/time.h configure:64464: result: yes configure:64542: checking for sys/types.h configure:64542: result: yes configure:64620: checking for unistd.h configure:64620: result: yes configure:64698: checking for stdlib.h configure:64698: result: yes configure:64776: checking for memory.h configure:64776: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:64776: $? = 0 configure:64776: result: yes configure:64854: checking for values.h configure:64854: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:122:10: fatal error: 'values.h' file not found 122 | #include | ^~~~~~~~~~ 1 error generated. configure:64854: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:64854: result: no configure:64932: checking for string.h configure:64932: result: yes configure:65010: checking for strings.h configure:65010: result: yes configure:65088: checking for fcntl.h configure:65088: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:65088: $? = 0 configure:65088: result: yes configure:65166: checking for sys/filio.h configure:65166: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:65166: $? = 0 configure:65166: result: yes configure:65244: checking for sys/sockio.h configure:65244: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:65244: $? = 0 configure:65244: result: yes configure:65322: checking for crypt.h configure:65322: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:127:10: fatal error: 'crypt.h' file not found 127 | #include | ^~~~~~~~~ 1 error generated. configure:65322: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:65322: result: no configure:65400: checking for locale.h configure:65400: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:65400: $? = 0 configure:65400: result: yes configure:65478: checking for sys/select.h configure:65478: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:65478: $? = 0 configure:65478: result: yes configure:65556: checking for net/socket.h configure:65556: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:129:10: fatal error: 'net/socket.h' file not found 129 | #include | ^~~~~~~~~~~~~~ 1 error generated. configure:65556: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:65556: result: no configure:65634: checking for sys/param.h configure:65634: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:65634: $? = 0 configure:65634: result: yes configure:65712: checking for stdio.h configure:65712: result: yes configure:65790: checking for wchar.h configure:65790: result: yes configure:65868: checking for io.h configure:65868: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:132:10: fatal error: 'io.h' file not found 132 | #include | ^~~~~~ 1 error generated. configure:65868: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:65868: result: no configure:65946: checking for sys/mman.h configure:65946: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:65946: $? = 0 configure:65946: result: yes configure:66024: checking for setjmp.h configure:66024: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:66024: $? = 0 configure:66024: result: yes configure:66102: checking for sys/user.h configure:66102: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:66102: $? = 0 configure:66102: result: yes configure:66180: checking for limits.h configure:66180: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:66180: $? = 0 configure:66180: result: yes configure:66258: checking for pthread.h configure:66258: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:66258: $? = 0 configure:66258: result: yes configure:66336: checking for crt/signal.h configure:66336: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:137:10: fatal error: 'crt/signal.h' file not found 137 | #include | ^~~~~~~~~~~~~~ 1 error generated. configure:66336: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:66336: result: no configure:66414: checking for sys/id.h configure:66414: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:137:10: fatal error: 'sys/id.h' file not found 137 | #include | ^~~~~~~~~~ 1 error generated. configure:66414: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:66414: result: no configure:66492: checking for mach-o/dyld.h configure:66492: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:66492: $? = 0 configure:66492: result: yes configure:66570: checking for sys/ptrace.h configure:66570: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:66570: $? = 0 configure:66570: result: yes configure:66648: checking for thread.h configure:66648: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:139:10: fatal error: 'thread.h' file not found 139 | #include | ^~~~~~~~~~ 1 error generated. configure:66648: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:66648: result: no configure:66726: checking for dlfcn.h configure:66726: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:66726: $? = 0 configure:66726: result: yes configure:66804: checking for dld.h configure:66804: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:140:10: fatal error: 'dld.h' file not found 140 | #include | ^~~~~~~ 1 error generated. configure:66804: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:66804: result: no configure:66882: checking for dl.h configure:66882: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:140:10: fatal error: 'dl.h' file not found 140 | #include | ^~~~~~ 1 error generated. configure:66882: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:66882: result: no configure:66960: checking for sys/times.h configure:66960: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:66960: $? = 0 configure:66960: result: yes configure:67038: checking for sched.h configure:67038: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:67038: $? = 0 configure:67038: result: yes configure:67116: checking for sys/procfs.h configure:67116: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:142:10: fatal error: 'sys/procfs.h' file not found 142 | #include | ^~~~~~~~~~~~~~ 1 error generated. configure:67116: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:67116: result: no configure:67194: checking for sys/ioct.h configure:67194: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:142:10: fatal error: 'sys/ioct.h' file not found 142 | #include | ^~~~~~~~~~~~ 1 error generated. configure:67194: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:67194: result: no configure:67272: checking for sys/socket.h configure:67272: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:67272: $? = 0 configure:67272: result: yes configure:67350: checking for sys/uio.h configure:67350: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:67350: $? = 0 configure:67350: result: yes configure:67428: checking for fcntl.h configure:67428: result: yes configure:67506: checking for malloc.h configure:67506: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:145:10: fatal error: 'malloc.h' file not found 145 | #include | ^~~~~~~~~~ 1 error generated. configure:67506: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:67506: result: no configure:67584: checking for netinet/in.h configure:67584: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:67584: $? = 0 configure:67584: result: yes configure:67662: checking for sys/wait.h configure:67662: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:67662: $? = 0 configure:67662: result: yes configure:67740: checking for windows.h configure:67740: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:147:10: fatal error: 'windows.h' file not found 147 | #include | ^~~~~~~~~~~ 1 error generated. configure:67740: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:67740: result: no configure:67818: checking for grp.h configure:67818: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:67818: $? = 0 configure:67818: result: yes configure:67896: checking for pwd.h configure:67896: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:67896: $? = 0 configure:67896: result: yes configure:67974: checking for passwd.h configure:67974: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:149:10: fatal error: 'passwd.h' file not found 149 | #include | ^~~~~~~~~~ 1 error generated. configure:67974: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:67974: result: no configure:68052: checking for group.h configure:68052: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:149:10: fatal error: 'group.h' file not found 149 | #include | ^~~~~~~~~ 1 error generated. configure:68052: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:68052: result: no configure:68130: checking for winsock.h configure:68130: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:149:10: fatal error: 'winsock.h' file not found 149 | #include | ^~~~~~~~~~~ 1 error generated. configure:68130: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:68130: result: no configure:68208: checking for signal.h configure:68208: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:68208: $? = 0 configure:68208: result: yes configure:68286: checking for sys/file.h configure:68286: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:68286: $? = 0 configure:68286: result: yes configure:68364: checking for poll.h configure:68364: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:68364: $? = 0 configure:68364: result: yes configure:68442: checking for sys/poll.h configure:68442: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:68442: $? = 0 configure:68442: result: yes configure:68520: checking for socket.h configure:68520: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:153:10: fatal error: 'socket.h' file not found 153 | #include | ^~~~~~~~~~ 1 error generated. configure:68520: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:68520: result: no configure:68598: checking for ieeefp.h configure:68598: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:153:10: fatal error: 'ieeefp.h' file not found 153 | #include | ^~~~~~~~~~ 1 error generated. configure:68598: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:68598: result: no configure:68676: checking for fp_class.h configure:68676: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:153:10: fatal error: 'fp_class.h' file not found 153 | #include | ^~~~~~~~~~~~ 1 error generated. configure:68676: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:68676: result: no configure:68754: checking for floatingpoint.h configure:68754: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:153:10: fatal error: 'floatingpoint.h' file not found 153 | #include | ^~~~~~~~~~~~~~~~~ 1 error generated. configure:68754: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:68754: result: no configure:68832: checking for float.h configure:68832: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:68832: $? = 0 configure:68832: result: yes configure:68910: checking for sys/priocntl.h configure:68910: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:154:10: fatal error: 'sys/priocntl.h' file not found 154 | #include | ^~~~~~~~~~~~~~~~ 1 error generated. configure:68910: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:68910: result: no configure:68988: checking for sys/sched.h configure:68988: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:154:10: fatal error: 'sys/sched.h' file not found 154 | #include | ^~~~~~~~~~~~~ 1 error generated. configure:68988: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:68988: result: no configure:69066: checking for winbase.h configure:69066: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:154:10: fatal error: 'winbase.h' file not found 154 | #include | ^~~~~~~~~~~ 1 error generated. configure:69066: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:69066: result: no configure:69144: checking for errno.h configure:69144: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:69144: $? = 0 configure:69144: result: yes configure:69222: checking for stddef.h configure:69222: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:69222: $? = 0 configure:69222: result: yes configure:69300: checking for mmx.h configure:69300: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:156:10: fatal error: 'mmx.h' file not found 156 | #include | ^~~~~~~ 1 error generated. configure:69300: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:69300: result: no configure:69378: checking for asm/mmx.h configure:69378: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:156:10: fatal error: 'asm/mmx.h' file not found 156 | #include | ^~~~~~~~~~~ 1 error generated. configure:69378: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:69378: result: no configure:69456: checking for sys/termio.h configure:69456: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:156:10: fatal error: 'sys/termio.h' file not found 156 | #include | ^~~~~~~~~~~~~~ 1 error generated. configure:69456: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:69456: result: no configure:69534: checking for sys/termios.h configure:69534: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:69534: $? = 0 configure:69534: result: yes configure:69612: checking for ws2tcpip.h configure:69612: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:157:10: fatal error: 'ws2tcpip.h' file not found 157 | #include | ^~~~~~~~~~~~ 1 error generated. configure:69612: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:69612: result: no configure:69690: checking for valgrind/memcheck.h configure:69690: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:157:10: fatal error: 'valgrind/memcheck.h' file not found 157 | #include | ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:69690: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:69690: result: no configure:69768: checking for memcheck.h configure:69768: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:157:10: fatal error: 'memcheck.h' file not found 157 | #include | ^~~~~~~~~~~~ 1 error generated. configure:69768: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:69768: result: no configure:69846: checking for valgrind.h configure:69846: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:157:10: fatal error: 'valgrind.h' file not found 157 | #include | ^~~~~~~~~~~~ 1 error generated. configure:69846: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:69846: result: no configure:69924: checking for sys/prctl.h configure:69924: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:157:10: fatal error: 'sys/prctl.h' file not found 157 | #include | ^~~~~~~~~~~~~ 1 error generated. configure:69924: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:69924: result: no configure:70002: checking for sys/ioctl.h configure:70002: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:70002: $? = 0 configure:70002: result: yes configure:70080: checking for mach/task_info.h configure:70080: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:70080: $? = 0 configure:70080: result: yes configure:70158: checking for mach/task.h configure:70158: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:70158: $? = 0 configure:70158: result: yes configure:70236: checking for mach/mach_init.h configure:70236: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:70236: $? = 0 configure:70236: result: yes configure:70314: checking for syscall.h configure:70314: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:161:10: fatal error: 'syscall.h' file not found 161 | #include | ^~~~~~~~~~~ 1 error generated. configure:70314: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:70314: result: no configure:70392: checking for sys/syscall.h configure:70392: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:70392: $? = 0 configure:70392: result: yes configure:70470: checking for devices/timer.h configure:70470: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:162:10: fatal error: 'devices/timer.h' file not found 162 | #include | ^~~~~~~~~~~~~~~~~ 1 error generated. configure:70470: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:70470: result: no configure:70548: checking for direct.h configure:70548: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:162:10: fatal error: 'direct.h' file not found 162 | #include | ^~~~~~~~~~ 1 error generated. configure:70548: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:70548: result: no configure:70626: checking for CoreServices/CoreServices.h configure:70626: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 In file included from conftest.c:162: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:127: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverServices.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:22: /Library/Developer/CommandLineTools/usr/lib/clang/16/include/emmintrin.h:4025:6: error: conflicting types for '_mm_clflush' 4025 | void _mm_clflush(void const *__p); | ^ /Library/Developer/CommandLineTools/usr/lib/clang/16/include/emmintrin.h:4025:6: note: '_mm_clflush' is a builtin with type 'void (const void *)' 1 error generated. configure:70626: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | /* end confdefs.h. */ | #if (defined(__WINNT__) || defined(__WIN32__)) && !defined(__NT__) | #define __NT__ | #endif | #ifndef _LARGEFILE_SOURCE | # define _FILE_OFFSET_BITS 64 | # define _LARGEFILE_SOURCE | #endif | #ifndef __STDC_EXT__ | # define __STDC_EXT__ | #endif /* !__STDC_EXT__ */ | #ifndef _PROTOTYPES | # define _PROTOTYPES | #endif /* !_PROTOTYPES */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif /* !_GNU_SOURCE */ | #ifdef __NT__ | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #ifndef WIN32 | #define WIN32 100 /* WinNT 1.0 */ | #endif | #if !defined(_WIN32_WINDOWS) || (_WIN32_WINDOWS < 0x500) | #undef _WIN32_WINDOWS | #define _WIN32_WINDOWS 0x0500 | #endif | #if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x500) | #undef _WIN32_WINNT | #define _WIN32_WINNT 0x0500 | #endif | #if !defined(NTDDI_VERSION) || (NTDDI_VERSION < 0x05000000) | #undef NTDDI_VERSION | #define NTDDI_VERSION 0x05000000 | #endif | #endif /* __NT__ */ | #ifdef __amigaos__ | #define __USE_NETINET_IN_H | #endif | #ifndef __BUILTIN_VA_ARG_INCR | #define __BUILTIN_VA_ARG_INCR 1 | #endif /* !__BUILTIN_VA_ARG_INCR */ | #ifdef HAVE_WINDOWS_H | #include | #undef HAVE_WINDOWS_H | #endif | /* Necessary to find sys/socket.h on MacOS X 10.3 */ | #if HAVE_SYS_TYPES_H | # include | #endif | /* Necessary to find ws2tcpip.h on WIN32. */ | #ifdef HAVE_WINSOCK2_H | # include | #endif | /* Necessary to find sys/user.h on OpenBSD */ | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:70626: result: no configure:70704: checking for execinfo.h configure:70704: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:70704: $? = 0 configure:70704: result: yes configure:70782: checking for mach/mach.h configure:70782: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:70782: $? = 0 configure:70782: result: yes configure:70860: checking for mach/thread_act.h configure:70860: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:70860: $? = 0 configure:70860: result: yes configure:70938: checking for mach/clock.h configure:70938: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:70938: $? = 0 configure:70938: result: yes configure:71052: checking for gnu/stubs.h configure:71052: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:134:10: fatal error: 'gnu/stubs.h' file not found 134 | #include | ^~~~~~~~~~~~~ 1 error generated. configure:71052: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_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:71052: result: no configure:71080: checking for sigsetjmp configure:71173: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:71173: $? = 0 configure:71186: result: yes configure:71195: checking for setjmp configure:71288: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:71288: $? = 0 configure:71301: result: yes configure:71310: checking for _setjmp configure:71403: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:71403: $? = 0 configure:71416: result: yes configure:71425: checking for siglongjmp configure:71518: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:71518: $? = 0 configure:71531: result: yes configure:71540: checking for longjmp configure:71633: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:71633: $? = 0 configure:71646: result: yes configure:71655: checking for _longjmp configure:71748: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:71748: $? = 0 configure:71761: result: yes configure:71777: checking for sys/devpoll.h configure:71777: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:140:10: fatal error: 'sys/devpoll.h' file not found 140 | #include | ^~~~~~~~~~~~~~~ 1 error generated. configure:71777: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 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:71777: result: no configure:71796: checking for sys/event.h configure:71796: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:71796: $? = 0 configure:71796: result: yes configure:71815: checking for sys/epoll.h configure:71815: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:141:10: fatal error: 'sys/epoll.h' file not found 141 | #include | ^~~~~~~~~~~~~ 1 error generated. configure:71815: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_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:71815: result: no configure:71843: checking for kqueue configure:71936: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:71936: $? = 0 configure:71949: result: yes configure:71959: checking for poll device configure:71976: result: no configure:72074: checking for sys/resource.h configure:72105: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:72105: $? = 0 configure:72116: result: yes configure:72193: checking size of char * configure:72199: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:72199: $? = 0 configure:72199: ./conftest configure:72199: $? = 0 configure:72214: result: 8 configure:72291: checking size of int configure:72297: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:72297: $? = 0 configure:72297: ./conftest configure:72297: $? = 0 configure:72312: result: 4 configure:72389: checking size of short configure:72395: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:72395: $? = 0 configure:72395: ./conftest configure:72395: $? = 0 configure:72410: result: 2 configure:72487: checking size of float configure:72493: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:72493: $? = 0 configure:72493: ./conftest configure:72493: $? = 0 configure:72508: result: 4 configure:72585: checking size of double configure:72591: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:72591: $? = 0 configure:72591: ./conftest configure:72591: $? = 0 configure:72606: result: 8 configure:72683: checking size of long double configure:72689: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:72689: $? = 0 configure:72689: ./conftest configure:72689: $? = 0 configure:72704: result: 16 configure:72781: checking size of long configure:72787: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:72787: $? = 0 configure:72787: ./conftest configure:72787: $? = 0 configure:72802: result: 8 configure:72879: checking size of long long configure:72885: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:72885: $? = 0 configure:72885: ./conftest configure:72885: $? = 0 configure:72900: result: 8 configure:72977: checking size of __int64 configure:72983: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 conftest.c:151:61: error: use of undeclared identifier '__int64' 151 | static long int longval (void) { return (long int) (sizeof (__int64)); } | ^ conftest.c:152:71: error: use of undeclared identifier '__int64' 152 | static unsigned long int ulongval (void) { return (long int) (sizeof (__int64)); } | ^ conftest.c:162:28: error: use of undeclared identifier '__int64' 162 | if (((long int) (sizeof (__int64))) < 0) | ^ conftest.c:165:37: error: use of undeclared identifier '__int64' 165 | if (i != ((long int) (sizeof (__int64)))) | ^ conftest.c:172:37: error: use of undeclared identifier '__int64' 172 | if (i != ((long int) (sizeof (__int64)))) | ^ 5 errors generated. configure:72983: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | /* 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 | static long int longval (void) { return (long int) (sizeof (__int64)); } | static unsigned long int ulongval (void) { return (long int) (sizeof (__int64)); } | #include | #include | int | main (void) | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (__int64))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (__int64)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (__int64)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:72998: result: 0 configure:73075: checking size of time_t configure:73081: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:73081: $? = 0 configure:73081: ./conftest configure:73081: $? = 0 configure:73096: result: 8 configure:73173: checking size of __int128 configure:73179: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:73179: $? = 0 configure:73179: ./conftest configure:73179: $? = 0 configure:73194: result: 16 configure:73271: checking size of __int128_t configure:73277: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:73277: $? = 0 configure:73277: ./conftest configure:73277: $? = 0 configure:73292: result: 16 configure:73369: checking size of unsigned __int128 configure:73375: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:73375: $? = 0 configure:73375: ./conftest configure:73375: $? = 0 configure:73390: result: 16 configure:73467: checking size of unsigned __int128_t configure:73473: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 conftest.c:156:70: error: expected ')' 156 | static long int longval (void) { return (long int) (sizeof (unsigned __int128_t)); } | ^ conftest.c:156:60: note: to match this '(' 156 | static long int longval (void) { return (long int) (sizeof (unsigned __int128_t)); } | ^ conftest.c:157:80: error: expected ')' 157 | static unsigned long int ulongval (void) { return (long int) (sizeof (unsigned __int128_t)); } | ^ conftest.c:157:70: note: to match this '(' 157 | static unsigned long int ulongval (void) { return (long int) (sizeof (unsigned __int128_t)); } | ^ conftest.c:167:37: error: expected ')' 167 | if (((long int) (sizeof (unsigned __int128_t))) < 0) | ^ conftest.c:167:27: note: to match this '(' 167 | if (((long int) (sizeof (unsigned __int128_t))) < 0) | ^ conftest.c:170:46: error: expected ')' 170 | if (i != ((long int) (sizeof (unsigned __int128_t)))) | ^ conftest.c:170:36: note: to match this '(' 170 | if (i != ((long int) (sizeof (unsigned __int128_t)))) | ^ conftest.c:177:46: error: expected ')' 177 | if (i != ((long int) (sizeof (unsigned __int128_t)))) | ^ conftest.c:177:36: note: to match this '(' 177 | if (i != ((long int) (sizeof (unsigned __int128_t)))) | ^ 5 errors generated. configure:73473: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | /* 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 | static long int longval (void) { return (long int) (sizeof (unsigned __int128_t)); } | static unsigned long int ulongval (void) { return (long int) (sizeof (unsigned __int128_t)); } | #include | #include | int | main (void) | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (unsigned __int128_t))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (unsigned __int128_t)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (unsigned __int128_t)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:73488: result: 0 configure:73565: checking size of __uint128_t configure:73571: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:73571: $? = 0 configure:73571: ./conftest configure:73571: $? = 0 configure:73586: result: 16 configure:73597: checking for size_t configure:73627: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:73627: $? = 0 configure:73644: result: yes configure:73649: checking for ptrdiff_t configure:73679: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:73679: $? = 0 configure:73696: result: yes configure:73701: checking for off_t configure:73731: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:73731: $? = 0 configure:73748: result: yes configure:73753: checking for pid_t configure:73783: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:73783: $? = 0 configure:73800: result: yes configure:73805: checking for uid_t configure:73835: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:73835: $? = 0 configure:73852: result: yes configure:73857: checking for gid_t configure:73887: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:73887: $? = 0 configure:73904: result: yes configure:73909: checking for time_t configure:73939: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:73939: $? = 0 configure:73956: result: yes configure:73961: checking for pri_t configure:73991: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:145:1: error: use of undeclared identifier 'pri_t' 145 | pri_t tmp; | ^ 1 error generated. configure:73991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | /* end confdefs.h. */ | | #include | | #if STDC_HEADERS | #include | #include | #endif | | | | | int | main (void) | { | | pri_t tmp; | | ; | return 0; | } configure:74005: result: no configure:74081: checking size of off_t configure:74087: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:74087: $? = 0 configure:74087: ./conftest configure:74087: $? = 0 configure:74102: result: 8 configure:74112: checking for sizeof anything configure:74151: result: 8 configure:74154: checking for FLOAT_TYPE configure:74181: result: double configure:74202: checking for INT_TYPE configure:74252: result: long configure:74275: checking return type of signal handlers configure:74294: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:144:8: error: indirection requires pointer operand ('void' invalid) 144 | return *(signal (0, 0)) (0) == 1; | ^~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:74294: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:74302: result: void configure:74310: checking for poll in -lpoll configure:74333: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:74333: $? = 0 configure:74343: result: yes configure:74354: checking for floor in -lm configure:74377: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -lm -lpoll >&5 conftest.c:144:6: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration] 144 | char floor (); | ^ conftest.c:144:6: note: 'floor' is a builtin with type 'double (double)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:74377: $? = 0 configure:74387: result: yes configure:74398: checking for socket in -lsocket configure:74421: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -lsocket -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete ld: library 'socket' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:74421: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 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 socket (); | int | main (void) | { | return socket (); | ; | return 0; | } configure:74431: result: no configure:74485: checking for gethostbyname in -lnsl configure:74508: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -lnsl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete ld: library 'nsl' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:74508: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 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 gethostbyname (); | int | main (void) | { | return gethostbyname (); | ; | return 0; | } configure:74518: result: no configure:74528: checking for nanosleep in -lrt configure:74551: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -lrt -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete ld: library 'rt' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:74551: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 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 nanosleep (); | int | main (void) | { | return nanosleep (); | ; | return 0; | } configure:74561: result: no configure:74572: checking for dlopen in -ldl configure:74595: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:74595: $? = 0 configure:74605: result: yes configure:74615: checking for shl_load in -ldld configure:74638: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldld -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete ld: library 'dld' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:74638: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 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 shl_load (); | int | main (void) | { | return shl_load (); | ; | return 0; | } configure:74648: result: no configure:74658: checking for dld_link in -ldld configure:74681: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldld -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete ld: library 'dld' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:74681: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 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 dld_link (); | int | main (void) | { | return dld_link (); | ; | return 0; | } configure:74691: result: no DEBUG: ---------------------------------- Current limits: core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 256 pipe size (512 bytes, -p) 1 stack size (kbytes, -s) 65532 cpu time (seconds, -t) 14400 max user processes (-u) 1392 virtual memory (kbytes, -v) unlimited DEBUG: ++++++++++++++++++++++++++++++++++ configure:75191: checking whether Darwin dislikes threads and mach includes configure:75202: result: yes (10.6 or newer) DEBUG: ---------------------------------- Current limits: core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 256 pipe size (512 bytes, -p) 1 stack size (kbytes, -s) 65532 cpu time (seconds, -t) 14400 max user processes (-u) 1392 virtual memory (kbytes, -v) unlimited DEBUG: ++++++++++++++++++++++++++++++++++ configure:75224: checking for pthread_init configure:75317: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_pthread_init", referenced from: _main in conftest-d907da.o _f in conftest-d907da.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:75317: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define pthread_init to an innocuous variant, in case declares pthread_init. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_init innocuous_pthread_init | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_init (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pthread_init | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pthread_init (); | /* 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_init) || defined (__stub___pthread_init) | choke me | #else | char (*f) () = pthread_init; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != pthread_init; | ; | return 0; | } configure:75335: result: no configure:75339: checking for pthread_mutexattr_init configure:75432: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:75432: $? = 0 configure:75445: result: yes configure:75454: checking for pthread_kill configure:75547: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:75547: $? = 0 configure:75560: result: yes configure:75569: checking for pthread_cond_reltimedwait_np configure:75662: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_pthread_cond_reltimedwait_np", referenced from: _main in conftest-cac931.o _f in conftest-cac931.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:75662: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define pthread_cond_reltimedwait_np to an innocuous variant, in case declares pthread_cond_reltimedwait_np. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_cond_reltimedwait_np innocuous_pthread_cond_reltimedwait_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_cond_reltimedwait_np (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pthread_cond_reltimedwait_np | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pthread_cond_reltimedwait_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_cond_reltimedwait_np) || defined (__stub___pthread_cond_reltimedwait_np) | choke me | #else | char (*f) () = pthread_cond_reltimedwait_np; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != pthread_cond_reltimedwait_np; | ; | return 0; | } configure:75680: result: no configure:75684: checking for pthread_mach_thread_np configure:75777: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:75777: $? = 0 configure:75790: result: yes configure:75800: checking posix threads configure:75894: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:173:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 173 | exit(0); | ^ conftest.c:173:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:75894: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | /* end confdefs.h. */ | | #define _REENTRANT | #define _THREAD_SAFE | #define _MIT_POSIX_THREADS 1 | | #include | | void *foo(void *bar) { pthread_exit(0); return 0; } | pthread_mutexattr_t attr; | pthread_mutex_t tmp; | pthread_t gazonk; | | int main() | { | void *sune; | #ifdef HAVE_PTHREAD_INIT | pthread_init(); | #endif /* HAVE_PTHREAD_INIT */ | #ifdef HAVE_PTHREAD_MUTEXATTR_INIT | pthread_mutexattr_init(&attr); | #else | memset(&attr, 0, sizeof(attr)); | #endif /* HAVE_PTHREAD_MUTEXATTR_INIT */ | pthread_mutex_init(&tmp, &attr); | pthread_mutex_lock(&tmp); | pthread_create(&gazonk,0,foo,0); | pthread_join(gazonk,&sune); | exit(0); | } | configure:76354: result: no POSIX threads not working. core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 256 pipe size (512 bytes, -p) 1 stack size (kbytes, -s) 65532 cpu time (seconds, -t) 14400 max user processes (-u) 1392 virtual memory (kbytes, -v) unlimited configure:76367: checking unix threads configure:76417: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll -lthread >&5 conftest.c:150:10: fatal error: 'thread.h' file not found 150 | #include | ^~~~~~~~~~ 1 error generated. configure:76417: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | /* end confdefs.h. */ | | #define _REENTRANT | #define _THREAD_SAFE | #define _MIT_POSIX_THREADS 1 | #include | #ifdef _UNIXWARE_THREADS_ | #include | #endif | | void *foo(void *bar) { thr_exit(0); return 0; } | mutex_t tmp; | thread_t gazonk; | | int main() | { | void *sune; | mutex_lock(& tmp); | thr_create(0,0,foo,0,0,&gazonk); | thr_join(gazonk,0,&sune); | exit(0); | } | configure:76444: result: no configure:76484: checking initial stack limit configure:76533: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:167:30: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 167 | if(depth>0x80000000) exit(0); | ^ conftest.c:167:30: note: include the header or explicitly provide a declaration for 'exit' conftest.c:170:11: warning: only one parameter on 'main' declaration [-Wmain] 170 | int main(int argc) | ^ 1 warning and 1 error generated. configure:76533: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | /* end confdefs.h. */ | | #include | | static int depth=0; | FILE *f; | | void save_depth(void); | | void use_stack(void *page) | { | void *X[8190]; | X[0]=page; | save_depth(); | use_stack(&X); | } | | void save_depth(void) | { | depth+=sizeof(void *)*8192; | fprintf(f,"%d\n",depth); | fflush(f); | if(depth>0x80000000) exit(0); | } | | int main(int argc) | { | f=fopen("confdefs.out.2", "w"); | /* weird filename to circumvent configure weirdness */ | save_depth(); | use_stack(0); | } | configure:76561: result: 32768 configure:76571: checking mutex error check flag configure:76598: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:76598: $? = 0 configure:76611: result: PTHREAD_MUTEX_ERRORCHECK configure:76624: checking recursive mutex flag configure:76651: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:76651: $? = 0 configure:76664: result: PTHREAD_MUTEX_RECURSIVE configure:76685: checking for working memcmp configure:76730: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:76730: $? = 0 configure:76730: ./conftest configure:76730: $? = 0 configure:76741: result: yes configure:76769: checking for getpagesize configure:76769: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:76769: $? = 0 configure:76769: result: yes configure:76783: checking for unistd.h configure:76783: result: yes configure:76802: checking for sys/param.h configure:76802: result: yes configure:76830: checking for working mmap configure:76982: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:76982: $? = 0 configure:76982: ./conftest configure:76982: $? = 0 configure:76993: result: yes configure:77010: checking if mmap can be used to allocate PROT_EXEC configure:77143: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:77143: $? = 0 configure:77143: ./conftest configure:77143: $? = 0 configure:77160: result: yes configure:77169: checking for _alldiv configure:77262: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "__alldiv", referenced from: _main in conftest-ee6211.o _f in conftest-ee6211.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:77262: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define _alldiv to an innocuous variant, in case declares _alldiv. | For example, HP-UX 11i declares gettimeofday. */ | #define _alldiv innocuous__alldiv | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _alldiv (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _alldiv | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _alldiv (); | /* 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__alldiv) || defined (__stub____alldiv) | choke me | #else | char (*f) () = _alldiv; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != _alldiv; | ; | return 0; | } configure:77280: result: no configure:77284: checking for _aullshr configure:77377: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "__aullshr", referenced from: _main in conftest-4dfc86.o _f in conftest-4dfc86.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:77377: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define _aullshr to an innocuous variant, in case declares _aullshr. | For example, HP-UX 11i declares gettimeofday. */ | #define _aullshr innocuous__aullshr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _aullshr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _aullshr | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _aullshr (); | /* 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__aullshr) || defined (__stub____aullshr) | choke me | #else | char (*f) () = _aullshr; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != _aullshr; | ; | return 0; | } configure:77395: result: no configure:77399: checking for _crypt configure:77492: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "__crypt", referenced from: _main in conftest-60ec2f.o _f in conftest-60ec2f.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:77492: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define _crypt to an innocuous variant, in case declares _crypt. | For example, HP-UX 11i declares gettimeofday. */ | #define _crypt innocuous__crypt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _crypt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _crypt | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _crypt (); | /* 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__crypt) || defined (__stub____crypt) | choke me | #else | char (*f) () = _crypt; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != _crypt; | ; | return 0; | } configure:77510: result: no configure:77514: checking for poll configure:77607: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:77607: $? = 0 configure:77620: result: yes configure:77629: checking for bcopy configure:77722: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:77722: $? = 0 configure:77735: result: yes configure:77744: checking for bzero configure:77837: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:187:6: warning: incompatible redeclaration of library function 'bzero' [-Wincompatible-library-redeclaration] 187 | char bzero (); | ^ conftest.c:187:6: note: 'bzero' is a builtin with type 'void (void *, unsigned long)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:77837: $? = 0 configure:77850: result: yes configure:77859: checking for clock configure:77952: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:77952: $? = 0 configure:77965: result: yes configure:77974: checking for closefrom configure:78067: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_closefrom", referenced from: _main in conftest-2dbc76.o _f in conftest-2dbc76.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:78067: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define closefrom to an innocuous variant, in case declares closefrom. | For example, HP-UX 11i declares gettimeofday. */ | #define closefrom innocuous_closefrom | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char closefrom (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef closefrom | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char closefrom (); | /* 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_closefrom) || defined (__stub___closefrom) | choke me | #else | char (*f) () = closefrom; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != closefrom; | ; | return 0; | } configure:78085: result: no configure:78089: checking for crypt configure:78182: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:78182: $? = 0 configure:78195: result: yes configure:78204: checking for fchmod configure:78297: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:78297: $? = 0 configure:78310: result: yes configure:78319: checking for fdwalk configure:78412: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_fdwalk", referenced from: _main in conftest-549756.o _f in conftest-549756.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:78412: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define fdwalk to an innocuous variant, in case declares fdwalk. | For example, HP-UX 11i declares gettimeofday. */ | #define fdwalk innocuous_fdwalk | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fdwalk (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fdwalk | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char fdwalk (); | /* 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_fdwalk) || defined (__stub___fdwalk) | choke me | #else | char (*f) () = fdwalk; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != fdwalk; | ; | return 0; | } configure:78430: result: no configure:78434: checking for gethrtime configure:78527: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_gethrtime", referenced from: _main in conftest-6dc0e1.o _f in conftest-6dc0e1.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:78527: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define gethrtime to an innocuous variant, in case declares gethrtime. | For example, HP-UX 11i declares gettimeofday. */ | #define gethrtime innocuous_gethrtime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gethrtime (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef gethrtime | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gethrtime (); | /* 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_gethrtime) || defined (__stub___gethrtime) | choke me | #else | char (*f) () = gethrtime; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != gethrtime; | ; | return 0; | } configure:78545: result: no configure:78549: checking for gethrvtime configure:78642: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_gethrvtime", referenced from: _main in conftest-b6766b.o _f in conftest-b6766b.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:78642: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define gethrvtime to an innocuous variant, in case declares gethrvtime. | For example, HP-UX 11i declares gettimeofday. */ | #define gethrvtime innocuous_gethrvtime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gethrvtime (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef gethrvtime | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gethrvtime (); | /* 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_gethrvtime) || defined (__stub___gethrvtime) | choke me | #else | char (*f) () = gethrvtime; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != gethrvtime; | ; | return 0; | } configure:78660: result: no configure:78664: checking for getenv configure:78757: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:78757: $? = 0 configure:78770: result: yes configure:78779: checking for getrlimit configure:78872: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:78872: $? = 0 configure:78885: result: yes configure:78894: checking for getrusage configure:78987: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:78987: $? = 0 configure:79000: result: yes configure:79009: checking for gettimeofday configure:79102: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:79102: $? = 0 configure:79115: result: yes configure:79124: checking for index configure:79217: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:195:6: warning: incompatible redeclaration of library function 'index' [-Wincompatible-library-redeclaration] 195 | char index (); | ^ conftest.c:195:6: note: 'index' is a builtin with type 'char *(const char *, int)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:79217: $? = 0 configure:79230: result: yes configure:79239: checking for inet_ntop configure:79332: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:79332: $? = 0 configure:79345: result: yes configure:79354: checking for localtime configure:79447: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:79447: $? = 0 configure:79460: result: yes configure:79469: checking for gmtime configure:79562: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:79562: $? = 0 configure:79575: result: yes configure:79584: checking for gmtime_r configure:79677: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:79677: $? = 0 configure:79690: result: yes configure:79699: checking for gmtime_s configure:79792: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_gmtime_s", referenced from: _main in conftest-067c4a.o _f in conftest-067c4a.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:79792: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define gmtime_s to an innocuous variant, in case declares gmtime_s. | For example, HP-UX 11i declares gettimeofday. */ | #define gmtime_s innocuous_gmtime_s | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gmtime_s (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef gmtime_s | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gmtime_s (); | /* 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_gmtime_s) || defined (__stub___gmtime_s) | choke me | #else | char (*f) () = gmtime_s; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != gmtime_s; | ; | return 0; | } configure:79810: result: no configure:79814: checking for mallinfo configure:79907: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_mallinfo", referenced from: _main in conftest-1aca03.o _f in conftest-1aca03.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:79907: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define mallinfo to an innocuous variant, in case declares mallinfo. | For example, HP-UX 11i declares gettimeofday. */ | #define mallinfo innocuous_mallinfo | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mallinfo (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mallinfo | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char mallinfo (); | /* 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_mallinfo) || defined (__stub___mallinfo) | choke me | #else | char (*f) () = mallinfo; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != mallinfo; | ; | return 0; | } configure:79925: result: no configure:79929: checking for mallopt configure:80022: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_mallopt", referenced from: _main in conftest-313ad7.o _f in conftest-313ad7.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:80022: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define mallopt to an innocuous variant, in case declares mallopt. | For example, HP-UX 11i declares gettimeofday. */ | #define mallopt innocuous_mallopt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mallopt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mallopt | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char mallopt (); | /* 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_mallopt) || defined (__stub___mallopt) | choke me | #else | char (*f) () = mallopt; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != mallopt; | ; | return 0; | } configure:80040: result: no configure:80044: checking for memchr configure:80137: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:200:6: warning: incompatible redeclaration of library function 'memchr' [-Wincompatible-library-redeclaration] 200 | char memchr (); | ^ conftest.c:200:6: note: 'memchr' is a builtin with type 'void *(const void *, int, unsigned long)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:80137: $? = 0 configure:80150: result: yes configure:80159: checking for mktime configure:80252: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:80252: $? = 0 configure:80265: result: yes configure:80274: checking for perror configure:80367: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:80367: $? = 0 configure:80380: result: yes configure:80389: checking for ptrace configure:80482: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:80482: $? = 0 configure:80495: result: yes configure:80504: checking for recvmsg configure:80597: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:80597: $? = 0 configure:80610: result: yes configure:80619: checking for rindex configure:80712: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:205:6: warning: incompatible redeclaration of library function 'rindex' [-Wincompatible-library-redeclaration] 205 | char rindex (); | ^ conftest.c:205:6: note: 'rindex' is a builtin with type 'char *(const char *, int)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:80712: $? = 0 configure:80725: result: yes configure:80734: checking for sendmsg configure:80827: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:80827: $? = 0 configure:80840: result: yes configure:80849: checking for setbuf configure:80942: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:80942: $? = 0 configure:80955: result: yes configure:80964: checking for setlocale configure:81057: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:81057: $? = 0 configure:81070: result: yes configure:81079: checking for setrlimit configure:81172: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:81172: $? = 0 configure:81185: result: yes configure:81194: checking for setresuid configure:81287: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_setresuid", referenced from: _main in conftest-3ec1d6.o _f in conftest-3ec1d6.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:81287: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define setresuid to an innocuous variant, in case declares setresuid. | For example, HP-UX 11i declares gettimeofday. */ | #define setresuid innocuous_setresuid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setresuid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setresuid | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char setresuid (); | /* 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_setresuid) || defined (__stub___setresuid) | choke me | #else | char (*f) () = setresuid; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != setresuid; | ; | return 0; | } configure:81305: result: no configure:81309: checking for setvbuf configure:81402: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:81402: $? = 0 configure:81415: result: yes configure:81424: checking for signal configure:81517: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:81517: $? = 0 configure:81530: result: yes configure:81539: checking for sigaction configure:81632: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:81632: $? = 0 configure:81645: result: yes configure:81654: checking for sigblock configure:81747: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:81747: $? = 0 configure:81760: result: yes configure:81769: checking for sigprocmask configure:81862: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:81862: $? = 0 configure:81875: result: yes configure:81884: checking for sigvec configure:81977: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:81977: $? = 0 configure:81990: result: yes configure:81999: checking for strcasecmp configure:82092: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:216:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] 216 | char strcasecmp (); | ^ conftest.c:216:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:82092: $? = 0 configure:82105: result: yes configure:82114: checking for strnlen configure:82207: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:82207: $? = 0 configure:82220: result: yes configure:82229: checking for strncmp configure:82322: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:218:6: warning: incompatible redeclaration of library function 'strncmp' [-Wincompatible-library-redeclaration] 218 | char strncmp (); | ^ conftest.c:218:6: note: 'strncmp' is a builtin with type 'int (const char *, const char *, unsigned long)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:82322: $? = 0 configure:82335: result: yes configure:82344: checking for strchr configure:82437: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:219:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration] 219 | char strchr (); | ^ conftest.c:219:6: note: 'strchr' is a builtin with type 'char *(const char *, int)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:82437: $? = 0 configure:82450: result: yes configure:82459: checking for strcspn configure:82552: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:220:6: warning: incompatible redeclaration of library function 'strcspn' [-Wincompatible-library-redeclaration] 220 | char strcspn (); | ^ conftest.c:220:6: note: 'strcspn' is a builtin with type 'unsigned long (const char *, const char *)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:82552: $? = 0 configure:82565: result: yes configure:82574: checking for strerror configure:82667: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:221:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] 221 | char strerror (); | ^ conftest.c:221:6: note: 'strerror' is a builtin with type 'char *(int)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:82667: $? = 0 configure:82680: result: yes configure:82689: checking for strtod configure:82782: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:222:6: warning: incompatible redeclaration of library function 'strtod' [-Wincompatible-library-redeclaration] 222 | char strtod (); | ^ conftest.c:222:6: note: 'strtod' is a builtin with type 'double (const char *, char **)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:82782: $? = 0 configure:82795: result: yes configure:82804: checking for strtol configure:82897: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:223:6: warning: incompatible redeclaration of library function 'strtol' [-Wincompatible-library-redeclaration] 223 | char strtol (); | ^ conftest.c:223:6: note: 'strtol' is a builtin with type 'long (const char *, char **, int)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:82897: $? = 0 configure:82910: result: yes configure:82919: checking for time configure:83012: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:83012: $? = 0 configure:83025: result: yes configure:83034: checking for times configure:83127: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:83127: $? = 0 configure:83140: result: yes configure:83149: checking for tzset configure:83242: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:83242: $? = 0 configure:83255: result: yes configure:83264: checking for vfprintf configure:83357: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:227:6: warning: declaration of built-in function 'vfprintf' requires inclusion of the header [-Wbuiltin-requires-header] 227 | char vfprintf (); | ^ 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:83357: $? = 0 configure:83370: result: yes configure:83379: checking for vsprintf configure:83472: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:228:6: warning: incompatible redeclaration of library function 'vsprintf' [-Wincompatible-library-redeclaration] 228 | char vsprintf (); | ^ conftest.c:228:6: note: 'vsprintf' is a builtin with type 'int (char *, const char *, struct __va_list_tag *)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:83472: $? = 0 configure:83485: result: yes configure:83494: checking for _snprintf configure:83587: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "__snprintf", referenced from: _main in conftest-38f8da.o _f in conftest-38f8da.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:83587: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define _snprintf to an innocuous variant, in case declares _snprintf. | For example, HP-UX 11i declares gettimeofday. */ | #define _snprintf innocuous__snprintf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _snprintf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _snprintf | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _snprintf (); | /* 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__snprintf) || defined (__stub____snprintf) | choke me | #else | char (*f) () = _snprintf; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != _snprintf; | ; | return 0; | } configure:83605: result: no configure:83609: checking for snprintf configure:83702: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:229:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration] 229 | char snprintf (); | ^ conftest.c:229:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:83702: $? = 0 configure:83715: result: yes configure:83724: checking for vsnprintf configure:83817: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:230:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration] 230 | char vsnprintf (); | ^ conftest.c:230:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:83817: $? = 0 configure:83830: result: yes configure:83839: checking for wait3 configure:83932: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:83932: $? = 0 configure:83945: result: yes configure:83954: checking for wait4 configure:84047: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:84047: $? = 0 configure:84060: result: yes configure:84069: checking for waitpid configure:84162: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:84162: $? = 0 configure:84175: result: yes configure:84184: checking for munmap configure:84277: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:84277: $? = 0 configure:84290: result: yes configure:84299: checking for shl_load configure:84392: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_shl_load", referenced from: _main in conftest-1f423f.o _f in conftest-1f423f.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:84392: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char shl_load (); | /* 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_shl_load) || defined (__stub___shl_load) | choke me | #else | char (*f) () = shl_load; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != shl_load; | ; | return 0; | } configure:84410: result: no configure:84414: checking for dld_link configure:84507: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_dld_link", referenced from: _main in conftest-41b3fa.o _f in conftest-41b3fa.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:84507: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define dld_link to an innocuous variant, in case declares dld_link. | For example, HP-UX 11i declares gettimeofday. */ | #define dld_link innocuous_dld_link | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dld_link (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dld_link | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char dld_link (); | /* 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_dld_link) || defined (__stub___dld_link) | choke me | #else | char (*f) () = dld_link; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != dld_link; | ; | return 0; | } configure:84525: result: no configure:84529: checking for dld_get_func configure:84622: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_dld_get_func", referenced from: _main in conftest-5e09b9.o _f in conftest-5e09b9.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:84622: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define dld_get_func to an innocuous variant, in case declares dld_get_func. | For example, HP-UX 11i declares gettimeofday. */ | #define dld_get_func innocuous_dld_get_func | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dld_get_func (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dld_get_func | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char dld_get_func (); | /* 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_dld_get_func) || defined (__stub___dld_get_func) | choke me | #else | char (*f) () = dld_get_func; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != dld_get_func; | ; | return 0; | } configure:84640: result: no configure:84644: checking for pipe configure:84737: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:84737: $? = 0 configure:84750: result: yes configure:84759: checking for strdup configure:84852: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:236:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] 236 | char strdup (); | ^ conftest.c:236:6: note: 'strdup' is a builtin with type 'char *(const char *)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:84852: $? = 0 configure:84865: result: yes configure:84874: checking for kill configure:84967: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:84967: $? = 0 configure:84980: result: yes configure:84989: checking for alarm configure:85082: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:85082: $? = 0 configure:85095: result: yes configure:85104: checking for fork1 configure:85197: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_fork1", referenced from: _main in conftest-632564.o _f in conftest-632564.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:85197: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define fork1 to an innocuous variant, in case declares fork1. | For example, HP-UX 11i declares gettimeofday. */ | #define fork1 innocuous_fork1 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fork1 (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fork1 | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char fork1 (); | /* 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_fork1) || defined (__stub___fork1) | choke me | #else | char (*f) () = fork1; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != fork1; | ; | return 0; | } configure:85215: result: no configure:85219: checking for flock configure:85312: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:85312: $? = 0 configure:85325: result: yes configure:85334: checking for lockf configure:85427: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:85427: $? = 0 configure:85440: result: yes configure:85449: checking for setuid configure:85542: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:85542: $? = 0 configure:85555: result: yes configure:85564: checking for getuid configure:85657: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:85657: $? = 0 configure:85670: result: yes configure:85679: checking for seteuid configure:85772: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:85772: $? = 0 configure:85785: result: yes configure:85794: checking for geteuid configure:85887: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:85887: $? = 0 configure:85900: result: yes configure:85909: checking for setgid configure:86002: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:86002: $? = 0 configure:86015: result: yes configure:86024: checking for getgid configure:86117: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:86117: $? = 0 configure:86130: result: yes configure:86139: checking for setegid configure:86232: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:86232: $? = 0 configure:86245: result: yes configure:86254: checking for getegid configure:86347: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:86347: $? = 0 configure:86360: result: yes configure:86369: checking for getpwent configure:86462: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:86462: $? = 0 configure:86475: result: yes configure:86484: checking for getpwnam configure:86577: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:86577: $? = 0 configure:86590: result: yes configure:86599: checking for getpwuid configure:86692: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:86692: $? = 0 configure:86705: result: yes configure:86714: checking for getgrent configure:86807: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:86807: $? = 0 configure:86820: result: yes configure:86829: checking for getgrnam configure:86922: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:86922: $? = 0 configure:86935: result: yes configure:86944: checking for setsid configure:87037: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:87037: $? = 0 configure:87050: result: yes configure:87059: checking for setpgrp configure:87152: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:87152: $? = 0 configure:87165: result: yes configure:87174: checking for getpgrp configure:87267: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:87267: $? = 0 configure:87280: result: yes configure:87289: checking for setpgid configure:87382: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:87382: $? = 0 configure:87395: result: yes configure:87404: checking for getpgid configure:87497: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:87497: $? = 0 configure:87510: result: yes configure:87519: checking for initgroups configure:87612: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:87612: $? = 0 configure:87625: result: yes configure:87634: checking for setgroups configure:87727: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:87727: $? = 0 configure:87740: result: yes configure:87749: checking for socketpair configure:87842: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:87842: $? = 0 configure:87855: result: yes configure:87864: checking for fpclass configure:87957: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_fpclass", referenced from: _main in conftest-d81af3.o _f in conftest-d81af3.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:87957: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define fpclass to an innocuous variant, in case declares fpclass. | For example, HP-UX 11i declares gettimeofday. */ | #define fpclass innocuous_fpclass | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fpclass (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fpclass | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char fpclass (); | /* 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_fpclass) || defined (__stub___fpclass) | choke me | #else | char (*f) () = fpclass; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != fpclass; | ; | return 0; | } configure:87975: result: no configure:87979: checking for fp_class_d configure:88072: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_fp_class_d", referenced from: _main in conftest-993830.o _f in conftest-993830.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:88072: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define fp_class_d to an innocuous variant, in case declares fp_class_d. | For example, HP-UX 11i declares gettimeofday. */ | #define fp_class_d innocuous_fp_class_d | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fp_class_d (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fp_class_d | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char fp_class_d (); | /* 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_fp_class_d) || defined (__stub___fp_class_d) | choke me | #else | char (*f) () = fp_class_d; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != fp_class_d; | ; | return 0; | } configure:88090: result: no configure:88094: checking for isinf configure:88187: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:88187: $? = 0 configure:88200: result: yes configure:88209: checking for isnan configure:88302: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:88302: $? = 0 configure:88315: result: yes configure:88324: checking for iszero configure:88417: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_iszero", referenced from: _main in conftest-ef0f7f.o _f in conftest-ef0f7f.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:88417: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define iszero to an innocuous variant, in case declares iszero. | For example, HP-UX 11i declares gettimeofday. */ | #define iszero innocuous_iszero | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char iszero (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef iszero | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char iszero (); | /* 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_iszero) || defined (__stub___iszero) | choke me | #else | char (*f) () = iszero; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != iszero; | ; | return 0; | } configure:88435: result: no configure:88439: checking for finite configure:88532: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:264:6: warning: incompatible redeclaration of library function 'finite' [-Wincompatible-library-redeclaration] 264 | char finite (); | ^ conftest.c:264:6: note: 'finite' is a builtin with type 'int (double)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:88532: $? = 0 configure:88545: result: yes configure:88554: checking for signbit configure:88647: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_signbit", referenced from: _main in conftest-300a65.o _f in conftest-300a65.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:88647: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define signbit to an innocuous variant, in case declares signbit. | For example, HP-UX 11i declares gettimeofday. */ | #define signbit innocuous_signbit | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char signbit (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef signbit | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char signbit (); | /* 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_signbit) || defined (__stub___signbit) | choke me | #else | char (*f) () = signbit; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != signbit; | ; | return 0; | } configure:88665: result: no configure:88669: checking for nan configure:88762: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:265:6: warning: incompatible redeclaration of library function 'nan' [-Wincompatible-library-redeclaration] 265 | char nan (); | ^ conftest.c:265:6: note: 'nan' is a builtin with type 'double (const char *)' 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:88762: $? = 0 configure:88775: result: yes configure:88784: checking for nice configure:88877: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:88877: $? = 0 configure:88890: result: yes configure:88899: checking for __priocntl configure:88992: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "___priocntl", referenced from: _main in conftest-283abe.o _f in conftest-283abe.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:88992: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define __priocntl to an innocuous variant, in case declares __priocntl. | For example, HP-UX 11i declares gettimeofday. */ | #define __priocntl innocuous___priocntl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __priocntl (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __priocntl | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char __priocntl (); | /* 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___priocntl) || defined (__stub_____priocntl) | choke me | #else | char (*f) () = __priocntl; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != __priocntl; | ; | return 0; | } configure:89010: result: no configure:89014: checking for sched_setscheduler configure:89107: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_sched_setscheduler", referenced from: _main in conftest-bae442.o _f in conftest-bae442.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:89107: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define sched_setscheduler to an innocuous variant, in case declares sched_setscheduler. | For example, HP-UX 11i declares gettimeofday. */ | #define sched_setscheduler innocuous_sched_setscheduler | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sched_setscheduler (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef sched_setscheduler | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char sched_setscheduler (); | /* 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_sched_setscheduler) || defined (__stub___sched_setscheduler) | choke me | #else | char (*f) () = sched_setscheduler; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != sched_setscheduler; | ; | return 0; | } configure:89125: result: no configure:89129: checking for setpriority configure:89222: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:89222: $? = 0 configure:89235: result: yes configure:89244: checking for usleep configure:89337: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:89337: $? = 0 configure:89350: result: yes configure:89359: checking for nanosleep configure:89452: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:89452: $? = 0 configure:89465: result: yes configure:89474: checking for sched_yield configure:89567: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:89567: $? = 0 configure:89580: result: yes configure:89589: checking for thr_yield configure:89682: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_thr_yield", referenced from: _main in conftest-031402.o _f in conftest-031402.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:89682: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define thr_yield to an innocuous variant, in case declares thr_yield. | For example, HP-UX 11i declares gettimeofday. */ | #define thr_yield innocuous_thr_yield | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char thr_yield (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef thr_yield | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char thr_yield (); | /* 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_thr_yield) || defined (__stub___thr_yield) | choke me | #else | char (*f) () = thr_yield; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != thr_yield; | ; | return 0; | } configure:89700: result: no configure:89704: checking for prctl configure:89797: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_prctl", referenced from: _main in conftest-8e8963.o _f in conftest-8e8963.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:89797: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define prctl to an innocuous variant, in case declares prctl. | For example, HP-UX 11i declares gettimeofday. */ | #define prctl innocuous_prctl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char prctl (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef prctl | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char prctl (); | /* 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_prctl) || defined (__stub___prctl) | choke me | #else | char (*f) () = prctl; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != prctl; | ; | return 0; | } configure:89815: result: no configure:89819: checking for SetFilePointerEx configure:89912: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_SetFilePointerEx", referenced from: _main in conftest-8109c1.o _f in conftest-8109c1.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:89912: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define SetFilePointerEx to an innocuous variant, in case declares SetFilePointerEx. | For example, HP-UX 11i declares gettimeofday. */ | #define SetFilePointerEx innocuous_SetFilePointerEx | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char SetFilePointerEx (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef SetFilePointerEx | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char SetFilePointerEx (); | /* 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_SetFilePointerEx) || defined (__stub___SetFilePointerEx) | choke me | #else | char (*f) () = SetFilePointerEx; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != SetFilePointerEx; | ; | return 0; | } configure:89930: result: no configure:89934: checking for sync_instruction_memory configure:90027: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_sync_instruction_memory", referenced from: _main in conftest-76da59.o _f in conftest-76da59.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:90027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define sync_instruction_memory to an innocuous variant, in case declares sync_instruction_memory. | For example, HP-UX 11i declares gettimeofday. */ | #define sync_instruction_memory innocuous_sync_instruction_memory | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sync_instruction_memory (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef sync_instruction_memory | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char sync_instruction_memory (); | /* 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_sync_instruction_memory) || defined (__stub___sync_instruction_memory) | choke me | #else | char (*f) () = sync_instruction_memory; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != sync_instruction_memory; | ; | return 0; | } configure:90045: result: no configure:90049: checking for MakeDataExecutable configure:90142: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_MakeDataExecutable", referenced from: _main in conftest-39a0a1.o _f in conftest-39a0a1.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:90142: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define MakeDataExecutable to an innocuous variant, in case declares MakeDataExecutable. | For example, HP-UX 11i declares gettimeofday. */ | #define MakeDataExecutable innocuous_MakeDataExecutable | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char MakeDataExecutable (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef MakeDataExecutable | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char MakeDataExecutable (); | /* 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_MakeDataExecutable) || defined (__stub___MakeDataExecutable) | choke me | #else | char (*f) () = MakeDataExecutable; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != MakeDataExecutable; | ; | return 0; | } configure:90160: result: no configure:90164: checking for _get_timezone configure:90257: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "__get_timezone", referenced from: _main in conftest-1be2c9.o _f in conftest-1be2c9.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:90257: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define _get_timezone to an innocuous variant, in case declares _get_timezone. | For example, HP-UX 11i declares gettimeofday. */ | #define _get_timezone innocuous__get_timezone | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _get_timezone (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _get_timezone | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _get_timezone (); | /* 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__get_timezone) || defined (__stub____get_timezone) | choke me | #else | char (*f) () = _get_timezone; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != _get_timezone; | ; | return 0; | } configure:90275: result: no configure:90279: checking for _get_daylight configure:90372: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "__get_daylight", referenced from: _main in conftest-bd35e2.o _f in conftest-bd35e2.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:90372: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define _get_daylight to an innocuous variant, in case declares _get_daylight. | For example, HP-UX 11i declares gettimeofday. */ | #define _get_daylight innocuous__get_daylight | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _get_daylight (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _get_daylight | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _get_daylight (); | /* 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__get_daylight) || defined (__stub____get_daylight) | choke me | #else | char (*f) () = _get_daylight; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != _get_daylight; | ; | return 0; | } configure:90390: result: no configure:90394: checking for localtime_s configure:90487: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_localtime_s", referenced from: _main in conftest-50eb01.o _f in conftest-50eb01.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:90487: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define localtime_s to an innocuous variant, in case declares localtime_s. | For example, HP-UX 11i declares gettimeofday. */ | #define localtime_s innocuous_localtime_s | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char localtime_s (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef localtime_s | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char localtime_s (); | /* 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_localtime_s) || defined (__stub___localtime_s) | choke me | #else | char (*f) () = localtime_s; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != localtime_s; | ; | return 0; | } configure:90505: result: no configure:90509: checking for sysconf configure:90602: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:90602: $? = 0 configure:90615: result: yes configure:90624: checking for getpagesize configure:90730: result: yes configure:90739: checking for GetSystemInfo configure:90832: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_GetSystemInfo", referenced from: _main in conftest-18e4c8.o _f in conftest-18e4c8.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:90832: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define GetSystemInfo to an innocuous variant, in case declares GetSystemInfo. | For example, HP-UX 11i declares gettimeofday. */ | #define GetSystemInfo innocuous_GetSystemInfo | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char GetSystemInfo (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef GetSystemInfo | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char GetSystemInfo (); | /* 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_GetSystemInfo) || defined (__stub___GetSystemInfo) | choke me | #else | char (*f) () = GetSystemInfo; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != GetSystemInfo; | ; | return 0; | } configure:90850: result: no configure:90854: checking for clock_getcpuclockid configure:90947: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_clock_getcpuclockid", referenced from: _main in conftest-ff4bc5.o _f in conftest-ff4bc5.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:90947: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define clock_getcpuclockid to an innocuous variant, in case declares clock_getcpuclockid. | For example, HP-UX 11i declares gettimeofday. */ | #define clock_getcpuclockid innocuous_clock_getcpuclockid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char clock_getcpuclockid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef clock_getcpuclockid | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char clock_getcpuclockid (); | /* 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_clock_getcpuclockid) || defined (__stub___clock_getcpuclockid) | choke me | #else | char (*f) () = clock_getcpuclockid; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != clock_getcpuclockid; | ; | return 0; | } configure:90965: result: no configure:90969: checking for backtrace configure:91062: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:91062: $? = 0 configure:91075: result: yes configure:91084: checking for SetErrorMode configure:91177: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_SetErrorMode", referenced from: _main in conftest-81d3ac.o _f in conftest-81d3ac.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:91177: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | /* end confdefs.h. */ | | #ifdef HAVE_GNU_STUBS_H | /* This file contains __stub_ defines for broken functions. */ | #include | #else | /* Define SetErrorMode to an innocuous variant, in case declares SetErrorMode. | For example, HP-UX 11i declares gettimeofday. */ | #define SetErrorMode innocuous_SetErrorMode | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char SetErrorMode (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef SetErrorMode | #endif | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char SetErrorMode (); | /* 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_SetErrorMode) || defined (__stub___SetErrorMode) | choke me | #else | char (*f) () = SetErrorMode; | #endif | #ifdef __cplusplus | } | #endif | | int | main (void) | { | return f != SetErrorMode; | ; | return 0; | } configure:91195: result: no configure:91199: checking for thread_info configure:91292: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:91292: $? = 0 configure:91305: result: yes configure:91314: checking for host_get_clock_service configure:91407: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:91407: $? = 0 configure:91420: result: yes configure:91431: checking if realloc(NULL, SZ) works configure:91456: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:91456: $? = 0 configure:91456: ./conftest configure:91456: $? = 0 configure:91472: result: yes configure:91481: checking for the type of the last argument to accept configure:91534: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:91534: $? = 0 configure:91664: result: socklen_t * configure:91745: checking for working infnan configure:91803: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:256:17: error: call to undeclared function 'infnan'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 256 | double pinf = infnan(ERANGE); | ^ conftest.c:259:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 259 | exit(!(isinf(pinf)>0 && isinf(ninf)<0 && isnan(nan))); | ^ conftest.c:259:3: note: include the header or explicitly provide a declaration for 'exit' 2 errors generated. configure:91803: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | /* end confdefs.h. */ | | | #include | #include | | int main() { | | double pinf = infnan(ERANGE); | double ninf = infnan(-ERANGE); | double nan = infnan(EDOM); | exit(!(isinf(pinf)>0 && isinf(ninf)<0 && isnan(nan))); | ; | return 0; | } | configure:91816: result: no configure:91825: checking for working _isnan configure:91875: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:255:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 255 | exit(_isnan(0.0)); | ^ conftest.c:255:3: note: include the header or explicitly provide a declaration for 'exit' conftest.c:255:8: error: call to undeclared function '_isnan'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 255 | exit(_isnan(0.0)); | ^ 2 errors generated. configure:91875: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | /* end confdefs.h. */ | | | #include | | int main() { | | exit(_isnan(0.0)); | ; | return 0; | } | configure:91888: result: no configure:91899: checking whether F_SETFD exists and works configure:91938: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:265:5: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 265 | exit(1); | ^ conftest.c:265:5: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:91938: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | #include | #endif /* HAVE_SYS_TYPES_H */ | #include | #ifdef HAVE_FCNTL_H | #include | #endif /* HAVE_FCNTL_H */ | #include | #ifndef FD_CLOEXEC | #define FD_CLOEXEC 1 | #endif /* FD_CLOEXEC */ | int main(int argc, char **argv) | { | int fd = 0; | if (fcntl(fd, F_SETFD, FD_CLOEXEC) < 0) { | exit(1); | } | if (fcntl(fd, F_GETFD) != FD_CLOEXEC) { | exit(1); | } | exit(0); | } | configure:91953: result: no configure:91964: checking whether struct tm is in sys/time.h or time.h configure:91985: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:91985: $? = 0 configure:91993: result: time.h configure:92004: checking extern int timezone configure:92029: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:92029: $? = 0 configure:92046: result: yes configure:92057: checking struct sockaddr_in6 configure:92099: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:92099: $? = 0 configure:92116: result: yes configure:92169: checking if strtol works for large hexadecimal constants configure:92191: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:92191: $? = 0 configure:92191: ./conftest configure:92191: $? = 0 configure:92204: result: yes configure:92333: checking if struct tm has tm_gmtoff configure:92362: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:92362: $? = 0 configure:92378: result: yes configure:92381: checking if struct tm has __tm_gmtoff configure:92410: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:268:11: error: no member named '__tm_gmtoff' in 'struct tm'; did you mean 'tm_gmtoff'? 268 | _tz=foo.__tm_gmtoff; | ^~~~~~~~~~~ | tm_gmtoff /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h:85:7: note: 'tm_gmtoff' declared here 85 | long tm_gmtoff; /* offset from UTC in seconds */ | ^ 1 error generated. configure:92410: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | /* end confdefs.h. */ | | #ifdef TM_IN_SYS_TIME | #include | #else | #include | #endif | | int | main (void) | { | | int _tz; | struct tm foo; | _tz=foo.__tm_gmtoff; | | ; | return 0; | } configure:92426: result: no configure:92432: checking if struct iovec is defined configure:92463: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:92463: $? = 0 configure:92474: result: yes configure:92486: checking if struct msghdr is defined configure:92517: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:92517: $? = 0 configure:92528: result: yes configure:92533: checking if struct msghdr has the member msg_control (XPG 4.2) configure:92564: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:92564: $? = 0 configure:92576: result: yes configure:92585: checking if struct msghdr has the member msg_accrights (old BSD) configure:92616: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:273:11: error: no member named 'msg_accrights' in 'struct msghdr' 273 | msg.msg_accrights = (void *)0; | ~~~ ^ conftest.c:274:11: error: no member named 'msg_accrightslen' in 'struct msghdr' 274 | msg.msg_accrightslen = 0; | ~~~ ^ 2 errors generated. configure:92616: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | /* end confdefs.h. */ | | /* Needed for on FreeBSD 4.9. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | int | main (void) | { | | struct msghdr msg; | | msg.msg_accrights = (void *)0; | msg.msg_accrightslen = 0; | | ; | return 0; | } configure:92633: result: no configure:92644: checking for USHRT_MAX definition configure:92679: result: yes configure:92685: checking for strchr declaration configure:92729: result: existent configure:92737: checking for malloc declaration In file included from conftest.c:258: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/memory.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:58: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h:63: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h:177: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:36:30: error: missing '(' after '__has_builtin' 36 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:48:30: error: missing '(' after '__has_builtin' 48 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:60:30: error: missing '(' after '__has_builtin' 60 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:76:30: error: missing '(' after '__has_builtin' 76 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:92:30: error: missing '(' after '__has_builtin' 92 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:103:30: error: missing '(' after '__has_builtin' 103 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:112:30: error: missing '(' after '__has_builtin' 112 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:125:30: error: missing '(' after '__has_builtin' 125 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:211:2: error: #endif without #if 211 | #endif /* defined(__has_feature) && defined(__has_attribute) */ | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:247:47: error: _Pragma takes a parenthesized string literal 247 | #define __API_AVAILABLE_BEGIN1(arg0,arg1) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:247:67: error: _Pragma takes a parenthesized string literal 247 | #define __API_AVAILABLE_BEGIN1(arg0,arg1) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:249:57: error: _Pragma takes a parenthesized string literal 249 | #define __API_AVAILABLE_BEGIN3(arg0,arg1,arg2,arg3) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:249:77: error: _Pragma takes a parenthesized string literal 249 | #define __API_AVAILABLE_BEGIN3(arg0,arg1,arg2,arg3) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:249:97: error: _Pragma takes a parenthesized string literal 249 | #define __API_AVAILABLE_BEGIN3(arg0,arg1,arg2,arg3) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:249:117: error: _Pragma takes a parenthesized string literal 249 | #define __API_AVAILABLE_BEGIN3(arg0,arg1,arg2,arg3) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:251:67: error: _Pragma takes a parenthesized string literal 251 | #define __API_AVAILABLE_BEGIN5(arg0,arg1,arg2,arg3,arg4,arg5) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) __API_A_BEGIN(arg4) __API_A_BEGIN(arg5) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:251:87: error: _Pragma takes a parenthesized string literal 251 | #define __API_AVAILABLE_BEGIN5(arg0,arg1,arg2,arg3,arg4,arg5) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) __API_A_BEGIN(arg4) __API_A_BEGIN(arg5) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:251:107: error: _Pragma takes a parenthesized string literal 251 | #define __API_AVAILABLE_BEGIN5(arg0,arg1,arg2,arg3,arg4,arg5) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) __API_A_BEGIN(arg4) __API_A_BEGIN(arg5) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:251:127: error: _Pragma takes a parenthesized string literal 251 | #define __API_AVAILABLE_BEGIN5(arg0,arg1,arg2,arg3,arg4,arg5) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) __API_A_BEGIN(arg4) __API_A_BEGIN(arg5) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. In file included from conftest.c:258: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:72: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:184: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h:177: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:36:30: error: missing '(' after '__has_builtin' 36 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:48:30: error: missing '(' after '__has_builtin' 48 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:60:30: error: missing '(' after '__has_builtin' 60 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:76:30: error: missing '(' after '__has_builtin' 76 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:92:30: error: missing '(' after '__has_builtin' 92 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:103:30: error: missing '(' after '__has_builtin' 103 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:112:30: error: missing '(' after '__has_builtin' 112 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:125:30: error: missing '(' after '__has_builtin' 125 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:211:2: error: #endif without #if 211 | #endif /* defined(__has_feature) && defined(__has_attribute) */ | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:247:47: error: _Pragma takes a parenthesized string literal 247 | #define __API_AVAILABLE_BEGIN1(arg0,arg1) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:247:67: error: _Pragma takes a parenthesized string literal 247 | #define __API_AVAILABLE_BEGIN1(arg0,arg1) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:249:57: error: _Pragma takes a parenthesized string literal 249 | #define __API_AVAILABLE_BEGIN3(arg0,arg1,arg2,arg3) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:249:77: error: _Pragma takes a parenthesized string literal 249 | #define __API_AVAILABLE_BEGIN3(arg0,arg1,arg2,arg3) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:249:97: error: _Pragma takes a parenthesized string literal 249 | #define __API_AVAILABLE_BEGIN3(arg0,arg1,arg2,arg3) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:249:117: error: _Pragma takes a parenthesized string literal 249 | #define __API_AVAILABLE_BEGIN3(arg0,arg1,arg2,arg3) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:251:67: error: _Pragma takes a parenthesized string literal 251 | #define __API_AVAILABLE_BEGIN5(arg0,arg1,arg2,arg3,arg4,arg5) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) __API_A_BEGIN(arg4) __API_A_BEGIN(arg5) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:251:87: error: _Pragma takes a parenthesized string literal 251 | #define __API_AVAILABLE_BEGIN5(arg0,arg1,arg2,arg3,arg4,arg5) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) __API_A_BEGIN(arg4) __API_A_BEGIN(arg5) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:251:107: error: _Pragma takes a parenthesized string literal 251 | #define __API_AVAILABLE_BEGIN5(arg0,arg1,arg2,arg3,arg4,arg5) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) __API_A_BEGIN(arg4) __API_A_BEGIN(arg5) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:251:127: error: _Pragma takes a parenthesized string literal 251 | #define __API_AVAILABLE_BEGIN5(arg0,arg1,arg2,arg3,arg4,arg5) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) __API_A_BEGIN(arg4) __API_A_BEGIN(arg5) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. configure:92781: result: existent configure:92789: checking for getpeername declaration configure:92833: result: existent configure:92841: checking for popen declaration configure:92885: result: existent configure:92893: checking for getenv declaration In file included from conftest.c:258: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:72: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:184: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h:177: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:36:30: error: missing '(' after '__has_builtin' 36 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:48:30: error: missing '(' after '__has_builtin' 48 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:60:30: error: missing '(' after '__has_builtin' 60 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:76:30: error: missing '(' after '__has_builtin' 76 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:92:30: error: missing '(' after '__has_builtin' 92 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:103:30: error: missing '(' after '__has_builtin' 103 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:112:30: error: missing '(' after '__has_builtin' 112 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:125:30: error: missing '(' after '__has_builtin' 125 | #if defined(__has_builtin) && __has_builtin(__is_target_os) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:211:2: error: #endif without #if 211 | #endif /* defined(__has_feature) && defined(__has_attribute) */ | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:247:47: error: _Pragma takes a parenthesized string literal 247 | #define __API_AVAILABLE_BEGIN1(arg0,arg1) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:247:67: error: _Pragma takes a parenthesized string literal 247 | #define __API_AVAILABLE_BEGIN1(arg0,arg1) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:249:57: error: _Pragma takes a parenthesized string literal 249 | #define __API_AVAILABLE_BEGIN3(arg0,arg1,arg2,arg3) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:249:77: error: _Pragma takes a parenthesized string literal 249 | #define __API_AVAILABLE_BEGIN3(arg0,arg1,arg2,arg3) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:249:97: error: _Pragma takes a parenthesized string literal 249 | #define __API_AVAILABLE_BEGIN3(arg0,arg1,arg2,arg3) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:249:117: error: _Pragma takes a parenthesized string literal 249 | #define __API_AVAILABLE_BEGIN3(arg0,arg1,arg2,arg3) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:251:67: error: _Pragma takes a parenthesized string literal 251 | #define __API_AVAILABLE_BEGIN5(arg0,arg1,arg2,arg3,arg4,arg5) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) __API_A_BEGIN(arg4) __API_A_BEGIN(arg5) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:251:87: error: _Pragma takes a parenthesized string literal 251 | #define __API_AVAILABLE_BEGIN5(arg0,arg1,arg2,arg3,arg4,arg5) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) __API_A_BEGIN(arg4) __API_A_BEGIN(arg5) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:251:107: error: _Pragma takes a parenthesized string literal 251 | #define __API_AVAILABLE_BEGIN5(arg0,arg1,arg2,arg3,arg4,arg5) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) __API_A_BEGIN(arg4) __API_A_BEGIN(arg5) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:251:127: error: _Pragma takes a parenthesized string literal 251 | #define __API_AVAILABLE_BEGIN5(arg0,arg1,arg2,arg3,arg4,arg5) __API_A_BEGIN(arg0) __API_A_BEGIN(arg1) __API_A_BEGIN(arg2) __API_A_BEGIN(arg3) __API_A_BEGIN(arg4) __API_A_BEGIN(arg5) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:244:30: note: expanded from macro '__API_A_BEGIN' 244 | #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO))) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. configure:92937: result: existent configure:92945: checking for gethostname declaration configure:92989: result: existent configure:92997: checking for size_t configure:92997: result: yes configure:93009: checking for working alloca.h configure:93027: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:93027: $? = 0 configure:93036: result: yes configure:93044: checking for alloca configure:93089: result: yes configure:93157: checking for an ANSI C-conforming const configure:93232: result: yes configure:93240: checking for inline configure:93257: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:93257: $? = 0 configure:93266: result: inline configure:93286: checking for ualarm configure:93379: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:93379: $? = 0 configure:93392: result: yes configure:93401: checking for setitimer configure:93494: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:93494: $? = 0 configure:93507: result: yes configure:93518: checking no of arguments to ualarm configure:93542: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:93542: $? = 0 configure:93553: result: 2 configure:93564: checking no of arguments to ptrace configure:93594: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:93594: $? = 0 configure:93605: result: 4 configure:93613: checking type of argument 3 (addr) to ptrace configure:93647: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:93647: $? = 0 configure:93658: result: pointer configure:93671: checking stack direction configure:93703: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:277:25: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 277 | int main() { void *bar; exit( find_stack_direction(&bar, 0x10) > 0); } | ^ conftest.c:277:25: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:93703: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | /* end confdefs.h. */ | | #include | static int find_stack_direction(void *foo, int cnt) | { | if (cnt) return 1*find_stack_direction(foo, cnt>>1); | if (((void *)&foo) > foo) { | return 1; | } else { | return -1; | } | } | | int main() { void *bar; exit( find_stack_direction(&bar, 0x10) > 0); } | configure:93719: result: up configure:93734: checking byteorder configure:93779: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:93779: $? = 0 configure:93779: ./conftest configure:93779: $? = 0 configure:93796: result: 1234 configure:93803: checking pointer alignment configure:93843: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:277:15: warning: cast to smaller integer type 'int' from 'void **' [-Wpointer-to-int-cast] 277 | int align = (int)&(((struct x *)0)->b); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:93843: $? = 0 configure:93843: ./conftest configure:93843: $? = 0 configure:93858: result: 8 configure:93871: checking machine code architecture configure:93904: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:271:2: error: Not ia32 architecture 271 | #error Not ia32 architecture | ^ 1 error generated. configure:93904: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | #if defined(__GNUC__) | #if !defined(__i386__) && !defined(__i386) | #error Not ia32 architecture | #elif __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 5) | #error Not supported with gcc 4.6.0 and later. | #endif | #elif defined(_MSC_VER) | #if !defined(_M_IX86) | #error Not ia32 architecture | #endif | #else | #error Unsupported compiler | #endif | | int | main (void) | { | | ; | return 0; | } configure:93930: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:271:2: error: Not sparc architecture 271 | #error Not sparc architecture | ^ 1 error generated. configure:93930: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | #if defined(__GNUC__) | #if !defined(sparc) && !defined(__sparc__) && !defined(__sparc) | #error Not sparc architecture | #endif | #else | #error Unsupported compiler | #endif | | int | main (void) | { | | ; | return 0; | } configure:93956: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:271:2: error: Not ppc32 architecture 271 | #error Not ppc32 architecture | ^ 1 error generated. configure:93956: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | #if defined(__GNUC__) | #if !defined(__ppc__) && !defined(__powerpc__) && !defined(_POWER) | #error Not ppc32 architecture | #endif | #else | #error Unsupported compiler | #endif | | int | main (void) | { | | ; | return 0; | } configure:93982: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:271:2: error: Not ppc64 architecture 271 | #error Not ppc64 architecture | ^ 1 error generated. configure:93982: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | #if defined(__GNUC__) | #if !defined(__PPC64__) && !defined(__powerpc64__) | #error Not ppc64 architecture | #endif | #else | #error Unsupported compiler | #endif | | int | main (void) | { | | ; | return 0; | } configure:93992: result: unknown configure:94060: checking for working fork configure:94120: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:279:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 279 | exit(fork()==-1); | ^ conftest.c:279:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:94120: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_UNISTD_H | #include | #endif | | int main() { | | exit(fork()==-1); | ; | return 0; | } | configure:94133: result: no configure:94143: checking for working fpsetmask configure:94209: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:281:3: error: call to undeclared function 'fpsetmask'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 281 | fpsetmask(0); | ^ conftest.c:282:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 282 | exit(0); | ^ conftest.c:282:3: note: include the header or explicitly provide a declaration for 'exit' 2 errors generated. configure:94209: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | | #include | #ifdef HAVE_FLOATINGPOINT_H | #include | #endif | | #ifdef HAVE_IEEEFP_H | #include | #endif | | int main() { | | fpsetmask(0); | exit(0); | ; | return 0; | } | configure:94222: result: no configure:94231: checking for working fpsetround configure:94305: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:285:3: error: call to undeclared function 'fpsetround'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 285 | fpsetround(FP_RN); | ^ conftest.c:286:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 286 | exit(0); | ^ conftest.c:286:3: note: include the header or explicitly provide a declaration for 'exit' 2 errors generated. configure:94305: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | | #include | #ifdef HAVE_FLOATINGPOINT_H | #include | #endif | | #ifdef HAVE_IEEEFP_H | #include | #endif | | #ifndef FP_RN | #define FP_RN 0 | #endif /* FP_RN */ | | int main() { | | fpsetround(FP_RN); | exit(0); | ; | return 0; | } | configure:94318: result: no configure:94327: checking for working isless configure:94395: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:283:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 283 | exit(0); | ^ conftest.c:283:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:94395: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | | #include | #ifdef HAVE_FLOATINGPOINT_H | #include | #endif | | #ifdef HAVE_IEEEFP_H | #include | #endif | | | int main() { | | int t = isless(0.0, 0.0); | exit(0); | ; | return 0; | } | configure:94408: result: no configure:94417: checking for working isunordered configure:94485: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:283:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 283 | exit(0); | ^ conftest.c:283:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:94485: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | | #include | #ifdef HAVE_FLOATINGPOINT_H | #include | #endif | | #ifdef HAVE_IEEEFP_H | #include | #endif | | | int main() { | | int t = isunordered(0.0, 0.0); | exit(0); | ; | return 0; | } | configure:94498: result: no configure:94507: checking for working dlopen configure:94559: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:275:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 275 | exit(0); | ^ conftest.c:275:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:94559: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | | #include | | int main() { | | dlopen(0, 0); | exit(0); | ; | return 0; | } | configure:94572: result: no configure:94582: checking for working ldexp configure:94646: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:280:2: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 280 | exit(1); | ^ conftest.c:280:2: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:94646: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | | #include | | int main() { | | double x; | int p; | | for(x=0.0;x<2.0;x+=1.0/64.0) | for(p=-6;p<7;p++) | if(ldexp(x,p) != x*pow(2.0, (double)p)) | exit(1); | exit(0); | ; | return 0; | } | configure:94659: result: no configure:94669: checking for working rint configure:94751: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:289:24: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 289 | rint(0.6) != 1.0) exit(1); | ^ conftest.c:289:24: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:94751: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | | #include | #ifdef HAVE_FLOATINGPOINT_H | #include | #endif | | #ifdef HAVE_IEEEFP_H | #include | #endif /* HAVE_IEEEFP_H */ | | int main() { | | #ifdef HAVE_FPSETROUND | /* Round to nearest */ | #ifndef FP_RN | #define FP_RN 0 | #endif /* FP_RN */ | fpsetround(FP_RN); | #endif /* HAVE_FPSETROUND */ | if(rint(0.1) != 0.0 || | rint(0.6) != 1.0) exit(1); | exit(0); | ; | return 0; | } | configure:94764: result: no configure:94775: checking for working frexp configure:94849: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:278:37: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 278 | if(x * pow(2.0,(double)e) != 1.0) exit(3); | ^ conftest.c:278:37: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:94849: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | | #include | | int main() { | | double x,y; | int p,e; | | x=frexp(1.0, &e); | if(x * pow(2.0,(double)e) != 1.0) exit(3); | | p=-7; | for(x=3.0/4.0*pow(2.0,(double)p);x<50000.0;x*=2.0,p++) | { | if(frexp(x, &e)!=3.0/4.0) exit(1); | if(e!=p) exit(2); | } | exit(0); | ; | return 0; | } | configure:94862: result: no configure:94872: checking for working GetSystemTimeAsFileTime configure:94936: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:279:3: error: use of undeclared identifier 'FILETIME' 279 | FILETIME f; | ^ conftest.c:280:3: error: call to undeclared function 'GetSystemTimeAsFileTime'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 280 | GetSystemTimeAsFileTime(&f); | ^ conftest.c:280:28: error: use of undeclared identifier 'f' 280 | GetSystemTimeAsFileTime(&f); | ^ conftest.c:281:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 281 | exit(0); | ^ conftest.c:281:3: note: include the header or explicitly provide a declaration for 'exit' 4 errors generated. configure:94936: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | | #ifdef HAVE_WINDOWS_H | #include | #endif | #ifdef HAVE_WINBASE_H | #include | #endif | | int main() { | | FILETIME f; | GetSystemTimeAsFileTime(&f); | exit(0); | ; | return 0; | } | configure:94949: result: no configure:94958: checking for working gethostname configure:95026: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:282:9: error: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion] 282 | char *x=gethostname(buffer,sizeof(buffer)); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ conftest.c:283:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 283 | exit(0); | ^ conftest.c:283:3: note: include the header or explicitly provide a declaration for 'exit' 2 errors generated. configure:95026: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | | #ifdef HAVE_UNISTD_H | #include | #endif | #ifdef HAVE_WINSOCK2_H | #include | #elif defined(HAVE_WINSOCK_H) | #include | #endif | | int main() { | | char buffer[10000]; | char *x=gethostname(buffer,sizeof(buffer)); | exit(0); | ; | return 0; | } | configure:95039: result: no configure:95048: checking for working strcoll configure:95112: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:276:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 276 | exit(strcoll("abc", "def") >= 0 || | ^ conftest.c:276:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:95112: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | | #include | #include | | int main() { | | setlocale(LC_CTYPE, "ISO-8859-1"); | exit(strcoll("abc", "def") >= 0 || | strcoll("ABC", "DEF") >= 0 || | strcoll("ABC", "ABCD") >= 0 || | strcoll("ABCD", "ABC") <= 0 || | strcoll("*^#", "*^#") != 0 || | strcoll("123", "456") >= 0); | ; | return 0; | } | configure:95125: result: no configure:95136: checking for working memmem configure:95206: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:283:5: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 283 | exit(1); | ^ conftest.c:283:5: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:95206: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | | #include | char *a="foo bar gazonk"; | char *b="foo"; | char *c="bar"; | char *d="gazonk"; | | int main() { | | if(((char *)memmem(b,strlen(b),a,strlen(a)))!=a || | ((char *)memmem(c,strlen(c),a,strlen(a)))!=(a+4) || | ((char *)memmem(d,strlen(d),a,strlen(a)))!=(a+8) || | ((char *)memmem(d,0,a,strlen(a)))!=a || | memmem(d,strlen(d)+1,a,strlen(a))!=0) | exit(1); | exit(0); | ; | return 0; | } | configure:95219: result: no configure:95230: checking for working memcpy configure:95290: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:278:36: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 278 | if(strcmp(foo,"bar bar gazonk")) exit(1); | ^ conftest.c:278:36: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:95290: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | /* end confdefs.h. */ | | | #include | char *a="foo bar gazonk"; | char foo[23]; | | int main() { | | memcpy(foo, a, strlen(a)+1); | memcpy(foo, a+4, 3); | if(strcmp(foo,"bar bar gazonk")) exit(1); | exit(0); | ; | return 0; | } | configure:95303: result: no configure:95314: checking for working memset configure:95586: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:95586: $? = 0 configure:95586: ./conftest 1 2 3 4 5 6 7 8 9 string start string end configure:95586: $? = 0 configure:95599: result: yes configure:95610: checking for working memmove configure:95678: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:277:51: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 277 | if(strcmp(buf,"foo bar gazonk elefantsnabel.")) exit(1); | ^ conftest.c:277:51: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:95678: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | /* end confdefs.h. */ | | | #include | char buf[100]; | | int main() { | | strcpy(buf,"foo bar gazonk elefantsnabel."); | if(strcmp(buf,"foo bar gazonk elefantsnabel.")) exit(1); | memmove(buf,buf+1,7); | if(strcmp(buf,"oo bar gazonk elefantsnabel.")) exit(1); | memmove(buf+1,buf+1,9); | if(strcmp(buf,"oo bar gazonk elefantsnabel.")) exit(1); | memmove(buf+1,buf,11); | if(strcmp(buf,"ooo bar gaznk elefantsnabel.")) exit(1); | exit(0); | ; | return 0; | } | configure:95691: result: no configure:95702: checking for working isspace configure:95754: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:275:20: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 275 | if(isspace(' ')) exit(0); | ^ conftest.c:275:20: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:95754: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | /* end confdefs.h. */ | | | #include | | int main() { | | if(isspace(' ')) exit(0); | exit(1); | ; | return 0; | } | configure:95767: result: no configure:95777: checking if we can declare environ configure:95800: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:95800: $? = 0 configure:95811: result: yes configure:95820: checking for union wait (old BSD convention) configure:95844: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:280:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 280 | exit(0); | ^ conftest.c:280:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:95844: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_WAIT_H | #include | #endif /* HAVE_SYS_WAIT_H */ | | int | main (void) | { | | union wait status; | exit(0); | | ; | return 0; | } configure:95855: result: no configure:95902: checking how to extract an unsigned char configure:95926: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:276:42: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 276 | if(*(unsigned char *)(p)!= 0x100 - 10) exit(1); | ^ conftest.c:276:42: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:95926: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | /* end confdefs.h. */ | | int main() | { | char i,*p; | i=-10; | p=&i; | if(*(unsigned char *)(p)!= 0x100 - 10) exit(1); | exit(0); | } | configure:95945: result: not by cast configure:95951: checking how to extract a signed char configure:95975: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:276:33: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 276 | if(*(signed char *)(p)!= -10) exit(1); | ^ conftest.c:276:33: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:95975: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | /* end confdefs.h. */ | | int main() | { | char i,*p; | i=-10; | p=&i; | if(*(signed char *)(p)!= -10) exit(1); | exit(0); | } | configure:95994: result: not by cast configure:96091: checking if float conversion can cause SIGFPE configure:96133: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:291:17: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 291 | if (x == 2.0) exit(1); | ^ conftest.c:291:17: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:96133: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | /* end confdefs.h. */ | | #include | | #ifdef HAVE_FLOATINGPOINT_H | #include | #endif | | #ifdef HAVE_IEEEFP_H | #include | #endif | | float foo_float = 0.0; | | int main(int argc, char **argv) | { | float x=2.0, y=-128.0; | #ifdef HAVE_FPSETMASK | fpsetmask(0); | #endif | x = pow(2.0, -128.0); | foo_float = x; | if (x == 2.0) exit(1); | x = pow(2.0, 1024.0); | foo_float = x; | if(x == 2.0) exit(1); | exit(0); | } | configure:96148: result: yes configure:96154: checking -mieee configure:96208: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -mieee -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 2>conftezt.out.2 configure:96208: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | /* end confdefs.h. */ | | int foo; | int main(int argc, char **argv) | { | /* The following code triggs gcc:s generation of aline opcodes, | * which some versions of as does not support. | */ | if (argc > 0) argc = 0; | return argc; | } | clang: error: unknown argument: '-mieee' configure:96287: result: no configure:96508: checking if ignoring SIGFPE helps configure:96549: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:276:19: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 276 | if(counter++>10) exit(7); | ^ conftest.c:276:19: note: include the header or explicitly provide a declaration for 'exit' conftest.c:277:16: error: incompatible function pointer types passing 'void (void)' to parameter of type 'void (*)(int)' [-Wincompatible-function-pointer-types] 277 | signal(SIGFPE,func); | ^~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:390:26: note: passing argument to parameter here 390 | void(*signal(int, void (*)(int)))(int); | ^ conftest.c:285:17: error: incompatible function pointer types passing 'void (void)' to parameter of type 'void (*)(int)' [-Wincompatible-function-pointer-types] 285 | signal(SIGFPE,func); | ^~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:390:26: note: passing argument to parameter here 390 | void(*signal(int, void (*)(int)))(int); | ^ 3 errors generated. configure:96549: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | /* end confdefs.h. */ | | #include | #include | int counter=0; | RETSIGTYPE func(void) | { | if(counter++>10) exit(7); | signal(SIGFPE,func); | } | | float foo_float = 0.0; | | int main(int argc, char **argv) | { | float x=2.0, y=-128.0; | signal(SIGFPE,func); | x = pow(2.0, -128.0); | foo_float = x; | if (x == 2.0) exit(1); | x = pow(2.0, 1024.0); | foo_float = x; | if(x == 2.0) exit(1); | exit(0); | } | configure:96570: result: no configure:96584: checking for type of float configure:96671: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:289:7: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 289 | exit(1); | ^ conftest.c:289:7: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:96671: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | /* end confdefs.h. */ | | #include | #define TY float | #define TEST_float | #define TEST_BIG | #define EXPECTED_SIZE_float 4 | #define EXPECTED_SIZE_double 8 | void check(TY n, char *pf, char *pd) | { | int i; | char *p, *p2 = (char*)&n; | #ifdef TEST_float | p = pf; | #else | p = pd; | #endif | for(i=0; i&5 conftest.c:292:7: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 292 | exit(1); | ^ conftest.c:292:7: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:96721: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | /* end confdefs.h. */ | | #include | #define TY float | #define TEST_float | #define TEST_LITTLE | #define EXPECTED_SIZE_float 4 | #define EXPECTED_SIZE_double 8 | void check(TY n, char *pf, char *pd) | { | int i; | char *p, *p2 = (char*)&n; | #ifdef TEST_float | p = pf; | #else | p = pd; | #endif | for(i=0; i&5 conftest.c:289:7: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 289 | exit(1); | ^ conftest.c:289:7: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:96842: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | /* end confdefs.h. */ | | #include | #define TY double | #define TEST_double | #define TEST_BIG | #define EXPECTED_SIZE_float 4 | #define EXPECTED_SIZE_double 8 | void check(TY n, char *pf, char *pd) | { | int i; | char *p, *p2 = (char*)&n; | #ifdef TEST_float | p = pf; | #else | p = pd; | #endif | for(i=0; i&5 conftest.c:292:7: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 292 | exit(1); | ^ conftest.c:292:7: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:96892: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | /* end confdefs.h. */ | | #include | #define TY double | #define TEST_double | #define TEST_LITTLE | #define EXPECTED_SIZE_float 4 | #define EXPECTED_SIZE_double 8 | void check(TY n, char *pf, char *pd) | { | int i; | char *p, *p2 = (char*)&n; | #ifdef TEST_float | p = pf; | #else | p = pd; | #endif | for(i=0; i&5 configure:96946: $? = 0 configure:96958: result: yes configure:96971: checking for sig_atomic_t configure:97006: result: yes configure:97015: checking if signal handlers reset automatically configure:97096: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:286:3: error: call to undeclared function 'write'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 286 | write(2, "func called\n", sizeof("func called\n") - sizeof("")); | ^ conftest.c:320:8: error: call to undeclared function 'getpid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 320 | kill(getpid(), sig); | ^ conftest.c:323:10: error: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 323 | while(!strlen((char *)sigrun)) poll(&sentinel,0,100); | ^ conftest.c:323:10: note: include the header or explicitly provide a declaration for 'strlen' 3 errors generated. configure:97096: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | /* end confdefs.h. */ | | #ifdef HAVE_SIGNAL_H | #include | #endif | #include | #if STDC_HEADERS | #include | #include | #endif | #ifdef HAVE_POLL_H | #include | #endif | VOLATILE sig_atomic_t sigrun[2]= { 0, 0 }; | RETSIGTYPE func(int sig) | { | write(2, "func called\n", sizeof("func called\n") - sizeof("")); | sigrun[0] = -1; | } | | int main() | { | #define sig SIGSEGV | | #ifdef HAVE_SIGACTION | { | static struct sigaction action; | action.sa_handler= func; | sigfillset(&action.sa_mask); | #ifdef SA_INTERRUPT | action.sa_flags=SA_INTERRUPT; | #endif | sigaction(sig,&action,0); | } | #else | #ifdef HAVE_SIGVEC | { | static struct sigvec action; | action.sv_handler= func; | action.sv_mask=-1; | #ifdef SV_INTERRUPT | action.sv_flags=SV_INTERRUPT; | #endif | sigvec(sig,&action,0); | } | #else | signal(sig, func); | #endif | #endif | | kill(getpid(), sig); | #ifdef HAVE_POLL | struct pollfd sentinel; | while(!strlen((char *)sigrun)) poll(&sentinel,0,100); | #else | while(!strlen((char *)sigrun)) sleep(1); | #endif | sigrun[0]=0; | kill(getpid(), sig); | #ifdef HAVE_POLL | while(!strlen((char *)sigrun)) poll(&sentinel,0,100); | #else | while(!strlen((char *)sigrun)) sleep(1); | #endif | sigrun[0]=0; | exit(0); | } | configure:97111: result: yes configure:97122: checking available file descriptors configure:97197: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:97197: $? = 0 configure:97197: ./conftest configure:97197: $? = 0 configure:97213: result: 10240 configure:97218: checking full availability of struct rusage members configure:97263: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:97263: $? = 0 configure:97278: result: all there configure:97422: checking if __func__ exists and works configure:97449: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:283:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 283 | exit(strcmp("main", __func__)); | ^ conftest.c:283:3: note: include the header or explicitly provide a declaration for 'exit' conftest.c:283:23: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 283 | exit(strcmp("main", __func__)); | ^~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h:77:43: note: passing argument to parameter '__s2' here 77 | int strcmp(const char *__s1, const char *__s2); | ^ 1 warning and 1 error generated. configure:97449: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | /* end confdefs.h. */ | | #ifdef HAVE_STRING_H | #include | #else /* !HAVE_STRING_H */ | #ifdef HAVE_STRINGS_H | #include | #endif /* HAVE_STRIGNS_H */ | #endif /* HAVE_STRING_H */ | int main() | { | exit(strcmp("main", __func__)); | } | configure:97462: result: no configure:97471: checking if __FUNCTION__ exists and works configure:97498: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:283:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 283 | exit(strcmp("main", __FUNCTION__)); | ^ conftest.c:283:3: note: include the header or explicitly provide a declaration for 'exit' conftest.c:283:23: warning: passing 'const char[5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 283 | exit(strcmp("main", __FUNCTION__)); | ^~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h:77:43: note: passing argument to parameter '__s2' here 77 | int strcmp(const char *__s1, const char *__s2); | ^ 1 warning and 1 error generated. configure:97498: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | /* end confdefs.h. */ | | #ifdef HAVE_STRING_H | #include | #else /* !HAVE_STRING_H */ | #ifdef HAVE_STRINGS_H | #include | #endif /* HAVE_STRIGNS_H */ | #endif /* HAVE_STRING_H */ | int main() | { | exit(strcmp("main", __FUNCTION__)); | } | configure:97511: result: no configure:97600: checking for lc __declspec configure:97665: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:276:1: error: '__declspec' attributes are not enabled; use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes 276 | __declspec(noreturn) void fatal(char *foo,...); | ^ conftest.c:278:1: error: '__declspec' attributes are not enabled; use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes 278 | __declspec(noreturn) void fatal(char *foo,...) | ^ conftest.c:281:12: warning: incompatible pointer types passing 'char *' to parameter of type 'struct __va_list_tag *' [-Wincompatible-pointer-types] 281 | va_start(foo,args); | ^~~ /Library/Developer/CommandLineTools/usr/lib/clang/16/include/__stdarg_va_arg.h:19:48: note: expanded from macro 'va_start' 19 | #define va_start(ap, param) __builtin_va_start(ap, param) | ^~ conftest.c:281:16: warning: second argument to 'va_start' is not the last named parameter [-Wvarargs] 281 | va_start(foo,args); | ^ conftest.c:282:3: error: call to undeclared library function 'printf' with type 'int (const char *, ...)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 282 | printf(foo,args); | ^ conftest.c:282:3: note: include the header or explicitly provide a declaration for 'printf' conftest.c:284:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 284 | exit(2); | ^ conftest.c:284:3: note: include the header or explicitly provide a declaration for 'exit' 2 warnings and 4 errors generated. configure:97665: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | /* end confdefs.h. */ | | #include | __declspec(noreturn) void fatal(char *foo,...); | | __declspec(noreturn) void fatal(char *foo,...) | { | va_list args; | va_start(foo,args); | printf(foo,args); | va_end(args); | exit(2); | } | | int main() { exit(0); } | | configure:97679: result: no configure:97690: checking for gcc function attributes configure:97761: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:284:12: warning: incompatible pointer types passing 'char *' to parameter of type 'struct __va_list_tag *' [-Wincompatible-pointer-types] 284 | va_start(foo,args); | ^~~ /Library/Developer/CommandLineTools/usr/lib/clang/16/include/__stdarg_va_arg.h:19:48: note: expanded from macro 'va_start' 19 | #define va_start(ap, param) __builtin_va_start(ap, param) | ^~ conftest.c:284:16: warning: second argument to 'va_start' is not the last named parameter [-Wvarargs] 284 | va_start(foo,args); | ^ conftest.c:285:3: error: call to undeclared library function 'printf' with type 'int (const char *, ...)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 285 | printf(foo,args); | ^ conftest.c:285:3: note: include the header or explicitly provide a declaration for 'printf' conftest.c:287:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 287 | exit(2); | ^ conftest.c:287:3: note: include the header or explicitly provide a declaration for 'exit' 2 warnings and 2 errors generated. configure:97761: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | /* end confdefs.h. */ | | #include | void fatal(char *foo,...) __attribute__ ((noreturn,format (printf,1,2))); | int sqr(int x) __attribute__ ((const)); | | int sqr(int x) { return x*x; } | | void fatal(char *foo,...) | { | va_list args; | va_start(foo,args); | printf(foo,args); | va_end(args); | exit(2); | } | | int main() { exit(0); } | | configure:97775: result: no configure:97783: checking if va_list is a state pointer configure:97827: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:97827: $? = 0 configure:97827: ./conftest configure:97827: $? = 0 configure:97841: result: yes configure:97855: checking for va_copy configure:97885: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:97885: $? = 0 configure:97897: result: yes configure:97908: checking how to set things nonblocking configure:97965: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -DUSE_FCNTL_O_NONBLOCK -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 In file included from conftest.c:278: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 285 | exit(1); | ^ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:97965: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | /* end confdefs.h. */ | | #define TESTING | #include "fd_control.c" | configure:97965: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -DUSE_FCNTL_FNDELAY -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 In file included from conftest.c:278: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 285 | exit(1); | ^ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:97965: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | /* end confdefs.h. */ | | #define TESTING | #include "fd_control.c" | configure:97965: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -DUSE_FCNTL_O_NDELAY -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 In file included from conftest.c:278: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 285 | exit(1); | ^ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:97965: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | /* end confdefs.h. */ | | #define TESTING | #include "fd_control.c" | configure:97965: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -DUSE_IOCTL_FIONBIO -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 In file included from conftest.c:278: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 285 | exit(1); | ^ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:97965: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | /* end confdefs.h. */ | | #define TESTING | #include "fd_control.c" | configure:97965: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -DUSE_IOCTLSOCKET_FIONBIO -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 In file included from conftest.c:278: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:106:2: error: Do not know how to set your filedescriptors nonblocking. 106 | #error Do not know how to set your filedescriptors nonblocking. | ^ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 285 | exit(1); | ^ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: note: include the header or explicitly provide a declaration for 'exit' 2 errors generated. configure:97965: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | /* end confdefs.h. */ | | #define TESTING | #include "fd_control.c" | configure:98001: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -DUSE_FCNTL_O_NONBLOCK -DSHORT_TEST -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 In file included from conftest.c:278: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 285 | exit(1); | ^ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:98001: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | /* end confdefs.h. */ | | #define TESTING | #include "fd_control.c" | configure:98001: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -DUSE_FCNTL_FNDELAY -DSHORT_TEST -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 In file included from conftest.c:278: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 285 | exit(1); | ^ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:98001: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | /* end confdefs.h. */ | | #define TESTING | #include "fd_control.c" | configure:98001: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -DUSE_FCNTL_O_NDELAY -DSHORT_TEST -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 In file included from conftest.c:278: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 285 | exit(1); | ^ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:98001: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | /* end confdefs.h. */ | | #define TESTING | #include "fd_control.c" | configure:98001: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -DUSE_IOCTL_FIONBIO -DSHORT_TEST -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 In file included from conftest.c:278: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 285 | exit(1); | ^ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:98001: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | /* end confdefs.h. */ | | #define TESTING | #include "fd_control.c" | configure:98001: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -DUSE_IOCTLSOCKET_FIONBIO -DSHORT_TEST -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 In file included from conftest.c:278: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:106:2: error: Do not know how to set your filedescriptors nonblocking. 106 | #error Do not know how to set your filedescriptors nonblocking. | ^ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 285 | exit(1); | ^ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/fd_control.c:285:5: note: include the header or explicitly provide a declaration for 'exit' 2 errors generated. configure:98001: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | /* end confdefs.h. */ | | #define TESTING | #include "fd_control.c" | configure:98023: result: none found configure:98038: checking how well OOB handling works configure:98396: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:332:2: error: Do not know how to set your filedescriptors nonblocking. 332 | #error Do not know how to set your filedescriptors nonblocking. | ^ conftest.c:372:7: error: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 372 | close(socketpair_fd); | ^ conftest.c:382:7: error: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 382 | close(socketpair_fd); | ^ conftest.c:391:7: error: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 391 | close(socketpair_fd); | ^ conftest.c:398:29: error: call to undeclared function 'inet_addr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 398 | my_addr.sin_addr.s_addr=inet_addr("127.0.0.1"); | ^ conftest.c:447:4: error: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 447 | close(tmp); | ^ conftest.c:470:7: error: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 470 | close(sv[1]); | ^ 7 errors generated. configure:98396: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | #include | #include | #include | #include | #include | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_SYS_POLL_H | #include | #endif | #include | #ifdef HAVE_SYS_FILE_H | #include | #endif | | #define SP_DEBUG(X) fprintf X | | #ifndef POLLRDNORM | #define POLLRDNORM POLLIN | #endif | | #ifndef POLLRDBAND | #define POLLRDBAND POLLPRI | #endif | | #ifndef POLLWRBAND | #define POLLWRBAND POLLOUT | #endif | | int set_nonblocking(int fd,int which) | { | int ret; | do | { | #if defined(USE_IOCTL_FIONBIO) || defined(__NT__) | ret=ioctl(fd, FIONBIO, &which); | #else | | #ifdef USE_FCNTL_O_NDELAY | ret=fcntl(fd, F_SETFL, which?O_NDELAY:0); | #else | | #ifdef USE_FCNTL_O_NONBLOCK | ret=fcntl(fd, F_SETFL, which?O_NONBLOCK:0); | #else | | #ifdef USE_FCNTL_FNDELAY | ret=fcntl(fd, F_SETFL, which?FNDELAY:0); | #else | | #error Do not know how to set your filedescriptors nonblocking. | | #endif | #endif | #endif | #endif | } while(ret <0 && errno==EINTR); | return ret; | } | | | FILE *output; | static int socketpair_fd = -1; | int my_socketpair(int family, int type, int protocol, int sv[2]) | { | static struct sockaddr_in my_addr; | struct sockaddr_in addr,addr2; | int retries=0; | ACCEPT_SIZE_T len; | | memset((char *)&addr,0,sizeof(struct sockaddr_in)); | | if(socketpair_fd==-1) | { | if((socketpair_fd=socket(AF_INET, SOCK_STREAM, 0)) < 0) { | SP_DEBUG((stderr, "my_socketpair:socket() failed, errno:%d\n", | errno)); | return -1; | } | | memset((char *)&my_addr,0,sizeof(struct sockaddr_in)); | my_addr.sin_family=AF_INET; | my_addr.sin_addr.s_addr=htonl(INADDR_ANY); | my_addr.sin_port=htons(0); | | | if(bind(socketpair_fd, (struct sockaddr *)&my_addr, sizeof(addr)) < 0) | { | SP_DEBUG((stderr, "my_socketpair:bind() failed, errno:%d\n", | errno)); | close(socketpair_fd); | socketpair_fd=-1; | return -1; | } | | len = sizeof(my_addr); | if(getsockname(socketpair_fd,(struct sockaddr *)&my_addr,&len) < 0) | { | SP_DEBUG((stderr, "my_socketpair:getsockname() failed, errno:%d\n", | errno)); | close(socketpair_fd); | socketpair_fd=-1; | return -1; | } | | if(listen(socketpair_fd, 5) < 0) | { | SP_DEBUG((stderr, "my_socketpair:listen() failed, errno:%d\n", | errno)); | close(socketpair_fd); | socketpair_fd=-1; | return -1; | } | | set_nonblocking(socketpair_fd, 1); | | my_addr.sin_addr.s_addr=inet_addr("127.0.0.1"); | } | | | if((sv[1]=socket(AF_INET, SOCK_STREAM, 0)) <0) { | SP_DEBUG((stderr, "my_socketpair:socket() failed, errno:%d (2)\n", | errno)); | return -1; | } | | | retry_connect: | retries++; | if(connect(sv[1], (struct sockaddr *)&my_addr, sizeof(addr)) < 0) | { | SP_DEBUG((stderr, "my_socketpair:connect() failed, errno:%d (%d)\n", | errno, EWOULDBLOCK)); | if(errno != EWOULDBLOCK) | { | int tmp2; | #ifdef ETIMEDOUT | if (errno == ETIMEDOUT) { | SP_DEBUG((stderr, | "my_socketpair: ETIMEDOUT!\n" | "Do you have a firewall in the way?\n")); | /* ETIMEDOUT hints that quite a bit of time has passed, | * so no need for further retries. */ | fprintf(output, "TIMEOUT\n"); | exit(0); | } | #endif | #ifdef ECONNREFUSED | if (errno == ECONNREFUSED) { | SP_DEBUG((stderr, | "my_socketpair: ECONNREFUSED!\n" | "Do you have a firewall in the way?\n")); | } | #endif | for(tmp2=0;tmp2<20;tmp2++) | { | int tmp; | ACCEPT_SIZE_T len2; | | len2=sizeof(addr); | tmp=accept(socketpair_fd,(struct sockaddr *)&addr,&len2); | | if(tmp!=-1) { | SP_DEBUG((stderr, "my_socketpair:accept() failed, errno:%d\n", | errno)); | close(tmp); | } | else | break; | } | if(retries > 20) return -1; | goto retry_connect; | } | } | | | do | { | ACCEPT_SIZE_T len3; | | len3=sizeof(addr); | retry_accept: | sv[0]=accept(socketpair_fd,(struct sockaddr *)&addr,&len3); | | if(sv[0] < 0) { | SP_DEBUG((stderr, "my_socketpair:accept() failed, errno:%d (2)\n", | errno)); | if(errno==EINTR) goto retry_accept; | close(sv[1]); | return -1; | } | | set_nonblocking(sv[0],0); | | len=sizeof(addr); | if(getpeername(sv[0], (struct sockaddr *)&addr,&len)) { | SP_DEBUG((stderr, "my_socketpair:getpeername() failed, errno:%d\n", | errno)); | return -1; | } | len=sizeof(addr); | if(getsockname(sv[1],(struct sockaddr *)&addr2,&len) < 0) { | SP_DEBUG((stderr, "my_socketpair:getsockname() failed, errno:%d\n", | errno)); | return -1; | } | }while(len < (int)sizeof(addr) || | addr2.sin_addr.s_addr != addr.sin_addr.s_addr || | addr2.sin_port != addr.sin_port); | | SP_DEBUG((stderr, "my_socketpair: succeeded\n", | errno)); | | return 0; | } | | int socketpair_ultra(int family, int type, int protocol, int sv[2]) | { | int retries=0; | | while(1) | { | int ret=my_socketpair(family, type, protocol, sv); | if(ret>=0) return ret; | | switch(errno) | { | case EAGAIN: break; | | case EADDRINUSE: | if(retries++ > 10) return ret; | break; | | default: | return ret; | } | } | } | | | struct pollfd pollset[2]; | int fds[2]; | static int sent=0; | int xcalls=0; | | int ping(int fd) | { | int r; | sent++; | if(sent > 10000) | { | fprintf(output,xcalls ? "SEMIWORKING" : "WORKING"); | exit(0); | } | do { | r=send(fds[fd],"x",1,MSG_OOB); | }while(r < 0 && errno==EINTR); | if(r!=1) | { | SP_DEBUG((stderr, | "ping(%d): send(%d, \"x\", 1, MSG_OOB) failed with errno %d\n", | fd, fds[fd], errno)); | fprintf(output,"XBYTES\n"); | exit(0); | } | | pollset[fd].events &=~ POLLWRBAND; | pollset[!fd].events |= POLLRDBAND; | } | | int pong(int fd) | { | char foo[2]; | int r; | do { | r=recv(fds[fd], &foo, 2, MSG_OOB); | }while(r < 0 && errno==EINTR); | if(r!=1) | { | fprintf(output,"XBYTES\n"); | exit(0); | } | | pollset[fd].events &=~ POLLRDBAND; | pollset[fd].events |= POLLWRBAND; | } | | void pang(int fd) | { | char foo[2]; | int r; | xcalls++; | do { | r=recv(fds[fd], &foo, 2, 0); | }while(r < 0 && errno==EINTR); | if(r<0 && errno==EAGAIN) return; | | fprintf(output,"INLINED\n"); | exit(0); | } | | int main(int argc, char **argv) | { | int e; | output=fopen("conftest.out.2","w"); | socketpair_ultra(AF_UNIX, SOCK_STREAM, 0, fds); | | #define INIT(X) do { set_nonblocking(fds[X],1); pollset[X].fd=fds[X]; pollset[X].events=POLLIN; }while(0); | | INIT(0); | INIT(1); | | ping(0); | | while(1) | { | if(!poll(pollset, 2, 10000)) | { | fprintf(output,sent>1 ? "WORKS_A_LITTLE\n" : "TIMEOUT\n"); | exit(0); | } | | for(e=0;e<2;e++) | { | if(pollset[e].revents & POLLRDBAND) pong(e); | if(pollset[e].revents & POLLWRBAND) ping(e); | if(pollset[e].revents & POLLIN) pang(e); | } | } | } | configure:98412: result: UNKNOWN configure:98435: checking how to printf size_t configure:98459: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:98459: $? = 0 configure:98509: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:98509: $? = 0 configure:98509: ./conftest configure:98509: $? = 0 configure:98542: result: %zu, %zx configure:98550: checking how to printf ptrdiff_t configure:98574: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:98574: $? = 0 configure:98624: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:293:54: warning: shifting a negative signed value is undefined [-Wshift-negative-value] 293 | ((ptrdiff_t) 4711) << 32, -((ptrdiff_t) 4711) << 32, 17); | ~~~~~~~~~~~~~~~~~~~ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:98624: $? = 0 configure:98624: ./conftest configure:98624: $? = 0 configure:98657: result: %td, %tx configure:98665: checking how to printf off_t configure:98689: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:98689: $? = 0 configure:98739: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:294:8: warning: format specifies type 'int' but the argument has type 'off_t' (aka 'long long') [-Wformat] 293 | sprintf(buf, "%d,%d,%d", | ~~ | %lld 294 | ((off_t) 4711) << 32, -((off_t) 4711) << 32, 17); | ^~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:294:30: warning: format specifies type 'int' but the argument has type 'off_t' (aka 'long long') [-Wformat] 293 | sprintf(buf, "%d,%d,%d", | ~~ | %lld 294 | ((off_t) 4711) << 32, -((off_t) 4711) << 32, 17); | ^~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:299:32: warning: format specifies type 'int' but the argument has type 'off_t' (aka 'long long') [-Wformat] 299 | sprintf(buf, "%d,%d,%d", (off_t) 4711, (off_t)-4711, 17); | ~~ ^~~~~~~~~~~~ | %lld /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:299:46: warning: format specifies type 'int' but the argument has type 'off_t' (aka 'long long') [-Wformat] 299 | sprintf(buf, "%d,%d,%d", (off_t) 4711, (off_t)-4711, 17); | ~~ ^~~~~~~~~~~~ | %lld /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:307:8: warning: format specifies type 'int' but the argument has type 'off_t' (aka 'long long') [-Wformat] 306 | sprintf(buf, "%d,%d", | ~~ | %lld 307 | ((off_t) 4711) << 32, 17); | ^~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:312:29: warning: format specifies type 'int' but the argument has type 'off_t' (aka 'long long') [-Wformat] 312 | sprintf(buf, "%d,%d", (off_t) 4711, 17); | ~~ ^~~~~~~~~~~~ | %lld /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:294:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value] 294 | ((off_t) 4711) << 32, -((off_t) 4711) << 32, 17); | ~~~~~~~~~~~~~~~ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ 7 warnings generated. ld: warning: -read_only_relocs is obsolete configure:98739: $? = 0 configure:98739: ./conftest configure:98739: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | #define PIKE_OOB_WORKS -1 | #define PRINTSIZET "z" | #define PRINTPTRDIFFT "t" | /* end confdefs.h. */ | | #include | #include | | #define CONFIGURE_TEST | #include "global.h" | #include "pike_int_types.h" | | int main() { | char buf[50]; | if (((off_t)4711) > ((off_t)-4711)) { | /* Signed type. */ | if (sizeof(off_t)>4) | { | sprintf(buf, "%d,%d,%d", | ((off_t) 4711) << 32, -((off_t) 4711) << 32, 17); | return !!strcmp("20233590931456,-20233590931456,17", buf); | } | else | { | sprintf(buf, "%d,%d,%d", (off_t) 4711, (off_t)-4711, 17); | return !!strcmp("4711,-4711,17", buf); | } | } else { | /* Unsigned type. */ | if (sizeof(off_t)>4) | { | sprintf(buf, "%d,%d", | ((off_t) 4711) << 32, 17); | return !!strcmp("20233590931456,17", buf); | } | else | { | sprintf(buf, "%d,%d", (off_t) 4711, 17); | return !!strcmp("4711,17", buf); | } | } | } configure:98739: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:294:8: warning: format specifies type 'ptrdiff_t' (aka 'long') but the argument has type 'off_t' (aka 'long long') [-Wformat] 293 | sprintf(buf, "%td,%td,%d", | ~~~ | %lld 294 | ((off_t) 4711) << 32, -((off_t) 4711) << 32, 17); | ^~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:294:30: warning: format specifies type 'ptrdiff_t' (aka 'long') but the argument has type 'off_t' (aka 'long long') [-Wformat] 293 | sprintf(buf, "%td,%td,%d", | ~~~ | %lld 294 | ((off_t) 4711) << 32, -((off_t) 4711) << 32, 17); | ^~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:299:34: warning: format specifies type 'ptrdiff_t' (aka 'long') but the argument has type 'off_t' (aka 'long long') [-Wformat] 299 | sprintf(buf, "%td,%td,%d", (off_t) 4711, (off_t)-4711, 17); | ~~~ ^~~~~~~~~~~~ | %lld /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:299:48: warning: format specifies type 'ptrdiff_t' (aka 'long') but the argument has type 'off_t' (aka 'long long') [-Wformat] 299 | sprintf(buf, "%td,%td,%d", (off_t) 4711, (off_t)-4711, 17); | ~~~ ^~~~~~~~~~~~ | %lld /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:307:8: warning: format specifies type 'ptrdiff_t' (aka 'long') but the argument has type 'off_t' (aka 'long long') [-Wformat] 306 | sprintf(buf, "%td,%d", | ~~~ | %lld 307 | ((off_t) 4711) << 32, 17); | ^~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:312:30: warning: format specifies type 'ptrdiff_t' (aka 'long') but the argument has type 'off_t' (aka 'long long') [-Wformat] 312 | sprintf(buf, "%td,%d", (off_t) 4711, 17); | ~~~ ^~~~~~~~~~~~ | %lld /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:294:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value] 294 | ((off_t) 4711) << 32, -((off_t) 4711) << 32, 17); | ~~~~~~~~~~~~~~~ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ 7 warnings generated. ld: warning: -read_only_relocs is obsolete configure:98739: $? = 0 configure:98739: ./conftest configure:98739: $? = 0 configure:98772: result: %td, %tx configure:98780: checking how to printf INT64 configure:98804: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 configure:98804: $? = 0 configure:98854: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:295:8: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 294 | sprintf(buf, "%d,%d,%d", | ~~~~~~~~~~~~~~~~~~~~~~~~ | %ld 295 | ((INT64) 4711) << 32, -((INT64) 4711) << 32, 17); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:295:30: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 294 | sprintf(buf, "%d,%d,%d", | ~~~~~~~~~~~~~~~~~~~~~~~~ | %ld 295 | ((INT64) 4711) << 32, -((INT64) 4711) << 32, 17); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:300:32: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 300 | sprintf(buf, "%d,%d,%d", (INT64) 4711, (INT64)-4711, 17); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %ld /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:300:46: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 300 | sprintf(buf, "%d,%d,%d", (INT64) 4711, (INT64)-4711, 17); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | %ld /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:308:8: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 307 | sprintf(buf, "%d,%d", | ~~~~~~~~~~~~~~~~~~~~~ | %ld 308 | ((INT64) 4711) << 32, 17); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:313:29: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 313 | sprintf(buf, "%d,%d", (INT64) 4711, 17); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | %ld /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ conftest.c:295:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value] 294 | sprintf(buf, "%d,%d,%d", | ~~~~~~~~~~~~~~~~~~~~~~~~ 295 | ((INT64) 4711) << 32, -((INT64) 4711) << 32, 17); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ 7 warnings generated. ld: warning: -read_only_relocs is obsolete configure:98854: $? = 0 configure:98854: ./conftest configure:98854: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | #define PIKE_OOB_WORKS -1 | #define PRINTSIZET "z" | #define PRINTPTRDIFFT "t" | #define PRINTOFFT "t" | /* end confdefs.h. */ | | #include | #include | | #define CONFIGURE_TEST | #include "global.h" | #include "pike_int_types.h" | | int main() { | char buf[50]; | if (((INT64)4711) > ((INT64)-4711)) { | /* Signed type. */ | if (sizeof(INT64)>4) | { | sprintf(buf, "%d,%d,%d", | ((INT64) 4711) << 32, -((INT64) 4711) << 32, 17); | return !!strcmp("20233590931456,-20233590931456,17", buf); | } | else | { | sprintf(buf, "%d,%d,%d", (INT64) 4711, (INT64)-4711, 17); | return !!strcmp("4711,-4711,17", buf); | } | } else { | /* Unsigned type. */ | if (sizeof(INT64)>4) | { | sprintf(buf, "%d,%d", | ((INT64) 4711) << 32, 17); | return !!strcmp("20233590931456,17", buf); | } | else | { | sprintf(buf, "%d,%d", (INT64) 4711, 17); | return !!strcmp("4711,17", buf); | } | } | } configure:98854: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:295:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value] 294 | sprintf(buf, "%ld,%ld,%d", | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 295 | ((INT64) 4711) << 32, -((INT64) 4711) << 32, 17); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' 47 | __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | ^~~~~~~~~~~ 1 warning generated. ld: warning: -read_only_relocs is obsolete configure:98854: $? = 0 configure:98854: ./conftest configure:98854: $? = 0 configure:98887: result: %ld, %lx configure:98897: checking if union initialization works configure:98930: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:98930: $? = 0 configure:98930: ./conftest configure:98930: $? = 0 configure:98943: result: yes configure:98952: checking if port.c works in CONFIGURE_TEST mode configure:98983: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:98983: $? = 0 configure:98983: ./conftest configure:98983: $? = 0 configure:98996: result: yes configure:99010: checking if gettimeofday takes two arguments configure:99099: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:307:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 307 | exit(0); | ^ conftest.c:307:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:99099: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | #define PIKE_OOB_WORKS -1 | #define PRINTSIZET "z" | #define PRINTPTRDIFFT "t" | #define PRINTOFFT "t" | #define PRINTINT64 "l" | #define HAVE_UNION_INIT 1 | /* end confdefs.h. */ | | #if TIME_WITH_SYS_TIME | # include | # include | #else | # if HAVE_SYS_TIME_H | # include | # else | # if HAVE_TIME_H | # include | # endif | # endif | #endif | | #ifndef HAVE_STRUCT_TIMEVAL | struct timeval | { | long tv_sec; | long tv_usec; | }; | #endif | | int main() { | struct timeval tv; | gettimeofday(&tv,(void *)0); | exit(0); | } | configure:99120: result: no configure:99189: checking if rusage.c works in CONFIGURE_TEST mode configure:99222: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:99222: $? = 0 configure:99222: ./conftest configure:99222: $? = 0 configure:99235: result: yes configure:99247: checking if threads.c works in CONFIGURE_TEST mode configure:99279: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:99279: $? = 0 configure:99279: ./conftest configure:99279: $? = 0 configure:99292: result: yes configure:99306: checking if fallback cpu time is thread local configure:99429: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:99429: $? = 0 configure:99429: ./conftest configure:99429: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | #define PIKE_OOB_WORKS -1 | #define PRINTSIZET "z" | #define PRINTPTRDIFFT "t" | #define PRINTOFFT "t" | #define PRINTINT64 "l" | #define HAVE_UNION_INIT 1 | /* end confdefs.h. */ | | #include | | /* libc_r:fputs on AIX 4.2 is broken. */ | #define FPUTS(S, F) fwrite(S, sizeof(S)-sizeof(""), 1, F) | | #ifdef PIKE_THREADS | | #define CONFIGURE_TEST | #define CONFIGURE_TEST_FALLBACK_GCT | /* The following headers can cause problems in this mode, and they easily | get indirectly included unless we do this. */ | #define STRALLOC_H | #define SVALUE_H | #define ARRAY_H | | #include "port.c" | #include "rusage.c" | #include "threads.c" | | PIKE_MUTEX_T m; | COND_T c; | | cpu_time_t work_time, wait_time; | | TH_RETURN_TYPE work_thread (void *dummy) | { | struct timeval rt_start, rt; | cpu_time_t start; | FPUTS("work_thread waiting.\n", stderr); | mt_lock (&m); | FPUTS("work_thread start.\n", stderr); | GETTIMEOFDAY (&rt_start); | start = get_cpu_time(); | do { | cpu_time_t t = get_cpu_time(); | GETTIMEOFDAY (&rt); | if (t == (cpu_time_t) -1) { | work_time = t; | break; | } | work_time = t - start; | } while (work_time < (CPU_TIME_TICKS / 10) && rt.tv_sec <= rt_start.tv_sec + 1); | FPUTS("work_thread releasing main.\n", stderr); | co_signal (&c); | mt_unlock (&m); | FPUTS("work_thread done.\n", stderr); | return 0; | } | | int main() | { | cpu_time_t start; | THREAD_T worker; | FILE *res = fopen ("confdefs.out.2", "w"); /* weird name to circumvent configure cleanups */ | if (!res) return 2; | | init_rusage(); | really_low_th_init(); | | mt_init (&m); | co_init (&c); | | mt_lock (&m); | FPUTS("Creating work_thread.\n", stderr); | if (th_create (&worker, work_thread, NULL)) { | FPUTS("unknown (failed to create thread)", res); | fclose (res); | return 3; | } | | start = get_cpu_time(); | co_wait (&c, &m); | wait_time = get_cpu_time() - start; | if (start == (cpu_time_t) -1 || work_time == (cpu_time_t) -1) { | FPUTS("unknown (get_cpu_time does not work)", res); | fclose (res); | return 4; | } | if (work_time < (CPU_TIME_TICKS / 10)) { | fprintf (res, "unknown (get_cpu_time does not work - loop took only %ld ms)", | (long) (work_time / (CPU_TIME_TICKS / 1000))); | fclose (res); | return 5; | } | | if (work_time > wait_time) | return 0; /* It is thread local. */ | else { | FPUTS("no", res); | fclose (res); | return 1; /* It is not thread local. */ | } | } | | #else | int main() | { | FILE *res = fopen ("confdefs.out.2", "w"); /* weird name to circumvent configure cleanups */ | if (!res) return 6; | FPUTS("no", res); | fclose (res); | return 1; | } | #endif | configure:99460: result: no configure:99476: checking for setenv configure:99569: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:99569: $? = 0 configure:99582: result: yes configure:99591: checking for unsetenv configure:99684: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete configure:99684: $? = 0 configure:99697: result: yes configure:99771: checking SO configure:99780: result: so configure:99784: checking LDSHARED configure:99888: result: gcc -g -O3 -pipe -ggdb3 -m64 -bundle -bind_at_load -undefined dynamic_lookup configure:99893: checking CCSHARED configure:100660: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 -fPIC -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 conftest.c >&5 conftest.c:289:1: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 289 | exit(0); | ^ conftest.c:289:1: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:100660: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | #define PIKE_OOB_WORKS -1 | #define PRINTSIZET "z" | #define PRINTPTRDIFFT "t" | #define PRINTOFFT "t" | #define PRINTINT64 "l" | #define HAVE_UNION_INIT 1 | #define FB_CPU_TIME_IS_THREAD_LOCAL PIKE_NO | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | /* end confdefs.h. */ | | int | main (void) | { | exit(0); | ; | return 0; | } configure:100672: result: configure:100675: checking LINKFORSHARED configure:100811: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -dynamic -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 conftest.c:285:14: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 285 | int main() { exit(0); } | ^ conftest.c:285:14: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:100811: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | #define PIKE_OOB_WORKS -1 | #define PRINTSIZET "z" | #define PRINTPTRDIFFT "t" | #define PRINTOFFT "t" | #define PRINTINT64 "l" | #define HAVE_UNION_INIT 1 | #define FB_CPU_TIME_IS_THREAD_LOCAL PIKE_NO | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | /* end confdefs.h. */ | int main() { exit(0); } configure:100828: result: configure:100839: checking -static-libgcc configure:100893: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -static-libgcc -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -ldl -lm -lpoll >&5 2>conftezt.out.2 configure:100893: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | #define PIKE_OOB_WORKS -1 | #define PRINTSIZET "z" | #define PRINTPTRDIFFT "t" | #define PRINTOFFT "t" | #define PRINTINT64 "l" | #define HAVE_UNION_INIT 1 | #define FB_CPU_TIME_IS_THREAD_LOCAL PIKE_NO | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | /* end confdefs.h. */ | | int foo; | int main(int argc, char **argv) | { | /* The following code triggs gcc:s generation of aline opcodes, | * which some versions of as does not support. | */ | if (argc > 0) argc = 0; | return argc; | } | clang: error: unsupported option '-static-libgcc' configure:100972: result: no configure:100982: checking if dynamic loading works /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -O3 -pipe -ggdb3 -m64 conftest.c -o conftest.o conftest.c:5:3: error: call to undeclared function 'testfunc2'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 5 | testfunc2(); | ^ conftest.c:5:3: note: did you mean 'testfunc'? conftest.c:3:6: note: 'testfunc' declared here 3 | void testfunc(void) { | ^ 4 | fprintf(stderr,"Calling testfunc2\n"); 5 | testfunc2(); | ~~~~~~~~~ | testfunc 1 error generated. /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/bin/smartlink gcc -g -O3 -pipe -ggdb3 -m64 -bundle -bind_at_load -undefined dynamic_lookup -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.o -o conftest.so clang: error: no such file or directory: 'conftest.o' configure:101049: result: no configure:101098: checking for inflate in -lz_static configure:101121: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -O3 -pipe -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning conftest.c -lz_static -ldl -lm -lpoll >&5 ld: warning: -read_only_relocs is obsolete ld: library 'z_static' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:101121: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_ERRNO_H 1 | #define USE_LD_LIBRARY_PATH 1 | #define USE_OSX_TWOLEVEL_NAMESPACE 1 | #define PIKE_MALLOC_OVERHEAD (2 * sizeof(void *)) | #define PIKE_MALLOC_PAGE_SIZE (4 * 1024) | #define PIKE_THREAD_C_STACK_SIZE (1024 * 1024) | #define NEW_ARG_CHECK 1 | #define PIKE_PORTABLE_BYTECODE 1 | #define AUTO_BIGNUM 1 | #define SHARED_NODES 1 | #define HAVE_ANSI_CONCAT 1 | #define const /**/ | #define HAVE_ISGRAPH 1 | #define HAVE_SYS_TIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_SYS_USER_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MACH_O_DYLD_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_MACH_TASK_INFO_H 1 | #define HAVE_MACH_TASK_H 1 | #define HAVE_MACH_MACH_INIT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_MACH_MACH_H 1 | #define HAVE_MACH_THREAD_ACT_H 1 | #define HAVE_MACH_CLOCK_H 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_SETJMP 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGLONGJMP 1 | #define HAVE_LONGJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SYS_EVENT_H 1 | #define HAVE_KQUEUE 1 | #define HAVE_SYS_RESOURCE_H 1 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_TIME_T 8 | #define SIZEOF___INT128 16 | #define SIZEOF___INT128_T 16 | #define SIZEOF_UNSIGNED___INT128 16 | #define SIZEOF_UNSIGNED___INT128_T 0 | #define SIZEOF___UINT128_T 16 | #define pri_t short | #define SIZEOF_OFF_T 8 | #define WITH_DOUBLE_PRECISION_SVALUE 1 | #define FLOAT_TYPE double | #define SIZEOF_FLOAT_TYPE SIZEOF_DOUBLE | #define WITH_LONG_INT 1 | #define INT_TYPE long | #define SIZEOF_INT_TYPE SIZEOF_LONG | #define RETSIGTYPE void | #define HAVE_LIBPOLL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define USE_DARWIN_THREADS_WITHOUT_MACH 1 | #define HAVE_PTHREAD_MUTEXATTR_INIT 1 | #define HAVE_PTHREAD_KILL 1 | #define HAVE_PTHREAD_MACH_THREAD_NP 1 | #define Pike_INITIAL_STACK_SIZE 32768 | #define PIKE_MUTEX_ERRORCHECK PTHREAD_MUTEX_ERRORCHECK | #define PIKE_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE | #define HAVE_MEMCMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MMAP 1 | #define MEXEC_USES_MMAP 1 | #define HAVE_POLL 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CRYPT 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETENV 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INET_NTOP 1 | #define HAVE_LOCALTIME 1 | #define HAVE_GMTIME 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKTIME 1 | #define HAVE_PERROR 1 | #define HAVE_PTRACE 1 | #define HAVE_RECVMSG 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGNAL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGVEC 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_TZSET 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PIPE 1 | #define HAVE_STRDUP 1 | #define HAVE_KILL 1 | #define HAVE_ALARM 1 | #define HAVE_FLOCK 1 | #define HAVE_LOCKF 1 | #define HAVE_SETUID 1 | #define HAVE_GETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_GETEUID 1 | #define HAVE_SETGID 1 | #define HAVE_GETGID 1 | #define HAVE_SETEGID 1 | #define HAVE_GETEGID 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRENT 1 | #define HAVE_GETGRNAM 1 | #define HAVE_SETSID 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGID 1 | #define HAVE_GETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_ISINF 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_NAN 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_SYSCONF 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_BACKTRACE 1 | #define HAVE_THREAD_INFO 1 | #define HAVE_HOST_GET_CLOCK_SERVICE 1 | #define HAVE_WORKING_REALLOC_NULL 1 | #define ACCEPT_SIZE_T socklen_t | #define DL_EXPORT /**/ | #define HAVE_BROKEN_F_SETFD 1 | #define HAVE_EXTERNAL_TIMEZONE 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_WORKING_STRTOL 1 | #define STRUCT_TM_HAS_GMTOFF 1 | #define HAVE_STRUCT_IOVEC 1 | #define HAVE_STRUCT_MSGHDR 1 | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UALARM 1 | #define HAVE_SETITIMER 1 | #define UALARM_TAKES_TWO_ARGS 1 | #define PTRACE_TAKES_FOUR_ARGS 1 | #define PTRACE_ADDR_TYPE_IS_POINTER 1 | #define STACK_DIRECTION 1 | #define PIKE_BYTEORDER 1234 | #define PIKE_POINTER_ALIGNMENT 8 | #define HAVE_MEMSET 1 | #define DECLARE_ENVIRON 1 | #define VOLATILE volatile | #define SIGNAL_ONESHOT 1 | #define MAX_OPEN_FILEDESCRIPTORS 10240 | #define PIKE_BYTECODE_METHOD PIKE_BYTECODE_DEFAULT | #define VA_LIST_IS_STATE_PTR 1 | #define HAVE_VA_COPY 1 | #define PIKE_OOB_WORKS -1 | #define PRINTSIZET "z" | #define PRINTPTRDIFFT "t" | #define PRINTOFFT "t" | #define PRINTINT64 "l" | #define HAVE_UNION_INIT 1 | #define FB_CPU_TIME_IS_THREAD_LOCAL PIKE_NO | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 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 inflate (); | int | main (void) | { | return inflate (); | ; | return 0; | } configure:101131: result: no configure:101511: checking whether /Library/Developer/CommandLineTools/usr/bin/make sets $(MAKE) configure:101534: result: yes configure:101548: checking for the Pike base directory configure:101553: result: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src configure:101723: updating cache ./config.cache configure:101772: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Host-004.lan config.status:1183: creating make_variables config.status:1183: creating Makefile config.status:1286: WARNING: '/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/Makefile.in' seems to ignore the --datarootdir setting config.status:1183: creating modules/common_module_makefile config.status:1183: creating modules/static_module_makefile config.status:1183: creating post_modules/static_module_makefile config.status:1183: creating modules/dynamic_module_makefile config.status:1183: creating post_modules/dynamic_module_makefile config.status:1183: creating precompile.sh config.status:1183: creating specs config.status:1183: creating machine.h config.status:1362: executing default commands configure:103062: === configuring in modules (/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules) configure:103123: running /bin/sh /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/configure --disable-option-checking '--prefix=/usr/local' --cache-file=.././config.cache --srcdir=/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules configure:103128: error: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/configure failed for modules ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_char_unsigned=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_func_GetSystemInfo=no ac_cv_func_MakeDataExecutable=no ac_cv_func_SetErrorMode=no ac_cv_func_SetFilePointerEx=no ac_cv_func___priocntl=no ac_cv_func__alldiv=no ac_cv_func__aullshr=no ac_cv_func__crypt=no ac_cv_func__get_daylight=no ac_cv_func__get_timezone=no ac_cv_func__longjmp=yes ac_cv_func__setjmp=yes ac_cv_func__snprintf=no ac_cv_func_alarm=yes ac_cv_func_alloca_works=yes ac_cv_func_backtrace=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_clock=yes ac_cv_func_clock_getcpuclockid=no ac_cv_func_closefrom=no ac_cv_func_crypt=yes ac_cv_func_dld_get_func=no ac_cv_func_dld_link=no ac_cv_func_fchmod=yes ac_cv_func_fdwalk=no ac_cv_func_finite=yes ac_cv_func_flock=yes ac_cv_func_fork1=no ac_cv_func_fp_class_d=no ac_cv_func_fpclass=no ac_cv_func_getegid=yes ac_cv_func_getenv=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_getgrent=yes ac_cv_func_getgrnam=yes ac_cv_func_gethrtime=no ac_cv_func_gethrvtime=no ac_cv_func_getpagesize=yes ac_cv_func_getpgid=yes ac_cv_func_getpgrp=yes ac_cv_func_getpwent=yes ac_cv_func_getpwnam=yes ac_cv_func_getpwuid=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_gettimeofday=yes ac_cv_func_getuid=yes ac_cv_func_gmtime=yes ac_cv_func_gmtime_r=yes ac_cv_func_gmtime_s=no ac_cv_func_host_get_clock_service=yes ac_cv_func_index=yes ac_cv_func_inet_ntop=yes ac_cv_func_initgroups=yes ac_cv_func_isinf=yes ac_cv_func_isnan=yes ac_cv_func_iszero=no ac_cv_func_kill=yes ac_cv_func_kqueue=yes ac_cv_func_localtime=yes ac_cv_func_localtime_s=no ac_cv_func_lockf=yes ac_cv_func_longjmp=yes ac_cv_func_mallinfo=no ac_cv_func_mallopt=no ac_cv_func_memchr=yes ac_cv_func_memcmp_working=yes ac_cv_func_mktime=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_nan=yes ac_cv_func_nanosleep=yes ac_cv_func_nice=yes ac_cv_func_perror=yes ac_cv_func_pipe=yes ac_cv_func_poll=yes ac_cv_func_prctl=no ac_cv_func_pthread_cond_reltimedwait_np=no ac_cv_func_pthread_init=no ac_cv_func_pthread_kill=yes ac_cv_func_pthread_mach_thread_np=yes ac_cv_func_pthread_mutexattr_init=yes ac_cv_func_ptrace=yes ac_cv_func_recvmsg=yes ac_cv_func_rindex=yes ac_cv_func_sched_setscheduler=no ac_cv_func_sched_yield=yes ac_cv_func_sendmsg=yes ac_cv_func_setbuf=yes ac_cv_func_setegid=yes ac_cv_func_setenv=yes ac_cv_func_seteuid=yes ac_cv_func_setgid=yes ac_cv_func_setgroups=yes ac_cv_func_setitimer=yes ac_cv_func_setjmp=yes ac_cv_func_setlocale=yes ac_cv_func_setpgid=yes ac_cv_func_setpgrp=yes ac_cv_func_setpriority=yes ac_cv_func_setresuid=no ac_cv_func_setrlimit=yes ac_cv_func_setsid=yes ac_cv_func_setuid=yes ac_cv_func_setvbuf=yes ac_cv_func_shl_load=no ac_cv_func_sigaction=yes ac_cv_func_sigblock=yes ac_cv_func_siglongjmp=yes ac_cv_func_signal=yes ac_cv_func_signbit=no ac_cv_func_sigprocmask=yes ac_cv_func_sigsetjmp=yes ac_cv_func_sigvec=yes ac_cv_func_snprintf=yes ac_cv_func_socketpair=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strcspn=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strncmp=yes ac_cv_func_strnlen=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_sync_instruction_memory=no ac_cv_func_sysconf=yes ac_cv_func_thr_yield=no ac_cv_func_thread_info=yes ac_cv_func_time=yes ac_cv_func_times=yes ac_cv_func_tzset=yes ac_cv_func_ualarm=yes ac_cv_func_unsetenv=yes ac_cv_func_usleep=yes ac_cv_func_vfprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_vsprintf=yes ac_cv_func_wait3=yes ac_cv_func_wait4=yes ac_cv_func_waitpid=yes ac_cv_header_CoreServices_CoreServices_h=no ac_cv_header_asm_mmx_h=no ac_cv_header_crt_signal_h=no ac_cv_header_crypt_h=no ac_cv_header_devices_timer_h=no ac_cv_header_direct_h=no ac_cv_header_dl_h=no ac_cv_header_dld_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_execinfo_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_floatingpoint_h=no ac_cv_header_fnord_fnord_fnord_h=no ac_cv_header_fp_class_h=no ac_cv_header_gnu_stubs_h=no ac_cv_header_group_h=no ac_cv_header_grp_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_io_h=no ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_mach_clock_h=yes ac_cv_header_mach_mach_h=yes ac_cv_header_mach_mach_init_h=yes ac_cv_header_mach_o_dyld_h=yes ac_cv_header_mach_task_h=yes ac_cv_header_mach_task_info_h=yes ac_cv_header_mach_thread_act_h=yes ac_cv_header_malloc_h=no ac_cv_header_memcheck_h=no ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_mmx_h=no ac_cv_header_net_socket_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_passwd_h=no ac_cv_header_poll_h=yes ac_cv_header_pthread_h=yes ac_cv_header_pwd_h=yes ac_cv_header_sched_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_signal_h=yes ac_cv_header_socket_h=no ac_cv_header_stddef_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_devpoll_h=no ac_cv_header_sys_epoll_h=no ac_cv_header_sys_errno_h=yes ac_cv_header_sys_event_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_filio_h=yes ac_cv_header_sys_id_h=no ac_cv_header_sys_ioct_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_prctl_h=no ac_cv_header_sys_priocntl_h=no ac_cv_header_sys_procfs_h=no ac_cv_header_sys_ptrace_h=yes ac_cv_header_sys_rusage_h=no ac_cv_header_sys_sched_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_syscall_h=yes ac_cv_header_sys_termio_h=no ac_cv_header_sys_termios_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_times_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_user_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_syscall_h=no ac_cv_header_thread_h=no ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_valgrind_h=no ac_cv_header_valgrind_memcheck_h=no ac_cv_header_values_h=no ac_cv_header_wchar_h=yes ac_cv_header_winbase_h=no ac_cv_header_windows_h=no ac_cv_header_winsock2_h=no ac_cv_header_winsock_h=no ac_cv_header_ws2tcpip_h=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_dld_link=no ac_cv_lib_dld_shl_load=no ac_cv_lib_m_floor=yes ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_poll_poll=yes ac_cv_lib_rt_nanosleep=no ac_cv_lib_socket_socket=no ac_cv_lib_z_static_inflate=no ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_uname_prog=/usr/bin/uname ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_11=no ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_prog_make__Library_Developer_CommandLineTools_usr_bin_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_strerror='none required' ac_cv_should_define__xopen_source=no ac_cv_sizeof___int128=16 ac_cv_sizeof___int128_t=16 ac_cv_sizeof___int64=0 ac_cv_sizeof___uint128_t=16 ac_cv_sizeof_char_p=8 ac_cv_sizeof_double=8 ac_cv_sizeof_float=4 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_double=16 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_time_t=8 ac_cv_sizeof_unsigned___int128=16 ac_cv_sizeof_unsigned___int128_t=0 ac_cv_struct_tm=time.h ac_cv_type_gid_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_pri_t=no ac_cv_type_ptrdiff_t=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_time_t=yes ac_cv_type_uid_t=yes ac_cv_working_alloca_h=yes pike_cv_32bit_dirs=' /usr/local/lib' pike_cv_64bit_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_C_supports_large_auto=yes pike_cv_PIKE_MUTEX_ERRORCHECK_value=PTHREAD_MUTEX_ERRORCHECK pike_cv_PIKE_MUTEX_RECURSIVE_value=PTHREAD_MUTEX_RECURSIVE pike_cv___yy_memcpy_count_type=unknown pike_cv___yy_memcpy_from_const= pike_cv_abi=64 pike_cv_abi_suffixes='64 /64 /.' pike_cv_accept_size_t=socklen_t pike_cv_broken_f_setfd=yes pike_cv_c_really_const=no pike_cv_configure_test_port_c=yes pike_cv_configure_test_rusage_c=yes pike_cv_configure_test_threads_c=yes pike_cv_cpp_symbol_concat=ANSI pike_cv_decl_getenv=existent pike_cv_decl_gethostname=existent pike_cv_decl_getpeername=existent pike_cv_decl_malloc=existent pike_cv_decl_popen=existent pike_cv_decl_strchr=existent pike_cv_declare_environ=yes pike_cv_default_compiler_abi=64 pike_cv_double_type=not_ieee pike_cv_dynamic_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_filesystem_syncronization=working pike_cv_float_type=not_ieee pike_cv_func_GetSystemTimeAsFileTime=no pike_cv_func__isnan=no pike_cv_func_dlopen=no pike_cv_func_fork=no pike_cv_func_fpsetmask=no pike_cv_func_fpsetround=no pike_cv_func_frexp=no pike_cv_func_gethostname=no pike_cv_func_getrusage_full=yes pike_cv_func_gettimeofday_has_two_args=no pike_cv_func_infnan=no pike_cv_func_isgraph=yes pike_cv_func_isless=no pike_cv_func_isspace=no pike_cv_func_isunordered=no pike_cv_func_ldexp=no pike_cv_func_memcpy=no pike_cv_func_memmem=no pike_cv_func_memmove=no pike_cv_func_memset=yes pike_cv_func_rint=no pike_cv_func_strcoll=no pike_cv_func_strtol_works=yes pike_cv_function_cast=yes pike_cv_gcc_attributes=no pike_cv_hardware_alignment=8 pike_cv_hardware_byteorder=1234 pike_cv_hardware_stack_direction=up pike_cv_has_external_timezone=yes pike_cv_has_struct_sockaddr_in6=yes pike_cv_has_va_copy=yes pike_cv_have_union_init=yes pike_cv_have_working___FUNCTION__=no pike_cv_have_working___func__=no pike_cv_initial_stack_size=32768 pike_cv_keyword_restrict=yes pike_cv_lc___declspec=no pike_cv_lib_abi= pike_cv_machine_code_arch=unknown pike_cv_make_supports_VPATH=yes pike_cv_make_supports_spaces_in_SHELL=yes pike_cv_max_open_fd=10240 pike_cv_method_extract_char=not_by_cast pike_cv_method_extract_uchar=not_by_cast pike_cv_mmap_PROT_EXEC=yes pike_cv_not_32bit_dirs=' /usr/X11/lib /usr/X11/lib /usr/X11R6/lib /usr/X11R6/lib /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_not_dynamic_dirs=' /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_option_O3=yes pike_cv_option_W=yes pike_cv_option_Wall=yes pike_cv_option_Wchar_subscripts=yes pike_cv_option_Wcomment=yes pike_cv_option_Wdeclaration_after_statement=yes pike_cv_option_Wformat=yes pike_cv_option_Wformat_security=yes pike_cv_option_Wimplicit_function_declaration=yes pike_cv_option_Wmultichar=yes pike_cv_option_Wno_long_long=yes pike_cv_option_Wno_unused=yes pike_cv_option_Wpointer_arith=yes pike_cv_option_Wswitch=yes pike_cv_option_Wuninitialized=yes pike_cv_option_cpu750=no pike_cv_option_framework_CoreServices=yes pike_cv_option_framework_Foundation=yes pike_cv_option_framework_System=yes pike_cv_option_ggdb3=yes pike_cv_option_m64=yes pike_cv_option_mieee=no pike_cv_option_pipe=yes pike_cv_option_plus_O3=no pike_cv_option_ro_relocs_warn=yes pike_cv_option_static_libgcc=no pike_cv_option_tune750=no pike_cv_osx_threads_dislike_mach=yes pike_cv_osx_twolevel_namespace=yes pike_cv_poll_device=no pike_cv_posix_threads=no pike_cv_printf_INT64=l pike_cv_printf_off_t=t pike_cv_printf_ptrdiff_t=t pike_cv_printf_size_t=z pike_cv_prog_CC='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' pike_cv_prog_CC_save= pike_cv_prog_CXX='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink g++' pike_cv_prog_icc=no pike_cv_prog_tcc=no pike_cv_prog_working_yacc=None pike_cv_ptrace_addr_type=pointer pike_cv_ptrace_takes_four_args=yes pike_cv_realloc_null_works=yes pike_cv_run_path_method=ld_library_path pike_cv_short_use=unknown pike_cv_struct_iovec=yes pike_cv_struct_msghdr=yes pike_cv_struct_msghdr_msg_accrights=no pike_cv_struct_msghdr_msg_control=yes pike_cv_struct_tm_has___tm_gmtoff=no pike_cv_struct_tm_has_gmtoff=yes pike_cv_sys_ansi_prototypes=yes pike_cv_sys_bad_signal_handling= pike_cv_sys_ccshared= pike_cv_sys_dynamic_loading=no pike_cv_sys_idiot_sigfpe=yes pike_cv_sys_ignore_sigfpe=no pike_cv_sys_linkforshared= pike_cv_sys_nonblock=UNKNOWN pike_cv_sys_os=Darwin pike_cv_sys_resource_h=yes pike_cv_sys_signal_oneshot=yes pike_cv_system_oob_working=UNKNOWN pike_cv_thread_local_cpu_time=no pike_cv_thread_t_type=integer pike_cv_ualarm_takes_two_args=yes pike_cv_union_wait=no pike_cv_unix_threads=no pike_cv_ushrt_max_is_defined=yes pike_cv_va_list_is_state_ptr=yes pike_cv_volatile=yes pike_cv_wanted_abi=64 ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' AR='/usr/bin/ar' BASEDIR='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot' BINDIR='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/bin' BUILDDIR='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64' BUILD_PIKE='tpike' CANDLE='' CC='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' CCSHARED='' CFLAGS=' -g -ggdb3 -m64' CPP='gcc -E' CPPFLAGS=' -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include' CROSS='' CXX='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink g++' CXXFLAGS='-g -O2 -O3 -pipe' DEBUGDEF='' DEFS='-DHAVE_CONFIG_H' DLOPEN_O='' DOCDIR='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/refdoc' DYNAMIC_MODULE_FLAGS='' ECHO_C='\c' ECHO_N='' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' EXTRA_MODULE_REQUIREMENTS='' EXTRA_OBJS='' FALLBACK_CC='' GREP='/usr/bin/grep' INSTALL='/usr/bin/install -c' INSTALL_DATA='${INSTALL} -m 644' INSTALL_EXPORT_ARGS='' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INTERPRET_DEOPTIMIZE='' LC_REQ='-lc' LD='$(CC) $(CFLAGS)' LDFLAGS=' -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning' LDSHARED='gcc -g -O3 -pipe -ggdb3 -m64 -bundle -bind_at_load -undefined dynamic_lookup ' LDSHARED_BASE_REQS='' LDSHARED_MODULE_REQS='' LIBDIR='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/lib' LIBOBJS='' LIBS='-ldl -lm -lpoll ' LIGHT='' LINKFORSHARED='' LTLIBOBJS='' MANDIR='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/man' MODULE_O='module.o' MTEXE='' MT_FIX_PIKE_EXE='@:' OBJEXT='o' OPTIMIZE=' -O3 -pipe' OSFLAGS='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PIKE_ICON_RES='' PIKE_LIB='libpike.a' PIKE_MODULE_RELOC='' PKG_CONFIG_PATH='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11R6/lib/pkgconfig' PMOD_TARGETS='$(SRCDIR)/backend.c $(SRCDIR)/builtin.c $(SRCDIR)/facetgroup.c $(SRCDIR)/iterators.c' POST_MODULE_BUILD_TYPE='static' PROFIL='' PTHREAD_CONFIG='' RANLIB='ranlib' RCEXE='' REALCC='gcc' REALCXX='g++' RNTANY='' RUNPIKE='DEFAULT_RUNPIKE' RUNTPIKE='USE_TPIKE' SET_MAKE='' SHELL='/bin/sh' SMARTBUILDCC='gcc' SMARTLINK='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink' SO='so' STATIC_POST_MODULES_LINKOPTS='post_modules/linker_options' TALLOW='' UNCOMPRESS_LIBZ='-lz' VALGRIND='' VALGRINDARGS='' WARN=' -W -Wall -Wno-unused -Wcomment -Wformat -Wformat-security -Wimplicit-function-declaration -Wmultichar -Wswitch -Wuninitialized -Wpointer-arith -Wchar-subscripts -Wno-long-long -Wdeclaration-after-statement' YACC='bison -y' YY_COUNT_TYPE='unsigned int' YY_FROM_CONST='' ac_configure_args='' ac_ct_CC='gcc' ac_ct_CXX='g++' bash_prog='' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' dmmsrc='modules/static_module_makefile.in' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' make_variables_in='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/make_variables.in' mandir='${datarootdir}/man' noopt_retry='yes' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' modules post_modules' sysconfdir='${prefix}/etc' target_alias='' uname_prog='/usr/bin/uname' with_valgrind='no' ## ------------------- ## ## File substitutions. ## ## ------------------- ## common_module_makefile='modules/common_module_makefile' dependencies='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/dependencies' make_variables='make_variables' propagated_variables='propagated_variables' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" configure: exit 1 ################################################### ## ./modules/CommonLog This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.71. Invocation command line was $ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/CommonLog/configure --disable-option-checking --prefix=/usr/local --cache-file=../.././config.cache --srcdir=/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/CommonLog ## --------- ## ## Platform. ## ## --------- ## hostname = Host-004.lan uname -m = x86_64 uname -r = 24.0.0 uname -s = Darwin uname -v = Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 Kernel configured for up to 8 processors. 4 processors are physically available. 8 processors are logically available. Processor type: x86_64h (Intel x86-64h Haswell) Processors active: 0 1 2 3 4 5 6 7 Primary memory available: 8.00 gigabytes Default processor set: 1072 tasks, 3953 threads, 8 processors Load average: 7.67, Mach factor: 1.55 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin/ PATH: /usr/bin/ PATH: /usr/local/bin/ PATH: /usr/local/bin/ PATH: /sw/local/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:1763: loading cache ../.././config.cache configure:2658: checking for C compiler version configure:2667: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc --version >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:2678: $? = 0 configure:2667: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -v >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:2678: $? = 0 configure:2667: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:2678: $? = 1 configure:2667: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:2678: $? = 1 configure:2667: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -version >&5 clang: error: unknown argument '-version'; did you mean '--version'? clang: error: no input files configure:2678: $? = 1 configure:2698: checking whether the C compiler works configure:2720: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:2724: $? = 0 configure:2774: result: yes configure:2777: checking for C compiler default output file name configure:2779: result: a.out configure:2785: checking for suffix of executables configure:2792: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:2796: $? = 0 configure:2819: result: configure:2841: checking whether we are cross compiling configure:2849: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:2853: $? = 0 configure:2860: ./conftest configure:2864: $? = 0 configure:2879: result: no configure:2884: checking for suffix of object files configure:2933: result: o configure:2937: checking whether the compiler supports GNU C configure:2967: result: yes configure:2978: checking whether /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc accepts -g configure:3043: result: yes configure:3063: checking for /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc option to enable C11 features configure:3096: result: none needed configure:3249: checking if we are using TCC (TenDRA C Compiler) configure:3273: result: no configure:3278: checking if we are using ICC (Intel C Compiler) configure:3321: result: no configure:3332: checking how to run the C preprocessor configure:3400: result: gcc -E configure:3414: gcc -E -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c configure:3414: $? = 0 configure:3429: gcc -E -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found 9 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:3429: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:3529: checking for libgcc file name configure:3557: result: no configure:3594: checking whether /Library/Developer/CommandLineTools/usr/bin/make sets $(MAKE) configure:3617: result: yes configure:3631: checking for the Pike base directory configure:3636: result: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src configure:3806: updating cache ../.././config.cache configure:3855: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Host-004.lan config.status:833: creating make_variables config.status:833: creating Makefile config.status:833: creating clf_machine.h config.status:1007: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_char_unsigned=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_func_GetSystemInfo=no ac_cv_func_MakeDataExecutable=no ac_cv_func_SetErrorMode=no ac_cv_func_SetFilePointerEx=no ac_cv_func___priocntl=no ac_cv_func__alldiv=no ac_cv_func__aullshr=no ac_cv_func__crypt=no ac_cv_func__get_daylight=no ac_cv_func__get_timezone=no ac_cv_func__longjmp=yes ac_cv_func__setjmp=yes ac_cv_func__snprintf=no ac_cv_func_alarm=yes ac_cv_func_alloca_works=yes ac_cv_func_backtrace=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_clock=yes ac_cv_func_clock_getcpuclockid=no ac_cv_func_closefrom=no ac_cv_func_crypt=yes ac_cv_func_dld_get_func=no ac_cv_func_dld_link=no ac_cv_func_fchmod=yes ac_cv_func_fdwalk=no ac_cv_func_finite=yes ac_cv_func_flock=yes ac_cv_func_fork1=no ac_cv_func_fp_class_d=no ac_cv_func_fpclass=no ac_cv_func_getegid=yes ac_cv_func_getenv=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_getgrent=yes ac_cv_func_getgrnam=yes ac_cv_func_gethrtime=no ac_cv_func_gethrvtime=no ac_cv_func_getpagesize=yes ac_cv_func_getpgid=yes ac_cv_func_getpgrp=yes ac_cv_func_getpwent=yes ac_cv_func_getpwnam=yes ac_cv_func_getpwuid=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_gettimeofday=yes ac_cv_func_getuid=yes ac_cv_func_gmtime=yes ac_cv_func_gmtime_r=yes ac_cv_func_gmtime_s=no ac_cv_func_host_get_clock_service=yes ac_cv_func_index=yes ac_cv_func_inet_ntop=yes ac_cv_func_initgroups=yes ac_cv_func_isinf=yes ac_cv_func_isnan=yes ac_cv_func_iszero=no ac_cv_func_kill=yes ac_cv_func_kqueue=yes ac_cv_func_localtime=yes ac_cv_func_localtime_s=no ac_cv_func_lockf=yes ac_cv_func_longjmp=yes ac_cv_func_mallinfo=no ac_cv_func_mallopt=no ac_cv_func_memchr=yes ac_cv_func_memcmp_working=yes ac_cv_func_mktime=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_nan=yes ac_cv_func_nanosleep=yes ac_cv_func_nice=yes ac_cv_func_perror=yes ac_cv_func_pipe=yes ac_cv_func_poll=yes ac_cv_func_prctl=no ac_cv_func_pthread_cond_reltimedwait_np=no ac_cv_func_pthread_init=no ac_cv_func_pthread_kill=yes ac_cv_func_pthread_mach_thread_np=yes ac_cv_func_pthread_mutexattr_init=yes ac_cv_func_ptrace=yes ac_cv_func_recvmsg=yes ac_cv_func_rindex=yes ac_cv_func_sched_setscheduler=no ac_cv_func_sched_yield=yes ac_cv_func_sendmsg=yes ac_cv_func_setbuf=yes ac_cv_func_setegid=yes ac_cv_func_setenv=yes ac_cv_func_seteuid=yes ac_cv_func_setgid=yes ac_cv_func_setgroups=yes ac_cv_func_setitimer=yes ac_cv_func_setjmp=yes ac_cv_func_setlocale=yes ac_cv_func_setpgid=yes ac_cv_func_setpgrp=yes ac_cv_func_setpriority=yes ac_cv_func_setresuid=no ac_cv_func_setrlimit=yes ac_cv_func_setsid=yes ac_cv_func_setuid=yes ac_cv_func_setvbuf=yes ac_cv_func_shl_load=no ac_cv_func_sigaction=yes ac_cv_func_sigblock=yes ac_cv_func_siglongjmp=yes ac_cv_func_signal=yes ac_cv_func_signbit=no ac_cv_func_sigprocmask=yes ac_cv_func_sigsetjmp=yes ac_cv_func_sigvec=yes ac_cv_func_snprintf=yes ac_cv_func_socketpair=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strcspn=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strncmp=yes ac_cv_func_strnlen=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_sync_instruction_memory=no ac_cv_func_sysconf=yes ac_cv_func_thr_yield=no ac_cv_func_thread_info=yes ac_cv_func_time=yes ac_cv_func_times=yes ac_cv_func_tzset=yes ac_cv_func_ualarm=yes ac_cv_func_unsetenv=yes ac_cv_func_usleep=yes ac_cv_func_vfprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_vsprintf=yes ac_cv_func_wait3=yes ac_cv_func_wait4=yes ac_cv_func_waitpid=yes ac_cv_header_CoreServices_CoreServices_h=no ac_cv_header_asm_mmx_h=no ac_cv_header_crt_signal_h=no ac_cv_header_crypt_h=no ac_cv_header_devices_timer_h=no ac_cv_header_direct_h=no ac_cv_header_dl_h=no ac_cv_header_dld_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_execinfo_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_floatingpoint_h=no ac_cv_header_fnord_fnord_fnord_h=no ac_cv_header_fp_class_h=no ac_cv_header_gnu_stubs_h=no ac_cv_header_group_h=no ac_cv_header_grp_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_io_h=no ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_mach_clock_h=yes ac_cv_header_mach_mach_h=yes ac_cv_header_mach_mach_init_h=yes ac_cv_header_mach_o_dyld_h=yes ac_cv_header_mach_task_h=yes ac_cv_header_mach_task_info_h=yes ac_cv_header_mach_thread_act_h=yes ac_cv_header_malloc_h=no ac_cv_header_memcheck_h=no ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_mmx_h=no ac_cv_header_net_socket_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_passwd_h=no ac_cv_header_poll_h=yes ac_cv_header_pthread_h=yes ac_cv_header_pwd_h=yes ac_cv_header_sched_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_signal_h=yes ac_cv_header_socket_h=no ac_cv_header_stddef_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_devpoll_h=no ac_cv_header_sys_epoll_h=no ac_cv_header_sys_errno_h=yes ac_cv_header_sys_event_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_filio_h=yes ac_cv_header_sys_id_h=no ac_cv_header_sys_ioct_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_prctl_h=no ac_cv_header_sys_priocntl_h=no ac_cv_header_sys_procfs_h=no ac_cv_header_sys_ptrace_h=yes ac_cv_header_sys_rusage_h=no ac_cv_header_sys_sched_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_syscall_h=yes ac_cv_header_sys_termio_h=no ac_cv_header_sys_termios_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_times_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_user_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_syscall_h=no ac_cv_header_thread_h=no ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_valgrind_h=no ac_cv_header_valgrind_memcheck_h=no ac_cv_header_values_h=no ac_cv_header_wchar_h=yes ac_cv_header_winbase_h=no ac_cv_header_windows_h=no ac_cv_header_winsock2_h=no ac_cv_header_winsock_h=no ac_cv_header_ws2tcpip_h=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_dld_link=no ac_cv_lib_dld_shl_load=no ac_cv_lib_m_floor=yes ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_poll_poll=yes ac_cv_lib_rt_nanosleep=no ac_cv_lib_socket_socket=no ac_cv_lib_z_static_inflate=no ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_uname_prog=/usr/bin/uname ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_11=no ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_prog_make__Library_Developer_CommandLineTools_usr_bin_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_strerror='none required' ac_cv_should_define__xopen_source=no ac_cv_sizeof___int128=16 ac_cv_sizeof___int128_t=16 ac_cv_sizeof___int64=0 ac_cv_sizeof___uint128_t=16 ac_cv_sizeof_char_p=8 ac_cv_sizeof_double=8 ac_cv_sizeof_float=4 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_double=16 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_time_t=8 ac_cv_sizeof_unsigned___int128=16 ac_cv_sizeof_unsigned___int128_t=0 ac_cv_struct_tm=time.h ac_cv_type_gid_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_pri_t=no ac_cv_type_ptrdiff_t=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_time_t=yes ac_cv_type_uid_t=yes ac_cv_working_alloca_h=yes pike_cv_32bit_dirs=' /usr/local/lib' pike_cv_64bit_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_C_supports_large_auto=yes pike_cv_PIKE_MUTEX_ERRORCHECK_value=PTHREAD_MUTEX_ERRORCHECK pike_cv_PIKE_MUTEX_RECURSIVE_value=PTHREAD_MUTEX_RECURSIVE pike_cv___yy_memcpy_count_type=unknown pike_cv___yy_memcpy_from_const= pike_cv_abi=64 pike_cv_abi_suffixes='64 /64 /.' pike_cv_accept_size_t=socklen_t pike_cv_broken_f_setfd=yes pike_cv_c_really_const=no pike_cv_configure_test_port_c=yes pike_cv_configure_test_rusage_c=yes pike_cv_configure_test_threads_c=yes pike_cv_cpp_symbol_concat=ANSI pike_cv_decl_getenv=existent pike_cv_decl_gethostname=existent pike_cv_decl_getpeername=existent pike_cv_decl_malloc=existent pike_cv_decl_popen=existent pike_cv_decl_strchr=existent pike_cv_declare_environ=yes pike_cv_default_compiler_abi=64 pike_cv_double_type=not_ieee pike_cv_dynamic_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_filesystem_syncronization=working pike_cv_float_type=not_ieee pike_cv_func_GetSystemTimeAsFileTime=no pike_cv_func__isnan=no pike_cv_func_dlopen=no pike_cv_func_fork=no pike_cv_func_fpsetmask=no pike_cv_func_fpsetround=no pike_cv_func_frexp=no pike_cv_func_gethostname=no pike_cv_func_getrusage_full=yes pike_cv_func_gettimeofday_has_two_args=no pike_cv_func_infnan=no pike_cv_func_isgraph=yes pike_cv_func_isless=no pike_cv_func_isspace=no pike_cv_func_isunordered=no pike_cv_func_ldexp=no pike_cv_func_memcpy=no pike_cv_func_memmem=no pike_cv_func_memmove=no pike_cv_func_memset=yes pike_cv_func_rint=no pike_cv_func_strcoll=no pike_cv_func_strtol_works=yes pike_cv_function_cast=yes pike_cv_gcc_attributes=no pike_cv_hardware_alignment=8 pike_cv_hardware_byteorder=1234 pike_cv_hardware_stack_direction=up pike_cv_has_external_timezone=yes pike_cv_has_struct_sockaddr_in6=yes pike_cv_has_va_copy=yes pike_cv_have_union_init=yes pike_cv_have_working___FUNCTION__=no pike_cv_have_working___func__=no pike_cv_initial_stack_size=32768 pike_cv_keyword_restrict=yes pike_cv_lc___declspec=no pike_cv_lib_abi= pike_cv_libgcc_filename=no pike_cv_machine_code_arch=unknown pike_cv_make_supports_VPATH=yes pike_cv_make_supports_spaces_in_SHELL=yes pike_cv_max_open_fd=10240 pike_cv_method_extract_char=not_by_cast pike_cv_method_extract_uchar=not_by_cast pike_cv_mmap_PROT_EXEC=yes pike_cv_not_32bit_dirs=' /usr/X11/lib /usr/X11/lib /usr/X11R6/lib /usr/X11R6/lib /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_not_dynamic_dirs=' /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_option_O3=yes pike_cv_option_W=yes pike_cv_option_Wall=yes pike_cv_option_Wchar_subscripts=yes pike_cv_option_Wcomment=yes pike_cv_option_Wdeclaration_after_statement=yes pike_cv_option_Wformat=yes pike_cv_option_Wformat_security=yes pike_cv_option_Wimplicit_function_declaration=yes pike_cv_option_Wmultichar=yes pike_cv_option_Wno_long_long=yes pike_cv_option_Wno_unused=yes pike_cv_option_Wpointer_arith=yes pike_cv_option_Wswitch=yes pike_cv_option_Wuninitialized=yes pike_cv_option_cpu750=no pike_cv_option_framework_CoreServices=yes pike_cv_option_framework_Foundation=yes pike_cv_option_framework_System=yes pike_cv_option_ggdb3=yes pike_cv_option_m64=yes pike_cv_option_mieee=no pike_cv_option_pipe=yes pike_cv_option_plus_O3=no pike_cv_option_ro_relocs_warn=yes pike_cv_option_static_libgcc=no pike_cv_option_tune750=no pike_cv_osx_threads_dislike_mach=yes pike_cv_osx_twolevel_namespace=yes pike_cv_poll_device=no pike_cv_posix_threads=no pike_cv_printf_INT64=l pike_cv_printf_off_t=t pike_cv_printf_ptrdiff_t=t pike_cv_printf_size_t=z pike_cv_prog_CC='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' pike_cv_prog_CC_save= pike_cv_prog_CXX='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink g++' pike_cv_prog_icc=no pike_cv_prog_tcc=no pike_cv_prog_working_yacc=None pike_cv_ptrace_addr_type=pointer pike_cv_ptrace_takes_four_args=yes pike_cv_realloc_null_works=yes pike_cv_run_path_method=ld_library_path pike_cv_short_use=unknown pike_cv_struct_iovec=yes pike_cv_struct_msghdr=yes pike_cv_struct_msghdr_msg_accrights=no pike_cv_struct_msghdr_msg_control=yes pike_cv_struct_tm_has___tm_gmtoff=no pike_cv_struct_tm_has_gmtoff=yes pike_cv_sys_ansi_prototypes=yes pike_cv_sys_bad_signal_handling= pike_cv_sys_ccshared= pike_cv_sys_dynamic_loading=no pike_cv_sys_idiot_sigfpe=yes pike_cv_sys_ignore_sigfpe=no pike_cv_sys_linkforshared= pike_cv_sys_nonblock=UNKNOWN pike_cv_sys_os=Darwin pike_cv_sys_resource_h=yes pike_cv_sys_signal_oneshot=yes pike_cv_system_oob_working=UNKNOWN pike_cv_thread_local_cpu_time=no pike_cv_thread_t_type=integer pike_cv_ualarm_takes_two_args=yes pike_cv_union_wait=no pike_cv_unix_threads=no pike_cv_ushrt_max_is_defined=yes pike_cv_va_list_is_state_ptr=yes pike_cv_volatile=yes pike_cv_wanted_abi=64 ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' CFLAGS=' -g -ggdb3 -m64' CONFIG_HEADERS='clf_machine.h' CPP='gcc -E' CPPFLAGS=' -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include' CROSS='no' DEFS='-DHAVE_CONFIG_H' ECHO_C='\c' ECHO_N='' ECHO_T='' EXEEXT='' LDFLAGS=' -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll ' LIBGCC='' LIBOBJS='' LIBS='' LTLIBOBJS='' MODULE_DIR='' MODULE_NAME='CommonLog' MODULE_PATH='' MODULE_PMOD_IN='' MODULE_WRAPPER_PREFIX='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG_PATH='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11R6/lib/pkgconfig' PMOD_TARGETS='' RUNPIKE='DEFAULT_RUNPIKE' SET_MAKE='' SHELL='/bin/sh' ac_ct_CC='' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' make_variables_in='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/make_variables.in' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ------------------- ## ## File substitutions. ## ## ------------------- ## dependencies='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/CommonLog/dependencies' dynamic_module_makefile='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/dynamic_module_makefile' make_variables='make_variables' propagated_variables='propagated_variables' static_module_makefile='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/static_module_makefile' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" configure: exit 0 ################################################### ## ./modules/DVB This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.71. Invocation command line was $ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/DVB/configure --disable-option-checking --prefix=/usr/local --cache-file=../.././config.cache --srcdir=/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/DVB ## --------- ## ## Platform. ## ## --------- ## hostname = Host-004.lan uname -m = x86_64 uname -r = 24.0.0 uname -s = Darwin uname -v = Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 Kernel configured for up to 8 processors. 4 processors are physically available. 8 processors are logically available. Processor type: x86_64h (Intel x86-64h Haswell) Processors active: 0 1 2 3 4 5 6 7 Primary memory available: 8.00 gigabytes Default processor set: 1067 tasks, 3908 threads, 8 processors Load average: 6.53, Mach factor: 1.83 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin/ PATH: /usr/bin/ PATH: /usr/local/bin/ PATH: /usr/local/bin/ PATH: /sw/local/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:1831: loading cache ../.././config.cache configure:2761: checking for C compiler version configure:2770: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc --version >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:2781: $? = 0 configure:2770: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -v >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:2781: $? = 0 configure:2770: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:2781: $? = 1 configure:2770: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:2781: $? = 1 configure:2770: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -version >&5 clang: error: unknown argument '-version'; did you mean '--version'? clang: error: no input files configure:2781: $? = 1 configure:2801: checking whether the C compiler works configure:2823: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:2827: $? = 0 configure:2877: result: yes configure:2880: checking for C compiler default output file name configure:2882: result: a.out configure:2888: checking for suffix of executables configure:2895: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:2899: $? = 0 configure:2922: result: configure:2944: checking whether we are cross compiling configure:2952: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:2956: $? = 0 configure:2963: ./conftest configure:2967: $? = 0 configure:2982: result: no configure:2987: checking for suffix of object files configure:3036: result: o configure:3040: checking whether the compiler supports GNU C configure:3070: result: yes configure:3081: checking whether /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc accepts -g configure:3146: result: yes configure:3166: checking for /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc option to enable C11 features configure:3199: result: none needed configure:3352: checking if we are using TCC (TenDRA C Compiler) configure:3376: result: no configure:3381: checking if we are using ICC (Intel C Compiler) configure:3424: result: no configure:3435: checking how to run the C preprocessor configure:3503: result: gcc -E configure:3517: gcc -E -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c configure:3517: $? = 0 configure:3532: gcc -E -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found 9 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:3532: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:3632: checking for libgcc file name configure:3660: result: no configure:3705: checking for DVB include files location configure:3711: result: include dir wasn't specified. configure:3733: checking for stdio.h configure:3733: result: yes configure:3733: checking for stdlib.h configure:3733: result: yes configure:3733: checking for string.h configure:3733: result: yes configure:3733: checking for inttypes.h configure:3733: result: yes configure:3733: checking for stdint.h configure:3733: result: yes configure:3733: checking for strings.h configure:3733: result: yes configure:3733: checking for sys/stat.h configure:3733: result: yes configure:3733: checking for sys/types.h configure:3733: result: yes configure:3733: checking for unistd.h configure:3733: result: yes configure:3762: checking for linux/dvb/version.h configure:3762: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c >&5 conftest.c:47:10: fatal error: 'linux/dvb/version.h' file not found 47 | #include | ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:3762: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include | #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:3762: result: no configure:3843: checking for ost/frontend.h configure:3843: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c >&5 conftest.c:47:10: fatal error: 'ost/frontend.h' file not found 47 | #include | ^~~~~~~~~~~~~~~~ 1 error generated. configure:3843: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include | #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:3843: result: no configure:3880: checking whether /Library/Developer/CommandLineTools/usr/bin/make sets $(MAKE) configure:3903: result: yes configure:3917: checking for the Pike base directory configure:3922: result: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src configure:4092: updating cache ../.././config.cache configure:4141: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Host-004.lan config.status:843: creating make_variables config.status:843: creating Makefile config.status:843: creating config.h config.status:1017: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_char_unsigned=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_func_GetSystemInfo=no ac_cv_func_MakeDataExecutable=no ac_cv_func_SetErrorMode=no ac_cv_func_SetFilePointerEx=no ac_cv_func___priocntl=no ac_cv_func__alldiv=no ac_cv_func__aullshr=no ac_cv_func__crypt=no ac_cv_func__get_daylight=no ac_cv_func__get_timezone=no ac_cv_func__longjmp=yes ac_cv_func__setjmp=yes ac_cv_func__snprintf=no ac_cv_func_alarm=yes ac_cv_func_alloca_works=yes ac_cv_func_backtrace=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_clock=yes ac_cv_func_clock_getcpuclockid=no ac_cv_func_closefrom=no ac_cv_func_crypt=yes ac_cv_func_dld_get_func=no ac_cv_func_dld_link=no ac_cv_func_fchmod=yes ac_cv_func_fdwalk=no ac_cv_func_finite=yes ac_cv_func_flock=yes ac_cv_func_fork1=no ac_cv_func_fp_class_d=no ac_cv_func_fpclass=no ac_cv_func_getegid=yes ac_cv_func_getenv=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_getgrent=yes ac_cv_func_getgrnam=yes ac_cv_func_gethrtime=no ac_cv_func_gethrvtime=no ac_cv_func_getpagesize=yes ac_cv_func_getpgid=yes ac_cv_func_getpgrp=yes ac_cv_func_getpwent=yes ac_cv_func_getpwnam=yes ac_cv_func_getpwuid=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_gettimeofday=yes ac_cv_func_getuid=yes ac_cv_func_gmtime=yes ac_cv_func_gmtime_r=yes ac_cv_func_gmtime_s=no ac_cv_func_host_get_clock_service=yes ac_cv_func_index=yes ac_cv_func_inet_ntop=yes ac_cv_func_initgroups=yes ac_cv_func_isinf=yes ac_cv_func_isnan=yes ac_cv_func_iszero=no ac_cv_func_kill=yes ac_cv_func_kqueue=yes ac_cv_func_localtime=yes ac_cv_func_localtime_s=no ac_cv_func_lockf=yes ac_cv_func_longjmp=yes ac_cv_func_mallinfo=no ac_cv_func_mallopt=no ac_cv_func_memchr=yes ac_cv_func_memcmp_working=yes ac_cv_func_mktime=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_nan=yes ac_cv_func_nanosleep=yes ac_cv_func_nice=yes ac_cv_func_perror=yes ac_cv_func_pipe=yes ac_cv_func_poll=yes ac_cv_func_prctl=no ac_cv_func_pthread_cond_reltimedwait_np=no ac_cv_func_pthread_init=no ac_cv_func_pthread_kill=yes ac_cv_func_pthread_mach_thread_np=yes ac_cv_func_pthread_mutexattr_init=yes ac_cv_func_ptrace=yes ac_cv_func_recvmsg=yes ac_cv_func_rindex=yes ac_cv_func_sched_setscheduler=no ac_cv_func_sched_yield=yes ac_cv_func_sendmsg=yes ac_cv_func_setbuf=yes ac_cv_func_setegid=yes ac_cv_func_setenv=yes ac_cv_func_seteuid=yes ac_cv_func_setgid=yes ac_cv_func_setgroups=yes ac_cv_func_setitimer=yes ac_cv_func_setjmp=yes ac_cv_func_setlocale=yes ac_cv_func_setpgid=yes ac_cv_func_setpgrp=yes ac_cv_func_setpriority=yes ac_cv_func_setresuid=no ac_cv_func_setrlimit=yes ac_cv_func_setsid=yes ac_cv_func_setuid=yes ac_cv_func_setvbuf=yes ac_cv_func_shl_load=no ac_cv_func_sigaction=yes ac_cv_func_sigblock=yes ac_cv_func_siglongjmp=yes ac_cv_func_signal=yes ac_cv_func_signbit=no ac_cv_func_sigprocmask=yes ac_cv_func_sigsetjmp=yes ac_cv_func_sigvec=yes ac_cv_func_snprintf=yes ac_cv_func_socketpair=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strcspn=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strncmp=yes ac_cv_func_strnlen=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_sync_instruction_memory=no ac_cv_func_sysconf=yes ac_cv_func_thr_yield=no ac_cv_func_thread_info=yes ac_cv_func_time=yes ac_cv_func_times=yes ac_cv_func_tzset=yes ac_cv_func_ualarm=yes ac_cv_func_unsetenv=yes ac_cv_func_usleep=yes ac_cv_func_vfprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_vsprintf=yes ac_cv_func_wait3=yes ac_cv_func_wait4=yes ac_cv_func_waitpid=yes ac_cv_header_CoreServices_CoreServices_h=no ac_cv_header_asm_mmx_h=no ac_cv_header_crt_signal_h=no ac_cv_header_crypt_h=no ac_cv_header_devices_timer_h=no ac_cv_header_direct_h=no ac_cv_header_dl_h=no ac_cv_header_dld_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_execinfo_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_floatingpoint_h=no ac_cv_header_fnord_fnord_fnord_h=no ac_cv_header_fp_class_h=no ac_cv_header_gnu_stubs_h=no ac_cv_header_group_h=no ac_cv_header_grp_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_io_h=no ac_cv_header_limits_h=yes ac_cv_header_linux_dvb_version_h=no ac_cv_header_locale_h=yes ac_cv_header_mach_clock_h=yes ac_cv_header_mach_mach_h=yes ac_cv_header_mach_mach_init_h=yes ac_cv_header_mach_o_dyld_h=yes ac_cv_header_mach_task_h=yes ac_cv_header_mach_task_info_h=yes ac_cv_header_mach_thread_act_h=yes ac_cv_header_malloc_h=no ac_cv_header_memcheck_h=no ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_mmx_h=no ac_cv_header_net_socket_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_ost_frontend_h=no ac_cv_header_passwd_h=no ac_cv_header_poll_h=yes ac_cv_header_pthread_h=yes ac_cv_header_pwd_h=yes ac_cv_header_sched_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_signal_h=yes ac_cv_header_socket_h=no ac_cv_header_stddef_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_devpoll_h=no ac_cv_header_sys_epoll_h=no ac_cv_header_sys_errno_h=yes ac_cv_header_sys_event_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_filio_h=yes ac_cv_header_sys_id_h=no ac_cv_header_sys_ioct_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_prctl_h=no ac_cv_header_sys_priocntl_h=no ac_cv_header_sys_procfs_h=no ac_cv_header_sys_ptrace_h=yes ac_cv_header_sys_rusage_h=no ac_cv_header_sys_sched_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_syscall_h=yes ac_cv_header_sys_termio_h=no ac_cv_header_sys_termios_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_times_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_user_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_syscall_h=no ac_cv_header_thread_h=no ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_valgrind_h=no ac_cv_header_valgrind_memcheck_h=no ac_cv_header_values_h=no ac_cv_header_wchar_h=yes ac_cv_header_winbase_h=no ac_cv_header_windows_h=no ac_cv_header_winsock2_h=no ac_cv_header_winsock_h=no ac_cv_header_ws2tcpip_h=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_dld_link=no ac_cv_lib_dld_shl_load=no ac_cv_lib_m_floor=yes ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_poll_poll=yes ac_cv_lib_rt_nanosleep=no ac_cv_lib_socket_socket=no ac_cv_lib_z_static_inflate=no ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_uname_prog=/usr/bin/uname ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_11=no ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_prog_make__Library_Developer_CommandLineTools_usr_bin_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_strerror='none required' ac_cv_should_define__xopen_source=no ac_cv_sizeof___int128=16 ac_cv_sizeof___int128_t=16 ac_cv_sizeof___int64=0 ac_cv_sizeof___uint128_t=16 ac_cv_sizeof_char_p=8 ac_cv_sizeof_double=8 ac_cv_sizeof_float=4 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_double=16 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_time_t=8 ac_cv_sizeof_unsigned___int128=16 ac_cv_sizeof_unsigned___int128_t=0 ac_cv_struct_tm=time.h ac_cv_type_gid_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_pri_t=no ac_cv_type_ptrdiff_t=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_time_t=yes ac_cv_type_uid_t=yes ac_cv_working_alloca_h=yes pike_cv_32bit_dirs=' /usr/local/lib' pike_cv_64bit_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_C_supports_large_auto=yes pike_cv_PIKE_MUTEX_ERRORCHECK_value=PTHREAD_MUTEX_ERRORCHECK pike_cv_PIKE_MUTEX_RECURSIVE_value=PTHREAD_MUTEX_RECURSIVE pike_cv___yy_memcpy_count_type=unknown pike_cv___yy_memcpy_from_const= pike_cv_abi=64 pike_cv_abi_suffixes='64 /64 /.' pike_cv_accept_size_t=socklen_t pike_cv_broken_f_setfd=yes pike_cv_c_really_const=no pike_cv_configure_test_port_c=yes pike_cv_configure_test_rusage_c=yes pike_cv_configure_test_threads_c=yes pike_cv_cpp_symbol_concat=ANSI pike_cv_decl_getenv=existent pike_cv_decl_gethostname=existent pike_cv_decl_getpeername=existent pike_cv_decl_malloc=existent pike_cv_decl_popen=existent pike_cv_decl_strchr=existent pike_cv_declare_environ=yes pike_cv_default_compiler_abi=64 pike_cv_double_type=not_ieee pike_cv_dynamic_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_filesystem_syncronization=working pike_cv_float_type=not_ieee pike_cv_func_GetSystemTimeAsFileTime=no pike_cv_func__isnan=no pike_cv_func_dlopen=no pike_cv_func_fork=no pike_cv_func_fpsetmask=no pike_cv_func_fpsetround=no pike_cv_func_frexp=no pike_cv_func_gethostname=no pike_cv_func_getrusage_full=yes pike_cv_func_gettimeofday_has_two_args=no pike_cv_func_infnan=no pike_cv_func_isgraph=yes pike_cv_func_isless=no pike_cv_func_isspace=no pike_cv_func_isunordered=no pike_cv_func_ldexp=no pike_cv_func_memcpy=no pike_cv_func_memmem=no pike_cv_func_memmove=no pike_cv_func_memset=yes pike_cv_func_rint=no pike_cv_func_strcoll=no pike_cv_func_strtol_works=yes pike_cv_function_cast=yes pike_cv_gcc_attributes=no pike_cv_hardware_alignment=8 pike_cv_hardware_byteorder=1234 pike_cv_hardware_stack_direction=up pike_cv_has_external_timezone=yes pike_cv_has_struct_sockaddr_in6=yes pike_cv_has_va_copy=yes pike_cv_have_union_init=yes pike_cv_have_working___FUNCTION__=no pike_cv_have_working___func__=no pike_cv_initial_stack_size=32768 pike_cv_keyword_restrict=yes pike_cv_lc___declspec=no pike_cv_lib_abi= pike_cv_libgcc_filename=no pike_cv_machine_code_arch=unknown pike_cv_make_supports_VPATH=yes pike_cv_make_supports_spaces_in_SHELL=yes pike_cv_max_open_fd=10240 pike_cv_method_extract_char=not_by_cast pike_cv_method_extract_uchar=not_by_cast pike_cv_mmap_PROT_EXEC=yes pike_cv_not_32bit_dirs=' /usr/X11/lib /usr/X11/lib /usr/X11R6/lib /usr/X11R6/lib /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_not_dynamic_dirs=' /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_option_O3=yes pike_cv_option_W=yes pike_cv_option_Wall=yes pike_cv_option_Wchar_subscripts=yes pike_cv_option_Wcomment=yes pike_cv_option_Wdeclaration_after_statement=yes pike_cv_option_Wformat=yes pike_cv_option_Wformat_security=yes pike_cv_option_Wimplicit_function_declaration=yes pike_cv_option_Wmultichar=yes pike_cv_option_Wno_long_long=yes pike_cv_option_Wno_unused=yes pike_cv_option_Wpointer_arith=yes pike_cv_option_Wswitch=yes pike_cv_option_Wuninitialized=yes pike_cv_option_cpu750=no pike_cv_option_framework_CoreServices=yes pike_cv_option_framework_Foundation=yes pike_cv_option_framework_System=yes pike_cv_option_ggdb3=yes pike_cv_option_m64=yes pike_cv_option_mieee=no pike_cv_option_pipe=yes pike_cv_option_plus_O3=no pike_cv_option_ro_relocs_warn=yes pike_cv_option_static_libgcc=no pike_cv_option_tune750=no pike_cv_osx_threads_dislike_mach=yes pike_cv_osx_twolevel_namespace=yes pike_cv_poll_device=no pike_cv_posix_threads=no pike_cv_printf_INT64=l pike_cv_printf_off_t=t pike_cv_printf_ptrdiff_t=t pike_cv_printf_size_t=z pike_cv_prog_CC='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' pike_cv_prog_CC_save= pike_cv_prog_CXX='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink g++' pike_cv_prog_icc=no pike_cv_prog_tcc=no pike_cv_prog_working_yacc=None pike_cv_ptrace_addr_type=pointer pike_cv_ptrace_takes_four_args=yes pike_cv_realloc_null_works=yes pike_cv_run_path_method=ld_library_path pike_cv_short_use=unknown pike_cv_struct_iovec=yes pike_cv_struct_msghdr=yes pike_cv_struct_msghdr_msg_accrights=no pike_cv_struct_msghdr_msg_control=yes pike_cv_struct_tm_has___tm_gmtoff=no pike_cv_struct_tm_has_gmtoff=yes pike_cv_sys_ansi_prototypes=yes pike_cv_sys_bad_signal_handling= pike_cv_sys_ccshared= pike_cv_sys_dynamic_loading=no pike_cv_sys_idiot_sigfpe=yes pike_cv_sys_ignore_sigfpe=no pike_cv_sys_linkforshared= pike_cv_sys_nonblock=UNKNOWN pike_cv_sys_os=Darwin pike_cv_sys_resource_h=yes pike_cv_sys_signal_oneshot=yes pike_cv_system_oob_working=UNKNOWN pike_cv_thread_local_cpu_time=no pike_cv_thread_t_type=integer pike_cv_ualarm_takes_two_args=yes pike_cv_union_wait=no pike_cv_unix_threads=no pike_cv_ushrt_max_is_defined=yes pike_cv_va_list_is_state_ptr=yes pike_cv_volatile=yes pike_cv_wanted_abi=64 ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' CFLAGS=' -g -ggdb3 -m64' CONFIG_HEADERS='config.h' CPP='gcc -E' CPPFLAGS=' -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include' CROSS='no' DEFS='-DHAVE_CONFIG_H' ECHO_C='\c' ECHO_N='' ECHO_T='' EXEEXT='' LDFLAGS=' -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll ' LIBGCC='' LIBOBJS='' LIBS='' LTLIBOBJS='' MODULE_DIR='' MODULE_NAME='DVB' MODULE_PATH='' MODULE_PMOD_IN='' MODULE_WRAPPER_PREFIX='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG_PATH='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11R6/lib/pkgconfig' PMOD_TARGETS='' RUNPIKE='DEFAULT_RUNPIKE' SET_MAKE='' SHELL='/bin/sh' ac_ct_CC='' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' make_variables_in='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/make_variables.in' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ------------------- ## ## File substitutions. ## ## ------------------- ## dependencies='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/DVB/dependencies' dynamic_module_makefile='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/dynamic_module_makefile' make_variables='make_variables' propagated_variables='propagated_variables' static_module_makefile='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/static_module_makefile' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define STDC_HEADERS 1 configure: exit 0 ################################################### ## ./modules/Fuse This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.71. Invocation command line was $ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Fuse/configure --disable-option-checking --prefix=/usr/local --cache-file=../.././config.cache --srcdir=/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Fuse ## --------- ## ## Platform. ## ## --------- ## hostname = Host-004.lan uname -m = x86_64 uname -r = 24.0.0 uname -s = Darwin uname -v = Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 Kernel configured for up to 8 processors. 4 processors are physically available. 8 processors are logically available. Processor type: x86_64h (Intel x86-64h Haswell) Processors active: 0 1 2 3 4 5 6 7 Primary memory available: 8.00 gigabytes Default processor set: 1064 tasks, 3951 threads, 8 processors Load average: 6.69, Mach factor: 2.31 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin/ PATH: /usr/bin/ PATH: /usr/local/bin/ PATH: /usr/local/bin/ PATH: /sw/local/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:1876: loading cache ../.././config.cache configure:2773: checking for C compiler version configure:2782: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc --version >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:2793: $? = 0 configure:2782: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -v >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:2793: $? = 0 configure:2782: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:2793: $? = 1 configure:2782: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:2793: $? = 1 configure:2782: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -version >&5 clang: error: unknown argument '-version'; did you mean '--version'? clang: error: no input files configure:2793: $? = 1 configure:2813: checking whether the C compiler works configure:2835: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:2839: $? = 0 configure:2889: result: yes configure:2892: checking for C compiler default output file name configure:2894: result: a.out configure:2900: checking for suffix of executables configure:2907: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:2911: $? = 0 configure:2934: result: configure:2956: checking whether we are cross compiling configure:2964: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:2968: $? = 0 configure:2975: ./conftest configure:2979: $? = 0 configure:2994: result: no configure:2999: checking for suffix of object files configure:3048: result: o configure:3052: checking whether the compiler supports GNU C configure:3082: result: yes configure:3093: checking whether /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc accepts -g configure:3158: result: yes configure:3178: checking for /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc option to enable C11 features configure:3211: result: none needed configure:3364: checking if we are using TCC (TenDRA C Compiler) configure:3388: result: no configure:3393: checking if we are using ICC (Intel C Compiler) configure:3436: result: no configure:3447: checking how to run the C preprocessor configure:3515: result: gcc -E configure:3529: gcc -E -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c configure:3529: $? = 0 configure:3544: gcc -E -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found 9 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:3544: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:3644: checking for libgcc file name configure:3672: result: no configure:3759: checking for stdio.h configure:3759: result: yes configure:3759: checking for stdlib.h configure:3759: result: yes configure:3759: checking for string.h configure:3759: result: yes configure:3759: checking for inttypes.h configure:3759: result: yes configure:3759: checking for stdint.h configure:3759: result: yes configure:3759: checking for strings.h configure:3759: result: yes configure:3759: checking for sys/stat.h configure:3759: result: yes configure:3759: checking for sys/types.h configure:3759: result: yes configure:3759: checking for unistd.h configure:3759: result: yes configure:3786: checking for fuse.h configure:3786: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c >&5 conftest.c:48:10: fatal error: 'fuse.h' file not found 48 | #include | ^~~~~~~~ 1 error generated. configure:3786: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include | #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:3786: result: no configure:3922: checking whether /Library/Developer/CommandLineTools/usr/bin/make sets $(MAKE) configure:3945: result: yes configure:3959: checking for the Pike base directory configure:3964: result: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src configure:4134: updating cache ../.././config.cache configure:4183: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Host-004.lan config.status:844: creating make_variables config.status:844: creating Makefile config.status:844: creating config.h config.status:1018: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_char_unsigned=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_func_GetSystemInfo=no ac_cv_func_MakeDataExecutable=no ac_cv_func_SetErrorMode=no ac_cv_func_SetFilePointerEx=no ac_cv_func___priocntl=no ac_cv_func__alldiv=no ac_cv_func__aullshr=no ac_cv_func__crypt=no ac_cv_func__get_daylight=no ac_cv_func__get_timezone=no ac_cv_func__longjmp=yes ac_cv_func__setjmp=yes ac_cv_func__snprintf=no ac_cv_func_alarm=yes ac_cv_func_alloca_works=yes ac_cv_func_backtrace=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_clock=yes ac_cv_func_clock_getcpuclockid=no ac_cv_func_closefrom=no ac_cv_func_crypt=yes ac_cv_func_dld_get_func=no ac_cv_func_dld_link=no ac_cv_func_fchmod=yes ac_cv_func_fdwalk=no ac_cv_func_finite=yes ac_cv_func_flock=yes ac_cv_func_fork1=no ac_cv_func_fp_class_d=no ac_cv_func_fpclass=no ac_cv_func_getegid=yes ac_cv_func_getenv=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_getgrent=yes ac_cv_func_getgrnam=yes ac_cv_func_gethrtime=no ac_cv_func_gethrvtime=no ac_cv_func_getpagesize=yes ac_cv_func_getpgid=yes ac_cv_func_getpgrp=yes ac_cv_func_getpwent=yes ac_cv_func_getpwnam=yes ac_cv_func_getpwuid=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_gettimeofday=yes ac_cv_func_getuid=yes ac_cv_func_gmtime=yes ac_cv_func_gmtime_r=yes ac_cv_func_gmtime_s=no ac_cv_func_host_get_clock_service=yes ac_cv_func_index=yes ac_cv_func_inet_ntop=yes ac_cv_func_initgroups=yes ac_cv_func_isinf=yes ac_cv_func_isnan=yes ac_cv_func_iszero=no ac_cv_func_kill=yes ac_cv_func_kqueue=yes ac_cv_func_localtime=yes ac_cv_func_localtime_s=no ac_cv_func_lockf=yes ac_cv_func_longjmp=yes ac_cv_func_mallinfo=no ac_cv_func_mallopt=no ac_cv_func_memchr=yes ac_cv_func_memcmp_working=yes ac_cv_func_mktime=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_nan=yes ac_cv_func_nanosleep=yes ac_cv_func_nice=yes ac_cv_func_perror=yes ac_cv_func_pipe=yes ac_cv_func_poll=yes ac_cv_func_prctl=no ac_cv_func_pthread_cond_reltimedwait_np=no ac_cv_func_pthread_init=no ac_cv_func_pthread_kill=yes ac_cv_func_pthread_mach_thread_np=yes ac_cv_func_pthread_mutexattr_init=yes ac_cv_func_ptrace=yes ac_cv_func_recvmsg=yes ac_cv_func_rindex=yes ac_cv_func_sched_setscheduler=no ac_cv_func_sched_yield=yes ac_cv_func_sendmsg=yes ac_cv_func_setbuf=yes ac_cv_func_setegid=yes ac_cv_func_setenv=yes ac_cv_func_seteuid=yes ac_cv_func_setgid=yes ac_cv_func_setgroups=yes ac_cv_func_setitimer=yes ac_cv_func_setjmp=yes ac_cv_func_setlocale=yes ac_cv_func_setpgid=yes ac_cv_func_setpgrp=yes ac_cv_func_setpriority=yes ac_cv_func_setresuid=no ac_cv_func_setrlimit=yes ac_cv_func_setsid=yes ac_cv_func_setuid=yes ac_cv_func_setvbuf=yes ac_cv_func_shl_load=no ac_cv_func_sigaction=yes ac_cv_func_sigblock=yes ac_cv_func_siglongjmp=yes ac_cv_func_signal=yes ac_cv_func_signbit=no ac_cv_func_sigprocmask=yes ac_cv_func_sigsetjmp=yes ac_cv_func_sigvec=yes ac_cv_func_snprintf=yes ac_cv_func_socketpair=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strcspn=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strncmp=yes ac_cv_func_strnlen=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_sync_instruction_memory=no ac_cv_func_sysconf=yes ac_cv_func_thr_yield=no ac_cv_func_thread_info=yes ac_cv_func_time=yes ac_cv_func_times=yes ac_cv_func_tzset=yes ac_cv_func_ualarm=yes ac_cv_func_unsetenv=yes ac_cv_func_usleep=yes ac_cv_func_vfprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_vsprintf=yes ac_cv_func_wait3=yes ac_cv_func_wait4=yes ac_cv_func_waitpid=yes ac_cv_header_CoreServices_CoreServices_h=no ac_cv_header_asm_mmx_h=no ac_cv_header_crt_signal_h=no ac_cv_header_crypt_h=no ac_cv_header_devices_timer_h=no ac_cv_header_direct_h=no ac_cv_header_dl_h=no ac_cv_header_dld_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_execinfo_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_floatingpoint_h=no ac_cv_header_fnord_fnord_fnord_h=no ac_cv_header_fp_class_h=no ac_cv_header_fuse_h=no ac_cv_header_gnu_stubs_h=no ac_cv_header_group_h=no ac_cv_header_grp_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_io_h=no ac_cv_header_limits_h=yes ac_cv_header_linux_dvb_version_h=no ac_cv_header_locale_h=yes ac_cv_header_mach_clock_h=yes ac_cv_header_mach_mach_h=yes ac_cv_header_mach_mach_init_h=yes ac_cv_header_mach_o_dyld_h=yes ac_cv_header_mach_task_h=yes ac_cv_header_mach_task_info_h=yes ac_cv_header_mach_thread_act_h=yes ac_cv_header_malloc_h=no ac_cv_header_memcheck_h=no ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_mmx_h=no ac_cv_header_net_socket_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_ost_frontend_h=no ac_cv_header_passwd_h=no ac_cv_header_poll_h=yes ac_cv_header_pthread_h=yes ac_cv_header_pwd_h=yes ac_cv_header_sched_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_signal_h=yes ac_cv_header_socket_h=no ac_cv_header_stddef_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_devpoll_h=no ac_cv_header_sys_epoll_h=no ac_cv_header_sys_errno_h=yes ac_cv_header_sys_event_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_filio_h=yes ac_cv_header_sys_id_h=no ac_cv_header_sys_ioct_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_prctl_h=no ac_cv_header_sys_priocntl_h=no ac_cv_header_sys_procfs_h=no ac_cv_header_sys_ptrace_h=yes ac_cv_header_sys_rusage_h=no ac_cv_header_sys_sched_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_syscall_h=yes ac_cv_header_sys_termio_h=no ac_cv_header_sys_termios_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_times_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_user_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_syscall_h=no ac_cv_header_thread_h=no ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_valgrind_h=no ac_cv_header_valgrind_memcheck_h=no ac_cv_header_values_h=no ac_cv_header_wchar_h=yes ac_cv_header_winbase_h=no ac_cv_header_windows_h=no ac_cv_header_winsock2_h=no ac_cv_header_winsock_h=no ac_cv_header_ws2tcpip_h=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_dld_link=no ac_cv_lib_dld_shl_load=no ac_cv_lib_m_floor=yes ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_poll_poll=yes ac_cv_lib_rt_nanosleep=no ac_cv_lib_socket_socket=no ac_cv_lib_z_static_inflate=no ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_uname_prog=/usr/bin/uname ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_11=no ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_prog_make__Library_Developer_CommandLineTools_usr_bin_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_strerror='none required' ac_cv_should_define__xopen_source=no ac_cv_sizeof___int128=16 ac_cv_sizeof___int128_t=16 ac_cv_sizeof___int64=0 ac_cv_sizeof___uint128_t=16 ac_cv_sizeof_char_p=8 ac_cv_sizeof_double=8 ac_cv_sizeof_float=4 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_double=16 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_time_t=8 ac_cv_sizeof_unsigned___int128=16 ac_cv_sizeof_unsigned___int128_t=0 ac_cv_struct_tm=time.h ac_cv_type_gid_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_pri_t=no ac_cv_type_ptrdiff_t=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_time_t=yes ac_cv_type_uid_t=yes ac_cv_working_alloca_h=yes pike_cv_32bit_dirs=' /usr/local/lib' pike_cv_64bit_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_C_supports_large_auto=yes pike_cv_PIKE_MUTEX_ERRORCHECK_value=PTHREAD_MUTEX_ERRORCHECK pike_cv_PIKE_MUTEX_RECURSIVE_value=PTHREAD_MUTEX_RECURSIVE pike_cv___yy_memcpy_count_type=unknown pike_cv___yy_memcpy_from_const= pike_cv_abi=64 pike_cv_abi_suffixes='64 /64 /.' pike_cv_accept_size_t=socklen_t pike_cv_broken_f_setfd=yes pike_cv_c_really_const=no pike_cv_configure_test_port_c=yes pike_cv_configure_test_rusage_c=yes pike_cv_configure_test_threads_c=yes pike_cv_cpp_symbol_concat=ANSI pike_cv_decl_getenv=existent pike_cv_decl_gethostname=existent pike_cv_decl_getpeername=existent pike_cv_decl_malloc=existent pike_cv_decl_popen=existent pike_cv_decl_strchr=existent pike_cv_declare_environ=yes pike_cv_default_compiler_abi=64 pike_cv_double_type=not_ieee pike_cv_dynamic_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_filesystem_syncronization=working pike_cv_float_type=not_ieee pike_cv_func_GetSystemTimeAsFileTime=no pike_cv_func__isnan=no pike_cv_func_dlopen=no pike_cv_func_fork=no pike_cv_func_fpsetmask=no pike_cv_func_fpsetround=no pike_cv_func_frexp=no pike_cv_func_gethostname=no pike_cv_func_getrusage_full=yes pike_cv_func_gettimeofday_has_two_args=no pike_cv_func_infnan=no pike_cv_func_isgraph=yes pike_cv_func_isless=no pike_cv_func_isspace=no pike_cv_func_isunordered=no pike_cv_func_ldexp=no pike_cv_func_memcpy=no pike_cv_func_memmem=no pike_cv_func_memmove=no pike_cv_func_memset=yes pike_cv_func_rint=no pike_cv_func_strcoll=no pike_cv_func_strtol_works=yes pike_cv_function_cast=yes pike_cv_gcc_attributes=no pike_cv_hardware_alignment=8 pike_cv_hardware_byteorder=1234 pike_cv_hardware_stack_direction=up pike_cv_has_external_timezone=yes pike_cv_has_struct_sockaddr_in6=yes pike_cv_has_va_copy=yes pike_cv_have_union_init=yes pike_cv_have_working___FUNCTION__=no pike_cv_have_working___func__=no pike_cv_initial_stack_size=32768 pike_cv_keyword_restrict=yes pike_cv_lc___declspec=no pike_cv_lib_abi= pike_cv_libgcc_filename=no pike_cv_machine_code_arch=unknown pike_cv_make_supports_VPATH=yes pike_cv_make_supports_spaces_in_SHELL=yes pike_cv_max_open_fd=10240 pike_cv_method_extract_char=not_by_cast pike_cv_method_extract_uchar=not_by_cast pike_cv_mmap_PROT_EXEC=yes pike_cv_not_32bit_dirs=' /usr/X11/lib /usr/X11/lib /usr/X11R6/lib /usr/X11R6/lib /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_not_dynamic_dirs=' /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_option_O3=yes pike_cv_option_W=yes pike_cv_option_Wall=yes pike_cv_option_Wchar_subscripts=yes pike_cv_option_Wcomment=yes pike_cv_option_Wdeclaration_after_statement=yes pike_cv_option_Wformat=yes pike_cv_option_Wformat_security=yes pike_cv_option_Wimplicit_function_declaration=yes pike_cv_option_Wmultichar=yes pike_cv_option_Wno_long_long=yes pike_cv_option_Wno_unused=yes pike_cv_option_Wpointer_arith=yes pike_cv_option_Wswitch=yes pike_cv_option_Wuninitialized=yes pike_cv_option_cpu750=no pike_cv_option_framework_CoreServices=yes pike_cv_option_framework_Foundation=yes pike_cv_option_framework_System=yes pike_cv_option_ggdb3=yes pike_cv_option_m64=yes pike_cv_option_mieee=no pike_cv_option_pipe=yes pike_cv_option_plus_O3=no pike_cv_option_ro_relocs_warn=yes pike_cv_option_static_libgcc=no pike_cv_option_tune750=no pike_cv_osx_threads_dislike_mach=yes pike_cv_osx_twolevel_namespace=yes pike_cv_poll_device=no pike_cv_posix_threads=no pike_cv_printf_INT64=l pike_cv_printf_off_t=t pike_cv_printf_ptrdiff_t=t pike_cv_printf_size_t=z pike_cv_prog_CC='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' pike_cv_prog_CC_save= pike_cv_prog_CXX='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink g++' pike_cv_prog_icc=no pike_cv_prog_tcc=no pike_cv_prog_working_yacc=None pike_cv_ptrace_addr_type=pointer pike_cv_ptrace_takes_four_args=yes pike_cv_realloc_null_works=yes pike_cv_run_path_method=ld_library_path pike_cv_short_use=unknown pike_cv_struct_iovec=yes pike_cv_struct_msghdr=yes pike_cv_struct_msghdr_msg_accrights=no pike_cv_struct_msghdr_msg_control=yes pike_cv_struct_tm_has___tm_gmtoff=no pike_cv_struct_tm_has_gmtoff=yes pike_cv_sys_ansi_prototypes=yes pike_cv_sys_bad_signal_handling= pike_cv_sys_ccshared= pike_cv_sys_dynamic_loading=no pike_cv_sys_idiot_sigfpe=yes pike_cv_sys_ignore_sigfpe=no pike_cv_sys_linkforshared= pike_cv_sys_nonblock=UNKNOWN pike_cv_sys_os=Darwin pike_cv_sys_resource_h=yes pike_cv_sys_signal_oneshot=yes pike_cv_system_oob_working=UNKNOWN pike_cv_thread_local_cpu_time=no pike_cv_thread_t_type=integer pike_cv_ualarm_takes_two_args=yes pike_cv_union_wait=no pike_cv_unix_threads=no pike_cv_ushrt_max_is_defined=yes pike_cv_va_list_is_state_ptr=yes pike_cv_volatile=yes pike_cv_wanted_abi=64 ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' CFLAGS=' -g -ggdb3 -m64' CONFIG_HEADERS='config.h' CPP='gcc -E' CPPFLAGS=' -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include' CROSS='no' DEFS='-DHAVE_CONFIG_H' ECHO_C='\c' ECHO_N='' ECHO_T='' EXEEXT='' LDFLAGS=' -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll ' LIBGCC='' LIBOBJS='' LIBS='' LTLIBOBJS='' MODULE_DIR='' MODULE_NAME='Fuse' MODULE_PATH='' MODULE_PMOD_IN='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Fuse/module.pmod.in' MODULE_WRAPPER_PREFIX='___' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG_PATH='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11R6/lib/pkgconfig' PMOD_TARGETS='' RUNPIKE='DEFAULT_RUNPIKE' SET_MAKE='' SHELL='/bin/sh' ac_ct_CC='' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' make_variables_in='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/make_variables.in' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ------------------- ## ## File substitutions. ## ## ------------------- ## dependencies='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Fuse/dependencies' dynamic_module_makefile='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/dynamic_module_makefile' make_variables='make_variables' propagated_variables='propagated_variables' static_module_makefile='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/static_module_makefile' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define _FILE_OFFSET_BITS 64 #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 configure: exit 0 ################################################### ## ./modules/Gdbm This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.71. Invocation command line was $ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gdbm/configure --disable-option-checking --prefix=/usr/local --cache-file=../.././config.cache --srcdir=/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gdbm ## --------- ## ## Platform. ## ## --------- ## hostname = Host-004.lan uname -m = x86_64 uname -r = 24.0.0 uname -s = Darwin uname -v = Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 Kernel configured for up to 8 processors. 4 processors are physically available. 8 processors are logically available. Processor type: x86_64h (Intel x86-64h Haswell) Processors active: 0 1 2 3 4 5 6 7 Primary memory available: 8.00 gigabytes Default processor set: 1063 tasks, 3886 threads, 8 processors Load average: 10.26, Mach factor: 0.53 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin/ PATH: /usr/bin/ PATH: /usr/local/bin/ PATH: /usr/local/bin/ PATH: /sw/local/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:1876: loading cache ../.././config.cache configure:2790: checking for C compiler version configure:2799: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc --version >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:2810: $? = 0 configure:2799: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -v >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:2810: $? = 0 configure:2799: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:2810: $? = 1 configure:2799: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:2810: $? = 1 configure:2799: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -version >&5 clang: error: unknown argument '-version'; did you mean '--version'? clang: error: no input files configure:2810: $? = 1 configure:2830: checking whether the C compiler works configure:2852: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:2856: $? = 0 configure:2906: result: yes configure:2909: checking for C compiler default output file name configure:2911: result: a.out configure:2917: checking for suffix of executables configure:2924: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:2928: $? = 0 configure:2951: result: configure:2973: checking whether we are cross compiling configure:2981: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:2985: $? = 0 configure:2992: ./conftest configure:2996: $? = 0 configure:3011: result: no configure:3016: checking for suffix of object files configure:3065: result: o configure:3069: checking whether the compiler supports GNU C configure:3099: result: yes configure:3110: checking whether /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc accepts -g configure:3175: result: yes configure:3195: checking for /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc option to enable C11 features configure:3228: result: none needed configure:3381: checking if we are using TCC (TenDRA C Compiler) configure:3405: result: no configure:3410: checking if we are using ICC (Intel C Compiler) configure:3453: result: no configure:3464: checking how to run the C preprocessor configure:3532: result: gcc -E configure:3546: gcc -E -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c configure:3546: $? = 0 configure:3561: gcc -E -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found 9 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:3561: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:3661: checking for libgcc file name configure:3689: result: no configure:3757: checking for stdio.h configure:3757: result: yes configure:3757: checking for stdlib.h configure:3757: result: yes configure:3757: checking for string.h configure:3757: result: yes configure:3757: checking for inttypes.h configure:3757: result: yes configure:3757: checking for stdint.h configure:3757: result: yes configure:3757: checking for strings.h configure:3757: result: yes configure:3757: checking for sys/stat.h configure:3757: result: yes configure:3757: checking for sys/types.h configure:3757: result: yes configure:3757: checking for unistd.h configure:3757: result: yes configure:3784: checking for gdbm.h configure:3784: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c >&5 configure:3784: $? = 0 configure:3784: result: yes configure:3810: checking for library containing gdbm_open configure:3840: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_gdbm_open", referenced from: _main in conftest-2cb71d.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:3840: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_GDBM_H 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 gdbm_open (); | int | main (void) | { | return gdbm_open (); | ; | return 0; | } configure:3840: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c -lgdbm >&5 ld: warning: -read_only_relocs is obsolete configure:3840: $? = 0 configure:3860: result: -lgdbm configure:3889: checking whether /Library/Developer/CommandLineTools/usr/bin/make sets $(MAKE) configure:3912: result: yes configure:3926: checking for the Pike base directory configure:3931: result: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src configure:4101: updating cache ../.././config.cache configure:4150: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Host-004.lan config.status:845: creating make_variables config.status:845: creating Makefile config.status:845: creating gdbm_machine.h config.status:1019: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_char_unsigned=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_func_GetSystemInfo=no ac_cv_func_MakeDataExecutable=no ac_cv_func_SetErrorMode=no ac_cv_func_SetFilePointerEx=no ac_cv_func___priocntl=no ac_cv_func__alldiv=no ac_cv_func__aullshr=no ac_cv_func__crypt=no ac_cv_func__get_daylight=no ac_cv_func__get_timezone=no ac_cv_func__longjmp=yes ac_cv_func__setjmp=yes ac_cv_func__snprintf=no ac_cv_func_alarm=yes ac_cv_func_alloca_works=yes ac_cv_func_backtrace=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_clock=yes ac_cv_func_clock_getcpuclockid=no ac_cv_func_closefrom=no ac_cv_func_crypt=yes ac_cv_func_dld_get_func=no ac_cv_func_dld_link=no ac_cv_func_fchmod=yes ac_cv_func_fdwalk=no ac_cv_func_finite=yes ac_cv_func_flock=yes ac_cv_func_fork1=no ac_cv_func_fp_class_d=no ac_cv_func_fpclass=no ac_cv_func_getegid=yes ac_cv_func_getenv=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_getgrent=yes ac_cv_func_getgrnam=yes ac_cv_func_gethrtime=no ac_cv_func_gethrvtime=no ac_cv_func_getpagesize=yes ac_cv_func_getpgid=yes ac_cv_func_getpgrp=yes ac_cv_func_getpwent=yes ac_cv_func_getpwnam=yes ac_cv_func_getpwuid=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_gettimeofday=yes ac_cv_func_getuid=yes ac_cv_func_gmtime=yes ac_cv_func_gmtime_r=yes ac_cv_func_gmtime_s=no ac_cv_func_host_get_clock_service=yes ac_cv_func_index=yes ac_cv_func_inet_ntop=yes ac_cv_func_initgroups=yes ac_cv_func_isinf=yes ac_cv_func_isnan=yes ac_cv_func_iszero=no ac_cv_func_kill=yes ac_cv_func_kqueue=yes ac_cv_func_localtime=yes ac_cv_func_localtime_s=no ac_cv_func_lockf=yes ac_cv_func_longjmp=yes ac_cv_func_mallinfo=no ac_cv_func_mallopt=no ac_cv_func_memchr=yes ac_cv_func_memcmp_working=yes ac_cv_func_mktime=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_nan=yes ac_cv_func_nanosleep=yes ac_cv_func_nice=yes ac_cv_func_perror=yes ac_cv_func_pipe=yes ac_cv_func_poll=yes ac_cv_func_prctl=no ac_cv_func_pthread_cond_reltimedwait_np=no ac_cv_func_pthread_init=no ac_cv_func_pthread_kill=yes ac_cv_func_pthread_mach_thread_np=yes ac_cv_func_pthread_mutexattr_init=yes ac_cv_func_ptrace=yes ac_cv_func_recvmsg=yes ac_cv_func_rindex=yes ac_cv_func_sched_setscheduler=no ac_cv_func_sched_yield=yes ac_cv_func_sendmsg=yes ac_cv_func_setbuf=yes ac_cv_func_setegid=yes ac_cv_func_setenv=yes ac_cv_func_seteuid=yes ac_cv_func_setgid=yes ac_cv_func_setgroups=yes ac_cv_func_setitimer=yes ac_cv_func_setjmp=yes ac_cv_func_setlocale=yes ac_cv_func_setpgid=yes ac_cv_func_setpgrp=yes ac_cv_func_setpriority=yes ac_cv_func_setresuid=no ac_cv_func_setrlimit=yes ac_cv_func_setsid=yes ac_cv_func_setuid=yes ac_cv_func_setvbuf=yes ac_cv_func_shl_load=no ac_cv_func_sigaction=yes ac_cv_func_sigblock=yes ac_cv_func_siglongjmp=yes ac_cv_func_signal=yes ac_cv_func_signbit=no ac_cv_func_sigprocmask=yes ac_cv_func_sigsetjmp=yes ac_cv_func_sigvec=yes ac_cv_func_snprintf=yes ac_cv_func_socketpair=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strcspn=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strncmp=yes ac_cv_func_strnlen=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_sync_instruction_memory=no ac_cv_func_sysconf=yes ac_cv_func_thr_yield=no ac_cv_func_thread_info=yes ac_cv_func_time=yes ac_cv_func_times=yes ac_cv_func_tzset=yes ac_cv_func_ualarm=yes ac_cv_func_unsetenv=yes ac_cv_func_usleep=yes ac_cv_func_vfprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_vsprintf=yes ac_cv_func_wait3=yes ac_cv_func_wait4=yes ac_cv_func_waitpid=yes ac_cv_header_CoreServices_CoreServices_h=no ac_cv_header_asm_mmx_h=no ac_cv_header_crt_signal_h=no ac_cv_header_crypt_h=no ac_cv_header_devices_timer_h=no ac_cv_header_direct_h=no ac_cv_header_dl_h=no ac_cv_header_dld_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_execinfo_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_floatingpoint_h=no ac_cv_header_fnord_fnord_fnord_h=no ac_cv_header_fp_class_h=no ac_cv_header_fuse_h=no ac_cv_header_gdbm_h=yes ac_cv_header_gnu_stubs_h=no ac_cv_header_group_h=no ac_cv_header_grp_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_io_h=no ac_cv_header_limits_h=yes ac_cv_header_linux_dvb_version_h=no ac_cv_header_locale_h=yes ac_cv_header_mach_clock_h=yes ac_cv_header_mach_mach_h=yes ac_cv_header_mach_mach_init_h=yes ac_cv_header_mach_o_dyld_h=yes ac_cv_header_mach_task_h=yes ac_cv_header_mach_task_info_h=yes ac_cv_header_mach_thread_act_h=yes ac_cv_header_malloc_h=no ac_cv_header_memcheck_h=no ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_mmx_h=no ac_cv_header_net_socket_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_ost_frontend_h=no ac_cv_header_passwd_h=no ac_cv_header_poll_h=yes ac_cv_header_pthread_h=yes ac_cv_header_pwd_h=yes ac_cv_header_sched_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_signal_h=yes ac_cv_header_socket_h=no ac_cv_header_stddef_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_devpoll_h=no ac_cv_header_sys_epoll_h=no ac_cv_header_sys_errno_h=yes ac_cv_header_sys_event_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_filio_h=yes ac_cv_header_sys_id_h=no ac_cv_header_sys_ioct_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_prctl_h=no ac_cv_header_sys_priocntl_h=no ac_cv_header_sys_procfs_h=no ac_cv_header_sys_ptrace_h=yes ac_cv_header_sys_rusage_h=no ac_cv_header_sys_sched_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_syscall_h=yes ac_cv_header_sys_termio_h=no ac_cv_header_sys_termios_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_times_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_user_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_syscall_h=no ac_cv_header_thread_h=no ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_valgrind_h=no ac_cv_header_valgrind_memcheck_h=no ac_cv_header_values_h=no ac_cv_header_wchar_h=yes ac_cv_header_winbase_h=no ac_cv_header_windows_h=no ac_cv_header_winsock2_h=no ac_cv_header_winsock_h=no ac_cv_header_ws2tcpip_h=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_dld_link=no ac_cv_lib_dld_shl_load=no ac_cv_lib_m_floor=yes ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_poll_poll=yes ac_cv_lib_rt_nanosleep=no ac_cv_lib_socket_socket=no ac_cv_lib_z_static_inflate=no ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_uname_prog=/usr/bin/uname ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_11=no ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_prog_make__Library_Developer_CommandLineTools_usr_bin_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_gdbm_open=-lgdbm ac_cv_search_strerror='none required' ac_cv_should_define__xopen_source=no ac_cv_sizeof___int128=16 ac_cv_sizeof___int128_t=16 ac_cv_sizeof___int64=0 ac_cv_sizeof___uint128_t=16 ac_cv_sizeof_char_p=8 ac_cv_sizeof_double=8 ac_cv_sizeof_float=4 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_double=16 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_time_t=8 ac_cv_sizeof_unsigned___int128=16 ac_cv_sizeof_unsigned___int128_t=0 ac_cv_struct_tm=time.h ac_cv_type_gid_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_pri_t=no ac_cv_type_ptrdiff_t=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_time_t=yes ac_cv_type_uid_t=yes ac_cv_working_alloca_h=yes pike_cv_32bit_dirs=' /usr/local/lib' pike_cv_64bit_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_C_supports_large_auto=yes pike_cv_PIKE_MUTEX_ERRORCHECK_value=PTHREAD_MUTEX_ERRORCHECK pike_cv_PIKE_MUTEX_RECURSIVE_value=PTHREAD_MUTEX_RECURSIVE pike_cv___yy_memcpy_count_type=unknown pike_cv___yy_memcpy_from_const= pike_cv_abi=64 pike_cv_abi_suffixes='64 /64 /.' pike_cv_accept_size_t=socklen_t pike_cv_broken_f_setfd=yes pike_cv_c_really_const=no pike_cv_configure_test_port_c=yes pike_cv_configure_test_rusage_c=yes pike_cv_configure_test_threads_c=yes pike_cv_cpp_symbol_concat=ANSI pike_cv_decl_getenv=existent pike_cv_decl_gethostname=existent pike_cv_decl_getpeername=existent pike_cv_decl_malloc=existent pike_cv_decl_popen=existent pike_cv_decl_strchr=existent pike_cv_declare_environ=yes pike_cv_default_compiler_abi=64 pike_cv_double_type=not_ieee pike_cv_dynamic_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_filesystem_syncronization=working pike_cv_float_type=not_ieee pike_cv_func_GetSystemTimeAsFileTime=no pike_cv_func__isnan=no pike_cv_func_dlopen=no pike_cv_func_fork=no pike_cv_func_fpsetmask=no pike_cv_func_fpsetround=no pike_cv_func_frexp=no pike_cv_func_gethostname=no pike_cv_func_getrusage_full=yes pike_cv_func_gettimeofday_has_two_args=no pike_cv_func_infnan=no pike_cv_func_isgraph=yes pike_cv_func_isless=no pike_cv_func_isspace=no pike_cv_func_isunordered=no pike_cv_func_ldexp=no pike_cv_func_memcpy=no pike_cv_func_memmem=no pike_cv_func_memmove=no pike_cv_func_memset=yes pike_cv_func_rint=no pike_cv_func_strcoll=no pike_cv_func_strtol_works=yes pike_cv_function_cast=yes pike_cv_gcc_attributes=no pike_cv_hardware_alignment=8 pike_cv_hardware_byteorder=1234 pike_cv_hardware_stack_direction=up pike_cv_has_external_timezone=yes pike_cv_has_struct_sockaddr_in6=yes pike_cv_has_va_copy=yes pike_cv_have_union_init=yes pike_cv_have_working___FUNCTION__=no pike_cv_have_working___func__=no pike_cv_initial_stack_size=32768 pike_cv_keyword_restrict=yes pike_cv_lc___declspec=no pike_cv_lib_abi= pike_cv_libgcc_filename=no pike_cv_machine_code_arch=unknown pike_cv_make_supports_VPATH=yes pike_cv_make_supports_spaces_in_SHELL=yes pike_cv_max_open_fd=10240 pike_cv_method_extract_char=not_by_cast pike_cv_method_extract_uchar=not_by_cast pike_cv_mmap_PROT_EXEC=yes pike_cv_not_32bit_dirs=' /usr/X11/lib /usr/X11/lib /usr/X11R6/lib /usr/X11R6/lib /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_not_dynamic_dirs=' /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_option_O3=yes pike_cv_option_W=yes pike_cv_option_Wall=yes pike_cv_option_Wchar_subscripts=yes pike_cv_option_Wcomment=yes pike_cv_option_Wdeclaration_after_statement=yes pike_cv_option_Wformat=yes pike_cv_option_Wformat_security=yes pike_cv_option_Wimplicit_function_declaration=yes pike_cv_option_Wmultichar=yes pike_cv_option_Wno_long_long=yes pike_cv_option_Wno_unused=yes pike_cv_option_Wpointer_arith=yes pike_cv_option_Wswitch=yes pike_cv_option_Wuninitialized=yes pike_cv_option_cpu750=no pike_cv_option_framework_CoreServices=yes pike_cv_option_framework_Foundation=yes pike_cv_option_framework_System=yes pike_cv_option_ggdb3=yes pike_cv_option_m64=yes pike_cv_option_mieee=no pike_cv_option_pipe=yes pike_cv_option_plus_O3=no pike_cv_option_ro_relocs_warn=yes pike_cv_option_static_libgcc=no pike_cv_option_tune750=no pike_cv_osx_threads_dislike_mach=yes pike_cv_osx_twolevel_namespace=yes pike_cv_poll_device=no pike_cv_posix_threads=no pike_cv_printf_INT64=l pike_cv_printf_off_t=t pike_cv_printf_ptrdiff_t=t pike_cv_printf_size_t=z pike_cv_prog_CC='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' pike_cv_prog_CC_save= pike_cv_prog_CXX='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink g++' pike_cv_prog_icc=no pike_cv_prog_tcc=no pike_cv_prog_working_yacc=None pike_cv_ptrace_addr_type=pointer pike_cv_ptrace_takes_four_args=yes pike_cv_realloc_null_works=yes pike_cv_run_path_method=ld_library_path pike_cv_short_use=unknown pike_cv_struct_iovec=yes pike_cv_struct_msghdr=yes pike_cv_struct_msghdr_msg_accrights=no pike_cv_struct_msghdr_msg_control=yes pike_cv_struct_tm_has___tm_gmtoff=no pike_cv_struct_tm_has_gmtoff=yes pike_cv_sys_ansi_prototypes=yes pike_cv_sys_bad_signal_handling= pike_cv_sys_ccshared= pike_cv_sys_dynamic_loading=no pike_cv_sys_idiot_sigfpe=yes pike_cv_sys_ignore_sigfpe=no pike_cv_sys_linkforshared= pike_cv_sys_nonblock=UNKNOWN pike_cv_sys_os=Darwin pike_cv_sys_resource_h=yes pike_cv_sys_signal_oneshot=yes pike_cv_system_oob_working=UNKNOWN pike_cv_thread_local_cpu_time=no pike_cv_thread_t_type=integer pike_cv_ualarm_takes_two_args=yes pike_cv_union_wait=no pike_cv_unix_threads=no pike_cv_ushrt_max_is_defined=yes pike_cv_va_list_is_state_ptr=yes pike_cv_volatile=yes pike_cv_wanted_abi=64 ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' CFLAGS=' -g -ggdb3 -m64' CONFIG_HEADERS='gdbm_machine.h' CPP='gcc -E' CPPFLAGS=' -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include' CROSS='no' DEFS='-DHAVE_CONFIG_H' ECHO_C='\c' ECHO_N='' ECHO_T='' EXEEXT='' LDFLAGS=' -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll ' LIBGCC='' LIBOBJS='' LIBS='-lgdbm ' LTLIBOBJS='' MODULE_DIR='' MODULE_NAME='Gdbm' MODULE_PATH='' MODULE_PMOD_IN='' MODULE_WRAPPER_PREFIX='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG_PATH='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11R6/lib/pkgconfig' PMOD_TARGETS='' RUNPIKE='DEFAULT_RUNPIKE' SET_MAKE='' SHELL='/bin/sh' ac_ct_CC='' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' make_variables_in='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/make_variables.in' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ------------------- ## ## File substitutions. ## ## ------------------- ## dependencies='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gdbm/dependencies' dynamic_module_makefile='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/dynamic_module_makefile' make_variables='make_variables' propagated_variables='propagated_variables' static_module_makefile='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/static_module_makefile' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define STDC_HEADERS 1 #define HAVE_GDBM_H 1 #define HAVE_LIBGDBM /**/ configure: exit 0 ################################################### ## ./modules/Gettext This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.71. Invocation command line was $ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gettext/configure --disable-option-checking --prefix=/usr/local --cache-file=../.././config.cache --srcdir=/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gettext ## --------- ## ## Platform. ## ## --------- ## hostname = Host-004.lan uname -m = x86_64 uname -r = 24.0.0 uname -s = Darwin uname -v = Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 Kernel configured for up to 8 processors. 4 processors are physically available. 8 processors are logically available. Processor type: x86_64h (Intel x86-64h Haswell) Processors active: 0 1 2 3 4 5 6 7 Primary memory available: 8.00 gigabytes Default processor set: 1065 tasks, 4035 threads, 8 processors Load average: 11.03, Mach factor: 0.95 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin/ PATH: /usr/bin/ PATH: /usr/local/bin/ PATH: /usr/local/bin/ PATH: /sw/local/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:1920: loading cache ../.././config.cache configure:2824: checking for C compiler version configure:2833: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc --version >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:2844: $? = 0 configure:2833: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -v >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:2844: $? = 0 configure:2833: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:2844: $? = 1 configure:2833: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:2844: $? = 1 configure:2833: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -version >&5 clang: error: unknown argument '-version'; did you mean '--version'? clang: error: no input files configure:2844: $? = 1 configure:2864: checking whether the C compiler works configure:2886: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:2890: $? = 0 configure:2940: result: yes configure:2943: checking for C compiler default output file name configure:2945: result: a.out configure:2951: checking for suffix of executables configure:2958: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:2962: $? = 0 configure:2985: result: configure:3007: checking whether we are cross compiling configure:3015: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:3019: $? = 0 configure:3026: ./conftest configure:3030: $? = 0 configure:3045: result: no configure:3050: checking for suffix of object files configure:3099: result: o configure:3103: checking whether the compiler supports GNU C configure:3133: result: yes configure:3144: checking whether /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc accepts -g configure:3209: result: yes configure:3229: checking for /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc option to enable C11 features configure:3262: result: none needed configure:3415: checking if we are using TCC (TenDRA C Compiler) configure:3439: result: no configure:3444: checking if we are using ICC (Intel C Compiler) configure:3487: result: no configure:3498: checking how to run the C preprocessor configure:3566: result: gcc -E configure:3580: gcc -E -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c configure:3580: $? = 0 configure:3595: gcc -E -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found 9 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:3595: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:3695: checking for libgcc file name configure:3723: result: no configure:3770: checking for stdio.h configure:3770: result: yes configure:3770: checking for stdlib.h configure:3770: result: yes configure:3770: checking for string.h configure:3770: result: yes configure:3770: checking for inttypes.h configure:3770: result: yes configure:3770: checking for stdint.h configure:3770: result: yes configure:3770: checking for strings.h configure:3770: result: yes configure:3770: checking for sys/stat.h configure:3770: result: yes configure:3770: checking for sys/types.h configure:3770: result: yes configure:3770: checking for unistd.h configure:3770: result: yes configure:3799: checking for locale.h configure:3799: result: yes configure:3818: checking for libintl.h configure:3818: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c >&5 configure:3818: $? = 0 configure:3818: result: yes configure:3837: checking for iconv.h configure:3837: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c >&5 configure:3837: $? = 0 configure:3837: result: yes configure:3868: checking for libiconv in -liconv configure:3891: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c -liconv >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_libiconv", referenced from: _main in conftest-259d2c.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:3891: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LOCALE_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_ICONV_H 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 libiconv (); | int | main (void) | { | return libiconv (); | ; | return 0; | } configure:3901: result: no configure:3911: checking for library containing iconv configure:3941: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete Undefined symbols for architecture x86_64: "_iconv", referenced from: _main in conftest-2c3b4d.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:3941: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LOCALE_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_ICONV_H 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 iconv (); | int | main (void) | { | return iconv (); | ; | return 0; | } configure:3941: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c -liconv >&5 ld: warning: -read_only_relocs is obsolete configure:3941: $? = 0 configure:3961: result: -liconv configure:3970: checking for gettext in -lintl configure:3993: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c -lintl -liconv >&5 ld: warning: -read_only_relocs is obsolete configure:3993: $? = 0 configure:4003: result: yes configure:4013: checking for library containing gettext configure:4043: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c -lintl -liconv >&5 ld: warning: -read_only_relocs is obsolete configure:4043: $? = 0 configure:4063: result: none required configure:4077: checking for gnu/stubs.h configure:4077: result: no configure:4105: checking for setlocale configure:4211: result: yes configure:4220: checking for gettext configure:4313: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c -lintl -liconv >&5 ld: warning: -read_only_relocs is obsolete configure:4313: $? = 0 configure:4326: result: yes configure:4335: checking for iconv configure:4428: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c -lintl -liconv >&5 ld: warning: -read_only_relocs is obsolete configure:4428: $? = 0 configure:4441: result: yes configure:4472: checking if bindtextdomain accepts NULL as dirname configure:4494: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c -lintl -liconv >&5 ld: warning: -read_only_relocs is obsolete configure:4494: $? = 0 configure:4494: ./conftest configure:4494: $? = 0 configure:4507: result: yes configure:4515: checking whether /Library/Developer/CommandLineTools/usr/bin/make sets $(MAKE) configure:4538: result: yes configure:4552: checking for the Pike base directory configure:4557: result: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src configure:4727: updating cache ../.././config.cache configure:4776: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Host-004.lan config.status:852: creating make_variables config.status:852: creating Makefile config.status:852: creating config.h config.status:1026: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_char_unsigned=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_func_GetSystemInfo=no ac_cv_func_MakeDataExecutable=no ac_cv_func_SetErrorMode=no ac_cv_func_SetFilePointerEx=no ac_cv_func___priocntl=no ac_cv_func__alldiv=no ac_cv_func__aullshr=no ac_cv_func__crypt=no ac_cv_func__get_daylight=no ac_cv_func__get_timezone=no ac_cv_func__longjmp=yes ac_cv_func__setjmp=yes ac_cv_func__snprintf=no ac_cv_func_alarm=yes ac_cv_func_alloca_works=yes ac_cv_func_backtrace=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_clock=yes ac_cv_func_clock_getcpuclockid=no ac_cv_func_closefrom=no ac_cv_func_crypt=yes ac_cv_func_dld_get_func=no ac_cv_func_dld_link=no ac_cv_func_fchmod=yes ac_cv_func_fdwalk=no ac_cv_func_finite=yes ac_cv_func_flock=yes ac_cv_func_fork1=no ac_cv_func_fp_class_d=no ac_cv_func_fpclass=no ac_cv_func_getegid=yes ac_cv_func_getenv=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_getgrent=yes ac_cv_func_getgrnam=yes ac_cv_func_gethrtime=no ac_cv_func_gethrvtime=no ac_cv_func_getpagesize=yes ac_cv_func_getpgid=yes ac_cv_func_getpgrp=yes ac_cv_func_getpwent=yes ac_cv_func_getpwnam=yes ac_cv_func_getpwuid=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_gettext=yes ac_cv_func_gettimeofday=yes ac_cv_func_getuid=yes ac_cv_func_gmtime=yes ac_cv_func_gmtime_r=yes ac_cv_func_gmtime_s=no ac_cv_func_host_get_clock_service=yes ac_cv_func_iconv=yes ac_cv_func_index=yes ac_cv_func_inet_ntop=yes ac_cv_func_initgroups=yes ac_cv_func_isinf=yes ac_cv_func_isnan=yes ac_cv_func_iszero=no ac_cv_func_kill=yes ac_cv_func_kqueue=yes ac_cv_func_localtime=yes ac_cv_func_localtime_s=no ac_cv_func_lockf=yes ac_cv_func_longjmp=yes ac_cv_func_mallinfo=no ac_cv_func_mallopt=no ac_cv_func_memchr=yes ac_cv_func_memcmp_working=yes ac_cv_func_mktime=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_nan=yes ac_cv_func_nanosleep=yes ac_cv_func_nice=yes ac_cv_func_perror=yes ac_cv_func_pipe=yes ac_cv_func_poll=yes ac_cv_func_prctl=no ac_cv_func_pthread_cond_reltimedwait_np=no ac_cv_func_pthread_init=no ac_cv_func_pthread_kill=yes ac_cv_func_pthread_mach_thread_np=yes ac_cv_func_pthread_mutexattr_init=yes ac_cv_func_ptrace=yes ac_cv_func_recvmsg=yes ac_cv_func_rindex=yes ac_cv_func_sched_setscheduler=no ac_cv_func_sched_yield=yes ac_cv_func_sendmsg=yes ac_cv_func_setbuf=yes ac_cv_func_setegid=yes ac_cv_func_setenv=yes ac_cv_func_seteuid=yes ac_cv_func_setgid=yes ac_cv_func_setgroups=yes ac_cv_func_setitimer=yes ac_cv_func_setjmp=yes ac_cv_func_setlocale=yes ac_cv_func_setpgid=yes ac_cv_func_setpgrp=yes ac_cv_func_setpriority=yes ac_cv_func_setresuid=no ac_cv_func_setrlimit=yes ac_cv_func_setsid=yes ac_cv_func_setuid=yes ac_cv_func_setvbuf=yes ac_cv_func_shl_load=no ac_cv_func_sigaction=yes ac_cv_func_sigblock=yes ac_cv_func_siglongjmp=yes ac_cv_func_signal=yes ac_cv_func_signbit=no ac_cv_func_sigprocmask=yes ac_cv_func_sigsetjmp=yes ac_cv_func_sigvec=yes ac_cv_func_snprintf=yes ac_cv_func_socketpair=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strcspn=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strncmp=yes ac_cv_func_strnlen=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_sync_instruction_memory=no ac_cv_func_sysconf=yes ac_cv_func_thr_yield=no ac_cv_func_thread_info=yes ac_cv_func_time=yes ac_cv_func_times=yes ac_cv_func_tzset=yes ac_cv_func_ualarm=yes ac_cv_func_unsetenv=yes ac_cv_func_usleep=yes ac_cv_func_vfprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_vsprintf=yes ac_cv_func_wait3=yes ac_cv_func_wait4=yes ac_cv_func_waitpid=yes ac_cv_header_CoreServices_CoreServices_h=no ac_cv_header_asm_mmx_h=no ac_cv_header_crt_signal_h=no ac_cv_header_crypt_h=no ac_cv_header_devices_timer_h=no ac_cv_header_direct_h=no ac_cv_header_dl_h=no ac_cv_header_dld_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_execinfo_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_floatingpoint_h=no ac_cv_header_fnord_fnord_fnord_h=no ac_cv_header_fp_class_h=no ac_cv_header_fuse_h=no ac_cv_header_gdbm_h=yes ac_cv_header_gnu_stubs_h=no ac_cv_header_group_h=no ac_cv_header_grp_h=yes ac_cv_header_iconv_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_io_h=no ac_cv_header_libintl_h=yes ac_cv_header_limits_h=yes ac_cv_header_linux_dvb_version_h=no ac_cv_header_locale_h=yes ac_cv_header_mach_clock_h=yes ac_cv_header_mach_mach_h=yes ac_cv_header_mach_mach_init_h=yes ac_cv_header_mach_o_dyld_h=yes ac_cv_header_mach_task_h=yes ac_cv_header_mach_task_info_h=yes ac_cv_header_mach_thread_act_h=yes ac_cv_header_malloc_h=no ac_cv_header_memcheck_h=no ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_mmx_h=no ac_cv_header_net_socket_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_ost_frontend_h=no ac_cv_header_passwd_h=no ac_cv_header_poll_h=yes ac_cv_header_pthread_h=yes ac_cv_header_pwd_h=yes ac_cv_header_sched_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_signal_h=yes ac_cv_header_socket_h=no ac_cv_header_stddef_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_devpoll_h=no ac_cv_header_sys_epoll_h=no ac_cv_header_sys_errno_h=yes ac_cv_header_sys_event_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_filio_h=yes ac_cv_header_sys_id_h=no ac_cv_header_sys_ioct_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_prctl_h=no ac_cv_header_sys_priocntl_h=no ac_cv_header_sys_procfs_h=no ac_cv_header_sys_ptrace_h=yes ac_cv_header_sys_rusage_h=no ac_cv_header_sys_sched_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_syscall_h=yes ac_cv_header_sys_termio_h=no ac_cv_header_sys_termios_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_times_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_user_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_syscall_h=no ac_cv_header_thread_h=no ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_valgrind_h=no ac_cv_header_valgrind_memcheck_h=no ac_cv_header_values_h=no ac_cv_header_wchar_h=yes ac_cv_header_winbase_h=no ac_cv_header_windows_h=no ac_cv_header_winsock2_h=no ac_cv_header_winsock_h=no ac_cv_header_ws2tcpip_h=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_dld_link=no ac_cv_lib_dld_shl_load=no ac_cv_lib_iconv_libiconv=no ac_cv_lib_intl_gettext=yes ac_cv_lib_m_floor=yes ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_poll_poll=yes ac_cv_lib_rt_nanosleep=no ac_cv_lib_socket_socket=no ac_cv_lib_z_static_inflate=no ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_uname_prog=/usr/bin/uname ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_11=no ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_prog_make__Library_Developer_CommandLineTools_usr_bin_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_gdbm_open=-lgdbm ac_cv_search_gettext='none required' ac_cv_search_iconv=-liconv ac_cv_search_strerror='none required' ac_cv_should_define__xopen_source=no ac_cv_sizeof___int128=16 ac_cv_sizeof___int128_t=16 ac_cv_sizeof___int64=0 ac_cv_sizeof___uint128_t=16 ac_cv_sizeof_char_p=8 ac_cv_sizeof_double=8 ac_cv_sizeof_float=4 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_double=16 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_time_t=8 ac_cv_sizeof_unsigned___int128=16 ac_cv_sizeof_unsigned___int128_t=0 ac_cv_struct_tm=time.h ac_cv_type_gid_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_pri_t=no ac_cv_type_ptrdiff_t=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_time_t=yes ac_cv_type_uid_t=yes ac_cv_working_alloca_h=yes pike_cv_32bit_dirs=' /usr/local/lib' pike_cv_64bit_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_C_supports_large_auto=yes pike_cv_PIKE_MUTEX_ERRORCHECK_value=PTHREAD_MUTEX_ERRORCHECK pike_cv_PIKE_MUTEX_RECURSIVE_value=PTHREAD_MUTEX_RECURSIVE pike_cv___yy_memcpy_count_type=unknown pike_cv___yy_memcpy_from_const= pike_cv_abi=64 pike_cv_abi_suffixes='64 /64 /.' pike_cv_accept_size_t=socklen_t pike_cv_bindtextdomain_handles_null=yes pike_cv_broken_f_setfd=yes pike_cv_c_really_const=no pike_cv_configure_test_port_c=yes pike_cv_configure_test_rusage_c=yes pike_cv_configure_test_threads_c=yes pike_cv_cpp_symbol_concat=ANSI pike_cv_decl_getenv=existent pike_cv_decl_gethostname=existent pike_cv_decl_getpeername=existent pike_cv_decl_malloc=existent pike_cv_decl_popen=existent pike_cv_decl_strchr=existent pike_cv_declare_environ=yes pike_cv_default_compiler_abi=64 pike_cv_double_type=not_ieee pike_cv_dynamic_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_filesystem_syncronization=working pike_cv_float_type=not_ieee pike_cv_func_GetSystemTimeAsFileTime=no pike_cv_func__isnan=no pike_cv_func_dlopen=no pike_cv_func_fork=no pike_cv_func_fpsetmask=no pike_cv_func_fpsetround=no pike_cv_func_frexp=no pike_cv_func_gethostname=no pike_cv_func_getrusage_full=yes pike_cv_func_gettimeofday_has_two_args=no pike_cv_func_infnan=no pike_cv_func_isgraph=yes pike_cv_func_isless=no pike_cv_func_isspace=no pike_cv_func_isunordered=no pike_cv_func_ldexp=no pike_cv_func_memcpy=no pike_cv_func_memmem=no pike_cv_func_memmove=no pike_cv_func_memset=yes pike_cv_func_rint=no pike_cv_func_strcoll=no pike_cv_func_strtol_works=yes pike_cv_function_cast=yes pike_cv_gcc_attributes=no pike_cv_hardware_alignment=8 pike_cv_hardware_byteorder=1234 pike_cv_hardware_stack_direction=up pike_cv_has_external_timezone=yes pike_cv_has_struct_sockaddr_in6=yes pike_cv_has_va_copy=yes pike_cv_have_union_init=yes pike_cv_have_working___FUNCTION__=no pike_cv_have_working___func__=no pike_cv_initial_stack_size=32768 pike_cv_keyword_restrict=yes pike_cv_lc___declspec=no pike_cv_lib_abi= pike_cv_libgcc_filename=no pike_cv_machine_code_arch=unknown pike_cv_make_supports_VPATH=yes pike_cv_make_supports_spaces_in_SHELL=yes pike_cv_max_open_fd=10240 pike_cv_method_extract_char=not_by_cast pike_cv_method_extract_uchar=not_by_cast pike_cv_mmap_PROT_EXEC=yes pike_cv_not_32bit_dirs=' /usr/X11/lib /usr/X11/lib /usr/X11R6/lib /usr/X11R6/lib /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_not_dynamic_dirs=' /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_option_O3=yes pike_cv_option_W=yes pike_cv_option_Wall=yes pike_cv_option_Wchar_subscripts=yes pike_cv_option_Wcomment=yes pike_cv_option_Wdeclaration_after_statement=yes pike_cv_option_Wformat=yes pike_cv_option_Wformat_security=yes pike_cv_option_Wimplicit_function_declaration=yes pike_cv_option_Wmultichar=yes pike_cv_option_Wno_long_long=yes pike_cv_option_Wno_unused=yes pike_cv_option_Wpointer_arith=yes pike_cv_option_Wswitch=yes pike_cv_option_Wuninitialized=yes pike_cv_option_cpu750=no pike_cv_option_framework_CoreServices=yes pike_cv_option_framework_Foundation=yes pike_cv_option_framework_System=yes pike_cv_option_ggdb3=yes pike_cv_option_m64=yes pike_cv_option_mieee=no pike_cv_option_pipe=yes pike_cv_option_plus_O3=no pike_cv_option_ro_relocs_warn=yes pike_cv_option_static_libgcc=no pike_cv_option_tune750=no pike_cv_osx_threads_dislike_mach=yes pike_cv_osx_twolevel_namespace=yes pike_cv_poll_device=no pike_cv_posix_threads=no pike_cv_printf_INT64=l pike_cv_printf_off_t=t pike_cv_printf_ptrdiff_t=t pike_cv_printf_size_t=z pike_cv_prog_CC='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' pike_cv_prog_CC_save= pike_cv_prog_CXX='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink g++' pike_cv_prog_icc=no pike_cv_prog_tcc=no pike_cv_prog_working_yacc=None pike_cv_ptrace_addr_type=pointer pike_cv_ptrace_takes_four_args=yes pike_cv_realloc_null_works=yes pike_cv_run_path_method=ld_library_path pike_cv_short_use=unknown pike_cv_struct_iovec=yes pike_cv_struct_msghdr=yes pike_cv_struct_msghdr_msg_accrights=no pike_cv_struct_msghdr_msg_control=yes pike_cv_struct_tm_has___tm_gmtoff=no pike_cv_struct_tm_has_gmtoff=yes pike_cv_sys_ansi_prototypes=yes pike_cv_sys_bad_signal_handling= pike_cv_sys_ccshared= pike_cv_sys_dynamic_loading=no pike_cv_sys_idiot_sigfpe=yes pike_cv_sys_ignore_sigfpe=no pike_cv_sys_linkforshared= pike_cv_sys_nonblock=UNKNOWN pike_cv_sys_os=Darwin pike_cv_sys_resource_h=yes pike_cv_sys_signal_oneshot=yes pike_cv_system_oob_working=UNKNOWN pike_cv_thread_local_cpu_time=no pike_cv_thread_t_type=integer pike_cv_ualarm_takes_two_args=yes pike_cv_union_wait=no pike_cv_unix_threads=no pike_cv_ushrt_max_is_defined=yes pike_cv_va_list_is_state_ptr=yes pike_cv_volatile=yes pike_cv_wanted_abi=64 ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' CFLAGS=' -g -ggdb3 -m64' CONFIG_HEADERS='config.h' CPP='gcc -E' CPPFLAGS=' -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include' CROSS='no' DEFS='-DHAVE_CONFIG_H' ECHO_C='\c' ECHO_N='' ECHO_T='' EXEEXT='' LDFLAGS=' -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll ' LIBGCC='' LIBOBJS='' LIBS='-lintl -liconv ' LTLIBOBJS='' MODULE_DIR='' MODULE_NAME='Gettext' MODULE_PATH='' MODULE_PMOD_IN='' MODULE_WRAPPER_PREFIX='' NLSDIR='$(prefix)/share/locale' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG_PATH='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11R6/lib/pkgconfig' PMOD_TARGETS='' RUNPIKE='DEFAULT_RUNPIKE' SET_MAKE='' SHELL='/bin/sh' ac_ct_CC='' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' make_variables_in='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/make_variables.in' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ------------------- ## ## File substitutions. ## ## ------------------- ## dependencies='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gettext/dependencies' dynamic_module_makefile='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/dynamic_module_makefile' make_variables='make_variables' propagated_variables='propagated_variables' static_module_makefile='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/static_module_makefile' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define STDC_HEADERS 1 #define HAVE_LOCALE_H 1 #define HAVE_LIBINTL_H 1 #define HAVE_ICONV_H 1 #define HAVE_LIBINTL 1 #define HAVE_SETLOCALE 1 #define HAVE_GETTEXT 1 #define HAVE_ICONV 1 #define BINDTEXTDOMAIN_HANDLES_NULL 1 configure: exit 0 ################################################### ## ./modules/Gmp This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.71. Invocation command line was $ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gmp/configure --disable-option-checking --prefix=/usr/local --cache-file=../.././config.cache --srcdir=/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gmp ## --------- ## ## Platform. ## ## --------- ## hostname = Host-004.lan uname -m = x86_64 uname -r = 24.0.0 uname -s = Darwin uname -v = Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 Kernel configured for up to 8 processors. 4 processors are physically available. 8 processors are logically available. Processor type: x86_64h (Intel x86-64h Haswell) Processors active: 0 1 2 3 4 5 6 7 Primary memory available: 8.00 gigabytes Default processor set: 1068 tasks, 3934 threads, 8 processors Load average: 7.01, Mach factor: 1.62 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin/ PATH: /usr/bin/ PATH: /usr/local/bin/ PATH: /usr/local/bin/ PATH: /sw/local/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2066: loading cache ../.././config.cache configure:2988: checking for C compiler version configure:2997: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc --version >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:3008: $? = 0 configure:2997: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -v >&5 Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:3008: $? = 0 configure:2997: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:3008: $? = 1 configure:2997: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:3008: $? = 1 configure:2997: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -version >&5 clang: error: unknown argument '-version'; did you mean '--version'? clang: error: no input files configure:3008: $? = 1 configure:3028: checking whether the C compiler works configure:3050: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:3054: $? = 0 configure:3104: result: yes configure:3107: checking for C compiler default output file name configure:3109: result: a.out configure:3115: checking for suffix of executables configure:3122: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:3126: $? = 0 configure:3149: result: configure:3171: checking whether we are cross compiling configure:3179: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c >&5 ld: warning: -read_only_relocs is obsolete configure:3183: $? = 0 configure:3190: ./conftest configure:3194: $? = 0 configure:3209: result: no configure:3214: checking for suffix of object files configure:3263: result: o configure:3267: checking whether the compiler supports GNU C configure:3297: result: yes configure:3308: checking whether /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc accepts -g configure:3373: result: yes configure:3393: checking for /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc option to enable C11 features configure:3426: result: none needed configure:3579: checking if we are using TCC (TenDRA C Compiler) configure:3603: result: no configure:3608: checking if we are using ICC (Intel C Compiler) configure:3651: result: no configure:3662: checking how to run the C preprocessor configure:3730: result: gcc -E configure:3744: gcc -E -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c configure:3744: $? = 0 configure:3759: gcc -E -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found 9 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:3759: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:3859: checking for libgcc file name configure:3887: result: no configure:3926: checking how to concatenate two symbols configure:3986: result: ANSI configure:4032: checking for grep that handles long lines and -e configure:4096: result: /usr/bin/grep configure:4101: checking for egrep configure:4169: result: /usr/bin/grep -E configure:4178: checking for gmp2/gmp.h configure:4178: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c >&5 conftest.c:22:10: fatal error: 'gmp2/gmp.h' file not found 22 | #include | ^~~~~~~~~~~~ 1 error generated. configure:4178: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_ANSI_CONCAT 1 | /* end confdefs.h. */ | | /* Kludge for some compilers only defining __STDC__ in strict mode, | * which leads to using the wrong token concat method. | */ | #if !defined(__STDC__) && defined(HAVE_ANSI_CONCAT) && defined(PIKE_MPN_PREFIX) | #define PIKE_LOW_MPN_CONCAT(x,y) x##y | #define PIKE_MPN_CONCAT(x,y) PIKE_LOW_MPN_CONCAT(x,y) | #define __MPN(x) PIKE_MPN_CONCAT(PIKE_MPN_PREFIX,x) | #endif /* !__STDC__ && HAVE_ANSI_CONCAT && PIKE_MPN_PREFIX */ | #include | | | #include configure:4178: result: no configure:4500: checking for gmp.h configure:4500: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -c -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include conftest.c >&5 configure:4500: $? = 0 configure:4500: result: yes configure:4532: checking prefix for __MPN in gmp.h configure:4586: result: __gmpn_ configure:4592: checking working configure:4678: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc -o conftest -g -ggdb3 -m64 -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll conftest.c -lgmp >&5 conftest.c:35:3: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 35 | exit( mpz_sizeinbase(tmp,10) != 9*4+1 ); | ^ conftest.c:35:3: note: include the header or explicitly provide a declaration for 'exit' 1 error generated. configure:4678: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_ANSI_CONCAT 1 | #define HAVE_GMP_H 1 | #define PIKE_MPN_PREFIX __gmpn_ | /* end confdefs.h. */ | | /* Kludge for some compilers only defining __STDC__ in strict mode, | * which leads to using the wrong token concat method. | */ | #if !defined(__STDC__) && defined(HAVE_ANSI_CONCAT) && defined(PIKE_MPN_PREFIX) | #define PIKE_LOW_MPN_CONCAT(x,y) x##y | #define PIKE_MPN_CONCAT(x,y) PIKE_LOW_MPN_CONCAT(x,y) | #define __MPN(x) PIKE_MPN_CONCAT(PIKE_MPN_PREFIX,x) | #endif /* !__STDC__ && HAVE_ANSI_CONCAT && PIKE_MPN_PREFIX */ | #include | #include | int main(int argc, char **argv) | { | mpz_t tmp,tmp2; | char buffer[1000]; | mpz_init(tmp); | mpz_init(tmp2); | mpz_set_ui(tmp ,1000000000); | mpz_set_ui(tmp2,1000000000); | mpz_mul(tmp,tmp,tmp2); | mpz_mul(tmp,tmp,tmp2); | mpz_mul(tmp,tmp,tmp2); | /* fprintf(stderr,"FNORD: %d\n",mpz_sizeinbase(tmp,10)); */ | exit( mpz_sizeinbase(tmp,10) != 9*4+1 ); | } | | configure:4757: result: no configure:5427: error: Cannot compile --with-bignums without the GMP library It is highly recommended that you install a working GMP library on your system as that will add features to Pike required by many applications. (Such as Roxen) However, if you know that you do not need GMP, you may re-run configure with the option --without-bignums instead. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_char_unsigned=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set=set ac_cv_env_CC_value='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=' -g -ggdb3 -m64' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=' -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include' ac_cv_env_CPP_set=set ac_cv_env_CPP_value='gcc -E' ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=' -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll ' ac_cv_env_LIBS_set=set ac_cv_env_LIBS_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_GetSystemInfo=no ac_cv_func_MakeDataExecutable=no ac_cv_func_SetErrorMode=no ac_cv_func_SetFilePointerEx=no ac_cv_func___priocntl=no ac_cv_func__alldiv=no ac_cv_func__aullshr=no ac_cv_func__crypt=no ac_cv_func__get_daylight=no ac_cv_func__get_timezone=no ac_cv_func__longjmp=yes ac_cv_func__setjmp=yes ac_cv_func__snprintf=no ac_cv_func_alarm=yes ac_cv_func_alloca_works=yes ac_cv_func_backtrace=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_clock=yes ac_cv_func_clock_getcpuclockid=no ac_cv_func_closefrom=no ac_cv_func_crypt=yes ac_cv_func_dld_get_func=no ac_cv_func_dld_link=no ac_cv_func_fchmod=yes ac_cv_func_fdwalk=no ac_cv_func_finite=yes ac_cv_func_flock=yes ac_cv_func_fork1=no ac_cv_func_fp_class_d=no ac_cv_func_fpclass=no ac_cv_func_getegid=yes ac_cv_func_getenv=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_getgrent=yes ac_cv_func_getgrnam=yes ac_cv_func_gethrtime=no ac_cv_func_gethrvtime=no ac_cv_func_getpagesize=yes ac_cv_func_getpgid=yes ac_cv_func_getpgrp=yes ac_cv_func_getpwent=yes ac_cv_func_getpwnam=yes ac_cv_func_getpwuid=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_gettext=yes ac_cv_func_gettimeofday=yes ac_cv_func_getuid=yes ac_cv_func_gmtime=yes ac_cv_func_gmtime_r=yes ac_cv_func_gmtime_s=no ac_cv_func_host_get_clock_service=yes ac_cv_func_iconv=yes ac_cv_func_index=yes ac_cv_func_inet_ntop=yes ac_cv_func_initgroups=yes ac_cv_func_isinf=yes ac_cv_func_isnan=yes ac_cv_func_iszero=no ac_cv_func_kill=yes ac_cv_func_kqueue=yes ac_cv_func_localtime=yes ac_cv_func_localtime_s=no ac_cv_func_lockf=yes ac_cv_func_longjmp=yes ac_cv_func_mallinfo=no ac_cv_func_mallopt=no ac_cv_func_memchr=yes ac_cv_func_memcmp_working=yes ac_cv_func_mktime=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_nan=yes ac_cv_func_nanosleep=yes ac_cv_func_nice=yes ac_cv_func_perror=yes ac_cv_func_pipe=yes ac_cv_func_poll=yes ac_cv_func_prctl=no ac_cv_func_pthread_cond_reltimedwait_np=no ac_cv_func_pthread_init=no ac_cv_func_pthread_kill=yes ac_cv_func_pthread_mach_thread_np=yes ac_cv_func_pthread_mutexattr_init=yes ac_cv_func_ptrace=yes ac_cv_func_recvmsg=yes ac_cv_func_rindex=yes ac_cv_func_sched_setscheduler=no ac_cv_func_sched_yield=yes ac_cv_func_sendmsg=yes ac_cv_func_setbuf=yes ac_cv_func_setegid=yes ac_cv_func_setenv=yes ac_cv_func_seteuid=yes ac_cv_func_setgid=yes ac_cv_func_setgroups=yes ac_cv_func_setitimer=yes ac_cv_func_setjmp=yes ac_cv_func_setlocale=yes ac_cv_func_setpgid=yes ac_cv_func_setpgrp=yes ac_cv_func_setpriority=yes ac_cv_func_setresuid=no ac_cv_func_setrlimit=yes ac_cv_func_setsid=yes ac_cv_func_setuid=yes ac_cv_func_setvbuf=yes ac_cv_func_shl_load=no ac_cv_func_sigaction=yes ac_cv_func_sigblock=yes ac_cv_func_siglongjmp=yes ac_cv_func_signal=yes ac_cv_func_signbit=no ac_cv_func_sigprocmask=yes ac_cv_func_sigsetjmp=yes ac_cv_func_sigvec=yes ac_cv_func_snprintf=yes ac_cv_func_socketpair=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strcspn=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strncmp=yes ac_cv_func_strnlen=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_sync_instruction_memory=no ac_cv_func_sysconf=yes ac_cv_func_thr_yield=no ac_cv_func_thread_info=yes ac_cv_func_time=yes ac_cv_func_times=yes ac_cv_func_tzset=yes ac_cv_func_ualarm=yes ac_cv_func_unsetenv=yes ac_cv_func_usleep=yes ac_cv_func_vfprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_vsprintf=yes ac_cv_func_wait3=yes ac_cv_func_wait4=yes ac_cv_func_waitpid=yes ac_cv_header_CoreServices_CoreServices_h=no ac_cv_header_asm_mmx_h=no ac_cv_header_crt_signal_h=no ac_cv_header_crypt_h=no ac_cv_header_devices_timer_h=no ac_cv_header_direct_h=no ac_cv_header_dl_h=no ac_cv_header_dld_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_execinfo_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_floatingpoint_h=no ac_cv_header_fnord_fnord_fnord_h=no ac_cv_header_fp_class_h=no ac_cv_header_fuse_h=no ac_cv_header_gdbm_h=yes ac_cv_header_gmp2_gmp_h=no ac_cv_header_gmp_h=yes ac_cv_header_gnu_stubs_h=no ac_cv_header_group_h=no ac_cv_header_grp_h=yes ac_cv_header_iconv_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_io_h=no ac_cv_header_libintl_h=yes ac_cv_header_limits_h=yes ac_cv_header_linux_dvb_version_h=no ac_cv_header_locale_h=yes ac_cv_header_mach_clock_h=yes ac_cv_header_mach_mach_h=yes ac_cv_header_mach_mach_init_h=yes ac_cv_header_mach_o_dyld_h=yes ac_cv_header_mach_task_h=yes ac_cv_header_mach_task_info_h=yes ac_cv_header_mach_thread_act_h=yes ac_cv_header_malloc_h=no ac_cv_header_memcheck_h=no ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_mmx_h=no ac_cv_header_net_socket_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_ost_frontend_h=no ac_cv_header_passwd_h=no ac_cv_header_poll_h=yes ac_cv_header_pthread_h=yes ac_cv_header_pwd_h=yes ac_cv_header_sched_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_signal_h=yes ac_cv_header_socket_h=no ac_cv_header_stddef_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_devpoll_h=no ac_cv_header_sys_epoll_h=no ac_cv_header_sys_errno_h=yes ac_cv_header_sys_event_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_filio_h=yes ac_cv_header_sys_id_h=no ac_cv_header_sys_ioct_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_prctl_h=no ac_cv_header_sys_priocntl_h=no ac_cv_header_sys_procfs_h=no ac_cv_header_sys_ptrace_h=yes ac_cv_header_sys_rusage_h=no ac_cv_header_sys_sched_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_syscall_h=yes ac_cv_header_sys_termio_h=no ac_cv_header_sys_termios_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_times_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_user_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_syscall_h=no ac_cv_header_thread_h=no ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_valgrind_h=no ac_cv_header_valgrind_memcheck_h=no ac_cv_header_values_h=no ac_cv_header_wchar_h=yes ac_cv_header_winbase_h=no ac_cv_header_windows_h=no ac_cv_header_winsock2_h=no ac_cv_header_winsock_h=no ac_cv_header_ws2tcpip_h=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_dld_link=no ac_cv_lib_dld_shl_load=no ac_cv_lib_iconv_libiconv=no ac_cv_lib_intl_gettext=yes ac_cv_lib_m_floor=yes ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_poll_poll=yes ac_cv_lib_rt_nanosleep=no ac_cv_lib_socket_socket=no ac_cv_lib_z_static_inflate=no ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_uname_prog=/usr/bin/uname ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_11=no ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_prog_make__Library_Developer_CommandLineTools_usr_bin_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_gdbm_open=-lgdbm ac_cv_search_gettext='none required' ac_cv_search_iconv=-liconv ac_cv_search_strerror='none required' ac_cv_should_define__xopen_source=no ac_cv_sizeof___int128=16 ac_cv_sizeof___int128_t=16 ac_cv_sizeof___int64=0 ac_cv_sizeof___uint128_t=16 ac_cv_sizeof_char_p=8 ac_cv_sizeof_double=8 ac_cv_sizeof_float=4 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_double=16 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_time_t=8 ac_cv_sizeof_unsigned___int128=16 ac_cv_sizeof_unsigned___int128_t=0 ac_cv_struct_tm=time.h ac_cv_type_gid_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_pri_t=no ac_cv_type_ptrdiff_t=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_time_t=yes ac_cv_type_uid_t=yes ac_cv_working_alloca_h=yes pike_cv_32bit_dirs=' /usr/local/lib' pike_cv_64bit_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_C_supports_large_auto=yes pike_cv_PIKE_MUTEX_ERRORCHECK_value=PTHREAD_MUTEX_ERRORCHECK pike_cv_PIKE_MUTEX_RECURSIVE_value=PTHREAD_MUTEX_RECURSIVE pike_cv___yy_memcpy_count_type=unknown pike_cv___yy_memcpy_from_const= pike_cv_abi=64 pike_cv_abi_suffixes='64 /64 /.' pike_cv_accept_size_t=socklen_t pike_cv_bindtextdomain_handles_null=yes pike_cv_broken_f_setfd=yes pike_cv_c_really_const=no pike_cv_configure_test_port_c=yes pike_cv_configure_test_rusage_c=yes pike_cv_configure_test_threads_c=yes pike_cv_cpp_symbol_concat=ANSI pike_cv_decl_getenv=existent pike_cv_decl_gethostname=existent pike_cv_decl_getpeername=existent pike_cv_decl_malloc=existent pike_cv_decl_popen=existent pike_cv_decl_strchr=existent pike_cv_declare_environ=yes pike_cv_default_compiler_abi=64 pike_cv_double_type=not_ieee pike_cv_dynamic_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_filesystem_syncronization=working pike_cv_float_type=not_ieee pike_cv_func_GetSystemTimeAsFileTime=no pike_cv_func__isnan=no pike_cv_func_dlopen=no pike_cv_func_fork=no pike_cv_func_fpsetmask=no pike_cv_func_fpsetround=no pike_cv_func_frexp=no pike_cv_func_gethostname=no pike_cv_func_getrusage_full=yes pike_cv_func_gettimeofday_has_two_args=no pike_cv_func_infnan=no pike_cv_func_isgraph=yes pike_cv_func_isless=no pike_cv_func_isspace=no pike_cv_func_isunordered=no pike_cv_func_ldexp=no pike_cv_func_memcpy=no pike_cv_func_memmem=no pike_cv_func_memmove=no pike_cv_func_memset=yes pike_cv_func_rint=no pike_cv_func_strcoll=no pike_cv_func_strtol_works=yes pike_cv_function_cast=yes pike_cv_gcc_attributes=no pike_cv_gmp___MPN_prefix=__gmpn_ pike_cv_hardware_alignment=8 pike_cv_hardware_byteorder=1234 pike_cv_hardware_stack_direction=up pike_cv_has_external_timezone=yes pike_cv_has_struct_sockaddr_in6=yes pike_cv_has_va_copy=yes pike_cv_have_union_init=yes pike_cv_have_working___FUNCTION__=no pike_cv_have_working___func__=no pike_cv_initial_stack_size=32768 pike_cv_keyword_restrict=yes pike_cv_lc___declspec=no pike_cv_lib_abi= pike_cv_libgcc_filename=no pike_cv_machine_code_arch=unknown pike_cv_make_supports_VPATH=yes pike_cv_make_supports_spaces_in_SHELL=yes pike_cv_max_open_fd=10240 pike_cv_method_extract_char=not_by_cast pike_cv_method_extract_uchar=not_by_cast pike_cv_mmap_PROT_EXEC=yes pike_cv_not_32bit_dirs=' /usr/X11/lib /usr/X11/lib /usr/X11R6/lib /usr/X11R6/lib /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_not_dynamic_dirs=' /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_option_O3=yes pike_cv_option_W=yes pike_cv_option_Wall=yes pike_cv_option_Wchar_subscripts=yes pike_cv_option_Wcomment=yes pike_cv_option_Wdeclaration_after_statement=yes pike_cv_option_Wformat=yes pike_cv_option_Wformat_security=yes pike_cv_option_Wimplicit_function_declaration=yes pike_cv_option_Wmultichar=yes pike_cv_option_Wno_long_long=yes pike_cv_option_Wno_unused=yes pike_cv_option_Wpointer_arith=yes pike_cv_option_Wswitch=yes pike_cv_option_Wuninitialized=yes pike_cv_option_cpu750=no pike_cv_option_framework_CoreServices=yes pike_cv_option_framework_Foundation=yes pike_cv_option_framework_System=yes pike_cv_option_ggdb3=yes pike_cv_option_m64=yes pike_cv_option_mieee=no pike_cv_option_pipe=yes pike_cv_option_plus_O3=no pike_cv_option_ro_relocs_warn=yes pike_cv_option_static_libgcc=no pike_cv_option_tune750=no pike_cv_osx_threads_dislike_mach=yes pike_cv_osx_twolevel_namespace=yes pike_cv_poll_device=no pike_cv_posix_threads=no pike_cv_printf_INT64=l pike_cv_printf_off_t=t pike_cv_printf_ptrdiff_t=t pike_cv_printf_size_t=z pike_cv_prog_CC='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' pike_cv_prog_CC_save= pike_cv_prog_CXX='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink g++' pike_cv_prog_icc=no pike_cv_prog_tcc=no pike_cv_prog_working_yacc=None pike_cv_ptrace_addr_type=pointer pike_cv_ptrace_takes_four_args=yes pike_cv_realloc_null_works=yes pike_cv_run_path_method=ld_library_path pike_cv_short_use=unknown pike_cv_struct_iovec=yes pike_cv_struct_msghdr=yes pike_cv_struct_msghdr_msg_accrights=no pike_cv_struct_msghdr_msg_control=yes pike_cv_struct_tm_has___tm_gmtoff=no pike_cv_struct_tm_has_gmtoff=yes pike_cv_sys_ansi_prototypes=yes pike_cv_sys_bad_signal_handling= pike_cv_sys_ccshared= pike_cv_sys_dynamic_loading=no pike_cv_sys_idiot_sigfpe=yes pike_cv_sys_ignore_sigfpe=no pike_cv_sys_linkforshared= pike_cv_sys_nonblock=UNKNOWN pike_cv_sys_os=Darwin pike_cv_sys_resource_h=yes pike_cv_sys_signal_oneshot=yes pike_cv_system_oob_working=UNKNOWN pike_cv_thread_local_cpu_time=no pike_cv_thread_t_type=integer pike_cv_ualarm_takes_two_args=yes pike_cv_union_wait=no pike_cv_unix_threads=no pike_cv_ushrt_max_is_defined=yes pike_cv_va_list_is_state_ptr=yes pike_cv_volatile=yes pike_cv_wanted_abi=64 pike_cv_working_gmp=no ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' CFLAGS=' -g -ggdb3 -m64' CONFIG_HEADERS='gmp_machine.h' CPP='gcc -E' CPPFLAGS=' -I/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/include' CROSS='no' DEFS='' ECHO_C='\c' ECHO_N='' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' GREP='/usr/bin/grep' LDFLAGS=' -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/64 -L/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/. -framework Foundation -framework System -framework CoreServices -read_only_relocs warning -ldl -lm -lpoll ' LIBGCC='' LIBOBJS='' LIBS='' LTLIBOBJS='' MODULE_DIR='' MODULE_NAME='Gmp' MODULE_PATH='' MODULE_PMOD_IN='' MODULE_WRAPPER_PREFIX='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG_PATH='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11R6/lib/pkgconfig' PMOD_TARGETS='' RUNPIKE='DEFAULT_RUNPIKE' SET_MAKE='' SHELL='/bin/sh' ac_ct_CC='' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='NONE' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' make_variables_in='' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ------------------- ## ## File substitutions. ## ## ------------------- ## dependencies='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gmp/dependencies' dynamic_module_makefile='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/dynamic_module_makefile' make_variables='' propagated_variables='' static_module_makefile='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/static_module_makefile' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define HAVE_ANSI_CONCAT 1 #define HAVE_GMP_H 1 #define PIKE_MPN_PREFIX __gmpn_ configure: exit 1 ################################################### ## ./modules This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.71. Invocation command line was $ /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/configure --disable-option-checking --prefix=/usr/local --cache-file=.././config.cache --srcdir=/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules ## --------- ## ## Platform. ## ## --------- ## hostname = Host-004.lan uname -m = x86_64 uname -r = 24.0.0 uname -s = Darwin uname -v = Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 Kernel configured for up to 8 processors. 4 processors are physically available. 8 processors are logically available. Processor type: x86_64h (Intel x86-64h Haswell) Processors active: 0 1 2 3 4 5 6 7 Primary memory available: 8.00 gigabytes Default processor set: 1070 tasks, 4004 threads, 8 processors Load average: 11.74, Mach factor: 0.66 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin/ PATH: /usr/bin/ PATH: /usr/local/bin/ PATH: /usr/local/bin/ PATH: /sw/local/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:1646: loading cache .././config.cache configure:1749: checking whether /Library/Developer/CommandLineTools/usr/bin/make sets $(MAKE) configure:1772: result: yes configure:1821: checking whether /Library/Developer/CommandLineTools/usr/bin/make sets $(MAKE) configure:1844: result: yes configure:1858: checking for the Pike base directory configure:1863: result: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src configure:2118: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Host-004.lan config.status:771: creating make_variables config.status:771: creating Makefile config.status:922: executing default commands configure:3242: === configuring in CommonLog (/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/CommonLog) configure:3303: running /bin/sh /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/CommonLog/configure --disable-option-checking '--prefix=/usr/local' --cache-file=../.././config.cache --srcdir=/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/CommonLog configure:3242: === configuring in DVB (/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/DVB) configure:3303: running /bin/sh /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/DVB/configure --disable-option-checking '--prefix=/usr/local' --cache-file=../.././config.cache --srcdir=/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/DVB configure:3242: === configuring in Fuse (/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/Fuse) configure:3303: running /bin/sh /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Fuse/configure --disable-option-checking '--prefix=/usr/local' --cache-file=../.././config.cache --srcdir=/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Fuse configure:3242: === configuring in Gdbm (/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/Gdbm) configure:3303: running /bin/sh /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gdbm/configure --disable-option-checking '--prefix=/usr/local' --cache-file=../.././config.cache --srcdir=/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gdbm configure:3242: === configuring in Gettext (/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/Gettext) configure:3303: running /bin/sh /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gettext/configure --disable-option-checking '--prefix=/usr/local' --cache-file=../.././config.cache --srcdir=/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gettext configure:3242: === configuring in Gmp (/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/modules/Gmp) configure:3303: running /bin/sh /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gmp/configure --disable-option-checking '--prefix=/usr/local' --cache-file=../.././config.cache --srcdir=/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gmp configure:3308: error: /Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/Gmp/configure failed for Gmp ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_char_unsigned=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_func_GetSystemInfo=no ac_cv_func_MakeDataExecutable=no ac_cv_func_SetErrorMode=no ac_cv_func_SetFilePointerEx=no ac_cv_func___priocntl=no ac_cv_func__alldiv=no ac_cv_func__aullshr=no ac_cv_func__crypt=no ac_cv_func__get_daylight=no ac_cv_func__get_timezone=no ac_cv_func__longjmp=yes ac_cv_func__setjmp=yes ac_cv_func__snprintf=no ac_cv_func_alarm=yes ac_cv_func_alloca_works=yes ac_cv_func_backtrace=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_clock=yes ac_cv_func_clock_getcpuclockid=no ac_cv_func_closefrom=no ac_cv_func_crypt=yes ac_cv_func_dld_get_func=no ac_cv_func_dld_link=no ac_cv_func_fchmod=yes ac_cv_func_fdwalk=no ac_cv_func_finite=yes ac_cv_func_flock=yes ac_cv_func_fork1=no ac_cv_func_fp_class_d=no ac_cv_func_fpclass=no ac_cv_func_getegid=yes ac_cv_func_getenv=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_getgrent=yes ac_cv_func_getgrnam=yes ac_cv_func_gethrtime=no ac_cv_func_gethrvtime=no ac_cv_func_getpagesize=yes ac_cv_func_getpgid=yes ac_cv_func_getpgrp=yes ac_cv_func_getpwent=yes ac_cv_func_getpwnam=yes ac_cv_func_getpwuid=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_gettimeofday=yes ac_cv_func_getuid=yes ac_cv_func_gmtime=yes ac_cv_func_gmtime_r=yes ac_cv_func_gmtime_s=no ac_cv_func_host_get_clock_service=yes ac_cv_func_index=yes ac_cv_func_inet_ntop=yes ac_cv_func_initgroups=yes ac_cv_func_isinf=yes ac_cv_func_isnan=yes ac_cv_func_iszero=no ac_cv_func_kill=yes ac_cv_func_kqueue=yes ac_cv_func_localtime=yes ac_cv_func_localtime_s=no ac_cv_func_lockf=yes ac_cv_func_longjmp=yes ac_cv_func_mallinfo=no ac_cv_func_mallopt=no ac_cv_func_memchr=yes ac_cv_func_memcmp_working=yes ac_cv_func_mktime=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_nan=yes ac_cv_func_nanosleep=yes ac_cv_func_nice=yes ac_cv_func_perror=yes ac_cv_func_pipe=yes ac_cv_func_poll=yes ac_cv_func_prctl=no ac_cv_func_pthread_cond_reltimedwait_np=no ac_cv_func_pthread_init=no ac_cv_func_pthread_kill=yes ac_cv_func_pthread_mach_thread_np=yes ac_cv_func_pthread_mutexattr_init=yes ac_cv_func_ptrace=yes ac_cv_func_recvmsg=yes ac_cv_func_rindex=yes ac_cv_func_sched_setscheduler=no ac_cv_func_sched_yield=yes ac_cv_func_sendmsg=yes ac_cv_func_setbuf=yes ac_cv_func_setegid=yes ac_cv_func_setenv=yes ac_cv_func_seteuid=yes ac_cv_func_setgid=yes ac_cv_func_setgroups=yes ac_cv_func_setitimer=yes ac_cv_func_setjmp=yes ac_cv_func_setlocale=yes ac_cv_func_setpgid=yes ac_cv_func_setpgrp=yes ac_cv_func_setpriority=yes ac_cv_func_setresuid=no ac_cv_func_setrlimit=yes ac_cv_func_setsid=yes ac_cv_func_setuid=yes ac_cv_func_setvbuf=yes ac_cv_func_shl_load=no ac_cv_func_sigaction=yes ac_cv_func_sigblock=yes ac_cv_func_siglongjmp=yes ac_cv_func_signal=yes ac_cv_func_signbit=no ac_cv_func_sigprocmask=yes ac_cv_func_sigsetjmp=yes ac_cv_func_sigvec=yes ac_cv_func_snprintf=yes ac_cv_func_socketpair=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strcspn=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strncmp=yes ac_cv_func_strnlen=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_sync_instruction_memory=no ac_cv_func_sysconf=yes ac_cv_func_thr_yield=no ac_cv_func_thread_info=yes ac_cv_func_time=yes ac_cv_func_times=yes ac_cv_func_tzset=yes ac_cv_func_ualarm=yes ac_cv_func_unsetenv=yes ac_cv_func_usleep=yes ac_cv_func_vfprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_vsprintf=yes ac_cv_func_wait3=yes ac_cv_func_wait4=yes ac_cv_func_waitpid=yes ac_cv_header_CoreServices_CoreServices_h=no ac_cv_header_asm_mmx_h=no ac_cv_header_crt_signal_h=no ac_cv_header_crypt_h=no ac_cv_header_devices_timer_h=no ac_cv_header_direct_h=no ac_cv_header_dl_h=no ac_cv_header_dld_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_execinfo_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_floatingpoint_h=no ac_cv_header_fnord_fnord_fnord_h=no ac_cv_header_fp_class_h=no ac_cv_header_gnu_stubs_h=no ac_cv_header_group_h=no ac_cv_header_grp_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_io_h=no ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_mach_clock_h=yes ac_cv_header_mach_mach_h=yes ac_cv_header_mach_mach_init_h=yes ac_cv_header_mach_o_dyld_h=yes ac_cv_header_mach_task_h=yes ac_cv_header_mach_task_info_h=yes ac_cv_header_mach_thread_act_h=yes ac_cv_header_malloc_h=no ac_cv_header_memcheck_h=no ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_mmx_h=no ac_cv_header_net_socket_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_passwd_h=no ac_cv_header_poll_h=yes ac_cv_header_pthread_h=yes ac_cv_header_pwd_h=yes ac_cv_header_sched_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_signal_h=yes ac_cv_header_socket_h=no ac_cv_header_stddef_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_devpoll_h=no ac_cv_header_sys_epoll_h=no ac_cv_header_sys_errno_h=yes ac_cv_header_sys_event_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_filio_h=yes ac_cv_header_sys_id_h=no ac_cv_header_sys_ioct_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_prctl_h=no ac_cv_header_sys_priocntl_h=no ac_cv_header_sys_procfs_h=no ac_cv_header_sys_ptrace_h=yes ac_cv_header_sys_rusage_h=no ac_cv_header_sys_sched_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_syscall_h=yes ac_cv_header_sys_termio_h=no ac_cv_header_sys_termios_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_times_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_user_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_syscall_h=no ac_cv_header_thread_h=no ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_valgrind_h=no ac_cv_header_valgrind_memcheck_h=no ac_cv_header_values_h=no ac_cv_header_wchar_h=yes ac_cv_header_winbase_h=no ac_cv_header_windows_h=no ac_cv_header_winsock2_h=no ac_cv_header_winsock_h=no ac_cv_header_ws2tcpip_h=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_dld_link=no ac_cv_lib_dld_shl_load=no ac_cv_lib_m_floor=yes ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_poll_poll=yes ac_cv_lib_rt_nanosleep=no ac_cv_lib_socket_socket=no ac_cv_lib_z_static_inflate=no ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_uname_prog=/usr/bin/uname ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_11=no ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_prog_make__Library_Developer_CommandLineTools_usr_bin_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_strerror='none required' ac_cv_should_define__xopen_source=no ac_cv_sizeof___int128=16 ac_cv_sizeof___int128_t=16 ac_cv_sizeof___int64=0 ac_cv_sizeof___uint128_t=16 ac_cv_sizeof_char_p=8 ac_cv_sizeof_double=8 ac_cv_sizeof_float=4 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_double=16 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_time_t=8 ac_cv_sizeof_unsigned___int128=16 ac_cv_sizeof_unsigned___int128_t=0 ac_cv_struct_tm=time.h ac_cv_type_gid_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_pri_t=no ac_cv_type_ptrdiff_t=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_time_t=yes ac_cv_type_uid_t=yes ac_cv_working_alloca_h=yes pike_cv_32bit_dirs=' /usr/local/lib' pike_cv_64bit_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_C_supports_large_auto=yes pike_cv_PIKE_MUTEX_ERRORCHECK_value=PTHREAD_MUTEX_ERRORCHECK pike_cv_PIKE_MUTEX_RECURSIVE_value=PTHREAD_MUTEX_RECURSIVE pike_cv___yy_memcpy_count_type=unknown pike_cv___yy_memcpy_from_const= pike_cv_abi=64 pike_cv_abi_suffixes='64 /64 /.' pike_cv_accept_size_t=socklen_t pike_cv_broken_f_setfd=yes pike_cv_c_really_const=no pike_cv_configure_test_port_c=yes pike_cv_configure_test_rusage_c=yes pike_cv_configure_test_threads_c=yes pike_cv_cpp_symbol_concat=ANSI pike_cv_decl_getenv=existent pike_cv_decl_gethostname=existent pike_cv_decl_getpeername=existent pike_cv_decl_malloc=existent pike_cv_decl_popen=existent pike_cv_decl_strchr=existent pike_cv_declare_environ=yes pike_cv_default_compiler_abi=64 pike_cv_double_type=not_ieee pike_cv_dynamic_dirs=' /usr/local/lib /usr/X11/lib /usr/X11R6/lib' pike_cv_filesystem_syncronization=working pike_cv_float_type=not_ieee pike_cv_func_GetSystemTimeAsFileTime=no pike_cv_func__isnan=no pike_cv_func_dlopen=no pike_cv_func_fork=no pike_cv_func_fpsetmask=no pike_cv_func_fpsetround=no pike_cv_func_frexp=no pike_cv_func_gethostname=no pike_cv_func_getrusage_full=yes pike_cv_func_gettimeofday_has_two_args=no pike_cv_func_infnan=no pike_cv_func_isgraph=yes pike_cv_func_isless=no pike_cv_func_isspace=no pike_cv_func_isunordered=no pike_cv_func_ldexp=no pike_cv_func_memcpy=no pike_cv_func_memmem=no pike_cv_func_memmove=no pike_cv_func_memset=yes pike_cv_func_rint=no pike_cv_func_strcoll=no pike_cv_func_strtol_works=yes pike_cv_function_cast=yes pike_cv_gcc_attributes=no pike_cv_hardware_alignment=8 pike_cv_hardware_byteorder=1234 pike_cv_hardware_stack_direction=up pike_cv_has_external_timezone=yes pike_cv_has_struct_sockaddr_in6=yes pike_cv_has_va_copy=yes pike_cv_have_union_init=yes pike_cv_have_working___FUNCTION__=no pike_cv_have_working___func__=no pike_cv_initial_stack_size=32768 pike_cv_keyword_restrict=yes pike_cv_lc___declspec=no pike_cv_lib_abi= pike_cv_machine_code_arch=unknown pike_cv_make_supports_VPATH=yes pike_cv_make_supports_spaces_in_SHELL=yes pike_cv_max_open_fd=10240 pike_cv_method_extract_char=not_by_cast pike_cv_method_extract_uchar=not_by_cast pike_cv_mmap_PROT_EXEC=yes pike_cv_not_32bit_dirs=' /usr/X11/lib /usr/X11/lib /usr/X11R6/lib /usr/X11R6/lib /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_not_dynamic_dirs=' /Library/Developer/CommandLineTools/usr/lib/clang/16' pike_cv_option_O3=yes pike_cv_option_W=yes pike_cv_option_Wall=yes pike_cv_option_Wchar_subscripts=yes pike_cv_option_Wcomment=yes pike_cv_option_Wdeclaration_after_statement=yes pike_cv_option_Wformat=yes pike_cv_option_Wformat_security=yes pike_cv_option_Wimplicit_function_declaration=yes pike_cv_option_Wmultichar=yes pike_cv_option_Wno_long_long=yes pike_cv_option_Wno_unused=yes pike_cv_option_Wpointer_arith=yes pike_cv_option_Wswitch=yes pike_cv_option_Wuninitialized=yes pike_cv_option_cpu750=no pike_cv_option_framework_CoreServices=yes pike_cv_option_framework_Foundation=yes pike_cv_option_framework_System=yes pike_cv_option_ggdb3=yes pike_cv_option_m64=yes pike_cv_option_mieee=no pike_cv_option_pipe=yes pike_cv_option_plus_O3=no pike_cv_option_ro_relocs_warn=yes pike_cv_option_static_libgcc=no pike_cv_option_tune750=no pike_cv_osx_threads_dislike_mach=yes pike_cv_osx_twolevel_namespace=yes pike_cv_poll_device=no pike_cv_posix_threads=no pike_cv_printf_INT64=l pike_cv_printf_off_t=t pike_cv_printf_ptrdiff_t=t pike_cv_printf_size_t=z pike_cv_prog_CC='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink gcc' pike_cv_prog_CC_save= pike_cv_prog_CXX='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/smartlink g++' pike_cv_prog_icc=no pike_cv_prog_tcc=no pike_cv_prog_working_yacc=None pike_cv_ptrace_addr_type=pointer pike_cv_ptrace_takes_four_args=yes pike_cv_realloc_null_works=yes pike_cv_run_path_method=ld_library_path pike_cv_short_use=unknown pike_cv_struct_iovec=yes pike_cv_struct_msghdr=yes pike_cv_struct_msghdr_msg_accrights=no pike_cv_struct_msghdr_msg_control=yes pike_cv_struct_tm_has___tm_gmtoff=no pike_cv_struct_tm_has_gmtoff=yes pike_cv_sys_ansi_prototypes=yes pike_cv_sys_bad_signal_handling= pike_cv_sys_ccshared= pike_cv_sys_dynamic_loading=no pike_cv_sys_idiot_sigfpe=yes pike_cv_sys_ignore_sigfpe=no pike_cv_sys_linkforshared= pike_cv_sys_nonblock=UNKNOWN pike_cv_sys_os=Darwin pike_cv_sys_resource_h=yes pike_cv_sys_signal_oneshot=yes pike_cv_system_oob_working=UNKNOWN pike_cv_thread_local_cpu_time=no pike_cv_thread_t_type=integer pike_cv_ualarm_takes_two_args=yes pike_cv_union_wait=no pike_cv_unix_threads=no pike_cv_ushrt_max_is_defined=yes pike_cv_va_list_is_state_ptr=yes pike_cv_volatile=yes pike_cv_wanted_abi=64 ## ----------------- ## ## Output variables. ## ## ----------------- ## DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"' ECHO_C='\c' ECHO_N='' ECHO_T='' LIBOBJS='' LIBS='' LTLIBOBJS='' MODULE_LINKOPTS=' CommonLog/linker_options DVB/linker_options Fuse/linker_options Gdbm/linker_options Gettext/linker_options Gmp/linker_options Gz/linker_options HTTPLoop/linker_options Image/linker_options JSON/linker_options Java/linker_options Kerberos/linker_options MIME/linker_options Math/linker_options Msql/linker_options Mysql/linker_options Odbc/linker_options Oracle/linker_options PDF/linker_options Parser/linker_options Pipe/linker_options Postgres/linker_options Regexp/linker_options SANE/linker_options Yp/linker_options _Charset/linker_options _Ffmpeg/linker_options _Image_FreeType/linker_options _Image_GIF/linker_options _Image_JPEG/linker_options _Image_TIFF/linker_options _Image_TTF/linker_options _Image_XFace/linker_options _PGsql/linker_options _Protocols_DNS_SD/linker_options _Regexp_PCRE/linker_options _Roxen/linker_options _WhiteFish/linker_options _math/linker_options files/linker_options spider/linker_options sprintf/linker_options sybase/linker_options system/linker_options' MODULE_SEGMENTS=' CommonLog/modlist_segment DVB/modlist_segment Fuse/modlist_segment Gdbm/modlist_segment Gettext/modlist_segment Gmp/modlist_segment Gz/modlist_segment HTTPLoop/modlist_segment Image/modlist_segment JSON/modlist_segment Java/modlist_segment Kerberos/modlist_segment MIME/modlist_segment Math/modlist_segment Msql/modlist_segment Mysql/modlist_segment Odbc/modlist_segment Oracle/modlist_segment PDF/modlist_segment Parser/modlist_segment Pipe/modlist_segment Postgres/modlist_segment Regexp/modlist_segment SANE/modlist_segment Yp/modlist_segment _Charset/modlist_segment _Ffmpeg/modlist_segment _Image_FreeType/modlist_segment _Image_GIF/modlist_segment _Image_JPEG/modlist_segment _Image_TIFF/modlist_segment _Image_TTF/modlist_segment _Image_XFace/modlist_segment _PGsql/modlist_segment _Protocols_DNS_SD/modlist_segment _Regexp_PCRE/modlist_segment _Roxen/modlist_segment _WhiteFish/modlist_segment _math/modlist_segment files/modlist_segment spider/modlist_segment sprintf/modlist_segment sybase/modlist_segment system/modlist_segment' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG_PATH='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/build/darwin-24.0.0-x86_64/bundles/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11R6/lib/pkgconfig' PMOD_TARGETS='' SET_MAKE='' SHELL='/bin/sh' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' make_variables_in='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/make_variables.in' mandir='${datarootdir}/man' module_names=' CommonLog DVB Fuse Gdbm Gettext Gmp Gz HTTPLoop Image JSON Java Kerberos MIME Math Msql Mysql Odbc Oracle PDF Parser Pipe Postgres Regexp SANE Yp _Charset _Ffmpeg _Image_FreeType _Image_GIF _Image_JPEG _Image_TIFF _Image_TTF _Image_XFace _PGsql _Protocols_DNS_SD _Regexp_PCRE _Roxen _WhiteFish _math files spider sprintf sybase system' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' CommonLog DVB Fuse Gdbm Gettext Gmp Gz HTTPLoop Image JSON Java Kerberos MIME Math Msql Mysql Odbc Oracle PDF Parser Pipe Postgres Regexp SANE Yp _Charset _Ffmpeg _Image_FreeType _Image_GIF _Image_JPEG _Image_TIFF _Image_TTF _Image_XFace _PGsql _Protocols_DNS_SD _Regexp_PCRE _Roxen _WhiteFish _math files spider sprintf sybase system' sysconfdir='${prefix}/etc' target_alias='' ## ------------------- ## ## File substitutions. ## ## ------------------- ## dependencies='/Users/brtrnd/Code/Pike/pikefarm/pike-legacy/mbp.local/buildtmp/Pike-v7.8-snapshot/src/modules/dependencies' make_variables='make_variables' propagated_variables='propagated_variables' configure: exit 1