Skip to content

Instantly share code, notes, and snippets.

Created July 26, 2014 07:24
Show Gist options
  • Save anonymous/8f2f92df146c02f59593 to your computer and use it in GitHub Desktop.
Save anonymous/8f2f92df146c02f59593 to your computer and use it in GitHub Desktop.
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.59. Invocation command line was
$ /media/sd/erlang/src/otp_src_17.1/erts/configure --prefix=/media/sd/local --disable-hipe --enable-smp-support --enable-threads --enable-kernel-poll --enable-sctp --disable-wx --prefix=/media/sd/local CFLAGS=-O0 LIBS=-lsctp --cache-file=/dev/null --srcdir=/media/sd/erlang/src/otp_src_17.1/erts
## --------- ##
## Platform. ##
## --------- ##
hostname = radxa
uname -m = armv7l
uname -r = 3.0.36+
uname -s = Linux
uname -v = #2 SMP PREEMPT Sat Mar 15 11:18:05 CST 2014
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /media/sd/local/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1832: checking build system type
configure:1850: result: armv7l-unknown-linux-gnueabihf
configure:1858: checking host system type
configure:1872: result: armv7l-unknown-linux-gnueabihf
configure:1948: checking for gcc
configure:1964: found /usr/bin/gcc
configure:1974: result: gcc
configure:2218: checking for C compiler version
configure:2221: gcc --version </dev/null >&5
gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2224: $? = 0
configure:2226: gcc -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.7/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libitm --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
configure:2229: $? = 0
configure:2231: gcc -V </dev/null >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2234: $? = 4
configure:2257: checking for C compiler default output file name
configure:2260: gcc -O0 conftest.c -lsctp >&5
configure:2263: $? = 0
configure:2309: result: a.out
configure:2314: checking whether the C compiler works
configure:2320: ./a.out
configure:2323: $? = 0
configure:2340: result: yes
configure:2347: checking whether we are cross compiling
configure:2349: result: no
configure:2352: checking for suffix of executables
configure:2354: gcc -o conftest -O0 conftest.c -lsctp >&5
configure:2357: $? = 0
configure:2382: result:
configure:2388: checking for suffix of object files
configure:2409: gcc -c -O0 conftest.c >&5
configure:2412: $? = 0
configure:2434: result: o
configure:2438: checking whether we are using the GNU C compiler
configure:2462: gcc -c -O0 conftest.c >&5
configure:2468: $? = 0
configure:2472: test -z
|| test ! -s conftest.err
configure:2475: $? = 0
configure:2478: test -s conftest.o
configure:2481: $? = 0
configure:2494: result: yes
configure:2500: checking whether gcc accepts -g
configure:2521: gcc -c -g conftest.c >&5
configure:2527: $? = 0
configure:2531: test -z
|| test ! -s conftest.err
configure:2534: $? = 0
configure:2537: test -s conftest.o
configure:2540: $? = 0
configure:2551: result: yes
configure:2568: checking for gcc option to accept ANSI C
configure:2638: gcc -c -O0 conftest.c >&5
configure:2644: $? = 0
configure:2648: test -z
|| test ! -s conftest.err
configure:2651: $? = 0
configure:2654: test -s conftest.o
configure:2657: $? = 0
configure:2675: result: none needed
configure:2693: gcc -c -O0 conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:2699: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2833: checking for library containing strerror
configure:2863: gcc -o conftest -O0 conftest.c -lsctp >&5
configure:2869: $? = 0
configure:2873: test -z
|| test ! -s conftest.err
configure:2876: $? = 0
configure:2879: test -s conftest
configure:2882: $? = 0
configure:2952: result: none required
configure:3327: checking OTP release
configure:3330: result: 17
configure:3334: checking OTP version
configure:3337: result: 17.1
configure:3482: checking for gcc
configure:3508: result: gcc
configure:3752: checking for C compiler version
configure:3755: gcc --version </dev/null >&5
gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3758: $? = 0
configure:3760: gcc -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.7/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libitm --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
configure:3763: $? = 0
configure:3765: gcc -V </dev/null >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3768: $? = 4
configure:3771: checking whether we are using the GNU C compiler
configure:3827: result: yes
configure:3833: checking whether gcc accepts -g
configure:3884: result: yes
configure:3901: checking for gcc option to accept ANSI C
configure:4008: result: none needed
configure:4026: gcc -c -O0 conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:4032: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:4187: checking for mixed cygwin or msys and native VC++ environment
configure:4212: result: no
configure:4228: checking for mixed cygwin and native MinGW environment
configure:4246: result: no
configure:4255: checking if we mix cygwin with any native compiler
configure:4261: result: no
configure:4267: checking if we mix msys with another native compiler
configure:4273: result: no
configure:4338: checking for getconf
configure:4354: found /usr/bin/getconf
configure:4365: result: getconf
configure:4514: checking for large file support CFLAGS
configure:4529: result: -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
configure:4514: checking for large file support LDFLAGS
configure:4529: result: none
configure:4514: checking for large file support LIBS
configure:4529: result: none
configure:4546: checking if we can add -Werror=return-type to WERRORFLAGS (via CFLAGS)
configure:4566: gcc -c -Werror=return-type -D_GNU_SOURCE conftest.c >&5
configure:4572: $? = 0
configure:4576: test -z
|| test ! -s conftest.err
configure:4579: $? = 0
configure:4582: test -s conftest.o
configure:4585: $? = 0
configure:4597: result: yes
configure:4637: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wdeclaration-after-statement -D_GNU_SOURCE conftest.c >&5
configure:4643: $? = 0
configure:4647: test -z
|| test ! -s conftest.err
configure:4650: $? = 0
configure:4653: test -s conftest.o
configure:4656: $? = 0
configure:4685: checking how to run the C preprocessor
configure:4720: gcc -E -D_GNU_SOURCE conftest.c
configure:4726: $? = 0
configure:4758: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4764: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4803: result: gcc -E
configure:4827: gcc -E -D_GNU_SOURCE conftest.c
configure:4833: $? = 0
configure:4865: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4871: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4915: checking for egrep
configure:4925: result: grep -E
configure:4930: checking for ANSI C header files
configure:4955: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:4961: $? = 0
configure:4965: test -z
|| test ! -s conftest.err
configure:4968: $? = 0
configure:4971: test -s conftest.o
configure:4974: $? = 0
configure:5063: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lsctp >&5
conftest.c: In function 'main':
conftest.c:27:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:5066: $? = 0
configure:5068: ./conftest
configure:5071: $? = 0
configure:5086: result: yes
configure:5110: checking for sys/types.h
configure:5126: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:5132: $? = 0
configure:5136: test -z
|| test ! -s conftest.err
configure:5139: $? = 0
configure:5142: test -s conftest.o
configure:5145: $? = 0
configure:5156: result: yes
configure:5110: checking for sys/stat.h
configure:5126: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:5132: $? = 0
configure:5136: test -z
|| test ! -s conftest.err
configure:5139: $? = 0
configure:5142: test -s conftest.o
configure:5145: $? = 0
configure:5156: result: yes
configure:5110: checking for stdlib.h
configure:5126: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:5132: $? = 0
configure:5136: test -z
|| test ! -s conftest.err
configure:5139: $? = 0
configure:5142: test -s conftest.o
configure:5145: $? = 0
configure:5156: result: yes
configure:5110: checking for string.h
configure:5126: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:5132: $? = 0
configure:5136: test -z
|| test ! -s conftest.err
configure:5139: $? = 0
configure:5142: test -s conftest.o
configure:5145: $? = 0
configure:5156: result: yes
configure:5110: checking for memory.h
configure:5126: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:5132: $? = 0
configure:5136: test -z
|| test ! -s conftest.err
configure:5139: $? = 0
configure:5142: test -s conftest.o
configure:5145: $? = 0
configure:5156: result: yes
configure:5110: checking for strings.h
configure:5126: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:5132: $? = 0
configure:5136: test -z
|| test ! -s conftest.err
configure:5139: $? = 0
configure:5142: test -s conftest.o
configure:5145: $? = 0
configure:5156: result: yes
configure:5110: checking for inttypes.h
configure:5126: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:5132: $? = 0
configure:5136: test -z
|| test ! -s conftest.err
configure:5139: $? = 0
configure:5142: test -s conftest.o
configure:5145: $? = 0
configure:5156: result: yes
configure:5110: checking for stdint.h
configure:5126: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:5132: $? = 0
configure:5136: test -z
|| test ! -s conftest.err
configure:5139: $? = 0
configure:5142: test -s conftest.o
configure:5145: $? = 0
configure:5156: result: yes
configure:5110: checking for unistd.h
configure:5126: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:5132: $? = 0
configure:5136: test -z
|| test ! -s conftest.err
configure:5139: $? = 0
configure:5142: test -s conftest.o
configure:5145: $? = 0
configure:5156: result: yes
configure:5168: checking for void *
configure:5192: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:5198: $? = 0
configure:5202: test -z
|| test ! -s conftest.err
configure:5205: $? = 0
configure:5208: test -s conftest.o
configure:5211: $? = 0
configure:5222: result: yes
configure:5225: checking size of void *
configure:5544: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lsctp >&5
configure:5547: $? = 0
configure:5549: ./conftest
configure:5552: $? = 0
configure:5575: result: 4
configure:5642: checking whether compilation mode forces ARCH adjustment
configure:5676: result: no
configure:5754: checking if VM has to be linked with Carbon framework
configure:5764: result: no
configure:5772: checking if we are building a halfword emulator (32bit heap on 64bit machine)
configure:5800: result: no
configure:5813: checking how to run the C preprocessor
configure:5931: result: gcc -E
configure:5955: gcc -E -D_GNU_SOURCE conftest.c
configure:5961: $? = 0
configure:5993: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:21:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5999: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6084: checking for ranlib
configure:6100: found /usr/bin/ranlib
configure:6111: result: ranlib
configure:6128: checking for bison
configure:6157: result: no
configure:6128: checking for byacc
configure:6157: result: no
configure:6169: checking for perl5
configure:6203: result: no
configure:6169: checking for perl
configure:6188: found /usr/bin/perl
configure:6200: result: /usr/bin/perl
configure:6221: checking whether ln -s works
configure:6225: result: yes
configure:6275: checking for ar
configure:6291: found /usr/bin/ar
configure:6302: result: ar
configure:6324: checking for rm
configure:6342: found /bin/rm
configure:6355: result: /bin/rm
configure:6370: checking for mkdir
configure:6388: found /bin/mkdir
configure:6401: result: /bin/mkdir
configure:6429: checking for xsltproc
configure:6445: found /usr/bin/xsltproc
configure:6455: result: xsltproc
configure:6475: checking for fop
configure:6491: found /usr/bin/fop
configure:6501: result: fop
configure:6522: checking for xmllint
configure:6551: result: no
configure:6560: WARNING: No 'xmllint' command found: can't run the xmllint target for the documentation
configure:6586: checking for a BSD-compatible install
configure:6641: result: /usr/bin/install -c
configure:6652: checking how to create a directory including parents
configure:6673: result: /usr/bin/install -c -d
configure:6742: checking for extra flags needed to export symbols
configure:6774: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wl,-export-dynamic conftest.c -lsctp >&5
configure:6780: $? = 0
configure:6784: test -z
|| test ! -s conftest.err
configure:6787: $? = 0
configure:6790: test -s conftest
configure:6793: $? = 0
configure:6861: result: -Wl,-export-dynamic
configure:6882: checking for sin in -lm
configure:6912: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lm -lsctp >&5
conftest.c:28:6: warning: conflicting types for built-in function 'sin' [enabled by default]
configure:6918: $? = 0
configure:6922: test -z
|| test ! -s conftest.err
configure:6925: $? = 0
configure:6928: test -s conftest
configure:6931: $? = 0
configure:6944: result: yes
configure:6956: checking for dlopen in -ldl
configure:6986: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -ldl -lm -lsctp >&5
configure:6992: $? = 0
configure:6996: test -z
|| test ! -s conftest.err
configure:6999: $? = 0
configure:7002: test -s conftest
configure:7005: $? = 0
configure:7018: result: yes
configure:7030: checking for main in -linet
configure:7054: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -linet -ldl -lm -lsctp >&5
/usr/bin/ld: cannot find -linet
collect2: error: ld returned 1 exit status
configure:7060: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| main ();
| ;
| return 0;
| }
configure:7086: result: no
configure:7098: checking for openpty in -lutil
configure:7128: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:7134: $? = 0
configure:7138: test -z
|| test ! -s conftest.err
configure:7141: $? = 0
configure:7144: test -s conftest
configure:7147: $? = 0
configure:7160: result: yes
configure:7234: checking for native win32 threads
configure:7251: result: no
configure:7259: checking for pthread_create in -lpthread
configure:7289: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lpthread -lutil -ldl -lm -lsctp >&5
configure:7295: $? = 0
configure:7299: test -z
|| test ! -s conftest.err
configure:7302: $? = 0
configure:7305: test -s conftest
configure:7308: $? = 0
configure:7321: result: yes
configure:7573: checking for getconf
configure:7600: result: getconf
configure:7741: checking for Native POSIX Thread Library
configure:7760: result: yes
configure:7780: checking nptl/pthread.h usability
configure:7792: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
conftest.c:58:26: fatal error: nptl/pthread.h: No such file or directory
compilation terminated.
configure:7798: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <nptl/pthread.h>
configure:7821: result: no
configure:7825: checking nptl/pthread.h presence
configure:7835: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:24:26: fatal error: nptl/pthread.h: No such file or directory
compilation terminated.
configure:7841: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| /* end confdefs.h. */
| #include <nptl/pthread.h>
configure:7861: result: no
configure:7896: checking for nptl/pthread.h
configure:7903: result: no
configure:8109: checking pthread.h usability
configure:8121: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:8127: $? = 0
configure:8131: test -z
|| test ! -s conftest.err
configure:8134: $? = 0
configure:8137: test -s conftest.o
configure:8140: $? = 0
configure:8150: result: yes
configure:8154: checking pthread.h presence
configure:8164: gcc -E -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:8170: $? = 0
configure:8190: result: yes
configure:8225: checking for pthread.h
configure:8232: result: yes
configure:8256: checking pthread/mit/pthread.h usability
configure:8268: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:59:33: fatal error: pthread/mit/pthread.h: No such file or directory
compilation terminated.
configure:8274: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pthread/mit/pthread.h>
configure:8297: result: no
configure:8301: checking pthread/mit/pthread.h presence
configure:8311: gcc -E -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:25:33: fatal error: pthread/mit/pthread.h: No such file or directory
compilation terminated.
configure:8317: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
| #include <pthread/mit/pthread.h>
configure:8337: result: no
configure:8372: checking for pthread/mit/pthread.h
configure:8379: result: no
configure:8404: checking for kstat_open in -lkstat
configure:8434: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lkstat -lutil -ldl -lm -lsctp >&5
/usr/bin/ld: cannot find -lkstat
collect2: error: ld returned 1 exit status
configure:8440: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
|
| /* 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 kstat_open ();
| int
| main ()
| {
| kstat_open ();
| ;
| return 0;
| }
configure:8466: result: no
configure:10604: checking if SIGUSR1 and SIGUSR2 can be used
configure:10606: result: yes
configure:10617: checking if sigaltstack can be used
configure:10619: result: yes
configure:10641: checking for pthread.h
configure:10646: result: yes
configure:10789: checking for pthread/mit/pthread.h
configure:10794: result: no
configure:10954: checking sched.h usability
configure:10966: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c >&5
configure:10972: $? = 0
configure:10976: test -z
|| test ! -s conftest.err
configure:10979: $? = 0
configure:10982: test -s conftest.o
configure:10985: $? = 0
configure:10995: result: yes
configure:10999: checking sched.h presence
configure:11009: gcc -E -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c
configure:11015: $? = 0
configure:11035: result: yes
configure:11070: checking for sched.h
configure:11077: result: yes
configure:11102: checking sys/time.h usability
configure:11114: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c >&5
configure:11120: $? = 0
configure:11124: test -z
|| test ! -s conftest.err
configure:11127: $? = 0
configure:11130: test -s conftest.o
configure:11133: $? = 0
configure:11143: result: yes
configure:11147: checking sys/time.h presence
configure:11157: gcc -E -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c
configure:11163: $? = 0
configure:11183: result: yes
configure:11218: checking for sys/time.h
configure:11225: result: yes
configure:11257: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c >&5
configure:11263: $? = 0
configure:11267: test -z
|| test ! -s conftest.err
configure:11270: $? = 0
configure:11273: test -s conftest.o
configure:11276: $? = 0
configure:11292: checking for pthread_spin_lock
configure:11349: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:11355: $? = 0
configure:11359: test -z
|| test ! -s conftest.err
configure:11362: $? = 0
configure:11365: test -s conftest
configure:11368: $? = 0
configure:11380: result: yes
configure:11395: checking for sched_yield
configure:11452: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:11458: $? = 0
configure:11462: test -z
|| test ! -s conftest.err
configure:11465: $? = 0
configure:11468: test -s conftest
configure:11471: $? = 0
configure:11483: result: yes
configure:11566: checking whether sched_yield() returns an int
configure:11589: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c >&5
configure:11595: $? = 0
configure:11599: test -z
|| test ! -s conftest.err
configure:11602: $? = 0
configure:11605: test -s conftest.o
configure:11608: $? = 0
configure:11617: result: yes
configure:11629: checking for pthread_yield
configure:11686: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:11692: $? = 0
configure:11696: test -z
|| test ! -s conftest.err
configure:11699: $? = 0
configure:11702: test -s conftest
configure:11705: $? = 0
configure:11717: result: yes
configure:11729: checking whether pthread_yield() returns an int
configure:11756: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c >&5
configure:11762: $? = 0
configure:11766: test -z
|| test ! -s conftest.err
configure:11769: $? = 0
configure:11772: test -s conftest.o
configure:11775: $? = 0
configure:11784: result: yes
configure:11796: checking for pthread_rwlock_init
configure:11853: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:11859: $? = 0
configure:11863: test -z
|| test ! -s conftest.err
configure:11866: $? = 0
configure:11869: test -s conftest
configure:11872: $? = 0
configure:11884: result: yes
configure:11893: checking for pthread_rwlockattr_setkind_np
configure:11950: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:11956: $? = 0
configure:11960: test -z
|| test ! -s conftest.err
configure:11963: $? = 0
configure:11966: test -s conftest
configure:11969: $? = 0
configure:11981: result: yes
configure:11995: checking for PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP
configure:12026: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:12032: $? = 0
configure:12036: test -z
|| test ! -s conftest.err
configure:12039: $? = 0
configure:12042: test -s conftest
configure:12045: $? = 0
configure:12055: result: yes
configure:12085: checking for pthread_attr_setguardsize
configure:12142: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:12148: $? = 0
configure:12152: test -z
|| test ! -s conftest.err
configure:12155: $? = 0
configure:12158: test -s conftest
configure:12161: $? = 0
configure:12173: result: yes
configure:12186: checking for Linux futexes
configure:12216: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:12222: $? = 0
configure:12226: test -z
|| test ! -s conftest.err
configure:12229: $? = 0
configure:12232: test -s conftest
configure:12235: $? = 0
configure:12245: result: yes
configure:12255: checking for int
configure:12279: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c >&5
configure:12285: $? = 0
configure:12289: test -z
|| test ! -s conftest.err
configure:12292: $? = 0
configure:12295: test -s conftest.o
configure:12298: $? = 0
configure:12309: result: yes
configure:12312: checking size of int
configure:12631: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:12634: $? = 0
configure:12636: ./conftest
configure:12639: $? = 0
configure:12662: result: 4
configure:12669: checking for long
configure:12693: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c >&5
configure:12699: $? = 0
configure:12703: test -z
|| test ! -s conftest.err
configure:12706: $? = 0
configure:12709: test -s conftest.o
configure:12712: $? = 0
configure:12723: result: yes
configure:12726: checking size of long
configure:13045: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:13048: $? = 0
configure:13050: ./conftest
configure:13053: $? = 0
configure:13076: result: 4
configure:13083: checking for long long
configure:13107: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c >&5
configure:13113: $? = 0
configure:13117: test -z
|| test ! -s conftest.err
configure:13120: $? = 0
configure:13123: test -s conftest.o
configure:13126: $? = 0
configure:13137: result: yes
configure:13140: checking size of long long
configure:13459: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:13462: $? = 0
configure:13464: ./conftest
configure:13467: $? = 0
configure:13490: result: 8
configure:13497: checking for __int128_t
configure:13521: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:79:6: error: '__int128_t' undeclared (first use in this function)
conftest.c:79:6: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:79:18: error: expected expression before ')' token
configure:13527: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((__int128_t *) 0)
| return 0;
| if (sizeof (__int128_t))
| return 0;
| ;
| return 0;
| }
configure:13551: result: no
configure:13554: checking size of __int128_t
configure:13904: result: 0
configure:13945: checking for 32-bit __sync_val_compare_and_swap()
configure:13973: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:13979: $? = 0
configure:13983: test -z
|| test ! -s conftest.err
configure:13986: $? = 0
configure:13989: test -s conftest
configure:13992: $? = 0
configure:14007: result: yes
configure:14012: checking for 32-bit __sync_add_and_fetch()
configure:14040: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:14046: $? = 0
configure:14050: test -z
|| test ! -s conftest.err
configure:14053: $? = 0
configure:14056: test -s conftest
configure:14059: $? = 0
configure:14074: result: yes
configure:14078: checking for 32-bit __sync_fetch_and_and()
configure:14106: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:14112: $? = 0
configure:14116: test -z
|| test ! -s conftest.err
configure:14119: $? = 0
configure:14122: test -s conftest
configure:14125: $? = 0
configure:14140: result: yes
configure:14144: checking for 32-bit __sync_fetch_and_or()
configure:14172: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:14178: $? = 0
configure:14182: test -z
|| test ! -s conftest.err
configure:14185: $? = 0
configure:14188: test -s conftest
configure:14191: $? = 0
configure:14206: result: yes
configure:14211: checking for 64-bit __sync_val_compare_and_swap()
configure:14239: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:14245: $? = 0
configure:14249: test -z
|| test ! -s conftest.err
configure:14252: $? = 0
configure:14255: test -s conftest
configure:14258: $? = 0
configure:14273: result: yes
configure:14278: checking for 64-bit __sync_add_and_fetch()
configure:14306: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:14312: $? = 0
configure:14316: test -z
|| test ! -s conftest.err
configure:14319: $? = 0
configure:14322: test -s conftest
configure:14325: $? = 0
configure:14340: result: yes
configure:14344: checking for 64-bit __sync_fetch_and_and()
configure:14372: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:14378: $? = 0
configure:14382: test -z
|| test ! -s conftest.err
configure:14385: $? = 0
configure:14388: test -s conftest
configure:14391: $? = 0
configure:14406: result: yes
configure:14410: checking for 64-bit __sync_fetch_and_or()
configure:14438: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:14444: $? = 0
configure:14448: test -z
|| test ! -s conftest.err
configure:14451: $? = 0
configure:14454: test -s conftest
configure:14457: $? = 0
configure:14472: result: yes
configure:14545: checking for a usable libatomic_ops implementation
configure:14587: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
conftest.c:51:24: fatal error: atomic_ops.h: No such file or directory
compilation terminated.
configure:14593: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| /* end confdefs.h. */
| #include "atomic_ops.h"
| int
| main ()
| {
|
| volatile AO_t x;
| AO_t y;
| int z;
|
| AO_nop_full();
| AO_store(&x, (AO_t) 0);
| z = AO_load(&x);
| z = AO_compare_and_swap_full(&x, (AO_t) 0, (AO_t) 1);
|
| ;
| return 0;
| }
configure:14617: result: no
configure:15143: checking whether default stack size should be modified
configure:15154: result: no
configure:15164: checking for void *
configure:15218: result: yes
configure:15221: checking size of void *
configure:15571: result: 4
configure:15584: checking for int
configure:15638: result: yes
configure:15641: checking size of int
configure:15991: result: 4
configure:16003: checking for long
configure:16057: result: yes
configure:16060: checking size of long
configure:16410: result: 4
configure:16422: checking for long long
configure:16476: result: yes
configure:16479: checking size of long long
configure:16829: result: 8
configure:16841: checking for __int64
configure:16865: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:96:6: error: '__int64' undeclared (first use in this function)
conftest.c:96:6: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:96:15: error: expected expression before ')' token
configure:16871: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((__int64 *) 0)
| return 0;
| if (sizeof (__int64))
| return 0;
| ;
| return 0;
| }
configure:16895: result: no
configure:16898: checking size of __int64
configure:17248: result: 0
configure:17260: checking for __int128_t
configure:17314: result: no
configure:17317: checking size of __int128_t
configure:17667: result: 0
configure:17689: checking whether byte ordering is bigendian
configure:17716: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:17722: $? = 0
configure:17726: test -z
|| test ! -s conftest.err
configure:17729: $? = 0
configure:17732: test -s conftest.o
configure:17735: $? = 0
configure:17759: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:70:2: error: unknown type name 'not'
conftest.c:70:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
configure:17765: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:17900: result: no
configure:17936: checking whether double word ordering is middle-endian
configure:18018: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:18021: $? = 0
configure:18023: ./conftest
configure:18026: $? = 0
configure:18040: result: no
configure:18312: checking whether an emulator with smp support should be built
configure:18316: result: yes; enabled by user
configure:18484: checking for posix_fadvise
configure:18541: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:18547: $? = 0
configure:18551: test -z
|| test ! -s conftest.err
configure:18554: $? = 0
configure:18557: test -s conftest
configure:18560: $? = 0
configure:18572: result: yes
configure:18484: checking for closefrom
configure:18541: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
/tmp/cc4la3m0.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `closefrom'
conftest.c:(.text+0x12): undefined reference to `closefrom'
/tmp/cc4la3m0.o:(.data+0x0): undefined reference to `closefrom'
collect2: error: ld returned 1 exit status
configure:18547: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| /* end confdefs.h. */
| /* Define closefrom to an innocuous variant, in case <limits.h> declares closefrom.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define closefrom innocuous_closefrom
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char closefrom (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef closefrom
|
| /* 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 ()
| {
| return f != closefrom;
| ;
| return 0;
| }
configure:18572: result: no
configure:18596: checking linux/falloc.h usability
configure:18608: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:18614: $? = 0
configure:18618: test -z
|| test ! -s conftest.err
configure:18621: $? = 0
configure:18624: test -s conftest.o
configure:18627: $? = 0
configure:18637: result: yes
configure:18641: checking linux/falloc.h presence
configure:18651: gcc -E -D_GNU_SOURCE conftest.c
configure:18657: $? = 0
configure:18677: result: yes
configure:18712: checking for linux/falloc.h
configure:18719: result: yes
configure:18732: checking whether fallocate() works
configure:18764: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:18770: $? = 0
configure:18774: test -z
|| test ! -s conftest.err
configure:18777: $? = 0
configure:18780: test -s conftest
configure:18783: $? = 0
configure:18796: result: yes
configure:18806: checking whether posix_fallocate() works
configure:18848: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:18851: $? = 0
configure:18853: ./conftest
configure:18856: $? = 0
configure:18875: result: yes
configure:18899: checking whether the emulator should use threads
configure:18925: result: yes; thread support required and therefore forced
configure:18993: checking whether lock checking should be enabled
configure:18995: result: no
configure:19001: checking whether lock counters should be enabled
configure:19003: result: no
configure:19009: checking whether dirty schedulers should be enabled
configure:19031: result: no
configure:19041: checking whether dlopen() needs to be called before first call to dlerror()
configure:19052: result: no
configure:19085: checking whether the child waiter thread should be enabled
configure:19098: result: yes on SMP build, but not on non-SMP build
configure:19132: checking for kstat_open in -lkstat
configure:19194: result: no
configure:19226: checking for tgetent in -ltinfo
configure:19256: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -ltinfo -lutil -ldl -lm -lsctp >&5
configure:19262: $? = 0
configure:19266: test -z
|| test ! -s conftest.err
configure:19269: $? = 0
configure:19272: test -s conftest
configure:19275: $? = 0
configure:19288: result: yes
configure:19318: checking for wcwidth
configure:19336: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:19342: $? = 0
configure:19346: test -z
|| test ! -s conftest.err
configure:19349: $? = 0
configure:19352: test -s conftest
configure:19355: $? = 0
configure:19367: result: yes
configure:19395: checking for zlib 1.2.5 or higher
configure:19426: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lz -lutil -ldl -lm -lsctp >&5
configure:19432: $? = 0
configure:19436: test -z
|| test ! -s conftest.err
configure:19439: $? = 0
configure:19442: test -s conftest
configure:19445: $? = 0
configure:19454: result: yes
configure:19491: checking for connect
configure:19548: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:19554: $? = 0
configure:19558: test -z
|| test ! -s conftest.err
configure:19561: $? = 0
configure:19564: test -s conftest
configure:19567: $? = 0
configure:19579: result: yes
configure:19753: checking for gethostbyname
configure:19810: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:19816: $? = 0
configure:19820: test -z
|| test ! -s conftest.err
configure:19823: $? = 0
configure:19826: test -s conftest
configure:19829: $? = 0
configure:19841: result: yes
configure:19910: checking for gethostbyname_r
configure:19967: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:19973: $? = 0
configure:19977: test -z
|| test ! -s conftest.err
configure:19980: $? = 0
configure:19983: test -s conftest
configure:19986: $? = 0
configure:19998: result: yes
configure:20095: checking for working posix_openpt implementation
configure:20123: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:20129: $? = 0
configure:20133: test -z
|| test ! -s conftest.err
configure:20136: $? = 0
configure:20139: test -s conftest
configure:20142: $? = 0
configure:20160: result: yes
configure:20167: checking if netdb.h requires netinet/in.h to be previously included
configure:20196: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:20202: $? = 0
configure:20206: test -z
|| test ! -s conftest.err
configure:20209: $? = 0
configure:20212: test -s conftest.o
configure:20215: $? = 0
configure:20237: result: yes
configure:20244: checking for socklen_t
configure:20262: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:20268: $? = 0
configure:20272: test -z
|| test ! -s conftest.err
configure:20275: $? = 0
configure:20278: test -s conftest.o
configure:20281: $? = 0
configure:20298: result: yes
configure:20306: checking for h_errno declaration in netdb.h
configure:20327: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:20333: $? = 0
configure:20337: test -z
|| test ! -s conftest.err
configure:20340: $? = 0
configure:20343: test -s conftest.o
configure:20346: $? = 0
configure:20357: result: yes
configure:20380: checking for dirent.h that defines DIR
configure:20404: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:20410: $? = 0
configure:20414: test -z
|| test ! -s conftest.err
configure:20417: $? = 0
configure:20420: test -s conftest.o
configure:20423: $? = 0
configure:20434: result: yes
configure:20447: checking for library containing opendir
configure:20477: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp >&5
configure:20483: $? = 0
configure:20487: test -z
|| test ! -s conftest.err
configure:20490: $? = 0
configure:20493: test -s conftest
configure:20496: $? = 0
configure:20566: result: none required
configure:20702: checking for ANSI C header files
configure:20858: result: yes
configure:20868: checking for sys/wait.h that is POSIX.1 compatible
configure:20899: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:20905: $? = 0
configure:20909: test -z
|| test ! -s conftest.err
configure:20912: $? = 0
configure:20915: test -s conftest.o
configure:20918: $? = 0
configure:20929: result: yes
configure:20939: checking whether time.h and sys/time.h may both be included
configure:20964: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:20970: $? = 0
configure:20974: test -z
|| test ! -s conftest.err
configure:20977: $? = 0
configure:20980: test -s conftest.o
configure:20983: $? = 0
configure:20994: result: yes
configure:21048: checking fcntl.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21066: $? = 0
configure:21070: test -z
|| test ! -s conftest.err
configure:21073: $? = 0
configure:21076: test -s conftest.o
configure:21079: $? = 0
configure:21089: result: yes
configure:21093: checking fcntl.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21109: $? = 0
configure:21129: result: yes
configure:21164: checking for fcntl.h
configure:21171: result: yes
configure:21048: checking limits.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21066: $? = 0
configure:21070: test -z
|| test ! -s conftest.err
configure:21073: $? = 0
configure:21076: test -s conftest.o
configure:21079: $? = 0
configure:21089: result: yes
configure:21093: checking limits.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21109: $? = 0
configure:21129: result: yes
configure:21164: checking for limits.h
configure:21171: result: yes
configure:21039: checking for unistd.h
configure:21044: result: yes
configure:21048: checking syslog.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21066: $? = 0
configure:21070: test -z
|| test ! -s conftest.err
configure:21073: $? = 0
configure:21076: test -s conftest.o
configure:21079: $? = 0
configure:21089: result: yes
configure:21093: checking syslog.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21109: $? = 0
configure:21129: result: yes
configure:21164: checking for syslog.h
configure:21171: result: yes
configure:21048: checking dlfcn.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21066: $? = 0
configure:21070: test -z
|| test ! -s conftest.err
configure:21073: $? = 0
configure:21076: test -s conftest.o
configure:21079: $? = 0
configure:21089: result: yes
configure:21093: checking dlfcn.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21109: $? = 0
configure:21129: result: yes
configure:21164: checking for dlfcn.h
configure:21171: result: yes
configure:21048: checking ieeefp.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:121:20: fatal error: ieeefp.h: No such file or directory
compilation terminated.
configure:21066: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:21089: result: no
configure:21093: checking ieeefp.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:87:20: fatal error: ieeefp.h: No such file or directory
compilation terminated.
configure:21109: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ieeefp.h>
configure:21129: result: no
configure:21164: checking for ieeefp.h
configure:21171: result: no
configure:21039: checking for sys/types.h
configure:21044: result: yes
configure:21048: checking sys/stropts.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21066: $? = 0
configure:21070: test -z
|| test ! -s conftest.err
configure:21073: $? = 0
configure:21076: test -s conftest.o
configure:21079: $? = 0
configure:21089: result: yes
configure:21093: checking sys/stropts.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21109: $? = 0
configure:21129: result: yes
configure:21164: checking for sys/stropts.h
configure:21171: result: yes
configure:21048: checking sys/sysctl.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21066: $? = 0
configure:21070: test -z
|| test ! -s conftest.err
configure:21073: $? = 0
configure:21076: test -s conftest.o
configure:21079: $? = 0
configure:21089: result: yes
configure:21093: checking sys/sysctl.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21109: $? = 0
configure:21129: result: yes
configure:21164: checking for sys/sysctl.h
configure:21171: result: yes
configure:21048: checking sys/ioctl.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21066: $? = 0
configure:21070: test -z
|| test ! -s conftest.err
configure:21073: $? = 0
configure:21076: test -s conftest.o
configure:21079: $? = 0
configure:21089: result: yes
configure:21093: checking sys/ioctl.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21109: $? = 0
configure:21129: result: yes
configure:21164: checking for sys/ioctl.h
configure:21171: result: yes
configure:21039: checking for sys/time.h
configure:21044: result: yes
configure:21048: checking sys/uio.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21066: $? = 0
configure:21070: test -z
|| test ! -s conftest.err
configure:21073: $? = 0
configure:21076: test -s conftest.o
configure:21079: $? = 0
configure:21089: result: yes
configure:21093: checking sys/uio.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21109: $? = 0
configure:21129: result: yes
configure:21164: checking for sys/uio.h
configure:21171: result: yes
configure:21048: checking sys/socket.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21066: $? = 0
configure:21070: test -z
|| test ! -s conftest.err
configure:21073: $? = 0
configure:21076: test -s conftest.o
configure:21079: $? = 0
configure:21089: result: yes
configure:21093: checking sys/socket.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21109: $? = 0
configure:21129: result: yes
configure:21164: checking for sys/socket.h
configure:21171: result: yes
configure:21048: checking sys/sockio.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:128:24: fatal error: sys/sockio.h: No such file or directory
compilation terminated.
configure:21066: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sockio.h>
configure:21089: result: no
configure:21093: checking sys/sockio.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:94:24: fatal error: sys/sockio.h: No such file or directory
compilation terminated.
configure:21109: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <sys/sockio.h>
configure:21129: result: no
configure:21164: checking for sys/sockio.h
configure:21171: result: no
configure:21048: checking sys/socketio.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:128:26: fatal error: sys/socketio.h: No such file or directory
compilation terminated.
configure:21066: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/socketio.h>
configure:21089: result: no
configure:21093: checking sys/socketio.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:94:26: fatal error: sys/socketio.h: No such file or directory
compilation terminated.
configure:21109: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <sys/socketio.h>
configure:21129: result: no
configure:21164: checking for sys/socketio.h
configure:21171: result: no
configure:21048: checking net/errno.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:128:23: fatal error: net/errno.h: No such file or directory
compilation terminated.
configure:21066: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <net/errno.h>
configure:21089: result: no
configure:21093: checking net/errno.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:94:23: fatal error: net/errno.h: No such file or directory
compilation terminated.
configure:21109: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <net/errno.h>
configure:21129: result: no
configure:21164: checking for net/errno.h
configure:21171: result: no
configure:21048: checking malloc.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21066: $? = 0
configure:21070: test -z
|| test ! -s conftest.err
configure:21073: $? = 0
configure:21076: test -s conftest.o
configure:21079: $? = 0
configure:21089: result: yes
configure:21093: checking malloc.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21109: $? = 0
configure:21129: result: yes
configure:21164: checking for malloc.h
configure:21171: result: yes
configure:21048: checking arpa/nameser.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21066: $? = 0
configure:21070: test -z
|| test ! -s conftest.err
configure:21073: $? = 0
configure:21076: test -s conftest.o
configure:21079: $? = 0
configure:21089: result: yes
configure:21093: checking arpa/nameser.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21109: $? = 0
configure:21129: result: yes
configure:21164: checking for arpa/nameser.h
configure:21171: result: yes
configure:21048: checking libdlpi.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:130:21: fatal error: libdlpi.h: No such file or directory
compilation terminated.
configure:21066: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libdlpi.h>
configure:21089: result: no
configure:21093: checking libdlpi.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:96:21: fatal error: libdlpi.h: No such file or directory
compilation terminated.
configure:21109: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| /* end confdefs.h. */
| #include <libdlpi.h>
configure:21129: result: no
configure:21164: checking for libdlpi.h
configure:21171: result: no
configure:21048: checking pty.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21066: $? = 0
configure:21070: test -z
|| test ! -s conftest.err
configure:21073: $? = 0
configure:21076: test -s conftest.o
configure:21079: $? = 0
configure:21089: result: yes
configure:21093: checking pty.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21109: $? = 0
configure:21129: result: yes
configure:21164: checking for pty.h
configure:21171: result: yes
configure:21048: checking util.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:131:18: fatal error: util.h: No such file or directory
compilation terminated.
configure:21066: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <util.h>
configure:21089: result: no
configure:21093: checking util.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:97:18: fatal error: util.h: No such file or directory
compilation terminated.
configure:21109: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| /* end confdefs.h. */
| #include <util.h>
configure:21129: result: no
configure:21164: checking for util.h
configure:21171: result: no
configure:21048: checking utmp.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21066: $? = 0
configure:21070: test -z
|| test ! -s conftest.err
configure:21073: $? = 0
configure:21076: test -s conftest.o
configure:21079: $? = 0
configure:21089: result: yes
configure:21093: checking utmp.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21109: $? = 0
configure:21129: result: yes
configure:21164: checking for utmp.h
configure:21171: result: yes
configure:21048: checking langinfo.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21066: $? = 0
configure:21070: test -z
|| test ! -s conftest.err
configure:21073: $? = 0
configure:21076: test -s conftest.o
configure:21079: $? = 0
configure:21089: result: yes
configure:21093: checking langinfo.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21109: $? = 0
configure:21129: result: yes
configure:21164: checking for langinfo.h
configure:21171: result: yes
configure:21048: checking poll.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21066: $? = 0
configure:21070: test -z
|| test ! -s conftest.err
configure:21073: $? = 0
configure:21076: test -s conftest.o
configure:21079: $? = 0
configure:21089: result: yes
configure:21093: checking poll.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21109: $? = 0
configure:21129: result: yes
configure:21164: checking for poll.h
configure:21171: result: yes
configure:21048: checking sdkddkver.h usability
configure:21060: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:134:23: fatal error: sdkddkver.h: No such file or directory
compilation terminated.
configure:21066: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sdkddkver.h>
configure:21089: result: no
configure:21093: checking sdkddkver.h presence
configure:21103: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:100:23: fatal error: sdkddkver.h: No such file or directory
compilation terminated.
configure:21109: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| /* end confdefs.h. */
| #include <sdkddkver.h>
configure:21129: result: no
configure:21164: checking for sdkddkver.h
configure:21171: result: no
configure:21185: checking for struct ifreq.ifr_hwaddr
configure:21216: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:113:5: error: used struct type value where scalar is required
configure:21222: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| /* end confdefs.h. */
| #ifdef __WIN32__
| #else
| #ifdef VXWORKS
| #else
| #include <net/if.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_hwaddr)
| return 0;
| ;
| return 0;
| }
configure:21268: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21274: $? = 0
configure:21278: test -z
|| test ! -s conftest.err
configure:21281: $? = 0
configure:21284: test -s conftest.o
configure:21287: $? = 0
configure:21300: result: yes
configure:21312: checking for struct ifreq.ifr_enaddr
configure:21343: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:114:12: error: 'struct ifreq' has no member named 'ifr_enaddr'
configure:21349: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| /* end confdefs.h. */
| #ifdef __WIN32__
| #else
| #ifdef VXWORKS
| #else
| #include <net/if.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_enaddr)
| return 0;
| ;
| return 0;
| }
configure:21395: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:114:19: error: 'struct ifreq' has no member named 'ifr_enaddr'
configure:21401: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| /* end confdefs.h. */
| #ifdef __WIN32__
| #else
| #ifdef VXWORKS
| #else
| #include <net/if.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (sizeof ac_aggr.ifr_enaddr)
| return 0;
| ;
| return 0;
| }
configure:21427: result: no
configure:21745: checking for dlpi_open in -ldlpi
configure:21775: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -ldlpi -lutil -ldl -lm -lsctp >&5
/usr/bin/ld: cannot find -ldlpi
collect2: error: ld returned 1 exit status
configure:21781: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| /* end confdefs.h. */
|
| /* 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 dlpi_open ();
| int
| main ()
| {
| dlpi_open ();
| ;
| return 0;
| }
configure:21807: result: no
configure:21846: Extending the search to include /lib
configure:21849: checking for dlpi_open in -ldlpi
configure:21879: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -L/lib -R/lib conftest.c -ldlpi -lutil -ldl -lm -lsctp >&5
/usr/bin/ld: cannot find -ldlpi
collect2: error: ld returned 1 exit status
configure:21885: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| /* end confdefs.h. */
|
| /* 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 dlpi_open ();
| int
| main ()
| {
| dlpi_open ();
| ;
| return 0;
| }
configure:21911: result: no
configure:21938: checking sys/resource.h usability
configure:21950: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:21956: $? = 0
configure:21960: test -z
|| test ! -s conftest.err
configure:21963: $? = 0
configure:21966: test -s conftest.o
configure:21969: $? = 0
configure:21979: result: yes
configure:21983: checking sys/resource.h presence
configure:21993: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:21999: $? = 0
configure:22019: result: yes
configure:22054: checking for sys/resource.h
configure:22061: result: yes
configure:22071: checking whether getrlimit is declared
configure:22096: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:22102: $? = 0
configure:22106: test -z
|| test ! -s conftest.err
configure:22109: $? = 0
configure:22112: test -s conftest.o
configure:22115: $? = 0
configure:22126: result: yes
configure:22142: checking whether setrlimit is declared
configure:22167: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:22173: $? = 0
configure:22177: test -z
|| test ! -s conftest.err
configure:22180: $? = 0
configure:22183: test -s conftest.o
configure:22186: $? = 0
configure:22197: result: yes
configure:22213: checking whether RLIMIT_STACK is declared
configure:22238: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:22244: $? = 0
configure:22248: test -z
|| test ! -s conftest.err
configure:22251: $? = 0
configure:22254: test -s conftest.o
configure:22257: $? = 0
configure:22268: result: yes
configure:22301: checking sys/event.h usability
configure:22313: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:139:23: fatal error: sys/event.h: No such file or directory
compilation terminated.
configure:22319: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/event.h>
configure:22342: result: no
configure:22346: checking sys/event.h presence
configure:22356: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:105:23: fatal error: sys/event.h: No such file or directory
compilation terminated.
configure:22362: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| /* end confdefs.h. */
| #include <sys/event.h>
configure:22382: result: no
configure:22417: checking for sys/event.h
configure:22424: result: no
configure:22443: checking sys/epoll.h usability
configure:22455: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:22461: $? = 0
configure:22465: test -z
|| test ! -s conftest.err
configure:22468: $? = 0
configure:22471: test -s conftest.o
configure:22474: $? = 0
configure:22484: result: yes
configure:22488: checking sys/epoll.h presence
configure:22498: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:22504: $? = 0
configure:22524: result: yes
configure:22559: checking for sys/epoll.h
configure:22566: result: yes
configure:22585: checking sys/devpoll.h usability
configure:22597: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:139:25: fatal error: sys/devpoll.h: No such file or directory
compilation terminated.
configure:22603: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/devpoll.h>
configure:22626: result: no
configure:22630: checking sys/devpoll.h presence
configure:22640: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:105:25: fatal error: sys/devpoll.h: No such file or directory
compilation terminated.
configure:22646: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| /* end confdefs.h. */
| #include <sys/devpoll.h>
configure:22666: result: no
configure:22701: checking for sys/devpoll.h
configure:22708: result: no
configure:22720: checking for netinet/sctp.h
configure:22739: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:22745: $? = 0
configure:22749: test -z
|| test ! -s conftest.err
configure:22752: $? = 0
configure:22755: test -s conftest.o
configure:22758: $? = 0
configure:22769: result: yes
configure:22793: checking for sctp_bindx
configure:22850: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp >&5
configure:22856: $? = 0
configure:22860: test -z
|| test ! -s conftest.err
configure:22863: $? = 0
configure:22866: test -s conftest
configure:22869: $? = 0
configure:22881: result: yes
configure:22793: checking for sctp_peeloff
configure:22850: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp >&5
configure:22856: $? = 0
configure:22860: test -z
|| test ! -s conftest.err
configure:22863: $? = 0
configure:22866: test -s conftest
configure:22869: $? = 0
configure:22881: result: yes
configure:22793: checking for sctp_getladdrs
configure:22850: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp >&5
configure:22856: $? = 0
configure:22860: test -z
|| test ! -s conftest.err
configure:22863: $? = 0
configure:22866: test -s conftest
configure:22869: $? = 0
configure:22881: result: yes
configure:22793: checking for sctp_freeladdrs
configure:22850: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp >&5
configure:22856: $? = 0
configure:22860: test -z
|| test ! -s conftest.err
configure:22863: $? = 0
configure:22866: test -s conftest
configure:22869: $? = 0
configure:22881: result: yes
configure:22793: checking for sctp_getpaddrs
configure:22850: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp >&5
configure:22856: $? = 0
configure:22860: test -z
|| test ! -s conftest.err
configure:22863: $? = 0
configure:22866: test -s conftest
configure:22869: $? = 0
configure:22881: result: yes
configure:22793: checking for sctp_freepaddrs
configure:22850: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp >&5
configure:22856: $? = 0
configure:22860: test -z
|| test ! -s conftest.err
configure:22863: $? = 0
configure:22866: test -s conftest
configure:22869: $? = 0
configure:22881: result: yes
configure:22891: checking whether SCTP_UNORDERED is declared
configure:22920: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:22926: $? = 0
configure:22930: test -z
|| test ! -s conftest.err
configure:22933: $? = 0
configure:22936: test -s conftest.o
configure:22939: $? = 0
configure:22950: result: yes
configure:22966: checking whether SCTP_ADDR_OVER is declared
configure:22995: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:23001: $? = 0
configure:23005: test -z
|| test ! -s conftest.err
configure:23008: $? = 0
configure:23011: test -s conftest.o
configure:23014: $? = 0
configure:23025: result: yes
configure:23041: checking whether SCTP_ABORT is declared
configure:23070: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:23076: $? = 0
configure:23080: test -z
|| test ! -s conftest.err
configure:23083: $? = 0
configure:23086: test -s conftest.o
configure:23089: $? = 0
configure:23100: result: yes
configure:23116: checking whether SCTP_EOF is declared
configure:23145: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:23151: $? = 0
configure:23155: test -z
|| test ! -s conftest.err
configure:23158: $? = 0
configure:23161: test -s conftest.o
configure:23164: $? = 0
configure:23175: result: yes
configure:23191: checking whether SCTP_SENDALL is declared
configure:23220: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:126:22: error: 'SCTP_SENDALL' undeclared (first use in this function)
conftest.c:126:22: note: each undeclared identifier is reported only once for each function it appears in
configure:23226: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| /* end confdefs.h. */
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #include <netinet/sctp.h>
|
|
| int
| main ()
| {
| #ifndef SCTP_SENDALL
| char *p = (char *) SCTP_SENDALL;
| #endif
|
| ;
| return 0;
| }
configure:23250: result: no
configure:23266: checking whether SCTP_ADDR_CONFIRMED is declared
configure:23295: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:23301: $? = 0
configure:23305: test -z
|| test ! -s conftest.err
configure:23308: $? = 0
configure:23311: test -s conftest.o
configure:23314: $? = 0
configure:23325: result: yes
configure:23341: checking whether SCTP_DELAYED_ACK_TIME is declared
configure:23370: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:23376: $? = 0
configure:23380: test -z
|| test ! -s conftest.err
configure:23383: $? = 0
configure:23386: test -s conftest.o
configure:23389: $? = 0
configure:23400: result: yes
configure:23416: checking whether SCTP_EMPTY is declared
configure:23445: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:23451: $? = 0
configure:23455: test -z
|| test ! -s conftest.err
configure:23458: $? = 0
configure:23461: test -s conftest.o
configure:23464: $? = 0
configure:23475: result: yes
configure:23491: checking whether SCTP_CLOSED is declared
configure:23520: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:23526: $? = 0
configure:23530: test -z
|| test ! -s conftest.err
configure:23533: $? = 0
configure:23536: test -s conftest.o
configure:23539: $? = 0
configure:23550: result: yes
configure:23566: checking whether SCTPS_IDLE is declared
configure:23595: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:131:22: error: 'SCTPS_IDLE' undeclared (first use in this function)
conftest.c:131:22: note: each undeclared identifier is reported only once for each function it appears in
configure:23601: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| /* end confdefs.h. */
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #include <netinet/sctp.h>
|
|
| int
| main ()
| {
| #ifndef SCTPS_IDLE
| char *p = (char *) SCTPS_IDLE;
| #endif
|
| ;
| return 0;
| }
configure:23625: result: no
configure:23641: checking whether SCTP_BOUND is declared
configure:23670: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:132:22: error: 'SCTP_BOUND' undeclared (first use in this function)
conftest.c:132:22: note: each undeclared identifier is reported only once for each function it appears in
configure:23676: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| /* end confdefs.h. */
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #include <netinet/sctp.h>
|
|
| int
| main ()
| {
| #ifndef SCTP_BOUND
| char *p = (char *) SCTP_BOUND;
| #endif
|
| ;
| return 0;
| }
configure:23700: result: no
configure:23716: checking whether SCTPS_BOUND is declared
configure:23745: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:133:22: error: 'SCTPS_BOUND' undeclared (first use in this function)
conftest.c:133:22: note: each undeclared identifier is reported only once for each function it appears in
configure:23751: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| /* end confdefs.h. */
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #include <netinet/sctp.h>
|
|
| int
| main ()
| {
| #ifndef SCTPS_BOUND
| char *p = (char *) SCTPS_BOUND;
| #endif
|
| ;
| return 0;
| }
configure:23775: result: no
configure:23791: checking whether SCTP_LISTEN is declared
configure:23820: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:134:22: error: 'SCTP_LISTEN' undeclared (first use in this function)
conftest.c:134:22: note: each undeclared identifier is reported only once for each function it appears in
configure:23826: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| /* end confdefs.h. */
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #include <netinet/sctp.h>
|
|
| int
| main ()
| {
| #ifndef SCTP_LISTEN
| char *p = (char *) SCTP_LISTEN;
| #endif
|
| ;
| return 0;
| }
configure:23850: result: no
configure:23866: checking whether SCTPS_LISTEN is declared
configure:23895: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:135:22: error: 'SCTPS_LISTEN' undeclared (first use in this function)
conftest.c:135:22: note: each undeclared identifier is reported only once for each function it appears in
configure:23901: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| /* end confdefs.h. */
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #include <netinet/sctp.h>
|
|
| int
| main ()
| {
| #ifndef SCTPS_LISTEN
| char *p = (char *) SCTPS_LISTEN;
| #endif
|
| ;
| return 0;
| }
configure:23925: result: no
configure:23941: checking whether SCTP_COOKIE_WAIT is declared
configure:23970: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:23976: $? = 0
configure:23980: test -z
|| test ! -s conftest.err
configure:23983: $? = 0
configure:23986: test -s conftest.o
configure:23989: $? = 0
configure:24000: result: yes
configure:24016: checking whether SCTPS_COOKIE_WAIT is declared
configure:24045: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:137:22: error: 'SCTPS_COOKIE_WAIT' undeclared (first use in this function)
conftest.c:137:22: note: each undeclared identifier is reported only once for each function it appears in
configure:24051: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| /* end confdefs.h. */
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #include <netinet/sctp.h>
|
|
| int
| main ()
| {
| #ifndef SCTPS_COOKIE_WAIT
| char *p = (char *) SCTPS_COOKIE_WAIT;
| #endif
|
| ;
| return 0;
| }
configure:24075: result: no
configure:24091: checking whether SCTP_COOKIE_ECHOED is declared
configure:24120: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:24126: $? = 0
configure:24130: test -z
|| test ! -s conftest.err
configure:24133: $? = 0
configure:24136: test -s conftest.o
configure:24139: $? = 0
configure:24150: result: yes
configure:24166: checking whether SCTPS_COOKIE_ECHOED is declared
configure:24195: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:139:22: error: 'SCTPS_COOKIE_ECHOED' undeclared (first use in this function)
conftest.c:139:22: note: each undeclared identifier is reported only once for each function it appears in
configure:24201: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| /* end confdefs.h. */
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #include <netinet/sctp.h>
|
|
| int
| main ()
| {
| #ifndef SCTPS_COOKIE_ECHOED
| char *p = (char *) SCTPS_COOKIE_ECHOED;
| #endif
|
| ;
| return 0;
| }
configure:24225: result: no
configure:24241: checking whether SCTP_ESTABLISHED is declared
configure:24270: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:24276: $? = 0
configure:24280: test -z
|| test ! -s conftest.err
configure:24283: $? = 0
configure:24286: test -s conftest.o
configure:24289: $? = 0
configure:24300: result: yes
configure:24316: checking whether SCTPS_ESTABLISHED is declared
configure:24345: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:141:22: error: 'SCTPS_ESTABLISHED' undeclared (first use in this function)
conftest.c:141:22: note: each undeclared identifier is reported only once for each function it appears in
configure:24351: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| /* end confdefs.h. */
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #include <netinet/sctp.h>
|
|
| int
| main ()
| {
| #ifndef SCTPS_ESTABLISHED
| char *p = (char *) SCTPS_ESTABLISHED;
| #endif
|
| ;
| return 0;
| }
configure:24375: result: no
configure:24391: checking whether SCTP_SHUTDOWN_PENDING is declared
configure:24420: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:24426: $? = 0
configure:24430: test -z
|| test ! -s conftest.err
configure:24433: $? = 0
configure:24436: test -s conftest.o
configure:24439: $? = 0
configure:24450: result: yes
configure:24466: checking whether SCTPS_SHUTDOWN_PENDING is declared
configure:24495: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:143:22: error: 'SCTPS_SHUTDOWN_PENDING' undeclared (first use in this function)
conftest.c:143:22: note: each undeclared identifier is reported only once for each function it appears in
configure:24501: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| /* end confdefs.h. */
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #include <netinet/sctp.h>
|
|
| int
| main ()
| {
| #ifndef SCTPS_SHUTDOWN_PENDING
| char *p = (char *) SCTPS_SHUTDOWN_PENDING;
| #endif
|
| ;
| return 0;
| }
configure:24525: result: no
configure:24541: checking whether SCTP_SHUTDOWN_SENT is declared
configure:24570: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:24576: $? = 0
configure:24580: test -z
|| test ! -s conftest.err
configure:24583: $? = 0
configure:24586: test -s conftest.o
configure:24589: $? = 0
configure:24600: result: yes
configure:24616: checking whether SCTPS_SHUTDOWN_SENT is declared
configure:24645: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:145:22: error: 'SCTPS_SHUTDOWN_SENT' undeclared (first use in this function)
conftest.c:145:22: note: each undeclared identifier is reported only once for each function it appears in
configure:24651: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| /* end confdefs.h. */
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #include <netinet/sctp.h>
|
|
| int
| main ()
| {
| #ifndef SCTPS_SHUTDOWN_SENT
| char *p = (char *) SCTPS_SHUTDOWN_SENT;
| #endif
|
| ;
| return 0;
| }
configure:24675: result: no
configure:24691: checking whether SCTP_SHUTDOWN_RECEIVED is declared
configure:24720: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:24726: $? = 0
configure:24730: test -z
|| test ! -s conftest.err
configure:24733: $? = 0
configure:24736: test -s conftest.o
configure:24739: $? = 0
configure:24750: result: yes
configure:24766: checking whether SCTPS_SHUTDOWN_RECEIVED is declared
configure:24795: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:147:22: error: 'SCTPS_SHUTDOWN_RECEIVED' undeclared (first use in this function)
conftest.c:147:22: note: each undeclared identifier is reported only once for each function it appears in
configure:24801: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| /* end confdefs.h. */
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #include <netinet/sctp.h>
|
|
| int
| main ()
| {
| #ifndef SCTPS_SHUTDOWN_RECEIVED
| char *p = (char *) SCTPS_SHUTDOWN_RECEIVED;
| #endif
|
| ;
| return 0;
| }
configure:24825: result: no
configure:24841: checking whether SCTP_SHUTDOWN_ACK_SENT is declared
configure:24870: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:24876: $? = 0
configure:24880: test -z
|| test ! -s conftest.err
configure:24883: $? = 0
configure:24886: test -s conftest.o
configure:24889: $? = 0
configure:24900: result: yes
configure:24916: checking whether SCTPS_SHUTDOWN_ACK_SENT is declared
configure:24945: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:149:22: error: 'SCTPS_SHUTDOWN_ACK_SENT' undeclared (first use in this function)
conftest.c:149:22: note: each undeclared identifier is reported only once for each function it appears in
configure:24951: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| /* end confdefs.h. */
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #include <netinet/sctp.h>
|
|
| int
| main ()
| {
| #ifndef SCTPS_SHUTDOWN_ACK_SENT
| char *p = (char *) SCTPS_SHUTDOWN_ACK_SENT;
| #endif
|
| ;
| return 0;
| }
configure:24975: result: no
configure:24993: checking for struct sctp_paddrparams.spp_pathmtu
configure:25021: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:25027: $? = 0
configure:25031: test -z
|| test ! -s conftest.err
configure:25034: $? = 0
configure:25037: test -s conftest.o
configure:25040: $? = 0
configure:25102: result: yes
configure:25112: checking for struct sctp_paddrparams.spp_sackdelay
configure:25140: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:25146: $? = 0
configure:25150: test -z
|| test ! -s conftest.err
configure:25153: $? = 0
configure:25156: test -s conftest.o
configure:25159: $? = 0
configure:25221: result: yes
configure:25231: checking for struct sctp_paddrparams.spp_flags
configure:25259: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:25265: $? = 0
configure:25269: test -z
|| test ! -s conftest.err
configure:25272: $? = 0
configure:25275: test -s conftest.o
configure:25278: $? = 0
configure:25340: result: yes
configure:25350: checking for struct sctp_remote_error.sre_data
configure:25378: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:25384: $? = 0
configure:25388: test -z
|| test ! -s conftest.err
configure:25391: $? = 0
configure:25394: test -s conftest.o
configure:25397: $? = 0
configure:25459: result: yes
configure:25469: checking for struct sctp_send_failed.ssf_data
configure:25497: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:25503: $? = 0
configure:25507: test -z
|| test ! -s conftest.err
configure:25510: $? = 0
configure:25513: test -s conftest.o
configure:25516: $? = 0
configure:25578: result: yes
configure:25597: checking for sched.h
configure:25602: result: yes
configure:25606: checking setns.h usability
configure:25618: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:180:19: fatal error: setns.h: No such file or directory
compilation terminated.
configure:25624: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <setns.h>
configure:25647: result: no
configure:25651: checking setns.h presence
configure:25661: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:146:19: fatal error: setns.h: No such file or directory
compilation terminated.
configure:25667: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| /* end confdefs.h. */
| #include <setns.h>
configure:25687: result: no
configure:25722: checking for setns.h
configure:25729: result: no
configure:25746: checking for setns
configure:25803: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp >&5
configure:25809: $? = 0
configure:25813: test -z
|| test ! -s conftest.err
configure:25816: $? = 0
configure:25819: test -s conftest
configure:25822: $? = 0
configure:25834: result: yes
configure:25856: checking valgrind/valgrind.h usability
configure:25868: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:181:31: fatal error: valgrind/valgrind.h: No such file or directory
compilation terminated.
configure:25874: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind/valgrind.h>
configure:25897: result: no
configure:25901: checking valgrind/valgrind.h presence
configure:25911: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:147:31: fatal error: valgrind/valgrind.h: No such file or directory
compilation terminated.
configure:25917: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| /* end confdefs.h. */
| #include <valgrind/valgrind.h>
configure:25937: result: no
configure:25972: checking for valgrind/valgrind.h
configure:25979: result: no
configure:25990: checking for SO_BSDCOMPAT declaration
configure:26011: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:26017: $? = 0
configure:26021: test -z
|| test ! -s conftest.err
configure:26024: $? = 0
configure:26027: test -s conftest.o
configure:26030: $? = 0
configure:26041: result: yes
configure:26053: checking for INADDR_LOOPBACK in netinet/in.h
configure:26075: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:26081: $? = 0
configure:26085: test -z
|| test ! -s conftest.err
configure:26088: $? = 0
configure:26091: test -s conftest.o
configure:26094: $? = 0
configure:26106: result: yes
configure:26244: checking for sys_errlist declaration in stdio.h or errno.h
configure:26266: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:153:13: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
configure:26272: $? = 0
configure:26276: test -z
|| test ! -s conftest.err
configure:26279: $? = 0
configure:26282: test -s conftest.o
configure:26285: $? = 0
configure:26296: result: yes
configure:26307: checking if windows.h includes winsock2.h
configure:26333: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:149:21: fatal error: windows.h: No such file or directory
compilation terminated.
configure:26339: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| /* end confdefs.h. */
| #include <windows.h>
|
| int
| main ()
| {
| #ifndef _WINSOCK2API_
| #error winsock2.h not included
| #endif
| int i = 1;
|
| ;
| return 0;
| }
configure:26363: result: no
configure:26376: checking for an ANSI C-conforming const
configure:26443: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:26449: $? = 0
configure:26453: test -z
|| test ! -s conftest.err
configure:26456: $? = 0
configure:26459: test -s conftest.o
configure:26462: $? = 0
configure:26473: result: yes
configure:26483: checking return type of signal handlers
configure:26514: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:26520: $? = 0
configure:26524: test -z
|| test ! -s conftest.err
configure:26527: $? = 0
configure:26530: test -s conftest.o
configure:26533: $? = 0
configure:26544: result: void
configure:26552: checking for off_t
configure:26576: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:26582: $? = 0
configure:26586: test -z
|| test ! -s conftest.err
configure:26589: $? = 0
configure:26592: test -s conftest.o
configure:26595: $? = 0
configure:26606: result: yes
configure:26618: checking for pid_t
configure:26642: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:26648: $? = 0
configure:26652: test -z
|| test ! -s conftest.err
configure:26655: $? = 0
configure:26658: test -s conftest.o
configure:26661: $? = 0
configure:26672: result: yes
configure:26684: checking for size_t
configure:26708: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:26714: $? = 0
configure:26718: test -z
|| test ! -s conftest.err
configure:26721: $? = 0
configure:26724: test -s conftest.o
configure:26727: $? = 0
configure:26738: result: yes
configure:26751: checking whether struct tm is in sys/time.h or time.h
configure:26774: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:26780: $? = 0
configure:26784: test -z
|| test ! -s conftest.err
configure:26787: $? = 0
configure:26790: test -s conftest.o
configure:26793: $? = 0
configure:26804: result: time.h
configure:26814: checking whether struct sockaddr has sa_len field
configure:26836: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:155:21: error: 'struct sockaddr' has no member named 'sa_len'
configure:26842: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
| int
| main ()
| {
| struct sockaddr s; s.sa_len = 10;
| ;
| return 0;
| }
configure:26866: result: no
configure:26878: checking for struct exception (and matherr function)
configure:26899: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:26905: $? = 0
configure:26909: test -z
|| test ! -s conftest.err
configure:26912: $? = 0
configure:26915: test -s conftest.o
configure:26918: $? = 0
configure:26929: result: yes
configure:26942: checking for char
configure:26966: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:26972: $? = 0
configure:26976: test -z
|| test ! -s conftest.err
configure:26979: $? = 0
configure:26982: test -s conftest.o
configure:26985: $? = 0
configure:26996: result: yes
configure:26999: checking size of char
configure:27318: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:27321: $? = 0
configure:27323: ./conftest
configure:27326: $? = 0
configure:27349: result: 1
configure:27356: checking for short
configure:27380: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:27386: $? = 0
configure:27390: test -z
|| test ! -s conftest.err
configure:27393: $? = 0
configure:27396: test -s conftest.o
configure:27399: $? = 0
configure:27410: result: yes
configure:27413: checking size of short
configure:27732: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:27735: $? = 0
configure:27737: ./conftest
configure:27740: $? = 0
configure:27763: result: 2
configure:27770: checking for int
configure:27824: result: yes
configure:27827: checking size of int
configure:28177: result: 4
configure:28184: checking for long
configure:28238: result: yes
configure:28241: checking size of long
configure:28591: result: 4
configure:28598: checking for void *
configure:28652: result: yes
configure:28655: checking size of void *
configure:29005: result: 4
configure:29012: checking for long long
configure:29066: result: yes
configure:29069: checking size of long long
configure:29419: result: 8
configure:29426: checking for size_t
configure:29480: result: yes
configure:29483: checking size of size_t
configure:29802: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:29805: $? = 0
configure:29807: ./conftest
configure:29810: $? = 0
configure:29833: result: 4
configure:29840: checking for off_t
configure:29894: result: yes
configure:29897: checking size of off_t
configure:30216: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:30219: $? = 0
configure:30221: ./conftest
configure:30224: $? = 0
configure:30247: result: 8
configure:30254: checking for time_t
configure:30278: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:30284: $? = 0
configure:30288: test -z
|| test ! -s conftest.err
configure:30291: $? = 0
configure:30294: test -s conftest.o
configure:30297: $? = 0
configure:30308: result: yes
configure:30311: checking size of time_t
configure:30630: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:30633: $? = 0
configure:30635: ./conftest
configure:30638: $? = 0
configure:30661: result: 4
configure:30677: checking if we should add -fno-tree-copyrename to CFLAGS for computed gotos to work properly
configure:30701: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5
configure:30707: $? = 0
configure:30711: test -z
|| test ! -s conftest.err
configure:30714: $? = 0
configure:30717: test -s conftest.o
configure:30720: $? = 0
configure:30733: result: yes
configure:30742: checking for broken gcc-4.3.0 compiler
configure:30789: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:30792: $? = 0
configure:30794: ./conftest
configure:30797: $? = 0
configure:30823: result: no
configure:30841: checking whether byte ordering is bigendian
configure:31052: result: no
configure:31071: checking whether double word ordering is middle-endian
configure:31175: result: no
configure:31198: checking for fdatasync
configure:31255: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:31261: $? = 0
configure:31265: test -z
|| test ! -s conftest.err
configure:31268: $? = 0
configure:31271: test -s conftest
configure:31274: $? = 0
configure:31286: result: yes
configure:31297: checking for library containing fdatasync
configure:31327: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:31333: $? = 0
configure:31337: test -z
|| test ! -s conftest.err
configure:31340: $? = 0
configure:31343: test -s conftest
configure:31346: $? = 0
configure:31416: result: none required
configure:31431: checking for sendfile
configure:31488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:31494: $? = 0
configure:31498: test -z
|| test ! -s conftest.err
configure:31501: $? = 0
configure:31504: test -s conftest
configure:31507: $? = 0
configure:31519: result: yes
configure:31689: checking windows.h usability
configure:31701: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:197:21: fatal error: windows.h: No such file or directory
compilation terminated.
configure:31707: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <windows.h>
configure:31730: result: no
configure:31734: checking windows.h presence
configure:31744: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:163:21: fatal error: windows.h: No such file or directory
compilation terminated.
configure:31750: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| /* end confdefs.h. */
| #include <windows.h>
configure:31770: result: no
configure:31805: checking for windows.h
configure:31812: result: no
configure:31839: checking winsock2.h usability
configure:31851: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:197:22: fatal error: winsock2.h: No such file or directory
compilation terminated.
configure:31857: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <winsock2.h>
configure:31880: result: no
configure:31884: checking winsock2.h presence
configure:31894: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:163:22: fatal error: winsock2.h: No such file or directory
compilation terminated.
configure:31900: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| /* end confdefs.h. */
| #include <winsock2.h>
configure:31920: result: no
configure:31955: checking for winsock2.h
configure:31962: result: no
configure:31979: checking for ws2tcpip.h
configure:32002: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:172:22: fatal error: ws2tcpip.h: No such file or directory
compilation terminated.
configure:32008: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| /* end confdefs.h. */
|
| #ifdef HAVE_WINSOCK2_H
| #include <winsock2.h>
| #endif
| #ifdef HAVE_WINDOWS_H
| #include <windows.h>
| #endif
|
|
| #include <ws2tcpip.h>
configure:32032: result: no
configure:32043: checking for getaddrinfo
configure:32079: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32085: $? = 0
configure:32089: test -z
|| test ! -s conftest.err
configure:32092: $? = 0
configure:32095: test -s conftest
configure:32098: $? = 0
configure:32110: result: yes
configure:32112: checking whether getaddrinfo accepts enough flags
configure:32158: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:32164: $? = 0
configure:32168: test -z
|| test ! -s conftest.err
configure:32171: $? = 0
configure:32174: test -s conftest.o
configure:32177: $? = 0
configure:32187: result: yes
configure:32202: checking for getnameinfo
configure:32238: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32244: $? = 0
configure:32248: test -z
|| test ! -s conftest.err
configure:32251: $? = 0
configure:32254: test -s conftest
configure:32257: $? = 0
configure:32269: result: yes
configure:32288: checking for getipnodebyname
configure:32345: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
/tmp/ccGJPYgw.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `getipnodebyname'
conftest.c:(.text+0x12): undefined reference to `getipnodebyname'
/tmp/ccGJPYgw.o:(.data+0x0): undefined reference to `getipnodebyname'
collect2: error: ld returned 1 exit status
configure:32351: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| /* end confdefs.h. */
| /* Define getipnodebyname to an innocuous variant, in case <limits.h> declares getipnodebyname.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getipnodebyname innocuous_getipnodebyname
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getipnodebyname (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getipnodebyname
|
| /* 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 getipnodebyname ();
| /* 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_getipnodebyname) || defined (__stub___getipnodebyname)
| choke me
| #else
| char (*f) () = getipnodebyname;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getipnodebyname;
| ;
| return 0;
| }
configure:32376: result: no
configure:32288: checking for getipnodebyaddr
configure:32345: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
/tmp/cciRrt03.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `getipnodebyaddr'
conftest.c:(.text+0x12): undefined reference to `getipnodebyaddr'
/tmp/cciRrt03.o:(.data+0x0): undefined reference to `getipnodebyaddr'
collect2: error: ld returned 1 exit status
configure:32351: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| /* end confdefs.h. */
| /* Define getipnodebyaddr to an innocuous variant, in case <limits.h> declares getipnodebyaddr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getipnodebyaddr innocuous_getipnodebyaddr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getipnodebyaddr (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getipnodebyaddr
|
| /* 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 getipnodebyaddr ();
| /* 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_getipnodebyaddr) || defined (__stub___getipnodebyaddr)
| choke me
| #else
| char (*f) () = getipnodebyaddr;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getipnodebyaddr;
| ;
| return 0;
| }
configure:32376: result: no
configure:32288: checking for gethostbyname2
configure:32345: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32351: $? = 0
configure:32355: test -z
|| test ! -s conftest.err
configure:32358: $? = 0
configure:32361: test -s conftest
configure:32364: $? = 0
configure:32376: result: yes
configure:32431: checking for ieee_handler
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
/tmp/cc6ziBhV.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `ieee_handler'
conftest.c:(.text+0x12): undefined reference to `ieee_handler'
/tmp/cc6ziBhV.o:(.data+0x0): undefined reference to `ieee_handler'
collect2: error: ld returned 1 exit status
configure:32494: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| /* end confdefs.h. */
| /* Define ieee_handler to an innocuous variant, in case <limits.h> declares ieee_handler.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define ieee_handler innocuous_ieee_handler
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char ieee_handler (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef ieee_handler
|
| /* 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 ieee_handler ();
| /* 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_ieee_handler) || defined (__stub___ieee_handler)
| choke me
| #else
| char (*f) () = ieee_handler;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != ieee_handler;
| ;
| return 0;
| }
configure:32519: result: no
configure:32431: checking for fpsetmask
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
/tmp/ccExYbgs.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `fpsetmask'
conftest.c:(.text+0x12): undefined reference to `fpsetmask'
/tmp/ccExYbgs.o:(.data+0x0): undefined reference to `fpsetmask'
collect2: error: ld returned 1 exit status
configure:32494: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| /* end confdefs.h. */
| /* Define fpsetmask to an innocuous variant, in case <limits.h> declares fpsetmask.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fpsetmask innocuous_fpsetmask
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fpsetmask (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fpsetmask
|
| /* 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 fpsetmask ();
| /* 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_fpsetmask) || defined (__stub___fpsetmask)
| choke me
| #else
| char (*f) () = fpsetmask;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != fpsetmask;
| ;
| return 0;
| }
configure:32519: result: no
configure:32431: checking for finite
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
conftest.c:190:6: warning: conflicting types for built-in function 'finite' [enabled by default]
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for isnan
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
conftest.c:191:6: warning: conflicting types for built-in function 'isnan' [enabled by default]
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for isinf
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
conftest.c:192:6: warning: conflicting types for built-in function 'isinf' [enabled by default]
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for res_gethostbyname
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
/tmp/ccC3DLwC.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `res_gethostbyname'
conftest.c:(.text+0x12): undefined reference to `res_gethostbyname'
/tmp/ccC3DLwC.o:(.data+0x0): undefined reference to `res_gethostbyname'
collect2: error: ld returned 1 exit status
configure:32494: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| /* end confdefs.h. */
| /* Define res_gethostbyname to an innocuous variant, in case <limits.h> declares res_gethostbyname.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define res_gethostbyname innocuous_res_gethostbyname
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char res_gethostbyname (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef res_gethostbyname
|
| /* 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 res_gethostbyname ();
| /* 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_res_gethostbyname) || defined (__stub___res_gethostbyname)
| choke me
| #else
| char (*f) () = res_gethostbyname;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != res_gethostbyname;
| ;
| return 0;
| }
configure:32519: result: no
configure:32431: checking for dlopen
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for pread
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for pwrite
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for memmove
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
conftest.c:196:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for strerror
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for strerror_r
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for strncasecmp
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
conftest.c:199:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for gethrtime
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
/tmp/ccQYpEW3.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `gethrtime'
conftest.c:(.text+0x12): undefined reference to `gethrtime'
/tmp/ccQYpEW3.o:(.data+0x0): undefined reference to `gethrtime'
collect2: error: ld returned 1 exit status
configure:32494: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h. */
| /* Define gethrtime to an innocuous variant, in case <limits.h> declares gethrtime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gethrtime innocuous_gethrtime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gethrtime (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef gethrtime
|
| /* 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 ()
| {
| return f != gethrtime;
| ;
| return 0;
| }
configure:32519: result: no
configure:32431: checking for localtime_r
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for gmtime_r
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for inet_pton
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for memcpy
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
conftest.c:203:6: warning: conflicting types for built-in function 'memcpy' [enabled by default]
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for mallopt
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for sbrk
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for _sbrk
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
/tmp/ccQxfSsX.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `_sbrk'
conftest.c:(.text+0x12): undefined reference to `_sbrk'
/tmp/ccQxfSsX.o:(.data+0x0): undefined reference to `_sbrk'
collect2: error: ld returned 1 exit status
configure:32494: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| /* end confdefs.h. */
| /* Define _sbrk to an innocuous variant, in case <limits.h> declares _sbrk.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _sbrk innocuous__sbrk
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _sbrk (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _sbrk
|
| /* 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 _sbrk ();
| /* 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__sbrk) || defined (__stub____sbrk)
| choke me
| #else
| char (*f) () = _sbrk;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _sbrk;
| ;
| return 0;
| }
configure:32519: result: no
configure:32431: checking for __sbrk
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for brk
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for _brk
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
/tmp/ccAbvYgw.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `_brk'
conftest.c:(.text+0x12): undefined reference to `_brk'
/tmp/ccAbvYgw.o:(.data+0x0): undefined reference to `_brk'
collect2: error: ld returned 1 exit status
configure:32494: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| /* end confdefs.h. */
| /* Define _brk to an innocuous variant, in case <limits.h> declares _brk.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _brk innocuous__brk
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _brk (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _brk
|
| /* 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 _brk ();
| /* 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__brk) || defined (__stub____brk)
| choke me
| #else
| char (*f) () = _brk;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _brk;
| ;
| return 0;
| }
configure:32519: result: no
configure:32431: checking for __brk
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
/tmp/ccg7BCv3.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `__brk'
conftest.c:(.text+0x12): undefined reference to `__brk'
/tmp/ccg7BCv3.o:(.data+0x0): undefined reference to `__brk'
collect2: error: ld returned 1 exit status
configure:32494: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| /* end confdefs.h. */
| /* Define __brk to an innocuous variant, in case <limits.h> declares __brk.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __brk innocuous___brk
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __brk (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef __brk
|
| /* 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 __brk ();
| /* 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___brk) || defined (__stub_____brk)
| choke me
| #else
| char (*f) () = __brk;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != __brk;
| ;
| return 0;
| }
configure:32519: result: no
configure:32431: checking for flockfile
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for fstat
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for strlcpy
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
/tmp/ccA1iZBz.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `strlcpy'
conftest.c:(.text+0x12): undefined reference to `strlcpy'
/tmp/ccA1iZBz.o:(.data+0x0): undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
configure:32494: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcpy
|
| /* 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 strlcpy ();
| /* 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_strlcpy) || defined (__stub___strlcpy)
| choke me
| #else
| char (*f) () = strlcpy;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != strlcpy;
| ;
| return 0;
| }
configure:32519: result: no
configure:32431: checking for strlcat
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
/tmp/ccER2Nr7.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `strlcat'
conftest.c:(.text+0x12): undefined reference to `strlcat'
/tmp/ccER2Nr7.o:(.data+0x0): undefined reference to `strlcat'
collect2: error: ld returned 1 exit status
configure:32494: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| /* end confdefs.h. */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcat innocuous_strlcat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcat
|
| /* 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 strlcat ();
| /* 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_strlcat) || defined (__stub___strlcat)
| choke me
| #else
| char (*f) () = strlcat;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != strlcat;
| ;
| return 0;
| }
configure:32519: result: no
configure:32431: checking for setsid
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for posix2time
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
/tmp/ccYWNI1U.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `posix2time'
conftest.c:(.text+0x12): undefined reference to `posix2time'
/tmp/ccYWNI1U.o:(.data+0x0): undefined reference to `posix2time'
collect2: error: ld returned 1 exit status
configure:32494: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| /* end confdefs.h. */
| /* Define posix2time to an innocuous variant, in case <limits.h> declares posix2time.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define posix2time innocuous_posix2time
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char posix2time (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef posix2time
|
| /* 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 posix2time ();
| /* 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_posix2time) || defined (__stub___posix2time)
| choke me
| #else
| char (*f) () = posix2time;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != posix2time;
| ;
| return 0;
| }
configure:32519: result: no
configure:32431: checking for time2posix
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
/tmp/ccYWpazz.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `time2posix'
conftest.c:(.text+0x12): undefined reference to `time2posix'
/tmp/ccYWpazz.o:(.data+0x0): undefined reference to `time2posix'
collect2: error: ld returned 1 exit status
configure:32494: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| /* end confdefs.h. */
| /* Define time2posix to an innocuous variant, in case <limits.h> declares time2posix.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define time2posix innocuous_time2posix
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char time2posix (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef time2posix
|
| /* 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 time2posix ();
| /* 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_time2posix) || defined (__stub___time2posix)
| choke me
| #else
| char (*f) () = time2posix;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != time2posix;
| ;
| return 0;
| }
configure:32519: result: no
configure:32431: checking for setlocale
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for nl_langinfo
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for poll
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32431: checking for mlockall
configure:32488: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32494: $? = 0
configure:32498: test -z
|| test ! -s conftest.err
configure:32501: $? = 0
configure:32504: test -s conftest
configure:32507: $? = 0
configure:32519: result: yes
configure:32539: checking for posix_memalign
configure:32596: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32602: $? = 0
configure:32606: test -z
|| test ! -s conftest.err
configure:32609: $? = 0
configure:32612: test -s conftest
configure:32615: $? = 0
configure:32627: result: yes
configure:32657: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32660: $? = 0
configure:32662: ./conftest
configure:32665: $? = 0
configure:32703: checking for writev
configure:32760: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32766: $? = 0
configure:32770: test -z
|| test ! -s conftest.err
configure:32773: $? = 0
configure:32776: test -s conftest
configure:32779: $? = 0
configure:32791: result: yes
configure:32819: checking for mmap
configure:32876: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32882: $? = 0
configure:32886: test -z
|| test ! -s conftest.err
configure:32889: $? = 0
configure:32892: test -s conftest
configure:32895: $? = 0
configure:32907: result: yes
configure:32819: checking for mremap
configure:32876: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:32882: $? = 0
configure:32886: test -z
|| test ! -s conftest.err
configure:32889: $? = 0
configure:32892: test -s conftest
configure:32895: $? = 0
configure:32907: result: yes
configure:32920: checking whether posix2time is declared
configure:32945: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:201:22: error: 'posix2time' undeclared (first use in this function)
conftest.c:201:22: note: each undeclared identifier is reported only once for each function it appears in
configure:32951: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_MLOCKALL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_WRITEV 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| /* end confdefs.h. */
| #include <time.h>
|
| int
| main ()
| {
| #ifndef posix2time
| char *p = (char *) posix2time;
| #endif
|
| ;
| return 0;
| }
configure:32975: result: no
configure:32991: checking whether time2posix is declared
configure:33016: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:202:22: error: 'time2posix' undeclared (first use in this function)
conftest.c:202:22: note: each undeclared identifier is reported only once for each function it appears in
configure:33022: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_MLOCKALL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_WRITEV 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define HAVE_DECL_POSIX2TIME 0
| /* end confdefs.h. */
| #include <time.h>
|
| int
| main ()
| {
| #ifndef time2posix
| char *p = (char *) time2posix;
| #endif
|
| ;
| return 0;
| }
configure:33046: result: no
configure:33067: checking if vfork is known to hang multithreaded applications
configure:33075: result: no
configure:33087: checking for unistd.h
configure:33092: result: yes
configure:33096: checking vfork.h usability
configure:33108: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:232:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:33114: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_MLOCKALL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_WRITEV 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define HAVE_DECL_POSIX2TIME 0
| #define HAVE_DECL_TIME2POSIX 0
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:33137: result: no
configure:33141: checking vfork.h presence
configure:33151: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:198:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:33157: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_MLOCKALL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_WRITEV 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define HAVE_DECL_POSIX2TIME 0
| #define HAVE_DECL_TIME2POSIX 0
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:33177: result: no
configure:33212: checking for vfork.h
configure:33219: result: no
configure:33237: checking for fork
configure:33294: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
conftest.c:222:6: warning: conflicting types for built-in function 'fork' [enabled by default]
configure:33300: $? = 0
configure:33304: test -z
|| test ! -s conftest.err
configure:33307: $? = 0
configure:33310: test -s conftest
configure:33313: $? = 0
configure:33325: result: yes
configure:33237: checking for vfork
configure:33294: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:33300: $? = 0
configure:33304: test -z
|| test ! -s conftest.err
configure:33307: $? = 0
configure:33310: test -s conftest
configure:33313: $? = 0
configure:33325: result: yes
configure:33336: checking for working fork
configure:33359: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
conftest.c: In function 'main':
conftest.c:10:4: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:33362: $? = 0
configure:33364: ./conftest
configure:33367: $? = 0
configure:33381: result: yes
configure:33402: checking for working vfork
configure:33535: result: yes
configure:33583: checking for vprintf
configure:33640: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
conftest.c:226:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
configure:33646: $? = 0
configure:33650: test -z
|| test ! -s conftest.err
configure:33653: $? = 0
configure:33656: test -s conftest
configure:33659: $? = 0
configure:33671: result: yes
configure:33678: checking for _doprnt
configure:33735: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
/tmp/ccmvsFDn.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `_doprnt'
conftest.c:(.text+0x12): undefined reference to `_doprnt'
/tmp/ccmvsFDn.o:(.data+0x0): undefined reference to `_doprnt'
collect2: error: ld returned 1 exit status
configure:33741: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_MLOCKALL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_WRITEV 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define HAVE_DECL_POSIX2TIME 0
| #define HAVE_DECL_TIME2POSIX 0
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _doprnt
|
| /* 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 _doprnt ();
| /* 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__doprnt) || defined (__stub____doprnt)
| choke me
| #else
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _doprnt;
| ;
| return 0;
| }
configure:33766: result: no
configure:33781: checking for conflicting declaration of fread
configure:33805: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c: In function 'main':
conftest.c:208:12: error: conflicting types for 'fread'
In file included from conftest.c:203:0:
/usr/include/stdio.h:709:15: note: previous declaration of 'fread' was here
configure:33811: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_MLOCKALL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_WRITEV 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define HAVE_DECL_POSIX2TIME 0
| #define HAVE_DECL_TIME2POSIX 0
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| extern int fread();
| char *c = (char *)fread;
|
| ;
| return 0;
| }
configure:33837: result: yes
configure:33850: checking for putc_unlocked
configure:33871: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:33877: $? = 0
configure:33881: test -z
|| test ! -s conftest.err
configure:33884: $? = 0
configure:33887: test -s conftest
configure:33890: $? = 0
configure:33902: result: yes
configure:33912: checking for fwrite_unlocked
configure:33933: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:33939: $? = 0
configure:33943: test -z
|| test ! -s conftest.err
configure:33946: $? = 0
configure:33949: test -s conftest
configure:33952: $? = 0
configure:33964: result: yes
configure:33978: checking for openpty
configure:34035: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:34041: $? = 0
configure:34045: test -z
|| test ! -s conftest.err
configure:34048: $? = 0
configure:34051: test -s conftest
configure:34054: $? = 0
configure:34066: result: yes
configure:34093: checking net/if_dl.h usability
configure:34105: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:241:23: fatal error: net/if_dl.h: No such file or directory
compilation terminated.
configure:34111: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_MLOCKALL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_WRITEV 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define HAVE_DECL_POSIX2TIME 0
| #define HAVE_DECL_TIME2POSIX 0
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| #define HAVE_CONFLICTING_FREAD_DECLARATION 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_OPENPTY 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <net/if_dl.h>
configure:34134: result: no
configure:34138: checking net/if_dl.h presence
configure:34148: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
conftest.c:207:23: fatal error: net/if_dl.h: No such file or directory
compilation terminated.
configure:34154: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_MLOCKALL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_WRITEV 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define HAVE_DECL_POSIX2TIME 0
| #define HAVE_DECL_TIME2POSIX 0
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| #define HAVE_CONFLICTING_FREAD_DECLARATION 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_OPENPTY 1
| /* end confdefs.h. */
| #include <net/if_dl.h>
configure:34174: result: no
configure:34209: checking for net/if_dl.h
configure:34216: result: no
configure:34093: checking ifaddrs.h usability
configure:34105: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:34111: $? = 0
configure:34115: test -z
|| test ! -s conftest.err
configure:34118: $? = 0
configure:34121: test -s conftest.o
configure:34124: $? = 0
configure:34134: result: yes
configure:34138: checking ifaddrs.h presence
configure:34148: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:34154: $? = 0
configure:34174: result: yes
configure:34209: checking for ifaddrs.h
configure:34216: result: yes
configure:34093: checking netpacket/packet.h usability
configure:34105: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:34111: $? = 0
configure:34115: test -z
|| test ! -s conftest.err
configure:34118: $? = 0
configure:34121: test -s conftest.o
configure:34124: $? = 0
configure:34134: result: yes
configure:34138: checking netpacket/packet.h presence
configure:34148: gcc -E -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c
configure:34154: $? = 0
configure:34174: result: yes
configure:34209: checking for netpacket/packet.h
configure:34216: result: yes
configure:34233: checking for getifaddrs
configure:34290: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:34296: $? = 0
configure:34300: test -z
|| test ! -s conftest.err
configure:34303: $? = 0
configure:34306: test -s conftest
configure:34309: $? = 0
configure:34321: result: yes
configure:34332: checking whether in6addr_any is declared
configure:34358: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
conftest.c: In function 'main':
conftest.c:218:1: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
configure:34364: $? = 0
configure:34368: test -z
|| test ! -s conftest.err
configure:34371: $? = 0
configure:34374: test -s conftest
configure:34377: $? = 0
configure:34391: result: yes
configure:34403: checking whether in6addr_loopback is declared
configure:34429: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
conftest.c: In function 'main':
conftest.c:219:1: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
configure:34435: $? = 0
configure:34439: test -z
|| test ! -s conftest.err
configure:34442: $? = 0
configure:34445: test -s conftest
configure:34448: $? = 0
configure:34462: result: yes
configure:34474: checking whether IN6ADDR_ANY_INIT is declared
configure:34503: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:34509: $? = 0
configure:34513: test -z
|| test ! -s conftest.err
configure:34516: $? = 0
configure:34519: test -s conftest.o
configure:34522: $? = 0
configure:34533: result: yes
configure:34549: checking whether IN6ADDR_LOOPBACK_INIT is declared
configure:34578: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:34584: $? = 0
configure:34588: test -z
|| test ! -s conftest.err
configure:34591: $? = 0
configure:34594: test -s conftest.o
configure:34597: $? = 0
configure:34608: result: yes
configure:34624: checking whether IPV6_V6ONLY is declared
configure:34653: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:34659: $? = 0
configure:34663: test -z
|| test ! -s conftest.err
configure:34666: $? = 0
configure:34669: test -s conftest.o
configure:34672: $? = 0
configure:34683: result: yes
configure:34703: checking for sched_getaffinity/sched_setaffinity
configure:34733: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:34739: $? = 0
configure:34743: test -z
|| test ! -s conftest.err
configure:34746: $? = 0
configure:34749: test -s conftest.o
configure:34752: $? = 0
configure:34762: result: yes
configure:34773: checking for pset functionality
configure:34799: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:216:22: fatal error: sys/pset.h: No such file or directory
compilation terminated.
configure:34805: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_MLOCKALL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_WRITEV 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define HAVE_DECL_POSIX2TIME 0
| #define HAVE_DECL_TIME2POSIX 0
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| #define HAVE_CONFLICTING_FREAD_DECLARATION 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_OPENPTY 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_DECL_IN6ADDR_ANY_INIT 1
| #define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1
| #define HAVE_DECL_IPV6_V6ONLY 1
| #define HAVE_SCHED_xETAFFINITY 1
| /* end confdefs.h. */
| #include <sys/pset.h>
| int
| main ()
| {
|
| int res;
| psetid_t id = PS_MYID;
| int type = PS_PRIVATE;
| uint_t numcpus = 1024;
| processorid_t cpulist[1024];
|
| res = pset_info(id, &type, &numcpus, &cpulist[0]);
|
| ;
| return 0;
| }
configure:34828: result: no
configure:34838: checking for processor_bind functionality
configure:34862: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:218:27: fatal error: sys/processor.h: No such file or directory
compilation terminated.
configure:34868: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_MLOCKALL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_WRITEV 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define HAVE_DECL_POSIX2TIME 0
| #define HAVE_DECL_TIME2POSIX 0
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| #define HAVE_CONFLICTING_FREAD_DECLARATION 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_OPENPTY 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_DECL_IN6ADDR_ANY_INIT 1
| #define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1
| #define HAVE_DECL_IPV6_V6ONLY 1
| #define HAVE_SCHED_xETAFFINITY 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/processor.h>
| #include <sys/procset.h>
|
| int
| main ()
| {
|
| int res = processor_bind(P_LWPID, P_MYID, PBIND_NONE, NULL);
|
| ;
| return 0;
| }
configure:34891: result: no
configure:34901: checking for cpuset_getaffinity/cpuset_setaffinity
configure:34931: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
conftest.c:218:24: fatal error: sys/cpuset.h: No such file or directory
compilation terminated.
configure:34937: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_MLOCKALL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_WRITEV 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define HAVE_DECL_POSIX2TIME 0
| #define HAVE_DECL_TIME2POSIX 0
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| #define HAVE_CONFLICTING_FREAD_DECLARATION 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_OPENPTY 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_DECL_IN6ADDR_ANY_INIT 1
| #define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1
| #define HAVE_DECL_IPV6_V6ONLY 1
| #define HAVE_SCHED_xETAFFINITY 1
| /* end confdefs.h. */
|
| #include <sys/param.h>
| #include <sys/cpuset.h>
|
| int
| main ()
| {
|
| int res;
| cpuset_t cpuset;
| CPU_ZERO(&cpuset);
| CPU_SET(1, &cpuset);
| res = cpuset_setaffinity(CPU_LEVEL_WHICH, CPU_WHICH_PID, -1, sizeof(cpuset_t), &cpuset);
| res = cpuset_getaffinity(CPU_LEVEL_WHICH, CPU_WHICH_PID, -1, sizeof(cpuset_t), &cpuset);
| res = CPU_ISSET(1, &cpuset);
| CPU_CLR(1, &cpuset);
|
| ;
| return 0;
| }
configure:34960: result: no
configure:34970: checking for 'end' symbol
configure:34991: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:34997: $? = 0
configure:35001: test -z
|| test ! -s conftest.err
configure:35004: $? = 0
configure:35007: test -s conftest
configure:35010: $? = 0
configure:35022: result: yes
configure:35032: checking for '_end' symbol
configure:35053: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:35059: $? = 0
configure:35063: test -z
|| test ! -s conftest.err
configure:35066: $? = 0
configure:35069: test -s conftest
configure:35072: $? = 0
configure:35084: result: yes
configure:35094: checking if __after_morecore_hook can track malloc()s core memory use
configure:35245: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
conftest.c:265:8: error: conflicting type qualifiers for '__malloc_initialize_hook'
In file included from conftest.c:221:0:
/usr/include/malloc.h:169:38: note: previous declaration of '__malloc_initialize_hook' was here
configure:35248: $? = 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 ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_MLOCKALL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_WRITEV 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define HAVE_DECL_POSIX2TIME 0
| #define HAVE_DECL_TIME2POSIX 0
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| #define HAVE_CONFLICTING_FREAD_DECLARATION 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_OPENPTY 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_DECL_IN6ADDR_ANY_INIT 1
| #define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1
| #define HAVE_DECL_IPV6_V6ONLY 1
| #define HAVE_SCHED_xETAFFINITY 1
| #define HAVE_END_SYMBOL 1
| #define HAVE__END_SYMBOL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_MALLOC_H
| # include <malloc.h>
| #endif
| #if defined(HAVE_END_SYMBOL)
| extern char end;
| #elif defined(HAVE__END_SYMBOL)
| extern char _end;
| #endif
| #ifndef USE_THREADS
| #undef ETHR_PTHREADS
| #endif
|
| #ifdef ETHR_PTHREADS
| # ifdef ETHR_HAVE_PTHREAD_H
| # include <pthread.h>
| # else
| # ifdef ETHR_HAVE_MIT_PTHREAD_H
| # include <pthread/mit/pthread.h>
| # endif
| # endif
| # define N_THR 5
| #else
| # define N_THR 1
| #endif
|
| static char *heap_start = NULL;
| static char *heap_end = NULL;
|
| void update_heap_size(void)
| {
| heap_end = (char *) sbrk(0);
| }
|
| void init_hook(void)
| {
| #if defined(HAVE_END_SYMBOL)
| heap_start = &end;
| #elif defined(HAVE__END_SYMBOL)
| heap_start = &_end;
| #else
| heap_start = sbrk(0);
| #endif
| __after_morecore_hook = update_heap_size;
| }
|
| void (*__malloc_initialize_hook) (void) = init_hook;
|
| static int
| check_malloc(int size)
| {
| char *p = (char *) malloc(size);
| if (!heap_start || !heap_end) return 0;
| if (!p) return 0;
| if (p < heap_start || heap_end <= p) return 0;
| if (p + size < heap_start || heap_end < p + size) return 0;
| return 1;
| }
|
| #ifdef ETHR_PTHREADS
| pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
| #endif
|
| static void *
| do_tests(void *vresp)
| {
| int i, ok = 0;
| #ifdef ETHR_PTHREADS
| if (pthread_mutex_lock(&mutex) != 0)
| return NULL;
| #endif
|
| for (i = 0; i < 10; i++)
| if (!check_malloc(1000))
| goto failed;
| for (i = 0; i < 100; i++)
| if (!check_malloc(1))
| goto failed;
| if (!check_malloc(1024*1024+1))
| goto failed;
| if (!check_malloc(10*1024*1024+1))
| goto failed;
| ok = 1;
|
| failed:
| #ifdef ETHR_PTHREADS
| if (pthread_mutex_unlock(&mutex) != 0)
| return NULL;
| #endif
| if (ok)
| *((int *) vresp) = 0;
| return NULL;
| }
|
|
| int main(void)
| {
| int res[N_THR], i;
| #ifdef ETHR_PTHREADS
| pthread_t tid[N_THR];
| #endif
|
| #if defined(HAVE_MALLOPT) && defined(M_MMAP_MAX)
| (void) mallopt(M_MMAP_MAX, 0);
| #endif
|
| for (i = 0; i < N_THR; i++)
| res[i] = 1;
| #ifdef ETHR_PTHREADS
| for (i = 1; i < N_THR; i++)
| if (pthread_create(&tid[i], NULL, do_tests, &res[i]) != 0)
| return 1;
| #endif
| (void) do_tests(&res[0]);
| #ifdef ETHR_PTHREADS
| for (i = 1; i < N_THR; i++)
| if (pthread_join(tid[i], NULL) != 0)
| return 1;
| #endif
| for (i = 0; i < N_THR; i++)
| if (res[i])
| return 1;
| return 0;
| }
|
configure:35267: result: no
configure:35282: checking types of sbrk()s return value and argument
configure:35313: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:35319: $? = 0
configure:35323: test -z
|| test ! -s conftest.err
configure:35326: $? = 0
configure:35329: test -s conftest.o
configure:35332: $? = 0
configure:35349: result: void *,intptr_t
configure:35372: checking types of brk()s return value and argument
configure:35403: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c >&5
configure:35409: $? = 0
configure:35413: test -z
|| test ! -s conftest.err
configure:35416: $? = 0
configure:35419: test -s conftest.o
configure:35422: $? = 0
configure:35439: result: int,void *
configure:35464: checking if sbrk()/brk() wrappers can track malloc()s core memory use
configure:35658: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS conftest.c -lutil -ldl -lm -lsctp -lpthread >&5
configure:35661: $? = 0
configure:35663: ./conftest
configure:35666: $? = 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 ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_MLOCKALL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_WRITEV 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define HAVE_DECL_POSIX2TIME 0
| #define HAVE_DECL_TIME2POSIX 0
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| #define HAVE_CONFLICTING_FREAD_DECLARATION 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_OPENPTY 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_DECL_IN6ADDR_ANY_INIT 1
| #define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1
| #define HAVE_DECL_IPV6_V6ONLY 1
| #define HAVE_SCHED_xETAFFINITY 1
| #define HAVE_END_SYMBOL 1
| #define HAVE__END_SYMBOL 1
| #define SBRK_RET_TYPE void *
| #define SBRK_ARG_TYPE intptr_t
| #define BRK_RET_TYPE int
| #define BRK_ARG_TYPE void *
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #include <sys/types.h>
| #include <unistd.h>
| #ifdef HAVE_DLFCN_H
| # include <dlfcn.h>
| #endif
|
| /*
| * Our implementation requires that we have sbrk(), and 'end' or '_end'.
| */
|
| #if !defined(HAVE_SBRK)
| # error no sbrk()
| #endif
| #if defined(HAVE_END_SYMBOL)
| extern char end;
| #elif defined(HAVE__END_SYMBOL)
| extern char _end;
| #else
| # error no 'end' nor '_end'
| #endif
|
| #ifndef USE_THREADS
| #undef ETHR_PTHREADS
| #endif
|
| #ifdef ETHR_PTHREADS
| # ifdef ETHR_HAVE_PTHREAD_H
| # include <pthread.h>
| # else
| # ifdef ETHR_HAVE_MIT_PTHREAD_H
| # include <pthread/mit/pthread.h>
| # endif
| # endif
| # define N_THR 5
| #else
| # define N_THR 1
| #endif
|
| #define SBRK_IMPL(RET_TYPE, SBRK, ARG_TYPE) RET_TYPE SBRK (ARG_TYPE); static RET_TYPE (*real_ ## SBRK)(ARG_TYPE) = NULL; RET_TYPE SBRK (ARG_TYPE arg) { RET_TYPE res; if (!real_ ## SBRK) real_ ## SBRK = dlsym(RTLD_NEXT, #SBRK); res = (*real_ ## SBRK)(arg); if (res != (RET_TYPE) -1) heap_end = (char *) (*real_ ## SBRK)(0); return res; }
|
| #define BRK_IMPL(RET_TYPE, BRK, ARG_TYPE) RET_TYPE BRK (ARG_TYPE); static RET_TYPE (*real_ ## BRK)(ARG_TYPE) = NULL; RET_TYPE BRK (ARG_TYPE arg) { RET_TYPE res; if (!real_ ## BRK) real_ ## BRK = dlsym(RTLD_NEXT, #BRK); res = (*real_ ## BRK)(arg); if (res != (RET_TYPE) -1) heap_end = (char *) arg; return res; }
|
| static char *heap_start = NULL;
| static char *heap_end = NULL;
|
| SBRK_IMPL(SBRK_RET_TYPE, sbrk, SBRK_ARG_TYPE)
| #ifdef HAVE_BRK
| BRK_IMPL(BRK_RET_TYPE, brk, BRK_ARG_TYPE)
| #endif
|
| #ifdef HAVE__SBRK
| SBRK_IMPL(SBRK_RET_TYPE, _sbrk, SBRK_ARG_TYPE)
| #endif
| #ifdef HAVE__BRK
| BRK_IMPL(BRK_RET_TYPE, _brk, BRK_ARG_TYPE)
| #endif
|
| #ifdef HAVE___SBRK
| SBRK_IMPL(SBRK_RET_TYPE, __sbrk, SBRK_ARG_TYPE)
| #endif
| #ifdef HAVE___BRK
| BRK_IMPL(BRK_RET_TYPE, __brk, BRK_ARG_TYPE)
| #endif
|
| static int
| check_malloc(int size)
| {
| char *p = (char *) malloc(size);
| if (!heap_start || !heap_end) return 0;
| if (!p) return 0;
| if (p < heap_start || heap_end <= p) return 0;
| if (p + size < heap_start || heap_end < p + size) return 0;
| return 1;
| }
|
| #ifdef ETHR_PTHREADS
| pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
| #endif
|
| static void *
| do_tests(void *vresp)
| {
| int i, ok = 0;
| #ifdef ETHR_PTHREADS
| if (pthread_mutex_lock(&mutex) != 0)
| return NULL;
| #endif
|
| for (i = 0; i < 10; i++)
| if (!check_malloc(1000))
| goto failed;
| for (i = 0; i < 100; i++)
| if (!check_malloc(1))
| goto failed;
| if (!check_malloc(1024*1024+1))
| goto failed;
| if (!check_malloc(10*1024*1024+1))
| goto failed;
| ok = 1;
|
| failed:
| #ifdef ETHR_PTHREADS
| if (pthread_mutex_unlock(&mutex) != 0)
| return NULL;
| #endif
| if (ok)
| *((int *) vresp) = 0;
| return NULL;
| }
|
|
| int main(void)
| {
| int res[N_THR], i;
| #ifdef ETHR_PTHREADS
| pthread_t tid[N_THR];
| #endif
| #if defined(HAVE_END_SYMBOL)
| heap_start = &end;
| #elif defined(HAVE__END_SYMBOL)
| heap_start = &_end;
| #endif
|
| #if defined(HAVE_MALLOPT) && defined(M_MMAP_MAX)
| (void) mallopt(M_MMAP_MAX, 0);
| #endif
|
| for (i = 0; i < N_THR; i++)
| res[i] = 1;
| #ifdef ETHR_PTHREADS
| for (i = 1; i < N_THR; i++)
| if (pthread_create(&tid[i], NULL, do_tests, &res[i]) != 0)
| return 1;
| #endif
| (void) do_tests(&res[0]);
| #ifdef ETHR_PTHREADS
| for (i = 1; i < N_THR; i++)
| if (pthread_join(tid[i], NULL) != 0)
| return 1;
| #endif
| for (i = 0; i < N_THR; i++)
| if (res[i])
| return 1;
| return 0;
| }
|
configure:35680: result: no
configure:35699: checking for IP version 6 support
configure:35729: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE conftest.c >&5
configure:35735: $? = 0
configure:35739: test -z
|| test ! -s conftest.err
configure:35742: $? = 0
configure:35745: test -s conftest.o
configure:35748: $? = 0
configure:35822: result: yes
configure:35850: checking for multicast support
configure:35878: result: yes
configure:36002: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE conftest.c >&5
configure:36008: $? = 0
configure:36012: test -z
|| test ! -s conftest.err
configure:36015: $? = 0
configure:36018: test -s conftest.o
configure:36021: $? = 0
configure:36036: checking how to correct for time adjustments
configure:36096: result: clock_gettime
configure:36123: checking if gethrvtime works and how to use it
configure:36200: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
conftest.c:244:23: fatal error: sys/fault.h: No such file or directory
compilation terminated.
configure:36203: $? = 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 ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_MLOCKALL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_WRITEV 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define HAVE_DECL_POSIX2TIME 0
| #define HAVE_DECL_TIME2POSIX 0
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| #define HAVE_CONFLICTING_FREAD_DECLARATION 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_OPENPTY 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_DECL_IN6ADDR_ANY_INIT 1
| #define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1
| #define HAVE_DECL_IPV6_V6ONLY 1
| #define HAVE_SCHED_xETAFFINITY 1
| #define HAVE_END_SYMBOL 1
| #define HAVE__END_SYMBOL 1
| #define SBRK_RET_TYPE void *
| #define SBRK_ARG_TYPE intptr_t
| #define BRK_RET_TYPE int
| #define BRK_ARG_TYPE void *
| #define HAVE_IN6 1
| #define HAVE_MULTICAST_SUPPORT 1
| #define GETHRTIME_WITH_CLOCK_GETTIME 1
| /* end confdefs.h. */
|
| /* gethrvtime procfs ioctl test */
| /* These need to be undef:ed to not break activation of
| * micro level process accounting on /proc/self
| */
| #ifdef _LARGEFILE_SOURCE
| # undef _LARGEFILE_SOURCE
| #endif
| #ifdef _FILE_OFFSET_BITS
| # undef _FILE_OFFSET_BITS
| #endif
| #include <stdlib.h>
| #include <unistd.h>
| #include <string.h>
| #include <stdio.h>
| #include <sys/time.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| #include <sys/signal.h>
| #include <sys/fault.h>
| #include <sys/syscall.h>
| #include <sys/procfs.h>
| #include <fcntl.h>
|
| int main() {
| long msacct = PR_MSACCT;
| int fd;
| long long start, stop;
| int i;
| pid_t pid = getpid();
| char proc_self[30] = "/proc/";
|
| sprintf(proc_self+strlen(proc_self), "%lu", (unsigned long) pid);
| if ( (fd = open(proc_self, O_WRONLY)) == -1)
| exit(1);
| if (ioctl(fd, PIOCSET, &msacct) < 0)
| exit(2);
| if (close(fd) < 0)
| exit(3);
| start = gethrvtime();
| for (i = 0; i < 100; i++)
| stop = gethrvtime();
| if (start == 0)
| exit(4);
| if (start == stop)
| exit(5);
| exit(0); return 0;
| }
|
configure:36240: result: not working
configure:36245: checking if clock_gettime can be used to get process CPU time
configure:36292: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE conftest.c -lrt >&5
configure:36295: $? = 0
configure:36297: ./conftest
configure:36300: $? = 0
configure:36316: result: no; not stable
configure:36350: checking for m4
configure:36366: found /usr/bin/m4
configure:36376: result: m4
configure:36498: Floating point exceptions disabled by default on Linux
configure:37105: checking whether to redefine FD_SETSIZE
configure:37118: result: no
configure:37248: checking for working poll()
configure:37295: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
conftest.c: In function 'main':
conftest.c:240:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c:242:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:37298: $? = 0
configure:37300: ./conftest
configure:37303: $? = 0
configure:37352: result: yes
configure:37453: checking whether epoll is level triggered
configure:37481: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE conftest.c >&5
configure:37487: $? = 0
configure:37491: test -z
|| test ! -s conftest.err
configure:37494: $? = 0
configure:37497: test -s conftest.o
configure:37500: $? = 0
configure:37511: result: yes
configure:37517: checking whether kernel poll support should be enabled
configure:37562: result: yes; epoll
configure:37567: checking whether putenv() stores a copy of the key-value pair
configure:37619: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE conftest.c -lutil -ldl -lm -lsctp >&5
configure:37622: $? = 0
configure:37624: ./conftest
configure:37627: $? = 3
configure: program exited with status 3
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define ASSUMED_CACHE_LINE_SIZE 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 4
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBUTIL 1
| #define HAVE_PTHREAD_H 1
| #define ETHR_PTHREADS 1
| #define ETHR_HAVE_PTHREAD_H 1
| #define ETHR_HAVE_SCHED_H 1
| #define ETHR_HAVE_SYS_TIME_H 1
| #define ETHR_TIME_WITH_SYS_TIME 1
| #define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
| #define ETHR_HAVE_SCHED_YIELD 1
| #define ETHR_SCHED_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_YIELD 1
| #define ETHR_PTHREAD_YIELD_RET_INT 1
| #define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
| #define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
| #define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define ETHR_HAVE_LINUX_FUTEX 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT128_T 0
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
| #define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
| #define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
| #define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
| #define SIZEOF_VOID_P 4
| #define ETHR_SIZEOF_PTR 4
| #define SIZEOF_INT 4
| #define ETHR_SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define ETHR_SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define ETHR_SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define ETHR_SIZEOF___INT64 0
| #define SIZEOF___INT128_T 0
| #define ETHR_SIZEOF___INT128_T 0
| #define ETHR_HAVE_ETHREAD_DEFINES 1
| #define ERTS_HAVE_SMP_EMU 1
| #define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LINUX_FALLOC_H 1
| #define HAVE_FALLOCATE 1
| #define HAVE_POSIX_FALLOCATE
| #define HAVE_TERMCAP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_LIBZ 1
| #define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
| #define HAVE_WORKING_POSIX_OPENPT 1
| #define NETDB_H_NEEDS_IN_H 1
| #define HAVE_SOCKLEN_T 1
| #define H_ERRNO_DECLARED 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_PTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_SCTP_H 1
| #define HAVE_SCTP_BINDX 1
| #define HAVE_SCTP_PEELOFF 1
| #define HAVE_SCTP_GETLADDRS 1
| #define HAVE_SCTP_FREELADDRS 1
| #define HAVE_SCTP_GETPADDRS 1
| #define HAVE_SCTP_FREEPADDRS 1
| #define HAVE_DECL_SCTP_UNORDERED 1
| #define HAVE_DECL_SCTP_ADDR_OVER 1
| #define HAVE_DECL_SCTP_ABORT 1
| #define HAVE_DECL_SCTP_EOF 1
| #define HAVE_DECL_SCTP_SENDALL 0
| #define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
| #define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
| #define HAVE_DECL_SCTP_EMPTY 1
| #define HAVE_DECL_SCTP_CLOSED 1
| #define HAVE_DECL_SCTPS_IDLE 0
| #define HAVE_DECL_SCTP_BOUND 0
| #define HAVE_DECL_SCTPS_BOUND 0
| #define HAVE_DECL_SCTP_LISTEN 0
| #define HAVE_DECL_SCTPS_LISTEN 0
| #define HAVE_DECL_SCTP_COOKIE_WAIT 1
| #define HAVE_DECL_SCTPS_COOKIE_WAIT 0
| #define HAVE_DECL_SCTP_COOKIE_ECHOED 1
| #define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
| #define HAVE_DECL_SCTP_ESTABLISHED 1
| #define HAVE_DECL_SCTPS_ESTABLISHED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
| #define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
| #define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
| #define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
| #define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
| #define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
| #define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
| #define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
| #define HAVE_SCHED_H 1
| #define HAVE_SETNS 1
| #define HAVE_SO_BSDCOMPAT
| #define SYS_ERRLIST_DECLARED
| #define RETSIGTYPE void
| #define NO_SA_LEN 1
| #define USE_MATHERR 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 4
| #define HAVE_FDATASYNC 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_DLOPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_MEMCPY 1
| #define HAVE_MALLOPT 1
| #define HAVE_SBRK 1
| #define HAVE___SBRK 1
| #define HAVE_BRK 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FSTAT 1
| #define HAVE_SETSID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_MLOCKALL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_WRITEV 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define HAVE_DECL_POSIX2TIME 0
| #define HAVE_DECL_TIME2POSIX 0
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| #define HAVE_CONFLICTING_FREAD_DECLARATION 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_OPENPTY 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IN6ADDR_ANY 1
| #define HAVE_IN6ADDR_LOOPBACK 1
| #define HAVE_DECL_IN6ADDR_ANY_INIT 1
| #define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1
| #define HAVE_DECL_IPV6_V6ONLY 1
| #define HAVE_SCHED_xETAFFINITY 1
| #define HAVE_END_SYMBOL 1
| #define HAVE__END_SYMBOL 1
| #define SBRK_RET_TYPE void *
| #define SBRK_ARG_TYPE intptr_t
| #define BRK_RET_TYPE int
| #define BRK_ARG_TYPE void *
| #define HAVE_IN6 1
| #define HAVE_MULTICAST_SUPPORT 1
| #define GETHRTIME_WITH_CLOCK_GETTIME 1
| #define NO_FPE_SIGNALS
| #define ERTS_USE_POLL 1
| #define HAVE_SYS_EPOLL_H 1
| #define ERTS_ENABLE_KERNEL_POLL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| int main(void) {
| int i;
| char *env;
| char buf[10];
| for (i = 0; i < 7; i++)
| buf[i] = 'X';
| buf[i] = '\0';
| buf[3] = '=';
| if (putenv(buf) != 0)
| return 1;
| for (i = 4; i < 7; i++)
| buf[i] = 'Y';
| env = getenv("XXX");
| if (!env)
| return 2;
| for (i = 0; i < 3; i++)
| if (env[i] != 'X')
| return 3;
| for (i = 0; i < 3; i++)
| buf[i] = 'Y';
| env = getenv("XXX");
| if (!env)
| return 4;
| for (i = 0; i < 3; i++)
| if (env[i] != 'X')
| return 5;
| return 0;
| }
|
configure:37641: result: no
configure:37835: checking for ld
configure:37862: result: gcc
configure:37878: checking for compiler flags for loadable drivers
configure:37880: result: -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -fPIC
configure:37882: checking for linker for loadable drivers
configure:37884: result: gcc
configure:37886: checking for linker flags for loadable drivers
configure:37888: result: -shared -Wl,-Bsymbolic
configure:37890: checking for 'runtime library path' linker flag
configure:37893: result: -Wl,-R
configure:37912: checking for a compiler that handles jumptables
configure:37952: gcc -c -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE conftest.c >&5
configure:37958: $? = 0
configure:37962: test -z
|| test ! -s conftest.err
configure:37965: $? = 0
configure:37968: test -s conftest.o
configure:37971: $? = 0
configure:38041: gcc -c conftest.c >&5
configure:38047: $? = 0
configure:38051: test -z
|| test ! -s conftest.err
configure:38054: $? = 0
configure:38057: test -s conftest.o
configure:38060: $? = 0
configure:38076: result: gcc
configure:38484: checking for static ZLib to be used by SSL in standard locations
configure:38506: result: no
configure:38729: checking for OpenSSL >= 0.9.7 in standard locations
configure:38869: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -I/usr/include -D_GNU_SOURCE -L/usr/lib conftest.c -lutil -ldl -lm -lsctp -lcrypto >&5
configure:38875: $? = 0
configure:38879: test -z
|| test ! -s conftest.err
configure:38882: $? = 0
configure:38885: test -s conftest
configure:38888: $? = 0
configure:38905: result: /usr
configure:39094: checking for OpenSSL kerberos 5 support
configure:39152: result: no
configure:39208: checking for ssl runtime library path to use
configure:39287: gcc -o conftest -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -I/usr/include -D_GNU_SOURCE -Wl,-R/usr/lib -Wl,-R/usr/local/lib -Wl,-R/usr/sfw/lib -Wl,-R/opt/local/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/local/openssl/lib -Wl,-R/usr/lib/openssl/lib -Wl,-R/usr/openssl/lib -Wl,-R/usr/local/ssl/lib -Wl,-R/usr/lib/ssl/lib -Wl,-R/usr/ssl/lib -Wl,-R//lib -L/usr/lib conftest.c -lcrypto >&5
configure:39293: $? = 0
configure:39297: test -z
|| test ! -s conftest.err
configure:39300: $? = 0
configure:39303: test -s conftest
configure:39306: $? = 0
configure:39330: result: /usr/lib:/usr/local/lib:/usr/sfw/lib:/opt/local/lib:/usr/pkg/lib:/usr/local/openssl/lib:/usr/lib/openssl/lib:/usr/openssl/lib:/usr/local/ssl/lib:/usr/lib/ssl/lib:/usr/ssl/lib://lib
configure:39342: checking for kstat_open in -lkstat
configure:39404: result: no
configure:39453: checking for javac.sh
configure:39482: result: no
configure:39453: checking for javac
configure:39482: result: no
configure:39453: checking for guavac
configure:39482: result: no
configure:39453: checking for gcj
configure:39482: result: no
configure:39453: checking for jikes
configure:39482: result: no
configure:39453: checking for bock
configure:39482: result: no
configure:39532: WARNING: Could not find any usable java compiler, will skip: jinterface
configure:39590: checking for c++
configure:39606: found /usr/bin/c++
configure:39616: result: c++
configure:39794: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on radxa
config.status:824: creating emulator/armv7l-unknown-linux-gnueabihf/Makefile
config.status:824: creating epmd/src/armv7l-unknown-linux-gnueabihf/Makefile
config.status:824: creating etc/common/armv7l-unknown-linux-gnueabihf/Makefile
config.status:824: creating include/internal/armv7l-unknown-linux-gnueabihf/ethread.mk
config.status:824: creating include/internal/armv7l-unknown-linux-gnueabihf/erts_internal.mk
config.status:824: creating lib_src/armv7l-unknown-linux-gnueabihf/Makefile
config.status:824: creating Makefile
config.status:824: creating ../make/armv7l-unknown-linux-gnueabihf/otp.mk
config.status:824: creating ../make/armv7l-unknown-linux-gnueabihf/otp_ded.mk
config.status:824: creating ../make/armv7l-unknown-linux-gnueabihf/ose_lm.mk
config.status:824: creating ../lib/ic/c_src/armv7l-unknown-linux-gnueabihf/Makefile
config.status:824: creating ../lib/os_mon/c_src/armv7l-unknown-linux-gnueabihf/Makefile
config.status:824: creating ../lib/crypto/c_src/armv7l-unknown-linux-gnueabihf/Makefile
config.status:824: creating ../lib/orber/c_src/armv7l-unknown-linux-gnueabihf/Makefile
config.status:824: creating ../lib/runtime_tools/c_src/armv7l-unknown-linux-gnueabihf/Makefile
config.status:824: creating ../lib/tools/c_src/armv7l-unknown-linux-gnueabihf/Makefile
config.status:921: creating armv7l-unknown-linux-gnueabihf/config.h
config.status:1535: armv7l-unknown-linux-gnueabihf/config.h is unchanged
config.status:921: creating include/internal/armv7l-unknown-linux-gnueabihf/ethread_header_config.h
config.status:1535: include/internal/armv7l-unknown-linux-gnueabihf/ethread_header_config.h is unchanged
config.status:921: creating include/armv7l-unknown-linux-gnueabihf/erl_int_sizes_config.h
config.status:1535: include/armv7l-unknown-linux-gnueabihf/erl_int_sizes_config.h is unchanged
config.status:921: creating include/armv7l-unknown-linux-gnueabihf/erl_native_features_config.h
config.status:1535: include/armv7l-unknown-linux-gnueabihf/erl_native_features_config.h is unchanged
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=armv7l-unknown-linux-gnueabihf
ac_cv_build_alias=armv7l-unknown-linux-gnueabihf
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_double_middle_endian=no
ac_cv_decl_h_errno=yes
ac_cv_decl_inaddr_loopback=yes
ac_cv_decl_so_bsdcompat=yes
ac_cv_decl_sys_errlist=yes
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-O0
ac_cv_env_CFLAG_RUNTIME_LIBRARY_PATH_set=
ac_cv_env_CFLAG_RUNTIME_LIBRARY_PATH_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DED_LDFLAGS_set=
ac_cv_env_DED_LDFLAGS_value=
ac_cv_env_DED_LD_FLAG_RUNTIME_LIBRARY_PATH_set=
ac_cv_env_DED_LD_FLAG_RUNTIME_LIBRARY_PATH_value=
ac_cv_env_DED_LD_set=
ac_cv_env_DED_LD_value=
ac_cv_env_ERL_TOP_set=set
ac_cv_env_ERL_TOP_value=/media/sd/erlang/src/otp_src_17.1
ac_cv_env_GETCONF_set=
ac_cv_env_GETCONF_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LFS_CFLAGS_set=
ac_cv_env_LFS_CFLAGS_value=
ac_cv_env_LFS_LDFLAGS_set=
ac_cv_env_LFS_LDFLAGS_value=
ac_cv_env_LFS_LIBS_set=
ac_cv_env_LFS_LIBS_value=
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value=-lsctp
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_STATIC_CFLAGS_set=
ac_cv_env_STATIC_CFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_erl_xcomp_after_morecore_hook_set=
ac_cv_env_erl_xcomp_after_morecore_hook_value=
ac_cv_env_erl_xcomp_bigendian_set=
ac_cv_env_erl_xcomp_bigendian_value=
ac_cv_env_erl_xcomp_clock_gettime_cpu_time_set=
ac_cv_env_erl_xcomp_clock_gettime_cpu_time_value=
ac_cv_env_erl_xcomp_dlsym_brk_wrappers_set=
ac_cv_env_erl_xcomp_dlsym_brk_wrappers_value=
ac_cv_env_erl_xcomp_double_middle_endian_set=
ac_cv_env_erl_xcomp_double_middle_endian_value=
ac_cv_env_erl_xcomp_getaddrinfo_set=
ac_cv_env_erl_xcomp_getaddrinfo_value=
ac_cv_env_erl_xcomp_gethrvtime_procfs_ioctl_set=
ac_cv_env_erl_xcomp_gethrvtime_procfs_ioctl_value=
ac_cv_env_erl_xcomp_isysroot_set=
ac_cv_env_erl_xcomp_isysroot_value=
ac_cv_env_erl_xcomp_kqueue_set=
ac_cv_env_erl_xcomp_kqueue_value=
ac_cv_env_erl_xcomp_linux_clock_gettime_correction_set=
ac_cv_env_erl_xcomp_linux_clock_gettime_correction_value=
ac_cv_env_erl_xcomp_linux_nptl_set=
ac_cv_env_erl_xcomp_linux_nptl_value=
ac_cv_env_erl_xcomp_linux_usable_sigaltstack_set=
ac_cv_env_erl_xcomp_linux_usable_sigaltstack_value=
ac_cv_env_erl_xcomp_linux_usable_sigusrx_set=
ac_cv_env_erl_xcomp_linux_usable_sigusrx_value=
ac_cv_env_erl_xcomp_ose_BEAM_LM_CONF_set=
ac_cv_env_erl_xcomp_ose_BEAM_LM_CONF_value=
ac_cv_env_erl_xcomp_ose_CONFD_set=
ac_cv_env_erl_xcomp_ose_CONFD_value=
ac_cv_env_erl_xcomp_ose_CRT0_LM_set=
ac_cv_env_erl_xcomp_ose_CRT0_LM_value=
ac_cv_env_erl_xcomp_ose_EPMD_LM_CONF_set=
ac_cv_env_erl_xcomp_ose_EPMD_LM_CONF_value=
ac_cv_env_erl_xcomp_ose_LM_ELF_SIZE_set=
ac_cv_env_erl_xcomp_ose_LM_ELF_SIZE_value=
ac_cv_env_erl_xcomp_ose_LM_LCF_set=
ac_cv_env_erl_xcomp_ose_LM_LCF_value=
ac_cv_env_erl_xcomp_ose_LM_POST_LINK_set=
ac_cv_env_erl_xcomp_ose_LM_POST_LINK_value=
ac_cv_env_erl_xcomp_ose_LM_SET_CONF_set=
ac_cv_env_erl_xcomp_ose_LM_SET_CONF_value=
ac_cv_env_erl_xcomp_ose_OSEROOT_set=
ac_cv_env_erl_xcomp_ose_OSEROOT_value=
ac_cv_env_erl_xcomp_ose_RUN_ERL_LM_CONF_set=
ac_cv_env_erl_xcomp_ose_RUN_ERL_LM_CONF_value=
ac_cv_env_erl_xcomp_ose_STRIP_set=
ac_cv_env_erl_xcomp_ose_STRIP_value=
ac_cv_env_erl_xcomp_ose_ldflags_pass1_set=
ac_cv_env_erl_xcomp_ose_ldflags_pass1_value=
ac_cv_env_erl_xcomp_ose_ldflags_pass2_set=
ac_cv_env_erl_xcomp_ose_ldflags_pass2_value=
ac_cv_env_erl_xcomp_poll_set=
ac_cv_env_erl_xcomp_poll_value=
ac_cv_env_erl_xcomp_putenv_copy_set=
ac_cv_env_erl_xcomp_putenv_copy_value=
ac_cv_env_erl_xcomp_reliable_fpe_set=
ac_cv_env_erl_xcomp_reliable_fpe_value=
ac_cv_env_erl_xcomp_sysroot_set=
ac_cv_env_erl_xcomp_sysroot_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func___brk=no
ac_cv_func___sbrk=yes
ac_cv_func__brk=no
ac_cv_func__doprnt=no
ac_cv_func__sbrk=no
ac_cv_func_brk=yes
ac_cv_func_closefrom=no
ac_cv_func_connect=yes
ac_cv_func_decl_fread=yes
ac_cv_func_dlopen=yes
ac_cv_func_fdatasync=yes
ac_cv_func_finite=yes
ac_cv_func_flockfile=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_fpsetmask=no
ac_cv_func_fstat=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostbyname2=yes
ac_cv_func_gethostbyname_r=yes
ac_cv_func_gethrtime=no
ac_cv_func_getifaddrs=yes
ac_cv_func_getipnodebyaddr=no
ac_cv_func_getipnodebyname=no
ac_cv_func_gmtime_r=yes
ac_cv_func_ieee_handler=no
ac_cv_func_inet_pton=yes
ac_cv_func_isinf=yes
ac_cv_func_isnan=yes
ac_cv_func_localtime_r=yes
ac_cv_func_mallopt=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mlockall=yes
ac_cv_func_mmap=yes
ac_cv_func_mremap=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_openpty=yes
ac_cv_func_poll=yes
ac_cv_func_posix2time=no
ac_cv_func_posix_fadvise=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_pread=yes
ac_cv_func_pthread_attr_setguardsize=yes
ac_cv_func_pthread_rwlock_init=yes
ac_cv_func_pthread_rwlockattr_setkind_np=yes
ac_cv_func_pthread_spin_lock=yes
ac_cv_func_pthread_yield=yes
ac_cv_func_pwrite=yes
ac_cv_func_res_gethostbyname=no
ac_cv_func_sbrk=yes
ac_cv_func_sched_yield=yes
ac_cv_func_sctp_bindx=yes
ac_cv_func_sctp_freeladdrs=yes
ac_cv_func_sctp_freepaddrs=yes
ac_cv_func_sctp_getladdrs=yes
ac_cv_func_sctp_getpaddrs=yes
ac_cv_func_sctp_peeloff=yes
ac_cv_func_sendfile=yes
ac_cv_func_setlocale=yes
ac_cv_func_setns=yes
ac_cv_func_setsid=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strncasecmp=yes
ac_cv_func_time2posix=no
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vprintf=yes
ac_cv_func_writev=yes
ac_cv_have_decl_IN6ADDR_ANY_INIT=yes
ac_cv_have_decl_IN6ADDR_LOOPBACK_INIT=yes
ac_cv_have_decl_IPV6_V6ONLY=yes
ac_cv_have_decl_RLIMIT_STACK=yes
ac_cv_have_decl_SCTPS_BOUND=no
ac_cv_have_decl_SCTPS_COOKIE_ECHOED=no
ac_cv_have_decl_SCTPS_COOKIE_WAIT=no
ac_cv_have_decl_SCTPS_ESTABLISHED=no
ac_cv_have_decl_SCTPS_IDLE=no
ac_cv_have_decl_SCTPS_LISTEN=no
ac_cv_have_decl_SCTPS_SHUTDOWN_ACK_SENT=no
ac_cv_have_decl_SCTPS_SHUTDOWN_PENDING=no
ac_cv_have_decl_SCTPS_SHUTDOWN_RECEIVED=no
ac_cv_have_decl_SCTPS_SHUTDOWN_SENT=no
ac_cv_have_decl_SCTP_ABORT=yes
ac_cv_have_decl_SCTP_ADDR_CONFIRMED=yes
ac_cv_have_decl_SCTP_ADDR_OVER=yes
ac_cv_have_decl_SCTP_BOUND=no
ac_cv_have_decl_SCTP_CLOSED=yes
ac_cv_have_decl_SCTP_COOKIE_ECHOED=yes
ac_cv_have_decl_SCTP_COOKIE_WAIT=yes
ac_cv_have_decl_SCTP_DELAYED_ACK_TIME=yes
ac_cv_have_decl_SCTP_EMPTY=yes
ac_cv_have_decl_SCTP_EOF=yes
ac_cv_have_decl_SCTP_ESTABLISHED=yes
ac_cv_have_decl_SCTP_LISTEN=no
ac_cv_have_decl_SCTP_SENDALL=no
ac_cv_have_decl_SCTP_SHUTDOWN_ACK_SENT=yes
ac_cv_have_decl_SCTP_SHUTDOWN_PENDING=yes
ac_cv_have_decl_SCTP_SHUTDOWN_RECEIVED=yes
ac_cv_have_decl_SCTP_SHUTDOWN_SENT=yes
ac_cv_have_decl_SCTP_UNORDERED=yes
ac_cv_have_decl_getrlimit=yes
ac_cv_have_decl_posix2time=no
ac_cv_have_decl_setrlimit=yes
ac_cv_have_decl_time2posix=no
ac_cv_header_arpa_nameser_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_ieeefp_h=no
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_libdlpi_h=no
ac_cv_header_limits_h=yes
ac_cv_header_linux_falloc_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_errno_h=no
ac_cv_header_net_if_dl_h=no
ac_cv_header_netinet_sctp_h=yes
ac_cv_header_netpacket_packet_h=yes
ac_cv_header_nptl_pthread_h=no
ac_cv_header_poll_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pthread_mit_pthread_h=no
ac_cv_header_pty_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_sdkddkver_h=no
ac_cv_header_setns_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_devpoll_h=no
ac_cv_header_sys_epoll_h=yes
ac_cv_header_sys_event_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_socketio_h=no
ac_cv_header_sys_sockio_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_stropts_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=no
ac_cv_header_utmp_h=yes
ac_cv_header_valgrind_valgrind_h=no
ac_cv_header_vfork_h=no
ac_cv_header_windows_h=no
ac_cv_header_winsock2_h=no
ac_cv_header_ws2tcpip_h=no
ac_cv_host=armv7l-unknown-linux-gnueabihf
ac_cv_host_alias=armv7l-unknown-linux-gnueabihf
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dlpi_dlpi_open=no
ac_cv_lib_inet_main=no
ac_cv_lib_kstat_kstat_open=no
ac_cv_lib_m_sin=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_tinfo___tgetent=yes
ac_cv_lib_util_openpty=yes
ac_cv_member_struct_ifreq_ifr_enaddr=no
ac_cv_member_struct_ifreq_ifr_hwaddr=yes
ac_cv_member_struct_sctp_paddrparams_spp_flags=yes
ac_cv_member_struct_sctp_paddrparams_spp_pathmtu=yes
ac_cv_member_struct_sctp_paddrparams_spp_sackdelay=yes
ac_cv_member_struct_sctp_remote_error_sre_data=yes
ac_cv_member_struct_sctp_send_failed_ssf_data=yes
ac_cv_objext=o
ac_cv_path_MKDIR=/bin/mkdir
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_RM=/bin/rm
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_FOP=fop
ac_cv_prog_GETCONF=getconf
ac_cv_prog_M4=m4
ac_cv_prog_XSLTPROC=xsltproc
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=c++
ac_cv_prog_ac_ct_DED_LD=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_emu_cc=gcc
ac_cv_prog_mkdir_p='/usr/bin/install -c -d'
ac_cv_search_fdatasync='none required'
ac_cv_search_opendir='none required'
ac_cv_search_strerror='none required'
ac_cv_sizeof___int128_t=0
ac_cv_sizeof___int64=0
ac_cv_sizeof_char=1
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=8
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=4
ac_cv_sizeof_time_t=4
ac_cv_sizeof_void_p=4
ac_cv_struct_exception=yes
ac_cv_struct_sockaddr_sa_len=no
ac_cv_struct_tm=time.h
ac_cv_sys_ipv6_support=yes
ac_cv_sys_multicast_support=yes
ac_cv_type___int128_t=no
ac_cv_type___int64=no
ac_cv_type_char=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
ac_cv_type_long_long=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_short=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_time_t=yes
ac_cv_type_void_p=yes
erl_cv_time_correction=clock_gettime
erts_cv___after_morecore_hook_can_track_malloc=no
erts_cv_brk_ret_arg_types='int,void *'
erts_cv_brk_wrappers_can_track_malloc=no
erts_cv_fwrite_unlocked=yes
erts_cv_have__end_symbol=yes
erts_cv_have_end_symbol=yes
erts_cv_have_in6addr_any=yes
erts_cv_have_in6addr_loopback=yes
erts_cv_putc_unlocked=yes
erts_cv_sbrk_ret_arg_types='void *,intptr_t'
erts_cv_windows_h_includes_winsock2_h=no
i_cv_fallocate_works=yes
i_cv_posix_fallocate_works=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
ARCH='arm'
BITS64=''
CC32='gcc'
CC='gcc'
CFLAGS32='-O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE'
CFLAGS='-Werror=return-type -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE'
CFLAG_RUNTIME_LIBRARY_PATH='-Wl,-R'
CPP='gcc -E'
CPPFLAGS=' -D_GNU_SOURCE'
CPU_SUP_LIBS=''
CROSS_COMPILING='no'
CXX='c++'
CXXFLAGS=''
DEBUG_CFLAGS='-g -D_GNU_SOURCE -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
DEBUG_FLAGS='-g'
DED_CFLAGS='-O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -fPIC'
DED_EMU_THR_DEFS=' -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS'
DED_EXT='so'
DED_LD='gcc'
DED_LDFLAGS='-shared -Wl,-Bsymbolic'
DED_LD_FLAG_RUNTIME_LIBRARY_PATH='-Wl,-R'
DED_STATIC_CFLAGS='-O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER'
DED_SYS_INCLUDE='-I/media/sd/erlang/src/otp_src_17.1/erts/emulator/beam -I/media/sd/erlang/src/otp_src_17.1/erts/include -I/media/sd/erlang/src/otp_src_17.1/erts/include/armv7l-unknown-linux-gnueabihf -I/media/sd/erlang/src/otp_src_17.1/erts/include/internal -I/media/sd/erlang/src/otp_src_17.1/erts/include/internal/armv7l-unknown-linux-gnueabihf -I/media/sd/erlang/src/otp_src_17.1/erts/emulator/sys/unix'
DED_THR_DEFS='-DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE'
DEFS='-DHAVE_CONFIG_H'
DEXPORT='-Wl,-export-dynamic'
DTRACE=''
DTRACE_CPP='-C'
DTRACE_ENABLED=''
DTRACE_ENABLED_2STEP=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EMU_CC='gcc'
EMU_LOCK_CHECKING='no'
EMU_THR_DEFS=' -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS'
EMU_THR_LIBS='-lethread -lerts_internal_r -lpthread '
EMU_THR_LIB_NAME='ethread'
EMU_THR_X_LIBS='-lpthread '
ENABLE_ALLOC_TYPE_VARS=' threads'
ERLANG_OSTYPE='unix'
ERL_TOP='/media/sd/erlang/src/otp_src_17.1'
ERTS_BUILD_SMP_EMU='yes'
ERTS_ENABLE_KERNEL_POLL='yes'
ERTS_INTERNAL_X_LIBS=''
ETHR_DEFS='-DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE'
ETHR_LIBS='-lethread -lerts_internal_r -lpthread '
ETHR_LIB_NAME='ethread'
ETHR_THR_LIB_BASE='pthread'
ETHR_THR_LIB_BASE_DIR='pthread'
ETHR_X86_SSE2_ASM='no'
ETHR_X_LIBS='-lpthread '
EXEEXT=''
EXTERNAL_WORD_SIZE='32'
FOP='fop'
GCC='yes'
GETCONF='getconf'
HAVE_VALGRIND='no'
HCC='$(CC)'
HCFLAGS=' -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf'
HIPE_ENABLED=''
HIPE_HELPERS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_DIR='/usr/bin/install -c -d'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
JAVAC=''
LD='$(CC)'
LDFLAGS=' '
LDFLAG_RUNTIME_LIBRARY_PATH='-Wl,-R'
LFS_CFLAGS='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
LFS_LDFLAGS=''
LFS_LIBS=''
LIBCARBON=''
LIBOBJS=''
LIBRT='-lrt'
LIBS='-lutil -ldl -lm -lsctp '
LIBSCTP='libsctp.so.1'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MIXED_CYGWIN='no'
MIXED_CYGWIN_MINGW='no'
MIXED_CYGWIN_VC='no'
MIXED_MSYS='no'
MIXED_MSYS_VC='no'
MIXED_VC='no'
MKDIR='/bin/mkdir'
NATIVE_LIBS_ENABLED=''
OBJEXT='o'
OPSYS='linux'
OTP_RELEASE=''
OTP_VERSION='17.1'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERFCTR_PATH=''
PERL='/usr/bin/perl'
RANLIB='ranlib'
REGTOOL=''
RM='/bin/rm'
SHELL='/bin/sh'
SSL_CC_RUNTIME_LIBRARY_PATH='-Wl,-R/usr/lib -Wl,-R/usr/local/lib -Wl,-R/usr/sfw/lib -Wl,-R/opt/local/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/local/openssl/lib -Wl,-R/usr/lib/openssl/lib -Wl,-R/usr/openssl/lib -Wl,-R/usr/local/ssl/lib -Wl,-R/usr/lib/ssl/lib -Wl,-R/usr/ssl/lib -Wl,-R//lib'
SSL_CRYPTO_LIBNAME='crypto'
SSL_DED_LD_RUNTIME_LIBRARY_PATH='-Wl,-R/usr/lib -Wl,-R/usr/local/lib -Wl,-R/usr/sfw/lib -Wl,-R/opt/local/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/local/openssl/lib -Wl,-R/usr/lib/openssl/lib -Wl,-R/usr/openssl/lib -Wl,-R/usr/local/ssl/lib -Wl,-R/usr/lib/ssl/lib -Wl,-R/usr/ssl/lib -Wl,-R//lib'
SSL_DYNAMIC_ONLY='yes'
SSL_INCLUDE='-I/usr/include'
SSL_LD_RUNTIME_LIBRARY_PATH='-Wl,-R/usr/lib -Wl,-R/usr/local/lib -Wl,-R/usr/sfw/lib -Wl,-R/opt/local/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/local/openssl/lib -Wl,-R/usr/lib/openssl/lib -Wl,-R/usr/openssl/lib -Wl,-R/usr/local/ssl/lib -Wl,-R/usr/lib/ssl/lib -Wl,-R/usr/ssl/lib -Wl,-R//lib'
SSL_LIBDIR='/usr/lib'
SSL_LINK_WITH_KERBEROS=''
SSL_LINK_WITH_ZLIB='no'
SSL_ROOT='/usr'
SSL_SSL_LIBNAME='ssl'
STATIC_CFLAGS=''
STATIC_DRIVERS='no'
STATIC_KERBEROS_LIBS=''
STATIC_NIFS='no'
STATIC_ZLIB_LIBS=''
SYSTEMD_DAEMON_LIBS=''
SYSTEM_VSN='17'
TERMCAP_LIB='-ltinfo'
THR_DEFS='-DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE'
THR_LIBS='-lpthread '
USE_PERFCTR=''
USE_VM_PROBES=''
WERRORFLAGS='-Werror=return-type '
WFLAGS='-Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement'
XMLLINT=''
XSLTPROC='xsltproc'
YACC='yacc'
Z_LIB='-lz'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='c++'
ac_ct_DED_LD='gcc'
ac_ct_DTRACE=''
ac_ct_RANLIB='ranlib'
ac_pt_GETCONF=''
bindir='${exec_prefix}/bin'
build='armv7l-unknown-linux-gnueabihf'
build_alias=''
build_cpu='armv7l'
build_os='linux-gnueabihf'
build_vendor='unknown'
datadir='${prefix}/share'
erl_xcomp_after_morecore_hook=''
erl_xcomp_bigendian=''
erl_xcomp_clock_gettime_cpu_time=''
erl_xcomp_dlsym_brk_wrappers=''
erl_xcomp_double_middle_endian=''
erl_xcomp_getaddrinfo=''
erl_xcomp_gethrvtime_procfs_ioctl=''
erl_xcomp_isysroot=''
erl_xcomp_kqueue=''
erl_xcomp_linux_clock_gettime_correction=''
erl_xcomp_linux_nptl=''
erl_xcomp_linux_usable_sigaltstack=''
erl_xcomp_linux_usable_sigusrx=''
erl_xcomp_ose_BEAM_LM_CONF=''
erl_xcomp_ose_CONFD=''
erl_xcomp_ose_CRT0_LM=''
erl_xcomp_ose_EPMD_LM_CONF=''
erl_xcomp_ose_LM_ELF_SIZE=''
erl_xcomp_ose_LM_LCF=''
erl_xcomp_ose_LM_POST_LINK=''
erl_xcomp_ose_LM_SET_CONF=''
erl_xcomp_ose_OSEROOT=''
erl_xcomp_ose_RUN_ERL_LM_CONF=''
erl_xcomp_ose_STRIP=''
erl_xcomp_ose_ldflags_pass1=''
erl_xcomp_ose_ldflags_pass2=''
erl_xcomp_poll=''
erl_xcomp_putenv_copy=''
erl_xcomp_reliable_fpe=''
erl_xcomp_sysroot=''
exec_prefix='${prefix}'
host='armv7l-unknown-linux-gnueabihf'
host_alias=''
host_cpu='armv7l'
host_os='linux-gnueabihf'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
os_mon_programs=' cpu_sup'
prefix='/media/sd/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
vxworks_reclaim=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define ASSUMED_CACHE_LINE_SIZE 64
#define BRK_ARG_TYPE void *
#define BRK_RET_TYPE int
#define ERTS_EMU_CMDLINE_FLAGS " -O0 -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-tree-copyrename -D_GNU_SOURCE -g -D_GNU_SOURCE -I/media/sd/erlang/src/otp_src_17.1/erts/armv7l-unknown-linux-gnueabihf -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Werror=return-type -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement"
#define ERTS_ENABLE_KERNEL_POLL 1
#define ERTS_HAVE_SMP_EMU 1
#define ERTS_USE_POLL 1
#define ETHR_HAVE_ETHREAD_DEFINES 1
#define ETHR_HAVE_LINUX_FUTEX 1
#define ETHR_HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
#define ETHR_HAVE_PTHREAD_H 1
#define ETHR_HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
#define ETHR_HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP 1
#define ETHR_HAVE_PTHREAD_SPIN_LOCK 1
#define ETHR_HAVE_PTHREAD_YIELD 1
#define ETHR_HAVE_SCHED_H 1
#define ETHR_HAVE_SCHED_YIELD 1
#define ETHR_HAVE_SYS_TIME_H 1
#define ETHR_HAVE___SYNC_ADD_AND_FETCH32 1
#define ETHR_HAVE___SYNC_ADD_AND_FETCH64 1
#define ETHR_HAVE___SYNC_FETCH_AND_AND32 1
#define ETHR_HAVE___SYNC_FETCH_AND_AND64 1
#define ETHR_HAVE___SYNC_FETCH_AND_OR32 1
#define ETHR_HAVE___SYNC_FETCH_AND_OR64 1
#define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP32 1
#define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP64 1
#define ETHR_PTHREADS 1
#define ETHR_PTHREAD_YIELD_RET_INT 1
#define ETHR_SCHED_YIELD_RET_INT 1
#define ETHR_SIZEOF_INT 4
#define ETHR_SIZEOF_LONG 4
#define ETHR_SIZEOF_LONG_LONG 8
#define ETHR_SIZEOF_PTR 4
#define ETHR_SIZEOF___INT128_T 0
#define ETHR_SIZEOF___INT64 0
#define ETHR_SMP_REQUIRE_NATIVE_IMPLS 1
#define ETHR_TIME_WITH_SYS_TIME 1
#define GETHRTIME_WITH_CLOCK_GETTIME 1
#define HAVE_ARPA_NAMESER_H 1
#define HAVE_BRK 1
#define HAVE_CONFLICTING_FREAD_DECLARATION 1
#define HAVE_DECL_GETRLIMIT 1
#define HAVE_DECL_IN6ADDR_ANY_INIT 1
#define HAVE_DECL_IN6ADDR_LOOPBACK_INIT 1
#define HAVE_DECL_IPV6_V6ONLY 1
#define HAVE_DECL_POSIX2TIME 0
#define HAVE_DECL_RLIMIT_STACK 1
#define HAVE_DECL_SCTPS_BOUND 0
#define HAVE_DECL_SCTPS_COOKIE_ECHOED 0
#define HAVE_DECL_SCTPS_COOKIE_WAIT 0
#define HAVE_DECL_SCTPS_ESTABLISHED 0
#define HAVE_DECL_SCTPS_IDLE 0
#define HAVE_DECL_SCTPS_LISTEN 0
#define HAVE_DECL_SCTPS_SHUTDOWN_ACK_SENT 0
#define HAVE_DECL_SCTPS_SHUTDOWN_PENDING 0
#define HAVE_DECL_SCTPS_SHUTDOWN_RECEIVED 0
#define HAVE_DECL_SCTPS_SHUTDOWN_SENT 0
#define HAVE_DECL_SCTP_ABORT 1
#define HAVE_DECL_SCTP_ADDR_CONFIRMED 1
#define HAVE_DECL_SCTP_ADDR_OVER 1
#define HAVE_DECL_SCTP_BOUND 0
#define HAVE_DECL_SCTP_CLOSED 1
#define HAVE_DECL_SCTP_COOKIE_ECHOED 1
#define HAVE_DECL_SCTP_COOKIE_WAIT 1
#define HAVE_DECL_SCTP_DELAYED_ACK_TIME 1
#define HAVE_DECL_SCTP_EMPTY 1
#define HAVE_DECL_SCTP_EOF 1
#define HAVE_DECL_SCTP_ESTABLISHED 1
#define HAVE_DECL_SCTP_LISTEN 0
#define HAVE_DECL_SCTP_SENDALL 0
#define HAVE_DECL_SCTP_SHUTDOWN_ACK_SENT 1
#define HAVE_DECL_SCTP_SHUTDOWN_PENDING 1
#define HAVE_DECL_SCTP_SHUTDOWN_RECEIVED 1
#define HAVE_DECL_SCTP_SHUTDOWN_SENT 1
#define HAVE_DECL_SCTP_UNORDERED 1
#define HAVE_DECL_SETRLIMIT 1
#define HAVE_DECL_TIME2POSIX 0
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_DLOPEN 1
#define HAVE_END_SYMBOL 1
#define HAVE_FALLOCATE 1
#define HAVE_FCNTL_H 1
#define HAVE_FDATASYNC 1
#define HAVE_FINITE 1
#define HAVE_FLOCKFILE 1
#define HAVE_FORK 1
#define HAVE_FSTAT 1
#define HAVE_FWRITE_UNLOCKED 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETHOSTBYNAME2 1
#define HAVE_GETHOSTBYNAME_R GHBN_R_GLIBC
#define HAVE_GETIFADDRS 1
#define HAVE_GETNAMEINFO 1
#define HAVE_GMTIME_R 1
#define HAVE_IFADDRS_H 1
#define HAVE_IN6 1
#define HAVE_IN6ADDR_ANY 1
#define HAVE_IN6ADDR_LOOPBACK 1
#define HAVE_INET_PTON 1
#define HAVE_INTTYPES_H 1
#define HAVE_ISINF 1
#define HAVE_ISNAN 1
#define HAVE_LANGINFO_H 1
#define HAVE_LIBDL 1
#define HAVE_LIBM 1
#define HAVE_LIBUTIL 1
#define HAVE_LIBZ 1
#define HAVE_LIMITS_H 1
#define HAVE_LINUX_FALLOC_H 1
#define HAVE_LOCALTIME_R 1
#define HAVE_MALLOC_H 1
#define HAVE_MALLOPT 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MLOCKALL 1
#define HAVE_MMAP 1
#define HAVE_MREMAP 1
#define HAVE_MULTICAST_SUPPORT 1
#define HAVE_NETPACKET_PACKET_H 1
#define HAVE_NL_LANGINFO 1
#define HAVE_OPENPTY 1
#define HAVE_POLL 1
#define HAVE_POLL_H 1
#define HAVE_POSIX_FADVISE 1
#define HAVE_POSIX_FALLOCATE
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_PREAD 1
#define HAVE_PTHREAD_H 1
#define HAVE_PTY_H 1
#define HAVE_PUTC_UNLOCKED 1
#define HAVE_PWRITE 1
#define HAVE_SBRK 1
#define HAVE_SCHED_H 1
#define HAVE_SCHED_xETAFFINITY 1
#define HAVE_SCTP_BINDX 1
#define HAVE_SCTP_FREELADDRS 1
#define HAVE_SCTP_FREEPADDRS 1
#define HAVE_SCTP_GETLADDRS 1
#define HAVE_SCTP_GETPADDRS 1
#define HAVE_SCTP_H 1
#define HAVE_SCTP_PEELOFF 1
#define HAVE_SENDFILE 1
#define HAVE_SETLOCALE 1
#define HAVE_SETNS 1
#define HAVE_SETSID 1
#define HAVE_SOCKLEN_T 1
#define HAVE_SO_BSDCOMPAT
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR 1
#define HAVE_STRERROR_R 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
#define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_FLAGS 1
#define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_PATHMTU 1
#define HAVE_STRUCT_SCTP_PADDRPARAMS_SPP_SACKDELAY 1
#define HAVE_STRUCT_SCTP_REMOTE_ERROR_SRE_DATA 1
#define HAVE_STRUCT_SCTP_SEND_FAILED_SSF_DATA 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_EPOLL_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STROPTS_H 1
#define HAVE_SYS_SYSCTL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_TERMCAP 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTMP_H 1
#define HAVE_VFORK 1
#define HAVE_VPRINTF 1
#define HAVE_WCWIDTH 1
#define HAVE_WORKING_FORK 1
#define HAVE_WORKING_POSIX_OPENPT 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WRITEV 1
#define HAVE__END_SYMBOL 1
#define HAVE___SBRK 1
#define H_ERRNO_DECLARED 1
#define NETDB_H_NEEDS_IN_H 1
#define NO_FPE_SIGNALS
#define NO_SA_LEN 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define RETSIGTYPE void
#define SBRK_ARG_TYPE intptr_t
#define SBRK_RET_TYPE void *
#define SIZEOF_CHAR 1
#define SIZEOF_INT 4
#define SIZEOF_INT 4
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_OFF_T 8
#define SIZEOF_SHORT 2
#define SIZEOF_SIZE_T 4
#define SIZEOF_TIME_T 4
#define SIZEOF_VOID_P 4
#define SIZEOF_VOID_P 4
#define SIZEOF_VOID_P 4
#define SIZEOF___INT128_T 0
#define SIZEOF___INT128_T 0
#define SIZEOF___INT64 0
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define SYS_ERRLIST_DECLARED
#define TIME_WITH_SYS_TIME 1
#define USE_MATHERR 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment