Skip to content

Instantly share code, notes, and snippets.

@pjmagee
Created June 2, 2013 08:33
Show Gist options
  • Select an option

  • Save pjmagee/5693037 to your computer and use it in GitHub Desktop.

Select an option

Save pjmagee/5693037 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 mono configure 2.11.4, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --prefix=/opt/mono-2.11
## --------- ##
## Platform. ##
## --------- ##
hostname = DiskStation
uname -m = ppc
uname -r = 2.6.32.12
uname -s = Linux
uname -v = #3211 SMP Tue Apr 16 20:02:23 CST 2013
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /opt/bin
PATH: /opt/sbin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/syno/sbin
PATH: /usr/syno/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3088: checking build system type
configure:3102: result: powerpc-unknown-linux-gnu
configure:3122: checking host system type
configure:3135: result: powerpc-unknown-linux-gnu
configure:3155: checking target system type
configure:3168: result: powerpc-unknown-linux-gnu
configure:3217: checking for a BSD-compatible install
configure:3285: result: ./install-sh -c
configure:3296: checking whether build environment is sane
configure:3346: result: yes
configure:3487: checking for a thread-safe mkdir -p
configure:3526: result: ./install-sh -c -d
configure:3539: checking for gawk
configure:3555: found /opt/bin/gawk
configure:3566: result: gawk
configure:3577: checking whether make sets $(MAKE)
configure:3599: result: yes
configure:3674: checking how to create a ustar tar archive
configure:3687: tar --version
tar: unrecognized option '--version'
BusyBox v1.16.1 (2013-04-16 20:10:16 CST) multi-call binary.
Usage: tar -[cxtzjaZvO] [-X FILE] [-f TARFILE] [-C DIR] [FILE]...
Create, extract, or list files from a tar file
Options:
c Create
x Extract
t List
Archive format selection:
z Filter the archive through gzip
j Filter the archive through bzip2
a Filter the archive through xz
Z Filter the archive through compress
File selection:
f Name of TARFILE or "-" for stdin
O Extract to stdout
X File with names to exclude
C Change to DIR before operation
v Verbose
configure:3690: $? = 1
configure:3687: gnutar --version
./configure: ./configure.lineno: line 3743: gnutar: not found
configure:3690: $? = 127
configure:3687: gtar --version
./configure: ./configure.lineno: line 3743: gtar: not found
configure:3690: $? = 127
configure:3730: tardir=conftest.dir && eval gtar --format=ustar -chf - "$tardir" >conftest.tar
./configure: eval: line 1: gtar: not found
configure:3733: $? = 127
configure:3730: tardir=conftest.dir && eval tar chf - "$tardir" >conftest.tar
configure:3733: $? = 0
configure:3737: tar xf - <conftest.tar
configure:3740: $? = 0
configure:3753: result: plaintar
configure:3763: checking whether to enable maintainer-specific portions of Makefiles
configure:3772: result: no
configure:3789: checking whether ln -s works
configure:3793: result: yes
configure:3846: checking host platform characteristics
configure:4139: result: ok
configure:4240: checking for gcc
configure:4256: found /opt/bin/gcc
configure:4267: result: gcc
configure:4337: checking for gcc
configure:4364: result: gcc
configure:4593: checking for C compiler version
configure:4602: gcc --version >&5
gcc (GCC) 3.4.6
Copyright (C) 2006 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:4613: $? = 0
configure:4602: gcc -v >&5
Reading specs from /opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/specs
Configured with: ../gcc-3.4.6/configure --build=i386-pc-linux-gnu --host=powerpc-linux-gnuspe --target=powerpc-linux-gnuspe --prefix=/opt --disable-nls --disable-static --with-as=/home/slug/optware/syno-e500/toolchain/gcc-3.4.3-glibc-2.3.4/powerpc-linux-gnuspe/bin/powerpc-linux-gnuspe-as --with-ld=/home/slug/optware/syno-e500/toolchain/gcc-3.4.3-glibc-2.3.4/powerpc-linux-gnuspe/bin/powerpc-linux-gnuspe-ld --enable-languages=c,c++ --disable-multilib
Thread model: posix
gcc driver version 3.4.6 executing gcc version 3.4.3
configure:4613: $? = 0
configure:4602: gcc -V >&5
gcc: `-V' option must have argument
configure:4613: $? = 1
configure:4602: gcc -qversion >&5
gcc: unrecognized option `-qversion'
gcc: no input files
configure:4613: $? = 1
configure:4633: checking whether the C compiler works
configure:4655: gcc -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:4659: $? = 0
configure:4707: result: yes
configure:4710: checking for C compiler default output file name
configure:4712: result: a.out
configure:4718: checking for suffix of executables
configure:4725: gcc -o conftest -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:4729: $? = 0
configure:4751: result:
configure:4773: checking whether we are cross compiling
configure:4781: gcc -o conftest -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:4785: $? = 0
configure:4792: ./conftest
configure:4796: $? = 0
configure:4811: result: no
configure:4816: checking for suffix of object files
configure:4838: gcc -c -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:4842: $? = 0
configure:4863: result: o
configure:4867: checking whether we are using the GNU C compiler
configure:4886: gcc -c -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:4886: $? = 0
configure:4895: result: yes
configure:4904: checking whether gcc accepts -g
configure:4924: gcc -c -g -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:4924: $? = 0
configure:4965: result: yes
configure:4982: checking for gcc option to accept ISO C89
configure:5046: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:5046: $? = 0
configure:5059: result: none needed
configure:5090: checking for style of include used by make
configure:5118: result: GNU
configure:5143: checking dependency style of gcc
configure:5253: result: gcc3
configure:5311: checking for g++
configure:5327: found /opt/bin/g++
configure:5338: result: g++
configure:5472: checking for C++ compiler version
configure:5481: g++ --version >&5
g++ (GCC) 3.4.6
Copyright (C) 2006 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:5492: $? = 0
configure:5481: g++ -v >&5
Reading specs from /opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/specs
Configured with: ../gcc-3.4.6/configure --build=i386-pc-linux-gnu --host=powerpc-linux-gnuspe --target=powerpc-linux-gnuspe --prefix=/opt --disable-nls --disable-static --with-as=/home/slug/optware/syno-e500/toolchain/gcc-3.4.3-glibc-2.3.4/powerpc-linux-gnuspe/bin/powerpc-linux-gnuspe-as --with-ld=/home/slug/optware/syno-e500/toolchain/gcc-3.4.3-glibc-2.3.4/powerpc-linux-gnuspe/bin/powerpc-linux-gnuspe-ld --enable-languages=c,c++ --disable-multilib
Thread model: posix
gcc driver version 3.4.6 executing gcc version 3.4.3
configure:5492: $? = 0
configure:5481: g++ -V >&5
g++: `-V' option must have argument
configure:5492: $? = 1
configure:5481: g++ -qversion >&5
g++: unrecognized option `-qversion'
g++: no input files
configure:5492: $? = 1
configure:5496: checking whether we are using the GNU C++ compiler
configure:5515: g++ -c -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.cpp >&5
configure:5515: $? = 0
configure:5524: result: yes
configure:5533: checking whether g++ accepts -g
configure:5553: g++ -c -g -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.cpp >&5
configure:5553: $? = 0
configure:5594: result: yes
configure:5619: checking dependency style of g++
configure:5729: result: gcc3
configure:5753: checking dependency style of gcc
configure:5861: result: gcc3
configure:5924: checking for gcc
configure:5951: result: gcc
configure:6180: checking for C compiler version
configure:6189: gcc --version >&5
gcc (GCC) 3.4.6
Copyright (C) 2006 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:6200: $? = 0
configure:6189: gcc -v >&5
Reading specs from /opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/specs
Configured with: ../gcc-3.4.6/configure --build=i386-pc-linux-gnu --host=powerpc-linux-gnuspe --target=powerpc-linux-gnuspe --prefix=/opt --disable-nls --disable-static --with-as=/home/slug/optware/syno-e500/toolchain/gcc-3.4.3-glibc-2.3.4/powerpc-linux-gnuspe/bin/powerpc-linux-gnuspe-as --with-ld=/home/slug/optware/syno-e500/toolchain/gcc-3.4.3-glibc-2.3.4/powerpc-linux-gnuspe/bin/powerpc-linux-gnuspe-ld --enable-languages=c,c++ --disable-multilib
Thread model: posix
gcc driver version 3.4.6 executing gcc version 3.4.3
configure:6200: $? = 0
configure:6189: gcc -V >&5
gcc: `-V' option must have argument
configure:6200: $? = 1
configure:6189: gcc -qversion >&5
gcc: unrecognized option `-qversion'
gcc: no input files
configure:6200: $? = 1
configure:6204: checking whether we are using the GNU C compiler
configure:6232: result: yes
configure:6241: checking whether gcc accepts -g
configure:6302: result: yes
configure:6319: checking for gcc option to accept ISO C89
configure:6396: result: none needed
configure:6418: checking dependency style of gcc
configure:6528: result: gcc3
configure:6551: checking for gawk
configure:6578: result: gawk
configure:6642: checking how to run the C preprocessor
configure:6673: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:6673: $? = 0
configure:6687: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:6687: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6712: result: gcc -E
configure:6732: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:6732: $? = 0
configure:6746: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:6746: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6775: checking for grep that handles long lines and -e
configure:6833: result: /bin/grep
configure:6838: checking for egrep
configure:6900: result: /bin/grep -E
configure:6905: checking for ANSI C header files
configure:6925: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:6925: $? = 0
configure:6998: gcc -o conftest -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:6998: $? = 0
configure:6998: ./conftest
configure:6998: $? = 0
configure:7009: result: yes
configure:7347: checking for a sed that does not truncate output
configure:7411: result: /bin/sed
configure:7429: checking for fgrep
configure:7491: result: /bin/grep -F
configure:7526: checking for ld used by gcc
configure:7593: result: /opt/powerpc-linux-gnuspe/bin/ld
configure:7600: checking if the linker (/opt/powerpc-linux-gnuspe/bin/ld) is GNU ld
configure:7615: result: yes
configure:7627: checking for BSD- or MS-compatible name lister (nm)
configure:7676: result: /opt/bin/nm -B
configure:7794: checking the name lister (/opt/bin/nm -B) interface
configure:7801: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:7804: /opt/bin/nm -B "conftest.o"
configure:7807: output
00000000 S some_variable
configure:7814: result: BSD nm
configure:7818: checking the maximum length of command line arguments
configure:7938: result: 32768
configure:7955: checking whether the shell understands some XSI constructs
configure:7965: result: yes
configure:7969: checking whether the shell understands "+="
configure:7975: result: no
configure:8010: checking for /opt/powerpc-linux-gnuspe/bin/ld option to reload object files
configure:8017: result: -r
configure:8086: checking for objdump
configure:8113: result: objdump
configure:8142: checking how to recognize dependent libraries
configure:8338: result: pass_all
configure:8398: checking for ar
configure:8414: found /opt/bin/ar
configure:8425: result: ar
configure:8503: checking for strip
configure:8519: found /opt/bin/strip
configure:8530: result: strip
configure:8602: checking for ranlib
configure:8618: found /opt/bin/ranlib
configure:8629: result: ranlib
configure:8719: checking command to parse /opt/bin/nm -B output from gcc object
configure:8837: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:8840: $? = 0
configure:8844: /opt/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:8847: $? = 0
configure:8901: gcc -o conftest -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c conftstm.o >&5
configure:8904: $? = 0
configure:8942: result: ok
configure:9037: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:9040: $? = 0
configure:9750: checking for sys/types.h
configure:9750: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:9750: $? = 0
configure:9750: result: yes
configure:9750: checking for sys/stat.h
configure:9750: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:9750: $? = 0
configure:9750: result: yes
configure:9750: checking for stdlib.h
configure:9750: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:9750: $? = 0
configure:9750: result: yes
configure:9750: checking for string.h
configure:9750: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:9750: $? = 0
configure:9750: result: yes
configure:9750: checking for memory.h
configure:9750: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:9750: $? = 0
configure:9750: result: yes
configure:9750: checking for strings.h
configure:9750: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:9750: $? = 0
configure:9750: result: yes
configure:9750: checking for inttypes.h
configure:9750: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:9750: $? = 0
configure:9750: result: yes
configure:9750: checking for stdint.h
configure:9750: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:9750: $? = 0
configure:9750: result: yes
configure:9750: checking for unistd.h
configure:9750: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:9750: $? = 0
configure:9750: result: yes
configure:9764: checking for dlfcn.h
configure:9764: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:9764: $? = 0
configure:9764: result: yes
configure:9889: checking for C++ compiler version
configure:9898: g++ --version >&5
g++ (GCC) 3.4.6
Copyright (C) 2006 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:9909: $? = 0
configure:9898: g++ -v >&5
Reading specs from /opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/specs
Configured with: ../gcc-3.4.6/configure --build=i386-pc-linux-gnu --host=powerpc-linux-gnuspe --target=powerpc-linux-gnuspe --prefix=/opt --disable-nls --disable-static --with-as=/home/slug/optware/syno-e500/toolchain/gcc-3.4.3-glibc-2.3.4/powerpc-linux-gnuspe/bin/powerpc-linux-gnuspe-as --with-ld=/home/slug/optware/syno-e500/toolchain/gcc-3.4.3-glibc-2.3.4/powerpc-linux-gnuspe/bin/powerpc-linux-gnuspe-ld --enable-languages=c,c++ --disable-multilib
Thread model: posix
gcc driver version 3.4.6 executing gcc version 3.4.3
configure:9909: $? = 0
configure:9898: g++ -V >&5
g++: `-V' option must have argument
configure:9909: $? = 1
configure:9898: g++ -qversion >&5
g++: unrecognized option `-qversion'
g++: no input files
configure:9909: $? = 1
configure:9913: checking whether we are using the GNU C++ compiler
configure:9941: result: yes
configure:9950: checking whether g++ accepts -g
configure:10011: result: yes
configure:10036: checking dependency style of g++
configure:10146: result: gcc3
configure:10169: checking how to run the C++ preprocessor
configure:10196: g++ -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.cpp
configure:10196: $? = 0
configure:10210: g++ -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.cpp
conftest.cpp:22:28: ac_nonexistent.h: No such file or directory
configure:10210: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:10235: result: g++ -E
configure:10255: g++ -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.cpp
configure:10255: $? = 0
configure:10269: g++ -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.cpp
conftest.cpp:22:28: ac_nonexistent.h: No such file or directory
configure:10269: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:10473: checking for objdir
configure:10488: result: .libs
configure:10784: checking if gcc supports -fno-rtti -fno-exceptions
configure:10802: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:10806: $? = 0
configure:10819: result: no
configure:10839: checking for gcc option to produce PIC
configure:11111: result: -fPIC -DPIC
configure:11123: checking if gcc PIC flag -fPIC -DPIC works
configure:11141: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -fPIC -DPIC -DPIC conftest.c >&5
configure:11145: $? = 0
configure:11158: result: yes
configure:11182: checking if gcc static flag -static works
configure:11210: result: no
configure:11225: checking if gcc supports -c -o file.o
configure:11246: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -o out/conftest2.o conftest.c >&5
configure:11250: $? = 0
configure:11272: result: yes
configure:11280: checking if gcc supports -c -o file.o
configure:11327: result: yes
configure:11360: checking whether the gcc linker (/opt/powerpc-linux-gnuspe/bin/ld) supports shared libraries
configure:12347: result: yes
configure:12384: checking whether -lc should be explicitly linked in
configure:12389: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:12392: $? = 0
configure:12407: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:12410: $? = 0
configure:12422: result: no
configure:12586: checking dynamic linker characteristics
configure:13019: gcc -o conftest -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -Wl,-rpath -Wl,/foo conftest.c >&5
configure:13019: $? = 0
configure:13237: result: GNU/Linux ld.so
configure:13339: checking how to hardcode library paths into programs
configure:13364: result: immediate
configure:13884: checking whether stripping libraries is possible
configure:13889: result: yes
configure:13924: checking if libtool supports shared libraries
configure:13926: result: yes
configure:13929: checking whether to build shared libraries
configure:13950: result: yes
configure:13953: checking whether to build static libraries
configure:13957: result: yes
configure:14107: checking for ld used by g++
configure:14174: result: /opt/powerpc-linux-gnuspe/bin/ld
configure:14181: checking if the linker (/opt/powerpc-linux-gnuspe/bin/ld) is GNU ld
configure:14196: result: yes
configure:14251: checking whether the g++ linker (/opt/powerpc-linux-gnuspe/bin/ld) supports shared libraries
configure:15164: result: yes
configure:15192: g++ -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.cpp >&5
configure:15195: $? = 0
configure:15377: checking for g++ option to produce PIC
configure:15694: result: -fPIC -DPIC
configure:15703: checking if g++ PIC flag -fPIC -DPIC works
configure:15721: g++ -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15725: $? = 0
configure:15738: result: yes
configure:15759: checking if g++ static flag -static works
configure:15787: result: no
configure:15799: checking if g++ supports -c -o file.o
configure:15820: g++ -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -o out/conftest2.o conftest.cpp >&5
configure:15824: $? = 0
configure:15846: result: yes
configure:15851: checking if g++ supports -c -o file.o
configure:15898: result: yes
configure:15928: checking whether the g++ linker (/opt/powerpc-linux-gnuspe/bin/ld) supports shared libraries
configure:15954: result: yes
configure:16091: checking dynamic linker characteristics
configure:16472: g++ -o conftest -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -Wl,-rpath -Wl,/foo conftest.cpp >&5
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libm.so: undefined reference to `__adddf3@GLIBC_2.3.3'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libm.so: undefined reference to `__muldf3@GLIBC_2.3.3'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libm.so: undefined reference to `__fixunsdfsi@GLIBC_2.3.3'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libm.so: undefined reference to `__floatsidf@GLIBC_2.3.3'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libm.so: undefined reference to `__extendsfdf2@GLIBC_2.3.3'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libm.so: undefined reference to `__subdf3@GLIBC_2.3.3'
collect2: ld returned 1 exit status
configure:16472: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:16690: result: GNU/Linux ld.so
configure:16741: checking how to hardcode library paths into programs
configure:16766: result: immediate
configure:16831: checking for bash
configure:16864: result: no
configure:16869: checking if dolt supports this host
configure:16894: result: no, falling back to libtool
configure:17043: checking for ld used by gcc
configure:17110: result: /opt/powerpc-linux-gnuspe/bin/ld
configure:17117: checking if the linker (/opt/powerpc-linux-gnuspe/bin/ld) is GNU ld
configure:17132: result: yes
configure:17186: checking for ld used by GCC
configure:17250: result: /opt/powerpc-linux-gnuspe/bin/ld
configure:17257: checking if the linker (/opt/powerpc-linux-gnuspe/bin/ld) is GNU ld
configure:17270: result: yes
configure:17277: checking for shared library run path origin
configure:17290: result: done
configure:17868: checking for iconv
configure:17890: gcc -o conftest -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:17890: $? = 0
configure:17922: result: yes
configure:17925: checking for working iconv
configure:18020: gcc -o conftest -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18020: $? = 0
configure:18020: ./conftest
configure:18020: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| #include <iconv.h>
| #include <string.h>
| int main ()
| {
| /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
| returns. */
| {
| iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
| if (cd_utf8_to_88591 != (iconv_t)(-1))
| {
| static const char input[] = "\342\202\254"; /* EURO SIGN */
| char buf[10];
| const char *inptr = input;
| size_t inbytesleft = strlen (input);
| char *outptr = buf;
| size_t outbytesleft = sizeof (buf);
| size_t res = iconv (cd_utf8_to_88591,
| (char **) &inptr, &inbytesleft,
| &outptr, &outbytesleft);
| if (res == 0)
| return 1;
| }
| }
| /* Test against Solaris 10 bug: Failures are not distinguishable from
| successful returns. */
| {
| iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
| if (cd_ascii_to_88591 != (iconv_t)(-1))
| {
| static const char input[] = "\263";
| char buf[10];
| const char *inptr = input;
| size_t inbytesleft = strlen (input);
| char *outptr = buf;
| size_t outbytesleft = sizeof (buf);
| size_t res = iconv (cd_ascii_to_88591,
| (char **) &inptr, &inbytesleft,
| &outptr, &outbytesleft);
| if (res == 0)
| return 1;
| }
| }
| #if 0 /* This bug could be worked around by the caller. */
| /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */
| {
| iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
| if (cd_88591_to_utf8 != (iconv_t)(-1))
| {
| static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
| char buf[50];
| const char *inptr = input;
| size_t inbytesleft = strlen (input);
| char *outptr = buf;
| size_t outbytesleft = sizeof (buf);
| size_t res = iconv (cd_88591_to_utf8,
| (char **) &inptr, &inbytesleft,
| &outptr, &outbytesleft);
| if ((int)res > 0)
| return 1;
| }
| }
| #endif
| /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
| provided. */
| if (/* Try standardized names. */
| iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
| /* Try IRIX, OSF/1 names. */
| && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
| /* Try AIX names. */
| && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
| /* Try HP-UX names. */
| && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
| return 1;
| return 0;
| }
configure:18032: result: no
configure:18060: checking for iconv declaration
configure:18089: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18089: $? = 0
configure:18099: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:18123: checking sys/filio.h usability
configure:18123: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:57:23: sys/filio.h: No such file or directory
configure:18123: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/filio.h>
configure:18123: result: no
configure:18123: checking sys/filio.h presence
configure:18123: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
conftest.c:24:23: sys/filio.h: No such file or directory
configure:18123: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| /* end confdefs.h. */
| #include <sys/filio.h>
configure:18123: result: no
configure:18123: checking for sys/filio.h
configure:18123: result: no
configure:18123: checking sys/sockio.h usability
configure:18123: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:57:24: sys/sockio.h: No such file or directory
configure:18123: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sockio.h>
configure:18123: result: no
configure:18123: checking sys/sockio.h presence
configure:18123: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
conftest.c:24:24: sys/sockio.h: No such file or directory
configure:18123: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| /* end confdefs.h. */
| #include <sys/sockio.h>
configure:18123: result: no
configure:18123: checking for sys/sockio.h
configure:18123: result: no
configure:18123: checking netdb.h usability
configure:18123: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking netdb.h presence
configure:18123: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking for netdb.h
configure:18123: result: yes
configure:18123: checking utime.h usability
configure:18123: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking utime.h presence
configure:18123: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking for utime.h
configure:18123: result: yes
configure:18123: checking sys/utime.h usability
configure:18123: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:59:23: sys/utime.h: No such file or directory
configure:18123: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/utime.h>
configure:18123: result: no
configure:18123: checking sys/utime.h presence
configure:18123: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
conftest.c:26:23: sys/utime.h: No such file or directory
configure:18123: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h. */
| #include <sys/utime.h>
configure:18123: result: no
configure:18123: checking for sys/utime.h
configure:18123: result: no
configure:18123: checking semaphore.h usability
configure:18123: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking semaphore.h presence
configure:18123: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking for semaphore.h
configure:18123: result: yes
configure:18123: checking sys/un.h usability
configure:18123: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking sys/un.h presence
configure:18123: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking for sys/un.h
configure:18123: result: yes
configure:18123: checking linux/rtc.h usability
configure:18123: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking linux/rtc.h presence
configure:18123: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking for linux/rtc.h
configure:18123: result: yes
configure:18123: checking sys/syscall.h usability
configure:18123: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking sys/syscall.h presence
configure:18123: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking for sys/syscall.h
configure:18123: result: yes
configure:18123: checking sys/mkdev.h usability
configure:18123: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:63:23: sys/mkdev.h: No such file or directory
configure:18123: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/mkdev.h>
configure:18123: result: no
configure:18123: checking sys/mkdev.h presence
configure:18123: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
conftest.c:30:23: sys/mkdev.h: No such file or directory
configure:18123: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| /* end confdefs.h. */
| #include <sys/mkdev.h>
configure:18123: result: no
configure:18123: checking for sys/mkdev.h
configure:18123: result: no
configure:18123: checking sys/uio.h usability
configure:18123: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking sys/uio.h presence
configure:18123: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking for sys/uio.h
configure:18123: result: yes
configure:18123: checking sys/param.h usability
configure:18123: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking sys/param.h presence
configure:18123: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18123: $? = 0
configure:18123: result: yes
configure:18123: checking for sys/param.h
configure:18123: result: yes
configure:18123: checking libproc.h usability
configure:18123: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:65:21: libproc.h: No such file or directory
configure:18123: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libproc.h>
configure:18123: result: no
configure:18123: checking libproc.h presence
configure:18123: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
conftest.c:32:21: libproc.h: No such file or directory
configure:18123: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <libproc.h>
configure:18123: result: no
configure:18123: checking for libproc.h
configure:18123: result: no
configure:18136: checking for sys/param.h
configure:18136: result: yes
configure:18136: checking sys/socket.h usability
configure:18136: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking sys/socket.h presence
configure:18136: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking for sys/socket.h
configure:18136: result: yes
configure:18136: checking sys/ipc.h usability
configure:18136: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking sys/ipc.h presence
configure:18136: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking for sys/ipc.h
configure:18136: result: yes
configure:18136: checking sys/sem.h usability
configure:18136: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking sys/sem.h presence
configure:18136: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking for sys/sem.h
configure:18136: result: yes
configure:18136: checking sys/utsname.h usability
configure:18136: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking sys/utsname.h presence
configure:18136: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking for sys/utsname.h
configure:18136: result: yes
configure:18136: checking alloca.h usability
configure:18136: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking alloca.h presence
configure:18136: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking for alloca.h
configure:18136: result: yes
configure:18136: checking ucontext.h usability
configure:18136: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking ucontext.h presence
configure:18136: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking for ucontext.h
configure:18136: result: yes
configure:18136: checking pwd.h usability
configure:18136: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking pwd.h presence
configure:18136: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking for pwd.h
configure:18136: result: yes
configure:18136: checking sys/select.h usability
configure:18136: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking sys/select.h presence
configure:18136: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking for sys/select.h
configure:18136: result: yes
configure:18136: checking netinet/tcp.h usability
configure:18136: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking netinet/tcp.h presence
configure:18136: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking for netinet/tcp.h
configure:18136: result: yes
configure:18136: checking netinet/in.h usability
configure:18136: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking netinet/in.h presence
configure:18136: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking for netinet/in.h
configure:18136: result: yes
configure:18136: checking for unistd.h
configure:18136: result: yes
configure:18136: checking for sys/types.h
configure:18136: result: yes
configure:18136: checking link.h usability
configure:18136: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking link.h presence
configure:18136: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking for link.h
configure:18136: result: yes
configure:18136: checking asm/sigcontext.h usability
configure:18136: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking asm/sigcontext.h presence
configure:18136: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18136: $? = 0
configure:18136: result: yes
configure:18136: checking for asm/sigcontext.h
configure:18136: result: yes
configure:18136: checking sys/inotify.h usability
configure:18136: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:80:25: sys/inotify.h: No such file or directory
configure:18136: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/inotify.h>
configure:18136: result: no
configure:18136: checking sys/inotify.h presence
configure:18136: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
conftest.c:47:25: sys/inotify.h: No such file or directory
configure:18136: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| /* end confdefs.h. */
| #include <sys/inotify.h>
configure:18136: result: no
configure:18136: checking for sys/inotify.h
configure:18136: result: no
configure:18149: checking for linux/netlink.h
configure:18149: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18149: $? = 0
configure:18149: result: yes
configure:18149: checking for linux/rtnetlink.h
configure:18149: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18149: $? = 0
configure:18149: result: yes
configure:18165: checking for sys/user.h
configure:18165: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18165: $? = 0
configure:18165: result: yes
configure:18181: checking zlib.h usability
configure:18181: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18181: $? = 0
configure:18181: result: yes
configure:18181: checking zlib.h presence
configure:18181: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18181: $? = 0
configure:18181: result: yes
configure:18181: checking for zlib.h
configure:18181: result: yes
configure:18207: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18207: $? = 0
configure:18209: result: Using system zlib
configure:18242: checking elf.h usability
configure:18242: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18242: $? = 0
configure:18242: result: yes
configure:18242: checking elf.h presence
configure:18242: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18242: $? = 0
configure:18242: result: yes
configure:18242: checking for elf.h
configure:18242: result: yes
configure:18256: checking poll.h usability
configure:18256: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18256: $? = 0
configure:18256: result: yes
configure:18256: checking poll.h presence
configure:18256: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18256: $? = 0
configure:18256: result: yes
configure:18256: checking for poll.h
configure:18256: result: yes
configure:18268: checking sys/poll.h usability
configure:18268: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18268: $? = 0
configure:18268: result: yes
configure:18268: checking sys/poll.h presence
configure:18268: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18268: $? = 0
configure:18268: result: yes
configure:18268: checking for sys/poll.h
configure:18268: result: yes
configure:18280: checking sys/wait.h usability
configure:18280: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18280: $? = 0
configure:18280: result: yes
configure:18280: checking sys/wait.h presence
configure:18280: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18280: $? = 0
configure:18280: result: yes
configure:18280: checking for sys/wait.h
configure:18280: result: yes
configure:18292: checking grp.h usability
configure:18292: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18292: $? = 0
configure:18292: result: yes
configure:18292: checking grp.h presence
configure:18292: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18292: $? = 0
configure:18292: result: yes
configure:18292: checking for grp.h
configure:18292: result: yes
configure:18304: checking syslog.h usability
configure:18304: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18304: $? = 0
configure:18304: result: yes
configure:18304: checking syslog.h presence
configure:18304: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18304: $? = 0
configure:18304: result: yes
configure:18304: checking for syslog.h
configure:18304: result: yes
configure:18318: checking wchar.h usability
configure:18318: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18318: $? = 0
configure:18318: result: yes
configure:18318: checking wchar.h presence
configure:18318: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:18318: $? = 0
configure:18318: result: yes
configure:18318: checking for wchar.h
configure:18318: result: yes
configure:18330: checking ieeefp.h usability
configure:18330: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:92:20: ieeefp.h: No such file or directory
configure:18330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:18330: result: no
configure:18330: checking ieeefp.h presence
configure:18330: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
conftest.c:59:20: ieeefp.h: No such file or directory
configure:18330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h. */
| #include <ieeefp.h>
configure:18330: result: no
configure:18330: checking for ieeefp.h
configure:18330: result: no
configure:18340: checking for isinf
configure:18355: gcc -o conftest -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18355: $? = 0
configure:18357: result: yes
configure:18376: checking linux/magic.h usability
configure:18376: gcc -c -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:93:25: linux/magic.h: No such file or directory
configure:18376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/magic.h>
configure:18376: result: no
configure:18376: checking linux/magic.h presence
configure:18376: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
conftest.c:60:25: linux/magic.h: No such file or directory
configure:18376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| /* end confdefs.h. */
| #include <linux/magic.h>
configure:18376: result: no
configure:18376: checking for linux/magic.h
configure:18376: result: no
configure:18392: checking size of void *
configure:18397: gcc -o conftest -g -O2 -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18397: $? = 0
configure:18397: ./conftest
configure:18397: $? = 0
configure:18411: result: 4
configure:18430: checking for -Wdeclaration-after-statement option to gcc
configure:18445: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18445: $? = 0
configure:18447: result: yes
configure:18462: checking for -Wno-unused-but-set-variable option to gcc
configure:18477: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wunused-but-set-variable -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:18477: $? = 0
configure:18479: result: yes
configure:18503: checking for clang
configure:18527: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:62: warning: function declaration isn't a prototype
configure:18527: $? = 0
configure:18527: ./conftest
configure:18527: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| /* end confdefs.h. */
|
| int main () {
| #ifdef __clang__
| return 0;
| #else
| return 1;
| #endif
| }
|
configure:18538: result: no
configure:18618: checking whether NLS is requested
configure:18627: result: yes
configure:18668: checking for msgfmt
configure: trying /opt/bin/msgfmt...
0 translated messages.
configure:18700: result: /opt/bin/msgfmt
configure:18709: checking for gmsgfmt
configure:18740: result: /opt/bin/msgfmt
configure:18791: checking for xgettext
configure: trying /opt/bin/xgettext...
/opt/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
configure:18823: result: /opt/bin/xgettext
configure:18869: checking for msgmerge
configure: trying /opt/bin/msgmerge...
configure:18900: result: /opt/bin/msgmerge
configure:18921: checking for msgfmt
configure:18937: found /opt/bin/msgfmt
configure:18949: result: yes
configure:18982: checking for pkg-config
configure:19013: result: no
configure:19162: checking for -mno-tls-direct-seg-refs option to gcc
configure:19177: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -mno-tls-direct-seg-refs -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
cc1: error: invalid option `no-tls-direct-seg-refs'
configure:19177: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| return 0;
|
| ;
| return 0;
| }
configure:19186: result: no
configure:19462: checking for visibility __attribute__
configure:19473: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:65: warning: no previous prototype for 'doit'
conftest.c:66: warning: function declaration isn't a prototype
configure:19473: $? = 0
configure:19476: result: yes
configure:19488: checking for deprecated __attribute__
configure:19506: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:69: warning: function declaration isn't a prototype
configure:19506: $? = 0
configure:19509: result: yes
configure:19847: checking whether gcc supports zero length arrays
configure:19865: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:72: warning: function declaration isn't a prototype
configure:19865: $? = 0
configure:19867: result: yes
configure:19890: checking for library containing clock_gettime
configure:19921: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:72: warning: function declaration isn't a prototype
conftest.c:75: warning: function declaration isn't a prototype
/tmp/cca7r0lS.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:76: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:19921: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:19921: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c -lrt >&5
conftest.c:72: warning: function declaration isn't a prototype
conftest.c:75: warning: function declaration isn't a prototype
/opt/powerpc-linux-gnuspe/bin/../lib/libpthread.so.0: undefined reference to `__on_exit@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/librt.so: undefined reference to `__librt_enable_asynccancel@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/librt.so: undefined reference to `__librt_multiple_threads@GLIBC_PRIVATE'
/opt/powerpc-linux-gnuspe/bin/../lib/libpthread.so.0: undefined reference to `_errno@GLIBC_2.0'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/librt.so: undefined reference to `__librt_disable_asynccancel@GLIBC_PRIVATE'
/opt/powerpc-linux-gnuspe/bin/../lib/libpthread.so.0: undefined reference to `__libc_sigaction@GLIBC_PRIVATE'
/opt/powerpc-linux-gnuspe/bin/../lib/libpthread.so.0: undefined reference to `_h_errno@GLIBC_2.0'
collect2: ld returned 1 exit status
configure:19921: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:19938: result: no
configure:19947: checking for dlopen
configure:19947: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:88: warning: function declaration isn't a prototype
conftest.c:98: warning: function declaration isn't a prototype
/tmp/ccOMmTso.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:99: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:19947: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); 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 dlopen
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* 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_dlopen || defined __stub___dlopen
| choke me
| #endif
|
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:19947: result: no
configure:19951: checking for dlopen in -ldl
configure:19976: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c -ldl >&5
conftest.c:72: warning: function declaration isn't a prototype
conftest.c:75: warning: function declaration isn't a prototype
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libdl.so: undefined reference to `_dl_open@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libdl.so: undefined reference to `_dl_close@GLIBC_PRIVATE'
collect2: ld returned 1 exit status
configure:19976: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:19985: result: no
configure:19997: WARNING: No dynamic loading support available
configure:20074: checking execinfo.h usability
configure:20074: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
configure:20074: $? = 0
configure:20074: result: yes
configure:20074: checking execinfo.h presence
configure:20074: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c
configure:20074: $? = 0
configure:20074: result: yes
configure:20074: checking for execinfo.h
configure:20074: result: yes
configure:20087: checking for getgrgid_r
configure:20087: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:89: warning: function declaration isn't a prototype
conftest.c:99: warning: function declaration isn't a prototype
configure:20087: $? = 0
configure:20087: result: yes
configure:20098: checking for getgrnam_r
configure:20098: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:90: warning: function declaration isn't a prototype
conftest.c:100: warning: function declaration isn't a prototype
configure:20098: $? = 0
configure:20098: result: yes
configure:20109: checking for getpwnam_r
configure:20109: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:91: warning: function declaration isn't a prototype
conftest.c:101: warning: function declaration isn't a prototype
configure:20109: $? = 0
configure:20109: result: yes
configure:20120: checking for getpwuid_r
configure:20120: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:92: warning: function declaration isn't a prototype
conftest.c:102: warning: function declaration isn't a prototype
configure:20120: $? = 0
configure:20120: result: yes
configure:20131: checking for getresuid
configure:20131: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:93: warning: function declaration isn't a prototype
conftest.c:103: warning: function declaration isn't a prototype
configure:20131: $? = 0
configure:20131: result: yes
configure:20142: checking for setresuid
configure:20142: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:94: warning: function declaration isn't a prototype
conftest.c:104: warning: function declaration isn't a prototype
configure:20142: $? = 0
configure:20142: result: yes
configure:20153: checking for kqueue
configure:20153: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:95: warning: function declaration isn't a prototype
conftest.c:105: warning: function declaration isn't a prototype
/tmp/ccw14Q2H.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:106: undefined reference to `kqueue'
collect2: ld returned 1 exit status
configure:20153: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| /* end confdefs.h. */
| /* Define kqueue to an innocuous variant, in case <limits.h> declares kqueue.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define kqueue innocuous_kqueue
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char kqueue (); 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 kqueue
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char kqueue ();
| /* 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_kqueue || defined __stub___kqueue
| choke me
| #endif
|
| int
| main ()
| {
| return kqueue ();
| ;
| return 0;
| }
configure:20153: result: no
configure:20164: checking for backtrace_symbols
configure:20164: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:95: warning: function declaration isn't a prototype
conftest.c:105: warning: function declaration isn't a prototype
configure:20164: $? = 0
configure:20164: result: yes
configure:20175: checking for mkstemp
configure:20175: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:96: warning: function declaration isn't a prototype
conftest.c:106: warning: function declaration isn't a prototype
configure:20175: $? = 0
configure:20175: result: yes
configure:20186: checking for mmap
configure:20186: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:97: warning: function declaration isn't a prototype
conftest.c:107: warning: function declaration isn't a prototype
configure:20186: $? = 0
configure:20186: result: yes
configure:20197: checking for madvise
configure:20197: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:98: warning: function declaration isn't a prototype
conftest.c:108: warning: function declaration isn't a prototype
configure:20197: $? = 0
configure:20197: result: yes
configure:20208: checking for getrusage
configure:20208: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:99: warning: function declaration isn't a prototype
conftest.c:109: warning: function declaration isn't a prototype
configure:20208: $? = 0
configure:20208: result: yes
configure:20219: checking for getpriority
configure:20219: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:100: warning: function declaration isn't a prototype
conftest.c:110: warning: function declaration isn't a prototype
configure:20219: $? = 0
configure:20219: result: yes
configure:20230: checking for setpriority
configure:20230: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:101: warning: function declaration isn't a prototype
conftest.c:111: warning: function declaration isn't a prototype
configure:20230: $? = 0
configure:20230: result: yes
configure:20241: checking for dl_iterate_phdr
configure:20241: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:102: warning: function declaration isn't a prototype
conftest.c:112: warning: function declaration isn't a prototype
configure:20241: $? = 0
configure:20241: result: yes
configure:20252: checking for dladdr
configure:20252: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:103: warning: function declaration isn't a prototype
conftest.c:113: warning: function declaration isn't a prototype
/tmp/ccyJF07E.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:114: undefined reference to `dladdr'
collect2: ld returned 1 exit status
configure:20252: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| /* end confdefs.h. */
| /* Define dladdr to an innocuous variant, in case <limits.h> declares dladdr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dladdr innocuous_dladdr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dladdr (); 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 dladdr
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dladdr ();
| /* 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_dladdr || defined __stub___dladdr
| choke me
| #endif
|
| int
| main ()
| {
| return dladdr ();
| ;
| return 0;
| }
configure:20252: result: no
configure:20263: checking for sysconf
configure:20263: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:103: warning: function declaration isn't a prototype
conftest.c:113: warning: function declaration isn't a prototype
configure:20263: $? = 0
configure:20263: result: yes
configure:20275: checking for sched_setaffinity
configure:20275: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:104: warning: function declaration isn't a prototype
conftest.c:114: warning: function declaration isn't a prototype
configure:20275: $? = 0
configure:20275: result: yes
configure:20286: checking for sched_getcpu
configure:20286: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:105: warning: function declaration isn't a prototype
conftest.c:115: warning: function declaration isn't a prototype
configure:20286: $? = 0
configure:20286: result: yes
configure:20296: checking for sched_setaffinity from glibc < 2.3.4
configure:20313: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:86: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:89: warning: passing arg 2 of `sched_setaffinity' makes integer from pointer without a cast
conftest.c:89: error: too few arguments to function `sched_setaffinity'
configure:20313: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| /* end confdefs.h. */
| #include <sched.h>
| int
| main ()
| {
|
| int mask = 1;
| sched_setaffinity(0, &mask);
| return 0;
|
| ;
| return 0;
| }
configure:20325: result: no
configure:20339: checking if off_t is 64 bits wide
configure:20368: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP conftest.c >&5
conftest.c:89: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:95: warning: 'main' is normally a non-static function
conftest.c: In function `main':
conftest.c:96: error: duplicate case value
conftest.c:96: error: previously used here
configure:20368: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <limits.h>
|
| int
| main ()
| {
|
| /* Lifted this compile time assert method from: http://www.jaggersoft.com/pubs/CVu11_3.html */
| #define COMPILE_TIME_ASSERT(pred) switch(0){case 0:case pred:;}
|
| int main(void)
| {
| COMPILE_TIME_ASSERT(sizeof(off_t) * CHAR_BIT == 64);
| return 0;
| }
|
| ;
| return 0;
| }
configure:20380: result: no
configure:20388: checking if _FILE_OFFSET_BITS=64 gives 64 bit off_t
configure:20417: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:89: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:95: warning: 'main' is normally a non-static function
configure:20417: $? = 0
configure:20419: result: ok
configure:20442: checking for socket in -lsocket
configure:20467: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c -lsocket >&5
conftest.c:91: warning: function declaration isn't a prototype
conftest.c:94: warning: function declaration isn't a prototype
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:20467: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char socket ();
| int
| main ()
| {
| return socket ();
| ;
| return 0;
| }
configure:20476: result: no
configure:20483: checking for MSG_NOSIGNAL
configure:20498: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:87: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:89: warning: unused variable `f'
configure:20498: $? = 0
configure:20501: result: yes
configure:20516: checking for SOL_IP
configure:20531: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:88: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:90: warning: unused variable `level'
configure:20531: $? = 0
configure:20534: result: yes
configure:20549: checking for SOL_IPV6
configure:20564: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:89: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:91: warning: unused variable `level'
configure:20564: $? = 0
configure:20567: result: yes
configure:20582: checking for SOL_TCP
configure:20597: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:90: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:92: error: `SOL_TCP' undeclared (first use in this function)
conftest.c:92: error: (Each undeclared identifier is reported only once
conftest.c:92: error: for each function it appears in.)
conftest.c:92: warning: unused variable `level'
configure:20597: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| /* end confdefs.h. */
| #include <netdb.h>
| int
| main ()
| {
|
| int level = SOL_TCP;
|
| ;
| return 0;
| }
configure:20609: result: no
configure:20615: checking for IP_PKTINFO
configure:20630: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:90: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:92: warning: unused variable `level'
configure:20630: $? = 0
configure:20633: result: yes
configure:20647: checking for IPV6_PKTINFO
configure:20662: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:91: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:93: warning: unused variable `level'
configure:20662: $? = 0
configure:20665: result: yes
configure:20679: checking for IP_DONTFRAGMENT
configure:20694: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:92: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:94: error: `IP_DONTFRAGMENT' undeclared (first use in this function)
conftest.c:94: error: (Each undeclared identifier is reported only once
conftest.c:94: error: for each function it appears in.)
conftest.c:94: warning: unused variable `level'
configure:20694: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| /* end confdefs.h. */
| #include <netdb.h>
| int
| main ()
| {
|
| int level = IP_DONTFRAGMENT;
|
| ;
| return 0;
| }
configure:20705: result: no
configure:20711: checking for IP_MTU_DISCOVER
configure:20726: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:92: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:94: warning: unused variable `level'
configure:20726: $? = 0
configure:20729: result: yes
configure:20743: checking for struct ip_mreqn
configure:20759: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:93: warning: function declaration isn't a prototype
configure:20759: $? = 0
configure:20762: result: yes
configure:20810: checking for gethostbyname2_r
configure:20825: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:94: warning: function declaration isn't a prototype
configure:20825: $? = 0
configure:20828: result: yes
configure:20843: checking for gethostbyaddr
configure:20843: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:115: warning: function declaration isn't a prototype
conftest.c:125: warning: function declaration isn't a prototype
configure:20843: $? = 0
configure:20843: result: yes
configure:20893: checking for inet_pton
configure:20893: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:115: warning: function declaration isn't a prototype
conftest.c:125: warning: function declaration isn't a prototype
configure:20893: $? = 0
configure:20893: result: yes
configure:20893: checking for inet_aton
configure:20893: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:116: warning: function declaration isn't a prototype
conftest.c:126: warning: function declaration isn't a prototype
configure:20893: $? = 0
configure:20893: result: yes
configure:20904: checking size of sockaddr_un.sun_path
configure:20928: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:102: warning: implicit declaration of function `exit'
conftest.c:102: warning: nested extern declaration of `exit'
configure:20928: $? = 0
configure:20928: ./conftest
configure:20928: $? = 0
configure:20938: result: 108
configure:21045: checking for main in -lpthread
configure:21064: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c -lpthread >&5
conftest.c:99: warning: function declaration isn't a prototype
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libpthread.so: undefined reference to `__on_exit@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libpthread.so: undefined reference to `__librt_multiple_threads@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libpthread.so: undefined reference to `_errno@GLIBC_2.0'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libpthread.so: undefined reference to `__libc_sigaction@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libpthread.so: undefined reference to `_h_errno@GLIBC_2.0'
collect2: ld returned 1 exit status
configure:21064: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:21073: result: no
configure:21083: checking pthread.h usability
configure:21083: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21083: $? = 0
configure:21083: result: yes
configure:21083: checking pthread.h presence
configure:21083: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
configure:21083: $? = 0
configure:21083: result: yes
configure:21083: checking for pthread.h
configure:21083: result: yes
configure:21095: checking for pthread_mutex_timedlock
configure:21095: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:119: warning: function declaration isn't a prototype
conftest.c:129: warning: function declaration isn't a prototype
/tmp/ccEPNGNx.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:130: undefined reference to `pthread_mutex_timedlock'
collect2: ld returned 1 exit status
configure:21095: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
| /* Define pthread_mutex_timedlock to an innocuous variant, in case <limits.h> declares pthread_mutex_timedlock.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_mutex_timedlock innocuous_pthread_mutex_timedlock
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_mutex_timedlock (); 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 pthread_mutex_timedlock
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_mutex_timedlock ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_mutex_timedlock || defined __stub___pthread_mutex_timedlock
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_mutex_timedlock ();
| ;
| return 0;
| }
configure:21095: result: no
configure:21107: checking for pthread_getattr_np
configure:21107: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:119: warning: function declaration isn't a prototype
conftest.c:129: warning: function declaration isn't a prototype
/tmp/ccwgfXlO.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:130: undefined reference to `pthread_getattr_np'
collect2: ld returned 1 exit status
configure:21107: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
| /* Define pthread_getattr_np to an innocuous variant, in case <limits.h> declares pthread_getattr_np.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_getattr_np innocuous_pthread_getattr_np
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_getattr_np (); 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 pthread_getattr_np
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_getattr_np ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_getattr_np || defined __stub___pthread_getattr_np
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_getattr_np ();
| ;
| return 0;
| }
configure:21107: result: no
configure:21107: checking for pthread_attr_get_np
configure:21107: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:119: warning: function declaration isn't a prototype
conftest.c:129: warning: function declaration isn't a prototype
/tmp/ccQHLoib.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:130: undefined reference to `pthread_attr_get_np'
collect2: ld returned 1 exit status
configure:21107: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
| /* Define pthread_attr_get_np to an innocuous variant, in case <limits.h> declares pthread_attr_get_np.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_attr_get_np innocuous_pthread_attr_get_np
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_attr_get_np (); 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 pthread_attr_get_np
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_attr_get_np ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_attr_get_np || defined __stub___pthread_attr_get_np
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_attr_get_np ();
| ;
| return 0;
| }
configure:21107: result: no
configure:21118: checking for pthread_kill
configure:21118: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:119: warning: function declaration isn't a prototype
conftest.c:129: warning: function declaration isn't a prototype
/tmp/cceNFY2m.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:130: undefined reference to `pthread_kill'
collect2: ld returned 1 exit status
configure:21118: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
| /* Define pthread_kill to an innocuous variant, in case <limits.h> declares pthread_kill.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_kill innocuous_pthread_kill
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_kill (); 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 pthread_kill
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_kill ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_kill || defined __stub___pthread_kill
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_kill ();
| ;
| return 0;
| }
configure:21118: result: no
configure:21127: checking for PTHREAD_MUTEX_RECURSIVE
configure:21143: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:99: warning: function declaration isn't a prototype
configure:21143: $? = 0
configure:21145: result: ok
configure:21162: checking for pthread_attr_setstacksize
configure:21162: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:119: warning: function declaration isn't a prototype
conftest.c:129: warning: function declaration isn't a prototype
/tmp/ccqhFmYN.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:130: undefined reference to `pthread_attr_setstacksize'
collect2: ld returned 1 exit status
configure:21162: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
| /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_attr_setstacksize (); 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 pthread_attr_setstacksize
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_attr_setstacksize ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_attr_setstacksize || defined __stub___pthread_attr_setstacksize
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_attr_setstacksize ();
| ;
| return 0;
| }
configure:21162: result: no
configure:21174: checking for pthread_attr_getstack
configure:21174: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:119: warning: function declaration isn't a prototype
conftest.c:129: warning: function declaration isn't a prototype
/tmp/cccyXCda.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:130: undefined reference to `pthread_attr_getstack'
collect2: ld returned 1 exit status
configure:21174: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
| /* Define pthread_attr_getstack to an innocuous variant, in case <limits.h> declares pthread_attr_getstack.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_attr_getstack innocuous_pthread_attr_getstack
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_attr_getstack (); 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 pthread_attr_getstack
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_attr_getstack ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_attr_getstack || defined __stub___pthread_attr_getstack
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_attr_getstack ();
| ;
| return 0;
| }
configure:21174: result: no
configure:21174: checking for pthread_attr_getstacksize
configure:21174: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:119: warning: function declaration isn't a prototype
conftest.c:129: warning: function declaration isn't a prototype
/tmp/ccSQtZ4q.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:130: undefined reference to `pthread_attr_getstacksize'
collect2: ld returned 1 exit status
configure:21174: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
| /* Define pthread_attr_getstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_getstacksize.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_attr_getstacksize innocuous_pthread_attr_getstacksize
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_attr_getstacksize (); 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 pthread_attr_getstacksize
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_attr_getstacksize ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_attr_getstacksize || defined __stub___pthread_attr_getstacksize
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_attr_getstacksize ();
| ;
| return 0;
| }
configure:21174: result: no
configure:21186: checking for pthread_get_stacksize_np
configure:21186: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:119: warning: function declaration isn't a prototype
conftest.c:129: warning: function declaration isn't a prototype
/tmp/ccUx0Jlq.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:130: undefined reference to `pthread_get_stacksize_np'
collect2: ld returned 1 exit status
configure:21186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
| /* Define pthread_get_stacksize_np to an innocuous variant, in case <limits.h> declares pthread_get_stacksize_np.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_get_stacksize_np innocuous_pthread_get_stacksize_np
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_get_stacksize_np (); 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 pthread_get_stacksize_np
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_get_stacksize_np ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_get_stacksize_np || defined __stub___pthread_get_stacksize_np
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_get_stacksize_np ();
| ;
| return 0;
| }
configure:21186: result: no
configure:21186: checking for pthread_get_stackaddr_np
configure:21186: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:119: warning: function declaration isn't a prototype
conftest.c:129: warning: function declaration isn't a prototype
/tmp/ccuhvzqB.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:130: undefined reference to `pthread_get_stackaddr_np'
collect2: ld returned 1 exit status
configure:21186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
| /* Define pthread_get_stackaddr_np to an innocuous variant, in case <limits.h> declares pthread_get_stackaddr_np.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_get_stackaddr_np innocuous_pthread_get_stackaddr_np
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_get_stackaddr_np (); 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 pthread_get_stackaddr_np
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_get_stackaddr_np ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_get_stackaddr_np || defined __stub___pthread_get_stackaddr_np
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_get_stackaddr_np ();
| ;
| return 0;
| }
configure:21186: result: no
configure:21198: checking signal.h usability
configure:21198: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21198: $? = 0
configure:21198: result: yes
configure:21198: checking signal.h presence
configure:21198: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
configure:21198: $? = 0
configure:21198: result: yes
configure:21198: checking for signal.h
configure:21198: result: yes
configure:21210: checking for sigaction
configure:21210: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:120: warning: function declaration isn't a prototype
conftest.c:130: warning: function declaration isn't a prototype
configure:21210: $? = 0
configure:21210: result: yes
configure:21220: checking for working __thread
configure:21264: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:104: warning: no previous prototype for 'thread_main'
conftest.c: In function `thread_main':
conftest.c:105: warning: assignment makes integer from pointer without a cast
conftest.c:106: warning: implicit declaration of function `sleep'
conftest.c:106: warning: nested extern declaration of `sleep'
conftest.c:107: warning: comparison between pointer and integer
conftest.c:108: warning: comparison between pointer and integer
conftest.c:110: warning: comparison between pointer and integer
conftest.c: At top level:
conftest.c:113: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:118: warning: passing arg 3 of `pthread_create' from incompatible pointer type
conftest.c:118: warning: passing arg 4 of `pthread_create' makes pointer from integer without a cast
conftest.c:119: warning: passing arg 3 of `pthread_create' from incompatible pointer type
conftest.c:119: warning: passing arg 4 of `pthread_create' makes pointer from integer without a cast
/tmp/cckWlCcG.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:118: undefined reference to `pthread_create'
/volume1/software/mono-2.11.4/conftest.c:119: undefined reference to `pthread_create'
/volume1/software/mono-2.11.4/conftest.c:121: undefined reference to `pthread_join'
/volume1/software/mono-2.11.4/conftest.c:122: undefined reference to `pthread_join'
collect2: ld returned 1 exit status
configure:21264: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
|
| #include <pthread.h>
| __thread int i;
| static int res1, res2;
|
| void thread_main (void *arg)
| {
| i = arg;
| sleep (1);
| if (arg == 1)
| res1 = (i == arg);
| else
| res2 = (i == arg);
| }
|
| int main () {
| pthread_t t1, t2;
|
| i = 5;
|
| pthread_create (&t1, NULL, thread_main, 1);
| pthread_create (&t2, NULL, thread_main, 2);
|
| pthread_join (t1, NULL);
| pthread_join (t2, NULL);
|
| return !(res1 + res2 == 2);
| }
|
configure:21271: result: no
configure:21282: checking for working sigaltstack
configure:21392: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:124: warning: function declaration isn't a prototype
conftest.c:166: warning: function declaration isn't a prototype
/tmp/ccSOBRrc.o: In function `child':
/volume1/software/mono-2.11.4/conftest.c:156: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure:21392: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <stdlib.h>
| #include <unistd.h>
| #include <signal.h>
| #include <pthread.h>
| #include <sys/wait.h>
| #if defined(__FreeBSD__) || defined(__NetBSD__)
| #define SA_STACK SA_ONSTACK
| #endif
| static void
| sigsegv_signal_handler (int _dummy, siginfo_t *info, void *context)
| {
| exit (0);
| }
|
| volatile char*__ptr = NULL;
| static void *
| loop (void *ignored)
| {
| *__ptr = 0;
| return NULL;
| }
|
| static void
| child ()
| {
| struct sigaction sa;
| #ifdef __APPLE__
| stack_t sas;
| #else
| struct sigaltstack sas;
| #endif
| pthread_t id;
| pthread_attr_t attr;
|
| sa.sa_sigaction = sigsegv_signal_handler;
| sigemptyset (&sa.sa_mask);
| sa.sa_flags = SA_SIGINFO | SA_ONSTACK;
| if (sigaction (SIGSEGV, &sa, NULL) == -1) {
| perror ("sigaction");
| return;
| }
|
| /* x86 darwin deliver segfaults using SIGBUS */
| if (sigaction (SIGBUS, &sa, NULL) == -1) {
| perror ("sigaction");
| return;
| }
| sas.ss_sp = malloc (SIGSTKSZ);
| sas.ss_size = SIGSTKSZ;
| sas.ss_flags = 0;
| if (sigaltstack (&sas, NULL) == -1) {
| perror ("sigaltstack");
| return;
| }
|
| pthread_attr_init (&attr);
| if (pthread_create(&id, &attr, loop, &attr) != 0) {
| printf ("pthread_create\n");
| return;
| }
|
| sleep (100);
| }
|
| int
| main ()
| {
| pid_t son;
| int status;
| int i;
|
| son = fork ();
| if (son == -1) {
| return 1;
| }
|
| if (son == 0) {
| child ();
| return 0;
| }
|
| for (i = 0; i < 3; ++i) {
| sleep (1);
| waitpid (son, &status, WNOHANG);
| if (WIFEXITED (status) && WEXITSTATUS (status) == 0)
| return 0;
| }
|
| kill (son, SIGKILL);
| return 1;
| }
|
|
configure:21403: result: no
configure:21416: checking for library containing sem_init
configure:21447: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:105: warning: function declaration isn't a prototype
conftest.c:108: warning: function declaration isn't a prototype
/tmp/ccihsFyj.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:109: undefined reference to `sem_init'
collect2: ld returned 1 exit status
configure:21447: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sem_init ();
| int
| main ()
| {
| return sem_init ();
| ;
| return 0;
| }
configure:21447: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c -lpthread >&5
conftest.c:105: warning: function declaration isn't a prototype
conftest.c:108: warning: function declaration isn't a prototype
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libpthread.so: undefined reference to `__on_exit@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libpthread.so: undefined reference to `__librt_multiple_threads@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libpthread.so: undefined reference to `_errno@GLIBC_2.0'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libpthread.so: undefined reference to `__libc_sigaction@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libpthread.so: undefined reference to `_h_errno@GLIBC_2.0'
collect2: ld returned 1 exit status
configure:21447: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sem_init ();
| int
| main ()
| {
| return sem_init ();
| ;
| return 0;
| }
configure:21447: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c -lrt >&5
conftest.c:105: warning: function declaration isn't a prototype
conftest.c:108: warning: function declaration isn't a prototype
/opt/powerpc-linux-gnuspe/bin/../lib/libpthread.so.0: undefined reference to `__on_exit@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/librt.so: undefined reference to `__librt_enable_asynccancel@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/librt.so: undefined reference to `__librt_multiple_threads@GLIBC_PRIVATE'
/opt/powerpc-linux-gnuspe/bin/../lib/libpthread.so.0: undefined reference to `_errno@GLIBC_2.0'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/librt.so: undefined reference to `__librt_disable_asynccancel@GLIBC_PRIVATE'
/opt/powerpc-linux-gnuspe/bin/../lib/libpthread.so.0: undefined reference to `__libc_sigaction@GLIBC_PRIVATE'
/opt/powerpc-linux-gnuspe/bin/../lib/libpthread.so.0: undefined reference to `_h_errno@GLIBC_2.0'
collect2: ld returned 1 exit status
configure:21447: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sem_init ();
| int
| main ()
| {
| return sem_init ();
| ;
| return 0;
| }
configure:21447: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c -lposix4 >&5
conftest.c:105: warning: function declaration isn't a prototype
conftest.c:108: warning: function declaration isn't a prototype
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/bin/ld: cannot find -lposix4
collect2: ld returned 1 exit status
configure:21447: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sem_init ();
| int
| main ()
| {
| return sem_init ();
| ;
| return 0;
| }
configure:21464: result: no
configure:21473: checking for library containing shm_open
configure:21504: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:105: warning: function declaration isn't a prototype
conftest.c:108: warning: function declaration isn't a prototype
/tmp/cci82gCk.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:109: undefined reference to `shm_open'
collect2: ld returned 1 exit status
configure:21504: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shm_open ();
| int
| main ()
| {
| return shm_open ();
| ;
| return 0;
| }
configure:21504: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c -lpthread >&5
conftest.c:105: warning: function declaration isn't a prototype
conftest.c:108: warning: function declaration isn't a prototype
/tmp/ccWBQwhC.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:109: undefined reference to `shm_open'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libpthread.so: undefined reference to `__on_exit@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libpthread.so: undefined reference to `__librt_multiple_threads@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libpthread.so: undefined reference to `_errno@GLIBC_2.0'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libpthread.so: undefined reference to `__libc_sigaction@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libpthread.so: undefined reference to `_h_errno@GLIBC_2.0'
collect2: ld returned 1 exit status
configure:21504: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shm_open ();
| int
| main ()
| {
| return shm_open ();
| ;
| return 0;
| }
configure:21504: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c -lrt >&5
conftest.c:105: warning: function declaration isn't a prototype
conftest.c:108: warning: function declaration isn't a prototype
/opt/powerpc-linux-gnuspe/bin/../lib/libpthread.so.0: undefined reference to `__on_exit@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/librt.so: undefined reference to `__librt_enable_asynccancel@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/librt.so: undefined reference to `__librt_multiple_threads@GLIBC_PRIVATE'
/opt/powerpc-linux-gnuspe/bin/../lib/libpthread.so.0: undefined reference to `_errno@GLIBC_2.0'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/librt.so: undefined reference to `__librt_disable_asynccancel@GLIBC_PRIVATE'
/opt/powerpc-linux-gnuspe/bin/../lib/libpthread.so.0: undefined reference to `__libc_sigaction@GLIBC_PRIVATE'
/opt/powerpc-linux-gnuspe/bin/../lib/libpthread.so.0: undefined reference to `_h_errno@GLIBC_2.0'
collect2: ld returned 1 exit status
configure:21504: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shm_open ();
| int
| main ()
| {
| return shm_open ();
| ;
| return 0;
| }
configure:21504: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c -lposix4 >&5
conftest.c:105: warning: function declaration isn't a prototype
conftest.c:108: warning: function declaration isn't a prototype
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/bin/ld: cannot find -lposix4
collect2: ld returned 1 exit status
configure:21504: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shm_open ();
| int
| main ()
| {
| return shm_open ();
| ;
| return 0;
| }
configure:21521: result: no
configure:21531: checking for shm_open
configure:21531: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:121: warning: function declaration isn't a prototype
conftest.c:131: warning: function declaration isn't a prototype
/tmp/ccetCJUi.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:132: undefined reference to `shm_open'
collect2: ld returned 1 exit status
configure:21531: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
| /* Define shm_open to an innocuous variant, in case <limits.h> declares shm_open.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shm_open innocuous_shm_open
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shm_open (); 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 shm_open
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shm_open ();
| /* 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_shm_open || defined __stub___shm_open
| choke me
| #endif
|
| int
| main ()
| {
| return shm_open ();
| ;
| return 0;
| }
configure:21531: result: no
configure:21541: checking for tm_gmtoff in struct tm
configure:21562: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:103: warning: function declaration isn't a prototype
configure:21562: $? = 0
configure:21569: result: yes
configure:21614: checking for library containing sqrtf
configure:21645: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:106: warning: function declaration isn't a prototype
conftest.c:106: warning: conflicting types for built-in function 'sqrtf'
conftest.c:109: warning: function declaration isn't a prototype
/tmp/ccYJ93rp.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:110: undefined reference to `sqrtf'
collect2: ld returned 1 exit status
configure:21645: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sqrtf ();
| int
| main ()
| {
| return sqrtf ();
| ;
| return 0;
| }
configure:21645: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c -lm >&5
conftest.c:106: warning: function declaration isn't a prototype
conftest.c:106: warning: conflicting types for built-in function 'sqrtf'
conftest.c:109: warning: function declaration isn't a prototype
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libm.so: undefined reference to `__adddf3@GLIBC_2.3.3'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libm.so: undefined reference to `__muldf3@GLIBC_2.3.3'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libm.so: undefined reference to `__fixunsdfsi@GLIBC_2.3.3'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libm.so: undefined reference to `__floatsidf@GLIBC_2.3.3'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libm.so: undefined reference to `__extendsfdf2@GLIBC_2.3.3'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libm.so: undefined reference to `__subdf3@GLIBC_2.3.3'
collect2: ld returned 1 exit status
configure:21645: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sqrtf ();
| int
| main ()
| {
| return sqrtf ();
| ;
| return 0;
| }
configure:21662: result: no
configure:21673: checking for finite
configure:21673: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:122: warning: function declaration isn't a prototype
conftest.c:132: warning: function declaration isn't a prototype
configure:21673: $? = 0
configure:21673: result: yes
configure:21710: checking for isfinite
configure:21710: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:123: warning: function declaration isn't a prototype
conftest.c:133: warning: function declaration isn't a prototype
/tmp/ccI4X2ob.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:134: undefined reference to `isfinite'
collect2: ld returned 1 exit status
configure:21710: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| /* end confdefs.h. */
| /* Define isfinite to an innocuous variant, in case <limits.h> declares isfinite.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define isfinite innocuous_isfinite
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char isfinite (); 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 isfinite
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char isfinite ();
| /* 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_isfinite || defined __stub___isfinite
| choke me
| #endif
|
| int
| main ()
| {
| return isfinite ();
| ;
| return 0;
| }
configure:21710: result: no
configure:21717: checking for isfinite in math.h
configure:21730: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:103: warning: function declaration isn't a prototype
configure:21730: $? = 0
configure:21733: result: yes
configure:21747: checking for poll
configure:21747: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:124: warning: function declaration isn't a prototype
conftest.c:134: warning: function declaration isn't a prototype
configure:21747: $? = 0
configure:21747: result: yes
configure:21757: checking for signbit
configure:21772: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:105: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:107: warning: unused variable `s'
configure:21772: $? = 0
configure:21774: result: yes
configure:21791: checking sys/epoll.h usability
configure:21791: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21791: $? = 0
configure:21791: result: yes
configure:21791: checking sys/epoll.h presence
configure:21791: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
configure:21791: $? = 0
configure:21791: result: yes
configure:21791: checking for sys/epoll.h
configure:21791: result: yes
configure:21804: checking for epoll_ctl
configure:21804: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:127: warning: function declaration isn't a prototype
conftest.c:137: warning: function declaration isn't a prototype
configure:21804: $? = 0
configure:21804: result: yes
configure:21822: checking for kqueue
configure:21822: result: no
configure:21829: checking for kqueue in sys/event.h
configure:21842: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:106:23: sys/event.h: No such file or directory
conftest.c:109: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:110: warning: implicit declaration of function `kqueue'
conftest.c:110: warning: nested extern declaration of `kqueue'
configure:21842: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| /* end confdefs.h. */
| #include <sys/event.h>
| int
| main ()
| {
| kqueue();
| ;
| return 0;
| }
configure:21848: result: no
configure:21858: checking sys/ioctl.h usability
configure:21858: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21858: $? = 0
configure:21858: result: yes
configure:21858: checking sys/ioctl.h presence
configure:21858: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
configure:21858: $? = 0
configure:21858: result: yes
configure:21858: checking for sys/ioctl.h
configure:21858: result: yes
configure:21870: checking for net/if.h
configure:21870: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21870: $? = 0
configure:21870: result: yes
configure:21888: checking for ifreq
configure:21912: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:115: warning: function declaration isn't a prototype
configure:21912: $? = 0
configure:21914: result: yes
configure:21927: checking for sockaddr_in.sin_len
configure:21945: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:114: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:117: error: structure has no member named `sin_len'
configure:21945: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| /* end confdefs.h. */
|
| #include <netinet/in.h>
|
| int
| main ()
| {
|
| struct sockaddr_in saddr;
| saddr.sin_len = sizeof (saddr);
|
| ;
| return 0;
| }
configure:21955: result: no
configure:21960: checking for sockaddr_in6.sin6_len
configure:21978: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:114: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:117: error: structure has no member named `sin6_len'
configure:21978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| /* end confdefs.h. */
|
| #include <netinet/in.h>
|
| int
| main ()
| {
|
| struct sockaddr_in6 saddr6;
| saddr6.sin6_len = sizeof (saddr6);
|
| ;
| return 0;
| }
configure:21988: result: no
configure:21993: checking for getifaddrs
configure:22013: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:117: warning: function declaration isn't a prototype
configure:22013: $? = 0
configure:22016: result: yes
configure:22030: checking for if_nametoindex
configure:22050: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:118: warning: function declaration isn't a prototype
configure:22050: $? = 0
configure:22053: result: yes
configure:22070: checking checklist.h usability
configure:22070: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:144:23: checklist.h: No such file or directory
configure:22070: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <checklist.h>
configure:22070: result: no
configure:22070: checking checklist.h presence
configure:22070: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:111:23: checklist.h: No such file or directory
configure:22070: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| /* end confdefs.h. */
| #include <checklist.h>
configure:22070: result: no
configure:22070: checking for checklist.h
configure:22070: result: no
configure:22082: checking pathconf.h usability
configure:22082: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:144:22: pathconf.h: No such file or directory
configure:22082: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pathconf.h>
configure:22082: result: no
configure:22082: checking pathconf.h presence
configure:22082: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:111:22: pathconf.h: No such file or directory
configure:22082: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| /* end confdefs.h. */
| #include <pathconf.h>
configure:22082: result: no
configure:22082: checking for pathconf.h
configure:22082: result: no
configure:22094: checking fstab.h usability
configure:22094: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22094: $? = 0
configure:22094: result: yes
configure:22094: checking fstab.h presence
configure:22094: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
configure:22094: $? = 0
configure:22094: result: yes
configure:22094: checking for fstab.h
configure:22094: result: yes
configure:22106: checking attr/xattr.h usability
configure:22106: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:145:24: attr/xattr.h: No such file or directory
configure:22106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <attr/xattr.h>
configure:22106: result: no
configure:22106: checking attr/xattr.h presence
configure:22106: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:112:24: attr/xattr.h: No such file or directory
configure:22106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| /* end confdefs.h. */
| #include <attr/xattr.h>
configure:22106: result: no
configure:22106: checking for attr/xattr.h
configure:22106: result: no
configure:22118: checking sys/extattr.h usability
configure:22118: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:145:25: sys/extattr.h: No such file or directory
configure:22118: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/extattr.h>
configure:22118: result: no
configure:22118: checking sys/extattr.h presence
configure:22118: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:112:25: sys/extattr.h: No such file or directory
configure:22118: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| /* end confdefs.h. */
| #include <sys/extattr.h>
configure:22118: result: no
configure:22118: checking for sys/extattr.h
configure:22118: result: no
configure:22130: checking sys/sendfile.h usability
configure:22130: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22130: $? = 0
configure:22130: result: yes
configure:22130: checking sys/sendfile.h presence
configure:22130: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
configure:22130: $? = 0
configure:22130: result: yes
configure:22130: checking for sys/sendfile.h
configure:22130: result: yes
configure:22142: checking sys/statvfs.h usability
configure:22142: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22142: $? = 0
configure:22142: result: yes
configure:22142: checking sys/statvfs.h presence
configure:22142: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
configure:22142: $? = 0
configure:22142: result: yes
configure:22142: checking for sys/statvfs.h
configure:22142: result: yes
configure:22154: checking sys/statfs.h usability
configure:22154: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22154: $? = 0
configure:22154: result: yes
configure:22154: checking sys/statfs.h presence
configure:22154: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
configure:22154: $? = 0
configure:22154: result: yes
configure:22154: checking for sys/statfs.h
configure:22154: result: yes
configure:22166: checking sys/vfstab.h usability
configure:22166: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:148:24: sys/vfstab.h: No such file or directory
configure:22166: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/vfstab.h>
configure:22166: result: no
configure:22166: checking sys/vfstab.h presence
configure:22166: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:115:24: sys/vfstab.h: No such file or directory
configure:22166: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| /* end confdefs.h. */
| #include <sys/vfstab.h>
configure:22166: result: no
configure:22166: checking for sys/vfstab.h
configure:22166: result: no
configure:22178: checking sys/xattr.h usability
configure:22178: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22178: $? = 0
configure:22178: result: yes
configure:22178: checking sys/xattr.h presence
configure:22178: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
configure:22178: $? = 0
configure:22178: result: yes
configure:22178: checking for sys/xattr.h
configure:22178: result: yes
configure:22190: checking sys/mman.h usability
configure:22190: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22190: $? = 0
configure:22190: result: yes
configure:22190: checking sys/mman.h presence
configure:22190: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
configure:22190: $? = 0
configure:22190: result: yes
configure:22190: checking for sys/mman.h
configure:22190: result: yes
configure:22202: checking for sys/param.h
configure:22202: result: yes
configure:22214: checking for sys/mount.h
configure:22214: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22214: $? = 0
configure:22214: result: yes
configure:22231: checking for sys/mount.h
configure:22231: result: yes
configure:22243: checking for confstr
configure:22243: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:143: warning: function declaration isn't a prototype
conftest.c:153: warning: function declaration isn't a prototype
configure:22243: $? = 0
configure:22243: result: yes
configure:22255: checking for seekdir
configure:22255: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:144: warning: function declaration isn't a prototype
conftest.c:154: warning: function declaration isn't a prototype
configure:22255: $? = 0
configure:22255: result: yes
configure:22255: checking for telldir
configure:22255: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:145: warning: function declaration isn't a prototype
conftest.c:155: warning: function declaration isn't a prototype
configure:22255: $? = 0
configure:22255: result: yes
configure:22266: checking for getdomainname
configure:22266: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:146: warning: function declaration isn't a prototype
conftest.c:156: warning: function declaration isn't a prototype
configure:22266: $? = 0
configure:22266: result: yes
configure:22277: checking for setdomainname
configure:22277: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:147: warning: function declaration isn't a prototype
conftest.c:157: warning: function declaration isn't a prototype
configure:22277: $? = 0
configure:22277: result: yes
configure:22289: checking for endgrent
configure:22289: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:148: warning: function declaration isn't a prototype
conftest.c:158: warning: function declaration isn't a prototype
configure:22289: $? = 0
configure:22289: result: yes
configure:22289: checking for getgrent
configure:22289: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:149: warning: function declaration isn't a prototype
conftest.c:159: warning: function declaration isn't a prototype
configure:22289: $? = 0
configure:22289: result: yes
configure:22289: checking for fgetgrent
configure:22289: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:150: warning: function declaration isn't a prototype
conftest.c:160: warning: function declaration isn't a prototype
configure:22289: $? = 0
configure:22289: result: yes
configure:22289: checking for setgrent
configure:22289: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:151: warning: function declaration isn't a prototype
conftest.c:161: warning: function declaration isn't a prototype
configure:22289: $? = 0
configure:22289: result: yes
configure:22300: checking for setgroups
configure:22300: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:152: warning: function declaration isn't a prototype
conftest.c:162: warning: function declaration isn't a prototype
configure:22300: $? = 0
configure:22300: result: yes
configure:22312: checking for endpwent
configure:22312: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:153: warning: function declaration isn't a prototype
conftest.c:163: warning: function declaration isn't a prototype
configure:22312: $? = 0
configure:22312: result: yes
configure:22312: checking for getpwent
configure:22312: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:154: warning: function declaration isn't a prototype
conftest.c:164: warning: function declaration isn't a prototype
configure:22312: $? = 0
configure:22312: result: yes
configure:22312: checking for fgetpwent
configure:22312: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:155: warning: function declaration isn't a prototype
conftest.c:165: warning: function declaration isn't a prototype
configure:22312: $? = 0
configure:22312: result: yes
configure:22312: checking for setpwent
configure:22312: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:156: warning: function declaration isn't a prototype
conftest.c:166: warning: function declaration isn't a prototype
configure:22312: $? = 0
configure:22312: result: yes
configure:22323: checking for getfsstat
configure:22323: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:157: warning: function declaration isn't a prototype
conftest.c:167: warning: function declaration isn't a prototype
/tmp/ccYV80z7.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:168: undefined reference to `getfsstat'
collect2: ld returned 1 exit status
configure:22323: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| /* end confdefs.h. */
| /* Define getfsstat to an innocuous variant, in case <limits.h> declares getfsstat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getfsstat innocuous_getfsstat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getfsstat (); 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 getfsstat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getfsstat ();
| /* 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_getfsstat || defined __stub___getfsstat
| choke me
| #endif
|
| int
| main ()
| {
| return getfsstat ();
| ;
| return 0;
| }
configure:22323: result: no
configure:22335: checking for lutimes
configure:22335: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:157: warning: function declaration isn't a prototype
conftest.c:162: error: syntax error before "me"
conftest.c:165: error: syntax error before "int"
conftest.c:167: warning: function declaration isn't a prototype
configure:22335: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| /* end confdefs.h. */
| /* Define lutimes to an innocuous variant, in case <limits.h> declares lutimes.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define lutimes innocuous_lutimes
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char lutimes (); 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 lutimes
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char lutimes ();
| /* 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_lutimes || defined __stub___lutimes
| choke me
| #endif
|
| int
| main ()
| {
| return lutimes ();
| ;
| return 0;
| }
configure:22335: result: no
configure:22335: checking for futimes
configure:22335: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:157: warning: function declaration isn't a prototype
conftest.c:167: warning: function declaration isn't a prototype
configure:22335: $? = 0
configure:22335: result: yes
configure:22346: checking for mremap
configure:22346: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:158: warning: function declaration isn't a prototype
conftest.c:168: warning: function declaration isn't a prototype
configure:22346: $? = 0
configure:22346: result: yes
configure:22357: checking for remap_file_pages
configure:22357: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:159: warning: function declaration isn't a prototype
conftest.c:169: warning: function declaration isn't a prototype
configure:22357: $? = 0
configure:22357: result: yes
configure:22368: checking for posix_fadvise
configure:22368: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:160: warning: function declaration isn't a prototype
conftest.c:170: warning: function declaration isn't a prototype
configure:22368: $? = 0
configure:22368: result: yes
configure:22379: checking for posix_fallocate
configure:22379: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:161: warning: function declaration isn't a prototype
conftest.c:171: warning: function declaration isn't a prototype
configure:22379: $? = 0
configure:22379: result: yes
configure:22390: checking for posix_madvise
configure:22390: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:162: warning: function declaration isn't a prototype
conftest.c:172: warning: function declaration isn't a prototype
configure:22390: $? = 0
configure:22390: result: yes
configure:22401: checking for vsnprintf
configure:22401: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:163: warning: function declaration isn't a prototype
conftest.c:163: warning: conflicting types for built-in function 'vsnprintf'
conftest.c:173: warning: function declaration isn't a prototype
configure:22401: $? = 0
configure:22401: result: yes
configure:22412: checking for sendfile
configure:22412: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:164: warning: function declaration isn't a prototype
conftest.c:174: warning: function declaration isn't a prototype
configure:22412: $? = 0
configure:22412: result: yes
configure:22424: checking for gethostid
configure:22424: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:165: warning: function declaration isn't a prototype
conftest.c:175: warning: function declaration isn't a prototype
configure:22424: $? = 0
configure:22424: result: yes
configure:22424: checking for sethostid
configure:22424: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:166: warning: function declaration isn't a prototype
conftest.c:176: warning: function declaration isn't a prototype
configure:22424: $? = 0
configure:22424: result: yes
configure:22435: checking for sethostname
configure:22435: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:167: warning: function declaration isn't a prototype
conftest.c:177: warning: function declaration isn't a prototype
configure:22435: $? = 0
configure:22435: result: yes
configure:22446: checking for statfs
configure:22446: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:168: warning: function declaration isn't a prototype
conftest.c:178: warning: function declaration isn't a prototype
configure:22446: $? = 0
configure:22446: result: yes
configure:22457: checking for fstatfs
configure:22457: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:169: warning: function declaration isn't a prototype
conftest.c:179: warning: function declaration isn't a prototype
configure:22457: $? = 0
configure:22457: result: yes
configure:22468: checking for statvfs
configure:22468: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:170: warning: function declaration isn't a prototype
conftest.c:180: warning: function declaration isn't a prototype
configure:22468: $? = 0
configure:22468: result: yes
configure:22479: checking for fstatvfs
configure:22479: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:171: warning: function declaration isn't a prototype
conftest.c:181: warning: function declaration isn't a prototype
configure:22479: $? = 0
configure:22479: result: yes
configure:22490: checking for stime
configure:22490: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:172: warning: function declaration isn't a prototype
conftest.c:182: warning: function declaration isn't a prototype
configure:22490: $? = 0
configure:22490: result: yes
configure:22501: checking for strerror_r
configure:22501: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:173: warning: function declaration isn't a prototype
conftest.c:183: warning: function declaration isn't a prototype
configure:22501: $? = 0
configure:22501: result: yes
configure:22512: checking for ttyname_r
configure:22512: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:174: warning: function declaration isn't a prototype
conftest.c:184: warning: function declaration isn't a prototype
configure:22512: $? = 0
configure:22512: result: yes
configure:22523: checking for psignal
configure:22523: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:175: warning: function declaration isn't a prototype
conftest.c:185: warning: function declaration isn't a prototype
configure:22523: $? = 0
configure:22523: result: yes
configure:22534: checking for getlogin_r
configure:22534: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:176: warning: function declaration isn't a prototype
conftest.c:186: warning: function declaration isn't a prototype
configure:22534: $? = 0
configure:22534: result: yes
configure:22545: checking for lockf
configure:22545: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:177: warning: function declaration isn't a prototype
conftest.c:187: warning: function declaration isn't a prototype
configure:22545: $? = 0
configure:22545: result: yes
configure:22556: checking for swab
configure:22556: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:178: warning: function declaration isn't a prototype
conftest.c:188: warning: function declaration isn't a prototype
configure:22556: $? = 0
configure:22556: result: yes
configure:22568: checking for setusershell
configure:22568: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:179: warning: function declaration isn't a prototype
conftest.c:189: warning: function declaration isn't a prototype
configure:22568: $? = 0
configure:22568: result: yes
configure:22568: checking for endusershell
configure:22568: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:180: warning: function declaration isn't a prototype
conftest.c:190: warning: function declaration isn't a prototype
configure:22568: $? = 0
configure:22568: result: yes
configure:22581: checking size of size_t
configure:22586: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:191: warning: function declaration isn't a prototype
conftest.c:192: warning: function declaration isn't a prototype
conftest.c:197: warning: function declaration isn't a prototype
configure:22586: $? = 0
configure:22586: ./conftest
configure:22586: $? = 0
configure:22600: result: 4
configure:22610: checking for blksize_t
configure:22610: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:165: warning: function declaration isn't a prototype
configure:22610: $? = 0
configure:22610: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:165: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:166: error: syntax error before ')' token
configure:22610: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
| #include <unistd.h>
|
| int
| main ()
| {
| if (sizeof ((blksize_t)))
| return 0;
| ;
| return 0;
| }
configure:22610: result: yes
configure:22624: checking for blkcnt_t
configure:22624: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:167: warning: function declaration isn't a prototype
configure:22624: $? = 0
configure:22624: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:167: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:168: error: syntax error before ')' token
configure:22624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
| #include <unistd.h>
|
| int
| main ()
| {
| if (sizeof ((blkcnt_t)))
| return 0;
| ;
| return 0;
| }
configure:22624: result: yes
configure:22638: checking for suseconds_t
configure:22638: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:167: warning: function declaration isn't a prototype
configure:22638: $? = 0
configure:22638: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:167: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:168: error: syntax error before ')' token
configure:22638: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| /* end confdefs.h. */
| #include <sys/time.h>
|
| int
| main ()
| {
| if (sizeof ((suseconds_t)))
| return 0;
| ;
| return 0;
| }
configure:22638: result: yes
configure:22650: checking for struct flock
configure:22650: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:170: warning: function declaration isn't a prototype
configure:22650: $? = 0
configure:22650: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:170: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:171: error: syntax error before ')' token
configure:22650: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| /* end confdefs.h. */
| #include <unistd.h>
| #include <fcntl.h>
|
| int
| main ()
| {
| if (sizeof ((struct flock)))
| return 0;
| ;
| return 0;
| }
configure:22650: result: yes
configure:22663: checking for struct pollfd
configure:22663: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:171: warning: function declaration isn't a prototype
configure:22663: $? = 0
configure:22663: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:171: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:172: error: syntax error before ')' token
configure:22663: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| /* end confdefs.h. */
| #include <sys/poll.h>
|
| int
| main ()
| {
| if (sizeof ((struct pollfd)))
| return 0;
| ;
| return 0;
| }
configure:22663: result: yes
configure:22675: checking for struct stat
configure:22675: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:175: warning: function declaration isn't a prototype
configure:22675: $? = 0
configure:22675: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:175: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:176: error: syntax error before ')' token
configure:22675: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
| #include <unistd.h>
|
| int
| main ()
| {
| if (sizeof ((struct stat)))
| return 0;
| ;
| return 0;
| }
configure:22675: result: yes
configure:22689: checking for struct timespec
configure:22689: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:175: warning: function declaration isn't a prototype
configure:22689: $? = 0
configure:22689: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:175: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:176: error: syntax error before ')' token
configure:22689: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| /* end confdefs.h. */
| #include <time.h>
|
| int
| main ()
| {
| if (sizeof ((struct timespec)))
| return 0;
| ;
| return 0;
| }
configure:22689: result: yes
configure:22701: checking for struct timeval
configure:22701: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:179: warning: function declaration isn't a prototype
configure:22701: $? = 0
configure:22701: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:179: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:180: error: syntax error before ')' token
configure:22701: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| /* end confdefs.h. */
| #include <sys/time.h>
| #include <sys/types.h>
| #include <utime.h>
|
| int
| main ()
| {
| if (sizeof ((struct timeval)))
| return 0;
| ;
| return 0;
| }
configure:22701: result: yes
configure:22715: checking for struct timezone
configure:22715: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:179: warning: function declaration isn't a prototype
configure:22715: $? = 0
configure:22715: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:179: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:180: error: syntax error before ')' token
configure:22715: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| /* end confdefs.h. */
| #include <sys/time.h>
|
| int
| main ()
| {
| if (sizeof ((struct timezone)))
| return 0;
| ;
| return 0;
| }
configure:22715: result: yes
configure:22727: checking for struct utimbuf
configure:22727: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:182: warning: function declaration isn't a prototype
configure:22727: $? = 0
configure:22727: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:182: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:183: error: syntax error before ')' token
configure:22727: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMEZONE 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <utime.h>
|
| int
| main ()
| {
| if (sizeof ((struct utimbuf)))
| return 0;
| ;
| return 0;
| }
configure:22727: result: yes
configure:22740: checking for struct dirent.d_off
configure:22740: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:184: warning: function declaration isn't a prototype
configure:22740: $? = 0
configure:22740: result: yes
configure:22751: checking for struct dirent.d_reclen
configure:22751: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:185: warning: function declaration isn't a prototype
configure:22751: $? = 0
configure:22751: result: yes
configure:22762: checking for struct dirent.d_type
configure:22762: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:186: warning: function declaration isn't a prototype
configure:22762: $? = 0
configure:22762: result: yes
configure:22774: checking for struct passwd.pw_gecos
configure:22774: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:187: warning: function declaration isn't a prototype
configure:22774: $? = 0
configure:22774: result: yes
configure:22786: checking for struct statfs.f_flags
configure:22786: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:188: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:190: error: structure has no member named `f_flags'
configure:22786: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_OFF 1
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/vfs.h>
|
| int
| main ()
| {
| static struct statfs ac_aggr;
| if (ac_aggr.f_flags)
| return 0;
| ;
| return 0;
| }
configure:22786: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:188: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:190: error: structure has no member named `f_flags'
configure:22786: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_OFF 1
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/vfs.h>
|
| int
| main ()
| {
| static struct statfs ac_aggr;
| if (sizeof ac_aggr.f_flags)
| return 0;
| ;
| return 0;
| }
configure:22786: result: no
configure:22799: checking for lsetxattr
configure:22799: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:206: warning: function declaration isn't a prototype
conftest.c:216: warning: function declaration isn't a prototype
configure:22799: $? = 0
configure:22799: result: yes
configure:22848: checking for struct kinfo_proc.kp_proc
configure:22848: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:186:25: sys/proc.h: No such file or directory
conftest.c:191: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:192: error: storage size of 'ac_aggr' isn't known
conftest.c:192: warning: unused variable `ac_aggr'
conftest.c:192: error: storage size of `ac_aggr' isn't known
configure:22848: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_OFF 1
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
| #include <sys/sysctl.h>
| #include <sys/proc.h>
|
|
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (ac_aggr.kp_proc)
| return 0;
| ;
| return 0;
| }
configure:22848: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:186:25: sys/proc.h: No such file or directory
conftest.c:191: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:192: error: storage size of 'ac_aggr' isn't known
conftest.c:192: warning: unused variable `ac_aggr'
conftest.c:192: error: storage size of `ac_aggr' isn't known
configure:22848: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_OFF 1
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
| #include <sys/sysctl.h>
| #include <sys/proc.h>
|
|
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (sizeof ac_aggr.kp_proc)
| return 0;
| ;
| return 0;
| }
configure:22848: result: no
configure:22866: checking sys/time.h usability
configure:22866: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22866: $? = 0
configure:22866: result: yes
configure:22866: checking sys/time.h presence
configure:22866: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
configure:22866: $? = 0
configure:22866: result: yes
configure:22866: checking for sys/time.h
configure:22866: result: yes
configure:22878: checking for sys/param.h
configure:22878: result: yes
configure:22890: checking dirent.h usability
configure:22890: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22890: $? = 0
configure:22890: result: yes
configure:22890: checking dirent.h presence
configure:22890: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
configure:22890: $? = 0
configure:22890: result: yes
configure:22890: checking for dirent.h
configure:22890: result: yes
configure:22903: checking curses.h usability
configure:22903: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:219:20: curses.h: No such file or directory
configure:22903: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_OFF 1
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <curses.h>
configure:22903: result: no
configure:22903: checking curses.h presence
configure:22903: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:186:20: curses.h: No such file or directory
configure:22903: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_OFF 1
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <curses.h>
configure:22903: result: no
configure:22903: checking for curses.h
configure:22903: result: no
configure:22915: checking for term.h
configure:22915: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:191:18: term.h: No such file or directory
configure:22915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_OFF 1
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #if HAVE_CURSES_H
| #include <curses.h>
| #endif
|
|
| #include <term.h>
configure:22915: result: no
configure:22931: checking termios.h usability
configure:22931: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22931: $? = 0
configure:22931: result: yes
configure:22931: checking termios.h presence
configure:22931: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c
configure:22931: $? = 0
configure:22931: result: yes
configure:22931: checking for termios.h
configure:22931: result: yes
configure:23290: checking for socklen_t
configure:23308: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:194: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:196: warning: unused variable `foo'
configure:23308: $? = 0
configure:23314: result: yes
configure:23325: checking for array element initializer support
configure:23340: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:192: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:194: warning: unused variable `array'
configure:23340: $? = 0
configure:23343: result: yes
configure:23360: checking for trunc
configure:23360: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:213: warning: function declaration isn't a prototype
conftest.c:213: warning: conflicting types for built-in function 'trunc'
conftest.c:223: warning: function declaration isn't a prototype
/tmp/cciRFs5x.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:224: undefined reference to `trunc'
collect2: ld returned 1 exit status
configure:23360: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_OFF 1
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_GETPROCESSID 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_ARRAY_ELEM_INIT 1
| /* end confdefs.h. */
| /* Define trunc to an innocuous variant, in case <limits.h> declares trunc.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define trunc innocuous_trunc
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char trunc (); 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 trunc
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char trunc ();
| /* 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_trunc || defined __stub___trunc
| choke me
| #endif
|
| int
| main ()
| {
| return trunc ();
| ;
| return 0;
| }
configure:23360: result: no
configure:23367: checking for trunc in math.h
configure:23381: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:193: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:194: warning: unused variable `p'
/tmp/cc8WHHzO.o:(.data+0x0): undefined reference to `trunc'
collect2: ld returned 1 exit status
configure:23381: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_OFF 1
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_GETPROCESSID 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_ARRAY_ELEM_INIT 1
| /* end confdefs.h. */
| #include <math.h>
| int
| main ()
| {
| static void *p = &trunc;
| ;
| return 0;
| }
configure:23390: result: no
configure:23400: checking for aintl in -lsunmath
configure:23425: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c -lsunmath >&5
conftest.c:197: warning: function declaration isn't a prototype
conftest.c:200: warning: function declaration isn't a prototype
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/bin/ld: cannot find -lsunmath
collect2: ld returned 1 exit status
configure:23425: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_OFF 1
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_GETPROCESSID 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_ARRAY_ELEM_INIT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char aintl ();
| int
| main ()
| {
| return aintl ();
| ;
| return 0;
| }
configure:23434: result: no
configure:23446: checking for round
configure:23446: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:213: warning: function declaration isn't a prototype
conftest.c:213: warning: conflicting types for built-in function 'round'
conftest.c:223: warning: function declaration isn't a prototype
/tmp/cc8OGTMi.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:224: undefined reference to `round'
collect2: ld returned 1 exit status
configure:23446: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_OFF 1
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_GETPROCESSID 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_ARRAY_ELEM_INIT 1
| /* end confdefs.h. */
| /* Define round to an innocuous variant, in case <limits.h> declares round.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define round innocuous_round
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char round (); 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 round
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char round ();
| /* 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_round || defined __stub___round
| choke me
| #endif
|
| int
| main ()
| {
| return round ();
| ;
| return 0;
| }
configure:23446: result: no
configure:23457: checking for rint
configure:23457: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:213: warning: function declaration isn't a prototype
conftest.c:213: warning: conflicting types for built-in function 'rint'
conftest.c:223: warning: function declaration isn't a prototype
/tmp/ccGGhlQy.o: In function `main':
/volume1/software/mono-2.11.4/conftest.c:224: undefined reference to `rint'
collect2: ld returned 1 exit status
configure:23457: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_OFF 1
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_GETPROCESSID 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_ARRAY_ELEM_INIT 1
| /* end confdefs.h. */
| /* Define rint to an innocuous variant, in case <limits.h> declares rint.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define rint innocuous_rint
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char rint (); 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 rint
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char rint ();
| /* 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_rint || defined __stub___rint
| choke me
| #endif
|
| int
| main ()
| {
| return rint ();
| ;
| return 0;
| }
configure:23457: result: no
configure:23468: checking for execvp
configure:23468: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:213: warning: function declaration isn't a prototype
conftest.c:223: warning: function declaration isn't a prototype
configure:23468: $? = 0
configure:23468: result: yes
configure:23479: checking if usage of random device is requested
configure:23489: result: yes
configure:23516: checking for random device
configure:23524: result: yes
configure:23574: checking if inter-process shared handles are requested
configure:23583: result: yes
configure:23614: checking if big-arrays are to be enabled
configure:23632: result: no
configure:24518: checking for X
configure:24626: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 -D__default_codegen__ -D__mono_ppc__ conftest.c
conftest.c:198:22: X11/Xlib.h: No such file or directory
configure:24626: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_OFF 1
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_GETPROCESSID 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_ARRAY_ELEM_INIT 1
| #define HAVE_EXECVP 1
| #define NAME_DEV_RANDOM "/dev/random"
| #define HAVE_CRYPT_RNG 1
| #define TARGET_POWERPC 1
| #define SIZEOF_REGISTER SIZEOF_VOID_P
| #define TARGET_BYTE_ORDER G_BYTE_ORDER
| #define HAVE_VISIBILITY_HIDDEN 1
| #define HAVE_DEPRECATED 1
| /* end confdefs.h. */
| #include <X11/Xlib.h>
configure:24657: gcc -o conftest -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 -D__default_codegen__ -D__mono_ppc__ conftest.c -lX11 >&5
conftest.c:198:22: X11/Xlib.h: No such file or directory
conftest.c:201: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:202: warning: implicit declaration of function `XrmInitialize'
conftest.c:202: warning: nested extern declaration of `XrmInitialize'
configure:24657: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "2.11.4"
| #define PACKAGE_STRING "mono 2.11.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "2.11.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ICONV_CONST
| #define HAVE_NETDB_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_LINUX_RTC_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_ASM_SIGCONTEXT_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_SYS_USER_H 1
| #define HAVE_SYS_ZLIB 1
| #define HAVE_ZLIB 1
| #define HAVE_ELF_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ISINF 1
| #define SIZEOF_VOID_P 4
| #define MONO_XEN_OPT 1
| #define DISABLED_FEATURES "none"
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
| #define MONO_ZERO_LEN_ARRAY 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_DL_ITERATE_PHDR 1
| #define HAVE_SYSCONF 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SOL_IP 1
| #define HAVE_SOL_IPV6 1
| #define HAVE_IP_PKTINFO 1
| #define HAVE_IPV6_PKTINFO 1
| #define HAVE_IP_MTU_DISCOVER 1
| #define HAVE_STRUCT_IP_MREQN 1
| #define HAVE_GETHOSTBYNAME2_R 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_ATON 1
| #define MONO_SIZEOF_SUNPATH 108
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_FINITE 1
| #define HAVE_ISFINITE 1
| #define HAVE_POLL 1
| #define HAVE_SIGNBIT 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SIOCGIFCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_IF_NAMETOINDEX 1
| #define HAVE_FSTAB_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_CONFSTR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_TELLDIR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_SETDOMAINNAME 1
| #define HAVE_ENDGRENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_FGETGRENT 1
| #define HAVE_SETGRENT 1
| #define HAVE_SETGROUPS 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETPWENT 1
| #define HAVE_FGETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_FUTIMES 1
| #define HAVE_MREMAP 1
| #define HAVE_REMAP_FILE_PAGES 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SENDFILE 1
| #define HAVE_GETHOSTID 1
| #define HAVE_SETHOSTID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_STATFS 1
| #define HAVE_FSTATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_FSTATVFS 1
| #define HAVE_STIME 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_PSIGNAL 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_LOCKF 1
| #define HAVE_SWAB 1
| #define HAVE_SETUSERSHELL 1
| #define HAVE_ENDUSERSHELL 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKSIZE_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_BLKCNT_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_SUSECONDS_T 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_POLLFD 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_STAT 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_OFF 1
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_GETPROCESSID 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_ARRAY_ELEM_INIT 1
| #define HAVE_EXECVP 1
| #define NAME_DEV_RANDOM "/dev/random"
| #define HAVE_CRYPT_RNG 1
| #define TARGET_POWERPC 1
| #define SIZEOF_REGISTER SIZEOF_VOID_P
| #define TARGET_BYTE_ORDER G_BYTE_ORDER
| #define HAVE_VISIBILITY_HIDDEN 1
| #define HAVE_DEPRECATED 1
| /* end confdefs.h. */
| #include <X11/Xlib.h>
| int
| main ()
| {
| XrmInitialize ()
| ;
| return 0;
| }
configure:24696: result: no
configure:24711: checking for the soname of libX11.so
configure:24724: WARNING: Could not find X development libs. Do you have the -devel package installed? Assuming libX11.so.6...
configure:24785: checking if the Mono Debugger is supported on this platform
configure:24799: result: no
configure:25141: checking malloc.h usability
configure:25141: gcc -c -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 -D__default_codegen__ -D__mono_ppc__ conftest.c >&5
configure:25141: $? = 0
configure:25141: result: yes
configure:25141: checking malloc.h presence
configure:25141: gcc -E -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 -D__default_codegen__ -D__mono_ppc__ conftest.c
configure:25141: $? = 0
configure:25141: result: yes
configure:25141: checking for malloc.h
configure:25141: result: yes
configure:25896: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by mono config.status 2.11.4, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on DiskStation
config.status:27319: creating po/mcs/Makefile.in
config.status:27319: creating runtime/mono-wrapper
config.status:27319: creating runtime/monodis-wrapper
config.status:27319: creating Makefile
config.status:27319: creating mono-core.spec
config.status:27319: creating mono-uninstalled.pc
config.status:27319: creating scripts/mono-find-provides
config.status:27319: creating scripts/mono-find-requires
config.status:27319: creating mono/Makefile
config.status:27319: creating mono/utils/Makefile
config.status:27319: creating mono/metadata/Makefile
config.status:27319: creating mono/dis/Makefile
config.status:27319: creating mono/cil/Makefile
config.status:27319: creating mono/arch/Makefile
config.status:27319: creating mono/arch/x86/Makefile
config.status:27319: creating mono/arch/amd64/Makefile
config.status:27319: creating mono/arch/hppa/Makefile
config.status:27319: creating mono/arch/ppc/Makefile
config.status:27319: creating mono/arch/sparc/Makefile
config.status:27319: creating mono/arch/s390/Makefile
config.status:27319: creating mono/arch/s390x/Makefile
config.status:27319: creating mono/arch/arm/Makefile
config.status:27319: creating mono/arch/alpha/Makefile
config.status:27319: creating mono/arch/ia64/Makefile
config.status:27319: creating mono/arch/mips/Makefile
config.status:27319: creating mono/interpreter/Makefile
config.status:27319: creating mono/tests/Makefile
config.status:27319: creating mono/tests/tests-config
config.status:27319: creating mono/tests/assemblyresolve/Makefile
config.status:27319: creating mono/tests/cas/Makefile
config.status:27319: creating mono/tests/cas/assembly/Makefile
config.status:27319: creating mono/tests/cas/demand/Makefile
config.status:27319: creating mono/tests/cas/inheritance/Makefile
config.status:27319: creating mono/tests/cas/linkdemand/Makefile
config.status:27319: creating mono/tests/cas/threads/Makefile
config.status:27319: creating mono/benchmark/Makefile
config.status:27319: creating mono/monograph/Makefile
config.status:27319: creating mono/io-layer/Makefile
config.status:27319: creating mono/mini/Makefile
config.status:27319: creating mono/profiler/Makefile
config.status:27319: creating m4/Makefile
config.status:27319: creating ikvm-native/Makefile
config.status:27319: creating scripts/Makefile
config.status:27319: creating man/Makefile
config.status:27319: creating docs/Makefile
config.status:27319: creating data/Makefile
config.status:27319: creating data/net_2_0/Makefile
config.status:27319: creating data/net_4_0/Makefile
config.status:27319: creating data/net_4_5/Makefile
config.status:27319: creating data/net_2_0/Browsers/Makefile
config.status:27319: creating data/mint.pc
config.status:27319: creating data/mono-2.pc
config.status:27319: creating data/monosgen-2.pc
config.status:27319: creating data/mono.pc
config.status:27319: creating data/mono-cairo.pc
config.status:27319: creating data/mono-nunit.pc
config.status:27319: creating data/mono-options.pc
config.status:27319: creating data/mono-lineeditor.pc
config.status:27319: creating data/monodoc.pc
config.status:27319: creating data/mono.web.pc
config.status:27319: creating data/dotnet.pc
config.status:27319: creating data/dotnet35.pc
config.status:27319: creating data/wcf.pc
config.status:27319: creating data/cecil.pc
config.status:27319: creating data/system.web.extensions_1.0.pc
config.status:27319: creating data/system.web.extensions.design_1.0.pc
config.status:27319: creating data/system.web.mvc.pc
config.status:27319: creating data/system.web.mvc2.pc
config.status:27319: creating data/system.web.mvc3.pc
config.status:27319: creating data/aspnetwebstack.pc
config.status:27319: creating samples/Makefile
config.status:27319: creating support/Makefile
config.status:27319: creating data/config
config.status:27319: creating tools/Makefile
config.status:27319: creating tools/locale-builder/Makefile
config.status:27319: creating tools/sgen/Makefile
config.status:27319: creating runtime/Makefile
config.status:27319: creating msvc/Makefile
config.status:27319: creating po/Makefile
config.status:27319: creating config.h
config.status:27498: config.h is unchanged
config.status:27546: executing depfiles commands
config.status:27546: executing libtool commands
config.status:27546: executing po-directories commands
config.status:27546: executing runtime/etc/mono/1.0/machine.config commands
config.status:27546: executing runtime/etc/mono/2.0/machine.config commands
config.status:27546: executing runtime/etc/mono/2.0/web.config commands
config.status:27546: executing runtime/etc/mono/browscap.ini commands
config.status:27546: executing runtime/etc/mono/2.0/Browsers/Compat.browser commands
config.status:27546: executing runtime/etc/mono/4.0/machine.config commands
config.status:27546: executing runtime/etc/mono/4.0/web.config commands
config.status:27546: executing runtime/etc/mono/4.5/machine.config commands
config.status:27546: executing runtime/etc/mono/4.5/web.config commands
config.status:27546: executing quiet commands
config.status:27546: executing quiet-libtool commands
configure:28789: === configuring in eglib (/volume1/software/mono-2.11.4/eglib)
configure:28852: running /bin/ash ./configure --disable-option-checking '--prefix=/opt/mono-2.11' 'CPPFLAGS_FOR_EGLIB=' 'CFLAGS_FOR_EGLIB=' '--disable-embed-check' '--with-libgc-threads=pthreads' '--enable-parallel-mark' 'CPPFLAGS_FOR_LIBGC=-DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 -D__default_codegen__ -D__mono_ppc__' 'CFLAGS_FOR_LIBGC= -g' --cache-file=/dev/null --srcdir=.
configure:28789: === configuring in libgc (/volume1/software/mono-2.11.4/libgc)
configure:28852: running /bin/ash ./configure --disable-option-checking '--prefix=/opt/mono-2.11' 'CPPFLAGS_FOR_EGLIB=' 'CFLAGS_FOR_EGLIB=' '--disable-embed-check' '--with-libgc-threads=pthreads' '--enable-parallel-mark' 'CPPFLAGS_FOR_LIBGC=-DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 -D__default_codegen__ -D__mono_ppc__' 'CFLAGS_FOR_LIBGC= -g' --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build='powerpc-unknown-linux-gnu'
ac_cv_c_compiler_gnu='yes'
ac_cv_c_socklen_t='yes'
ac_cv_cxx_compiler_gnu='yes'
ac_cv_env_CCASFLAGS_set=''
ac_cv_env_CCASFLAGS_value=''
ac_cv_env_CCAS_set=''
ac_cv_env_CCAS_value=''
ac_cv_env_CCC_set=''
ac_cv_env_CCC_value=''
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_CXXCPP_set=''
ac_cv_env_CXXCPP_value=''
ac_cv_env_CXXFLAGS_set=''
ac_cv_env_CXXFLAGS_value=''
ac_cv_env_CXX_set=''
ac_cv_env_CXX_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_XMKMF_set=''
ac_cv_env_XMKMF_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_func_backtrace_symbols='yes'
ac_cv_func_confstr='yes'
ac_cv_func_dl_iterate_phdr='yes'
ac_cv_func_dladdr='no'
ac_cv_func_dlopen='no'
ac_cv_func_endgrent='yes'
ac_cv_func_endpwent='yes'
ac_cv_func_endusershell='yes'
ac_cv_func_epoll_ctl='yes'
ac_cv_func_execvp='yes'
ac_cv_func_fgetgrent='yes'
ac_cv_func_fgetpwent='yes'
ac_cv_func_finite='yes'
ac_cv_func_fstatfs='yes'
ac_cv_func_fstatvfs='yes'
ac_cv_func_futimes='yes'
ac_cv_func_getdomainname='yes'
ac_cv_func_getfsstat='no'
ac_cv_func_getgrent='yes'
ac_cv_func_getgrgid_r='yes'
ac_cv_func_getgrnam_r='yes'
ac_cv_func_gethostbyaddr='yes'
ac_cv_func_gethostid='yes'
ac_cv_func_getlogin_r='yes'
ac_cv_func_getpriority='yes'
ac_cv_func_getpwent='yes'
ac_cv_func_getpwnam_r='yes'
ac_cv_func_getpwuid_r='yes'
ac_cv_func_getresuid='yes'
ac_cv_func_getrusage='yes'
ac_cv_func_inet_aton='yes'
ac_cv_func_inet_pton='yes'
ac_cv_func_isfinite='no'
ac_cv_func_kqueue='no'
ac_cv_func_lockf='yes'
ac_cv_func_lsetxattr='yes'
ac_cv_func_lutimes='no'
ac_cv_func_madvise='yes'
ac_cv_func_mkstemp='yes'
ac_cv_func_mmap='yes'
ac_cv_func_mremap='yes'
ac_cv_func_poll='yes'
ac_cv_func_posix_fadvise='yes'
ac_cv_func_posix_fallocate='yes'
ac_cv_func_posix_madvise='yes'
ac_cv_func_psignal='yes'
ac_cv_func_pthread_attr_get_np='no'
ac_cv_func_pthread_attr_getstack='no'
ac_cv_func_pthread_attr_getstacksize='no'
ac_cv_func_pthread_attr_setstacksize='no'
ac_cv_func_pthread_get_stackaddr_np='no'
ac_cv_func_pthread_get_stacksize_np='no'
ac_cv_func_pthread_getattr_np='no'
ac_cv_func_pthread_kill='no'
ac_cv_func_pthread_mutex_timedlock='no'
ac_cv_func_remap_file_pages='yes'
ac_cv_func_rint='no'
ac_cv_func_round='no'
ac_cv_func_sched_getcpu='yes'
ac_cv_func_sched_setaffinity='yes'
ac_cv_func_seekdir='yes'
ac_cv_func_sendfile='yes'
ac_cv_func_setdomainname='yes'
ac_cv_func_setgrent='yes'
ac_cv_func_setgroups='yes'
ac_cv_func_sethostid='yes'
ac_cv_func_sethostname='yes'
ac_cv_func_setpriority='yes'
ac_cv_func_setpwent='yes'
ac_cv_func_setresuid='yes'
ac_cv_func_setusershell='yes'
ac_cv_func_shm_open='no'
ac_cv_func_sigaction='yes'
ac_cv_func_statfs='yes'
ac_cv_func_statvfs='yes'
ac_cv_func_stime='yes'
ac_cv_func_strerror_r='yes'
ac_cv_func_swab='yes'
ac_cv_func_sysconf='yes'
ac_cv_func_telldir='yes'
ac_cv_func_trunc='no'
ac_cv_func_ttyname_r='yes'
ac_cv_func_vsnprintf='yes'
ac_cv_have_dev_random='yes'
ac_cv_have_x='have_x=no'
ac_cv_header_alloca_h='yes'
ac_cv_header_asm_sigcontext_h='yes'
ac_cv_header_attr_xattr_h='no'
ac_cv_header_checklist_h='no'
ac_cv_header_curses_h='no'
ac_cv_header_dirent_h='yes'
ac_cv_header_dlfcn_h='yes'
ac_cv_header_elf_h='yes'
ac_cv_header_execinfo_h='yes'
ac_cv_header_fstab_h='yes'
ac_cv_header_grp_h='yes'
ac_cv_header_ieeefp_h='no'
ac_cv_header_inttypes_h='yes'
ac_cv_header_libproc_h='no'
ac_cv_header_link_h='yes'
ac_cv_header_linux_magic_h='no'
ac_cv_header_linux_netlink_h='yes'
ac_cv_header_linux_rtc_h='yes'
ac_cv_header_linux_rtnetlink_h='yes'
ac_cv_header_malloc_h='yes'
ac_cv_header_memory_h='yes'
ac_cv_header_net_if_h='yes'
ac_cv_header_netdb_h='yes'
ac_cv_header_netinet_in_h='yes'
ac_cv_header_netinet_tcp_h='yes'
ac_cv_header_pathconf_h='no'
ac_cv_header_poll_h='yes'
ac_cv_header_pthread_h='yes'
ac_cv_header_pwd_h='yes'
ac_cv_header_semaphore_h='yes'
ac_cv_header_signal_h='yes'
ac_cv_header_stdc='yes'
ac_cv_header_stdint_h='yes'
ac_cv_header_stdlib_h='yes'
ac_cv_header_string_h='yes'
ac_cv_header_strings_h='yes'
ac_cv_header_sys_epoll_h='yes'
ac_cv_header_sys_extattr_h='no'
ac_cv_header_sys_filio_h='no'
ac_cv_header_sys_inotify_h='no'
ac_cv_header_sys_ioctl_h='yes'
ac_cv_header_sys_ipc_h='yes'
ac_cv_header_sys_mkdev_h='no'
ac_cv_header_sys_mman_h='yes'
ac_cv_header_sys_mount_h='yes'
ac_cv_header_sys_param_h='yes'
ac_cv_header_sys_poll_h='yes'
ac_cv_header_sys_select_h='yes'
ac_cv_header_sys_sem_h='yes'
ac_cv_header_sys_sendfile_h='yes'
ac_cv_header_sys_socket_h='yes'
ac_cv_header_sys_sockio_h='no'
ac_cv_header_sys_stat_h='yes'
ac_cv_header_sys_statfs_h='yes'
ac_cv_header_sys_statvfs_h='yes'
ac_cv_header_sys_syscall_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_un_h='yes'
ac_cv_header_sys_user_h='yes'
ac_cv_header_sys_utime_h='no'
ac_cv_header_sys_utsname_h='yes'
ac_cv_header_sys_vfstab_h='no'
ac_cv_header_sys_wait_h='yes'
ac_cv_header_sys_xattr_h='yes'
ac_cv_header_syslog_h='yes'
ac_cv_header_term_h='no'
ac_cv_header_termios_h='yes'
ac_cv_header_ucontext_h='yes'
ac_cv_header_unistd_h='yes'
ac_cv_header_utime_h='yes'
ac_cv_header_wchar_h='yes'
ac_cv_header_zlib_h='yes'
ac_cv_host='powerpc-unknown-linux-gnu'
ac_cv_lib_dl_dlopen='no'
ac_cv_lib_pthread_main='no'
ac_cv_lib_socket_socket='no'
ac_cv_lib_sunmath_aintl='no'
ac_cv_member_struct_dirent_d_off='yes'
ac_cv_member_struct_dirent_d_reclen='yes'
ac_cv_member_struct_dirent_d_type='yes'
ac_cv_member_struct_kinfo_proc_kp_proc='no'
ac_cv_member_struct_passwd_pw_gecos='yes'
ac_cv_member_struct_statfs_f_flags='no'
ac_cv_objext='o'
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GMSGFMT='/opt/bin/msgfmt'
ac_cv_path_GREP='/bin/grep'
ac_cv_path_MSGFMT='/opt/bin/msgfmt'
ac_cv_path_MSGMERGE='/opt/bin/msgmerge'
ac_cv_path_PKG_CONFIG='no'
ac_cv_path_SED='/bin/sed'
ac_cv_path_XGETTEXT='/opt/bin/xgettext'
ac_cv_prog_AWK='gawk'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_HAVE_MSGFMT='yes'
ac_cv_prog_ac_ct_AR='ar'
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_prog_ac_ct_CXX='g++'
ac_cv_prog_ac_ct_OBJDUMP='objdump'
ac_cv_prog_ac_ct_RANLIB='ranlib'
ac_cv_prog_ac_ct_STRIP='strip'
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_g='yes'
ac_cv_prog_cxx_g='yes'
ac_cv_prog_make_make_set='yes'
ac_cv_search_clock_gettime='no'
ac_cv_search_sem_init='no'
ac_cv_search_shm_open='no'
ac_cv_search_sqrtf='no'
ac_cv_sizeof_size_t='4'
ac_cv_sizeof_void_p='4'
ac_cv_struct_tm_gmtoff='yes'
ac_cv_target='powerpc-unknown-linux-gnu'
ac_cv_type_blkcnt_t='yes'
ac_cv_type_blksize_t='yes'
ac_cv_type_struct_flock='yes'
ac_cv_type_struct_pollfd='yes'
ac_cv_type_struct_stat='yes'
ac_cv_type_struct_timespec='yes'
ac_cv_type_struct_timeval='yes'
ac_cv_type_struct_timezone='yes'
ac_cv_type_struct_utimbuf='yes'
ac_cv_type_suseconds_t='yes'
acl_cv_hardcode_direct='no'
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=''
acl_cv_hardcode_minus_L='no'
acl_cv_libext='a'
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD='/opt/powerpc-linux-gnuspe/bin/ld'
acl_cv_prog_gnu_ld='yes'
acl_cv_rpath='done'
acl_cv_shlibext='so'
acl_cv_wl='-Wl,'
am_cv_CCAS_dependencies_compiler_type='gcc3'
am_cv_CC_dependencies_compiler_type='gcc3'
am_cv_CXX_dependencies_compiler_type='gcc3'
am_cv_func_iconv='yes'
am_cv_func_iconv_works='no'
am_cv_lib_iconv='no'
am_cv_prog_cc_stdc=''
am_cv_prog_tar_ustar='plaintar'
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=''
lt_cv_deplibs_check_method='pass_all'
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=''
lt_cv_ld_reload_flag='-r'
lt_cv_nm_interface='BSD nm'
lt_cv_objdir='.libs'
lt_cv_path_LD='/opt/powerpc-linux-gnuspe/bin/ld'
lt_cv_path_LDCXX='/opt/powerpc-linux-gnuspe/bin/ld'
lt_cv_path_NM='/opt/bin/nm -B'
lt_cv_prog_compiler_c_o='yes'
lt_cv_prog_compiler_c_o_CXX='yes'
lt_cv_prog_compiler_pic_works='yes'
lt_cv_prog_compiler_pic_works_CXX='yes'
lt_cv_prog_compiler_rtti_exceptions='no'
lt_cv_prog_compiler_static_works='no'
lt_cv_prog_compiler_static_works_CXX='no'
lt_cv_prog_gnu_ld='yes'
lt_cv_prog_gnu_ldcxx='yes'
lt_cv_sys_global_symbol_pipe='sed -n -e '"'"'s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'"'"
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '"'"'s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'"'"' -e '"'"'s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'"'"
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '"'"'s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'"'"' -e '"'"'s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'"'"' -e '"'"'s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'"'"
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '"'"'s/^T .* \(.*\)$/extern int \1();/p'"'"' -e '"'"'s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'"'"
lt_cv_sys_max_cmd_len='32768'
mono_cv_clang='no'
mono_cv_sizeof_sunpath='108'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /volume1/software/mono-2.11.4/missing --run aclocal-1.11'
ALPHA_FALSE=''
ALPHA_TRUE='#'
AMD64_FALSE=''
AMD64_TRUE='#'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /volume1/software/mono-2.11.4/missing --run tar'
API_VER='2.0'
AR='ar'
ARM_FALSE=''
ARM_TRUE='#'
AS='as'
AUTOCONF='${SHELL} /volume1/software/mono-2.11.4/missing --run autoconf'
AUTOHEADER='${SHELL} /volume1/software/mono-2.11.4/missing --run autoheader'
AUTOMAKE='${SHELL} /volume1/software/mono-2.11.4/missing --run automake-1.11'
AWK='gawk'
BOEHM_DEFINES='-DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE'
BUILD_EXEEXT=''
BUILD_GLIB_CFLAGS='-I$(top_srcdir)/eglib/src -I$(top_builddir)/eglib/src'
BUILD_GLIB_LIBS='-L$(top_builddir)/eglib/src -leglib -lm'
BUILD_MCS_FALSE='#'
BUILD_MCS_TRUE=''
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2'
CCDEPMODE='depmode=gcc3'
CC_FOR_BUILD='gcc'
CFLAGS='-g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -Wno-unused-but-set-variable -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch-enum -Werror-implicit-function-declaration'
CFLAGS_FOR_BUILD='-g -O2'
CPP='gcc -E'
CPPFLAGS=' -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -D_FILE_OFFSET_BITS=64 -D__default_codegen__ -D__mono_ppc__'
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE='#'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DISABLE_EXECUTABLES_FALSE=''
DISABLE_EXECUTABLES_TRUE='#'
DISABLE_JIT_FALSE=''
DISABLE_JIT_TRUE='#'
DISABLE_PROFILER_FALSE=''
DISABLE_PROFILER_TRUE='#'
DISABLE_SHARED_HANDLES=''
DLLTOOL='dlltool'
DOLT_BASH=''
DSYMUTIL=''
DTRACE=''
DTRACEFLAGS=''
DTRACE_G_REQUIRED_FALSE=''
DTRACE_G_REQUIRED_TRUE='#'
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_DTRACE_FALSE=''
ENABLE_DTRACE_TRUE='#'
ENABLE_LLVM_FALSE=''
ENABLE_LLVM_TRUE='#'
ENABLE_NUNIT_TESTS_FALSE=''
ENABLE_NUNIT_TESTS_TRUE='#'
EXEEXT=''
FGREP='/bin/grep -F'
GETTEXT_MACRO_VERSION='0.18'
GLIB_CFLAGS='-I$(top_srcdir)/eglib/src -I$(top_builddir)/eglib/src'
GLIB_LIBS='-L$(top_builddir)/eglib/src -leglib -lm'
GMODULE_CFLAGS='-I$(top_srcdir)/eglib/src -I$(top_builddir)/eglib/src'
GMODULE_LIBS='-L$(top_builddir)/eglib/src -leglib -lm'
GMSGFMT='/opt/bin/msgfmt'
GMSGFMT_015=':'
GREP='/bin/grep'
HAVE_MSGFMT='yes'
HAVE_OPROFILE_FALSE=''
HAVE_OPROFILE_TRUE='#'
HAVE_ZLIB_FALSE='#'
HAVE_ZLIB_TRUE=''
HOST_CC=''
HOST_WIN32_FALSE=''
HOST_WIN32_TRUE='#'
HPPA_FALSE=''
HPPA_TRUE='#'
IA64_FALSE=''
IA64_TRUE='#'
INCLUDED_LIBGC_FALSE='#'
INCLUDED_LIBGC_TRUE=''
INSTALL_2_0_FALSE='#'
INSTALL_2_0_TRUE=''
INSTALL_4_0_FALSE='#'
INSTALL_4_0_TRUE=''
INSTALL_4_5_FALSE='#'
INSTALL_4_5_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_MOBILE_FALSE=''
INSTALL_MOBILE_TRUE='#'
INSTALL_MONODROID_FALSE=''
INSTALL_MONODROID_TRUE='#'
INSTALL_MONOTOUCH_FALSE=''
INSTALL_MONOTOUCH_TRUE='#'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTERP_SUPPORTED_FALSE=''
INTERP_SUPPORTED_TRUE='#'
INTL='libc.so.6'
JIT_SUPPORTED_FALSE='#'
JIT_SUPPORTED_TRUE=''
LD='/opt/powerpc-linux-gnuspe/bin/ld'
LDFLAGS=''
LIBC='libc.so.6'
LIBGC_CPPFLAGS='-I$(top_srcdir)/libgc/include'
LIBGC_LIBS='$(top_builddir)/libgc/libmonogc.la'
LIBGC_STATIC_LIBS='$(top_builddir)/libgc/libmonogc-static.la'
LIBICONV=''
LIBMONO_LA='libmono-2.0.la'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LLVM_CFLAGS=''
LLVM_CONFIG=''
LLVM_CXXFLAGS=''
LLVM_LDFLAGS=''
LLVM_LIBS=''
LN_S='ln -s'
LOADED_LLVM_FALSE=''
LOADED_LLVM_TRUE='#'
LTCOMPILE='$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(COMPILE)'
LTCXXCOMPILE='$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXXCOMPILE)'
LTLIBICONV=''
LTLIBOBJS=''
M68K_FALSE=''
M68K_TRUE='#'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /volume1/software/mono-2.11.4/missing --run makeinfo'
MIPS_FALSE=''
MIPS_GCC_FALSE=''
MIPS_GCC_TRUE='#'
MIPS_SGI_FALSE=''
MIPS_SGI_TRUE='#'
MIPS_TRUE='#'
MKDIR_P='./install-sh -c -d'
MONO_DEBUGGER_SUPPORTED_FALSE=''
MONO_DEBUGGER_SUPPORTED_TRUE='#'
MONO_DL_NEED_USCORE=''
MONO_NACL_ALIGN_MASK_OFF='0'
MOONLIGHT_BOEHM_FALSE='#'
MOONLIGHT_BOEHM_TRUE=''
MOONLIGHT_DEFINES=''
MOONLIGHT_FALSE=''
MOONLIGHT_SGEN_FALSE=''
MOONLIGHT_SGEN_TRUE='#'
MOONLIGHT_TRUE='#'
MSGFMT='/opt/bin/msgfmt'
MSGFMT_015=':'
MSGMERGE='/opt/bin/msgmerge'
NACL_CODEGEN_FALSE=''
NACL_CODEGEN_TRUE='#'
NM='/opt/bin/nm -B'
NMEDIT=''
NO_VERSION_SCRIPT_FALSE=''
NO_VERSION_SCRIPT_TRUE='#'
OBJDUMP='objdump'
OBJEXT='o'
ONLY_MOONLIGHT_FALSE=''
ONLY_MOONLIGHT_TRUE='#'
OPROFILE_CFLAGS=''
OPROFILE_LIBS=''
OTOOL64=''
OTOOL=''
PACKAGE='mono'
PACKAGE_BUGREPORT='http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono'
PACKAGE_NAME='mono'
PACKAGE_STRING='mono 2.11.4'
PACKAGE_TARNAME='mono'
PACKAGE_URL=''
PACKAGE_VERSION='2.11.4'
PATH_SEPARATOR=':'
PKG_CONFIG='no'
PLATFORM_ANDROID_FALSE=''
PLATFORM_ANDROID_TRUE='#'
PLATFORM_DARWIN_FALSE=''
PLATFORM_DARWIN_TRUE='#'
PLATFORM_LINUX_FALSE='#'
PLATFORM_LINUX_TRUE=''
PLATFORM_SIGPOSIX_FALSE='#'
PLATFORM_SIGPOSIX_TRUE=''
POWERPC64_FALSE=''
POWERPC64_TRUE='#'
POWERPC_FALSE='#'
POWERPC_TRUE=''
RANLIB='ranlib'
S390_FALSE=''
S390_TRUE='#'
S390x_FALSE=''
S390x_TRUE='#'
SED='/bin/sed'
SET_MAKE=''
SGEN_DEFINES='-DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS'
SHARED_MONO_FALSE='#'
SHARED_MONO_TRUE=''
SHELL='/bin/ash'
SPARC64_FALSE=''
SPARC64_TRUE='#'
SPARC_FALSE=''
SPARC_TRUE='#'
SQLITE3='libsqlite3.so.0'
SQLITE='libsqlite.so.0'
STATIC_MONO_FALSE='#'
STATIC_MONO_TRUE=''
STRIP='strip'
SUPPORT_BOEHM_FALSE='#'
SUPPORT_BOEHM_TRUE=''
SUPPORT_SGEN_FALSE='#'
SUPPORT_SGEN_TRUE=''
TARGET_WIN32_FALSE=''
TARGET_WIN32_TRUE='#'
USE_BATCH_FILES_FALSE=''
USE_BATCH_FILES_TRUE='#'
USE_JIT_FALSE='#'
USE_JIT_TRUE=''
USE_NLS='yes'
VERSION='2.11.4'
X11='libX11.so.6'
X86_FALSE=''
X86_TRUE='#'
XATTR_LIB=''
XGETTEXT='/opt/bin/xgettext'
XGETTEXT_015=':'
XGETTEXT_EXTRA_OPTIONS=''
XMKMF=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='tar chf - "$$tardir"'
am__untar='tar xf -'
arch_target='ppc'
bindir='${exec_prefix}/bin'
build='powerpc-unknown-linux-gnu'
build_alias=''
build_cpu='powerpc'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
docs_dir='docs'
dvidir='${docdir}'
exec_prefix='${prefix}'
export_ldflags='-Wl,--export-dynamic'
host='powerpc-unknown-linux-gnu'
host_alias=''
host_cpu='powerpc'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
ikvm_native_dir='ikvm-native'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /volume1/software/mono-2.11.4/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libgc_dir='libgc'
libgdiplus_loc=''
libmono_cflags='-D_REENTRANT'
libmono_ldflags=' '
libsuffix='.so'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mcs_topdir='/volume1/software/mono-2.11.4/mcs'
mcs_topdir_from_srcdir='$(top_builddir)/mcs'
mkdir_p='$(top_builddir)/./install-sh -c -d'
mono_build_root='/volume1/software/mono-2.11.4'
mono_cfg_dir='/volume1/software/mono-2.11.4/runtime/etc'
mono_runtime='mono/mini/mono'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/mono-2.11'
program_transform_name='s,x,x,'
psdir='${docdir}'
reloc_libdir='lib'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' eglib libgc'
sysconfdir='${prefix}/etc'
target='powerpc-unknown-linux-gnu'
target_alias=''
target_cpu='powerpc'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "mono"
#define PACKAGE_TARNAME "mono"
#define PACKAGE_VERSION "2.11.4"
#define PACKAGE_STRING "mono 2.11.4"
#define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
#define PACKAGE_URL ""
#define PACKAGE "mono"
#define VERSION "2.11.4"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define ICONV_CONST
#define HAVE_NETDB_H 1
#define HAVE_UTIME_H 1
#define HAVE_SEMAPHORE_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_LINUX_RTC_H 1
#define HAVE_SYS_SYSCALL_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_SEM_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_ALLOCA_H 1
#define HAVE_UCONTEXT_H 1
#define HAVE_PWD_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_LINK_H 1
#define HAVE_ASM_SIGCONTEXT_H 1
#define HAVE_LINUX_NETLINK_H 1
#define HAVE_LINUX_RTNETLINK_H 1
#define HAVE_SYS_USER_H 1
#define HAVE_SYS_ZLIB 1
#define HAVE_ZLIB 1
#define HAVE_ELF_H 1
#define HAVE_POLL_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_GRP_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_WCHAR_H 1
#define HAVE_ISINF 1
#define SIZEOF_VOID_P 4
#define MONO_XEN_OPT 1
#define DISABLED_FEATURES "none"
#define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)"
#define MONO_ZERO_LEN_ARRAY 0
#define HAVE_EXECINFO_H 1
#define HAVE_GETGRGID_R 1
#define HAVE_GETGRNAM_R 1
#define HAVE_GETPWNAM_R 1
#define HAVE_GETPWUID_R 1
#define HAVE_GETRESUID 1
#define HAVE_SETRESUID 1
#define HAVE_BACKTRACE_SYMBOLS 1
#define HAVE_MKSTEMP 1
#define HAVE_MMAP 1
#define HAVE_MADVISE 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETPRIORITY 1
#define HAVE_SETPRIORITY 1
#define HAVE_DL_ITERATE_PHDR 1
#define HAVE_SYSCONF 1
#define HAVE_SCHED_SETAFFINITY 1
#define HAVE_SCHED_GETCPU 1
#define HAVE_LARGE_FILE_SUPPORT 1
#define HAVE_MSG_NOSIGNAL 1
#define HAVE_SOL_IP 1
#define HAVE_SOL_IPV6 1
#define HAVE_IP_PKTINFO 1
#define HAVE_IPV6_PKTINFO 1
#define HAVE_IP_MTU_DISCOVER 1
#define HAVE_STRUCT_IP_MREQN 1
#define HAVE_GETHOSTBYNAME2_R 1
#define HAVE_INET_PTON 1
#define HAVE_INET_ATON 1
#define MONO_SIZEOF_SUNPATH 108
#define HAVE_PTHREAD_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_SIGACTION 1
#define HAVE_TM_GMTOFF 1
#define HAVE_FINITE 1
#define HAVE_ISFINITE 1
#define HAVE_POLL 1
#define HAVE_SIGNBIT 1
#define HAVE_SYS_EPOLL_H 1
#define HAVE_EPOLL_CTL 1
#define HAVE_EPOLL 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_NET_IF_H 1
#define HAVE_SIOCGIFCONF 1
#define HAVE_GETIFADDRS 1
#define HAVE_IF_NAMETOINDEX 1
#define HAVE_FSTAB_H 1
#define HAVE_SYS_SENDFILE_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_STATFS_H 1
#define HAVE_SYS_XATTR_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_CONFSTR 1
#define HAVE_SEEKDIR 1
#define HAVE_TELLDIR 1
#define HAVE_GETDOMAINNAME 1
#define HAVE_SETDOMAINNAME 1
#define HAVE_ENDGRENT 1
#define HAVE_GETGRENT 1
#define HAVE_FGETGRENT 1
#define HAVE_SETGRENT 1
#define HAVE_SETGROUPS 1
#define HAVE_ENDPWENT 1
#define HAVE_GETPWENT 1
#define HAVE_FGETPWENT 1
#define HAVE_SETPWENT 1
#define HAVE_FUTIMES 1
#define HAVE_MREMAP 1
#define HAVE_REMAP_FILE_PAGES 1
#define HAVE_POSIX_FADVISE 1
#define HAVE_POSIX_FALLOCATE 1
#define HAVE_POSIX_MADVISE 1
#define HAVE_VSNPRINTF 1
#define HAVE_SENDFILE 1
#define HAVE_GETHOSTID 1
#define HAVE_SETHOSTID 1
#define HAVE_SETHOSTNAME 1
#define HAVE_STATFS 1
#define HAVE_FSTATFS 1
#define HAVE_STATVFS 1
#define HAVE_FSTATVFS 1
#define HAVE_STIME 1
#define HAVE_STRERROR_R 1
#define HAVE_TTYNAME_R 1
#define HAVE_PSIGNAL 1
#define HAVE_GETLOGIN_R 1
#define HAVE_LOCKF 1
#define HAVE_SWAB 1
#define HAVE_SETUSERSHELL 1
#define HAVE_ENDUSERSHELL 1
#define SIZEOF_SIZE_T 4
#define HAVE_BLKSIZE_T 1
#define HAVE_BLKSIZE_T 1
#define HAVE_BLKCNT_T 1
#define HAVE_BLKCNT_T 1
#define HAVE_SUSECONDS_T 1
#define HAVE_SUSECONDS_T 1
#define HAVE_STRUCT_FLOCK 1
#define HAVE_STRUCT_FLOCK 1
#define HAVE_STRUCT_POLLFD 1
#define HAVE_STRUCT_POLLFD 1
#define HAVE_STRUCT_STAT 1
#define HAVE_STRUCT_STAT 1
#define HAVE_STRUCT_TIMESPEC 1
#define HAVE_STRUCT_TIMESPEC 1
#define HAVE_STRUCT_TIMEVAL 1
#define HAVE_STRUCT_TIMEVAL 1
#define HAVE_STRUCT_TIMEZONE 1
#define HAVE_STRUCT_TIMEZONE 1
#define HAVE_STRUCT_UTIMBUF 1
#define HAVE_STRUCT_UTIMBUF 1
#define HAVE_STRUCT_DIRENT_D_OFF 1
#define HAVE_STRUCT_DIRENT_D_RECLEN 1
#define HAVE_STRUCT_DIRENT_D_TYPE 1
#define HAVE_STRUCT_PASSWD_PW_GECOS 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_DIRENT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_GETPROCESSID 1
#define HAVE_SOCKLEN_T 1
#define HAVE_ARRAY_ELEM_INIT 1
#define HAVE_EXECVP 1
#define NAME_DEV_RANDOM "/dev/random"
#define HAVE_CRYPT_RNG 1
#define TARGET_POWERPC 1
#define SIZEOF_REGISTER SIZEOF_VOID_P
#define TARGET_BYTE_ORDER G_BYTE_ORDER
#define HAVE_VISIBILITY_HIDDEN 1
#define HAVE_DEPRECATED 1
#define HAVE_USR_INCLUDE_MALLOC_H 1
#define ARCHITECTURE "ppc"
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment